Search Results for

    Show / Hide Table of Contents

    Interface IACSPrincipal

    Describes an Azure ACS principal

    Inherited Members
    ILegacyPrincipal.AppIdentifier
    ILegacyPrincipal.ServerRelativeUrl
    ILegacyPrincipal.AbsoluteUrl
    ILegacyPrincipal.Title
    ILegacyPrincipal.AllowAppOnly
    ILegacyPrincipal.SiteCollectionScopedPermissions
    ILegacyPrincipal.TenantScopedPermissions
    Namespace: PnP.Core.Admin.Model.SharePoint
    Assembly: PnP.Core.Admin.dll
    Syntax
    public interface IACSPrincipal : ILegacyPrincipal

    Properties

    AppDomains

    App domains used by the app

    Declaration
    string[] AppDomains { get; }
    Property Value
    System.String[]

    AppId

    Id of the app in Azure AD

    Declaration
    Guid AppId { get; }
    Property Value
    Guid

    RedirectUri

    Redirect URI used by the app

    Declaration
    string RedirectUri { get; }
    Property Value
    System.String

    ValidUntil

    Principal is valid until. This value is only populated when using the method

    Declaration
    DateTime ValidUntil { get; }
    Property Value
    DateTime

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer