Table of Contents

Interface IACSPrincipal

Namespace
PnP.Core.Admin.Model.SharePoint
Assembly
PnP.Core.Admin.dll

Describes an Azure ACS principal

public interface IACSPrincipal : ILegacyPrincipal
Inherited Members

Properties

AppDomains

App domains used by the app

string[] AppDomains { get; }

Property Value

string[]

AppId

Id of the app in Azure AD

Guid AppId { get; }

Property Value

Guid

RedirectUri

Redirect URI used by the app

string RedirectUri { get; }

Property Value

string

ValidUntil

Principal is valid until. This value is only populated when using the GetTenantAndSiteCollectionACSPrincipalsAsync(List<ILegacyServicePrincipal>, bool, VanityUrlOptions) method

DateTime ValidUntil { get; }

Property Value

DateTime