Interface IACSPrincipal
Describes an Azure ACS principal
Assembly: PnP.Core.Admin.dll
Syntax
public interface IACSPrincipal : ILegacyPrincipal
Properties
App domains used by the app
Declaration
string[] AppDomains { get; }
Property Value
Id of the app in Azure AD
Declaration
Property Value
Redirect URI used by the app
Declaration
string RedirectUri { get; }
Property Value
Principal is valid until. This value is only populated when using the method
Declaration
DateTime ValidUntil { get; }
Property Value