Interface IPermissionGrant2
An oauth2 permission granted on the SharePoint Online Client Extensibility Web Application Principal
Assembly: PnP.Core.Admin.dll
Syntax
public interface IPermissionGrant2
Properties
ClientId of the SharePoint Online Client Extensibility Web Application Principal
Declaration
string ClientId { get; set; }
Property Value
Consent Type, e.g. AllPrincipals
Declaration
string ConsentType { get; set; }
Property Value
Declaration
DateTime ExpiryTime { get; set; }
Property Value
Declaration
Property Value
Id of the granted resource
Declaration
string ResourceId { get; set; }
Property Value
Name of the granted resource
Declaration
string ResourceName { get; set; }
Property Value
List of scopes granted, separated by spaces, e.g. "Sites.Selected User.ReadBasic.All"
Declaration
string Scope { get; set; }
Property Value
Declaration
DateTime StartTime { get; set; }
Property Value