Search Results for

    Show / Hide Table of Contents

    Interface IServicePrincipalProperties

    Properties of the SharePoint Service Principal

    Namespace: PnP.Core.Admin.Model.SharePoint
    Assembly: PnP.Core.Admin.dll
    Syntax
    public interface IServicePrincipalProperties

    Properties

    AccountEnabled

    Service principal enabled

    Declaration
    bool AccountEnabled { get; set; }
    Property Value
    System.Boolean

    AppId

    Client/App Id of the principal

    Declaration
    string AppId { get; set; }
    Property Value
    System.String

    ReplyUrls

    Allowed reply urls

    Declaration
    IEnumerable<string> ReplyUrls { get; set; }
    Property Value
    IEnumerable<System.String>

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