Interface IPermissionRequest
A permission request on the SharePoint apps principal
Namespace: PnP.Core.Admin.Model.SharePoint
Assembly: PnP.Core.Admin.dll
Syntax
public interface IPermissionRequest
A permission request on the SharePoint apps principal
public interface IPermissionRequest
App id of a multi-tenant app
string MultiTenantAppId { get; set; }
| string |
The reply url of the multi-tenant app
string MultiTenantAppReplyUrl { get; set; }
| string |
Name of the package approver
string PackageApproverName { get; set; }
| string |