Search Results for

    Show / Hide Table of Contents

    Interface IPermissionGrant2

    An oauth2 permission granted on the SharePoint Online Client Extensibility Web Application Principal

    Namespace: PnP.Core.Admin.Model.SharePoint
    Assembly: PnP.Core.Admin.dll
    Syntax
    public interface IPermissionGrant2

    Properties

    ClientId

    ClientId of the SharePoint Online Client Extensibility Web Application Principal

    Declaration
    string ClientId { get; set; }
    Property Value
    System.String

    ConsentType

    Consent Type, e.g. AllPrincipals

    Declaration
    string ConsentType { get; set; }
    Property Value
    System.String

    ExpiryTime

    Expires after

    Declaration
    DateTime ExpiryTime { get; set; }
    Property Value
    DateTime

    Id

    Grant Id

    Declaration
    string Id { get; set; }
    Property Value
    System.String

    ResourceId

    Id of the granted resource

    Declaration
    string ResourceId { get; set; }
    Property Value
    System.String

    ResourceName

    Name of the granted resource

    Declaration
    string ResourceName { get; set; }
    Property Value
    System.String

    Scope

    List of scopes granted, separated by spaces, e.g. "Sites.Selected User.ReadBasic.All"

    Declaration
    string Scope { get; set; }
    Property Value
    System.String

    StartTime

    Not valid before

    Declaration
    DateTime StartTime { get; set; }
    Property Value
    DateTime

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer