Search Results for

    Show / Hide Table of Contents

    Interface IPermissionGrant

    A permission grant

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

    Properties

    ClientId

    ClientId

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

    ConsentType

    Type of consent

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

    IsDomainIsolated

    Domain Isolation

    Declaration
    bool IsDomainIsolated { get; set; }
    Property Value
    System.Boolean

    ObjectId

    The object id

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

    PackageName

    Name of the package

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

    Resource

    The requested resource

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

    ResourceId

    Id of the requested resource

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

    Scope

    Permission scope

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

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