Table of Contents

Interface IServicePrincipalProperties

Namespace
PnP.Core.Admin.Model.SharePoint
Assembly
PnP.Core.Admin.dll

Properties of the SharePoint Service Principal

public interface IServicePrincipalProperties

Properties

AccountEnabled

Service principal enabled

bool AccountEnabled { get; set; }

Property Value

bool

AppId

Client/App Id of the principal

string AppId { get; set; }

Property Value

string

ReplyUrls

Allowed reply urls

IEnumerable<string> ReplyUrls { get; set; }

Property Value

IEnumerable<string>