Table of Contents

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

Guid

AppIdentifier

Identifier of the legacy principal

string AppIdentifier { get; }

Property Value

string

Name

Name of the legacy principal

string Name { get; }

Property Value

string

ValidUntil

When does this principal expire

DateTime ValidUntil { get; }

Property Value

DateTime