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