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