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
Principal is valid until. This value is only populated when using the GetTenantAndSiteCollectionACSPrincipalsAsync(List<ILegacyServicePrincipal>, bool, VanityUrlOptions) method
DateTime ValidUntil { get; }
| DateTime |