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
    [Obsolete("Use IPermissionGrant2 instead")]
    public interface IPermissionGrant

    Properties

    ClientId

    ClientId

    Declaration
    string ClientId { get; set; }
    Property Value
    string

    ConsentType

    Type of consent

    Declaration
    string ConsentType { get; set; }
    Property Value
    string

    IsDomainIsolated

    Domain Isolation

    Declaration
    bool IsDomainIsolated { get; set; }
    Property Value
    bool

    ObjectId

    The object id

    Declaration
    string ObjectId { get; set; }
    Property Value
    string

    PackageName

    Name of the package

    Declaration
    string PackageName { get; set; }
    Property Value
    string

    Resource

    The requested resource

    Declaration
    string Resource { get; set; }
    Property Value
    string

    ResourceId

    Id of the requested resource

    Declaration
    string ResourceId { get; set; }
    Property Value
    string

    Scope

    Permission scope

    Declaration
    string Scope { get; set; }
    Property Value
    string

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