Interface IServicePrincipalProperties
Properties of the SharePoint Service Principal
Namespace: PnP.Core.Admin.Model.SharePoint
Assembly: PnP.Core.Admin.dll
Syntax
public interface IServicePrincipalProperties
Properties of the SharePoint Service Principal
public interface IServicePrincipalProperties
Service principal enabled
bool AccountEnabled { get; set; }
System.Boolean
|
Client/App Id of the principal
string AppId { get; set; }
System.String
|
Allowed reply urls
IEnumerable<string> ReplyUrls { get; set; }
IEnumerable<System.String>
|