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
AppId
Client/App Id of the principal
string AppId { get; set; }
Property Value
ReplyUrls
Allowed reply urls
IEnumerable<string> ReplyUrls { get; set; }