Interface ILegacyServicePrincipal
Service principal
Namespace: PnP.Core.Admin.Model.SharePoint
Assembly: PnP.Core.Admin.dll
Syntax
public interface ILegacyServicePrincipal
Service principal
public interface ILegacyServicePrincipal
Azure App Id for this principal
Guid AppId { get; }
Guid
|
Identifier of the legacy principal
string AppIdentifier { get; }
System.String
|
Name of the legacy principal
string Name { get; }
System.String
|
When does this principal expire
DateTime ValidUntil { get; }
DateTime
|