Interface IACSPrincipal
Describes an Azure ACS principal
Inherited Members
Namespace: PnP.Core.Admin.Model.SharePoint
Assembly: PnP.Core.Admin.dll
Syntax
public interface IACSPrincipal : ILegacyPrincipal
Describes an Azure ACS principal
public interface IACSPrincipal : ILegacyPrincipal
App domains used by the app
string[] AppDomains { get; }
System.String[]
|
Id of the app in Azure AD
Guid AppId { get; }
Guid
|
Redirect URI used by the app
string RedirectUri { get; }
System.String
|
Principal is valid until. This value is only populated when using the
DateTime ValidUntil { get; }
DateTime
|