Search Results for

    Show / Hide Table of Contents

    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
    System.String

    Name

    Name of the legacy principal

    Declaration
    string Name { get; }
    Property Value
    System.String

    ValidUntil

    When does this principal expire

    Declaration
    DateTime ValidUntil { get; }
    Property Value
    DateTime

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer