Table of Contents

Interface IPermissionGrant

Namespace
PnP.Core.Admin.Model.SharePoint
Assembly
PnP.Core.Admin.dll

A permission grant

[Obsolete("Use IPermissionGrant2 instead")]
public interface IPermissionGrant

Properties

ClientId

ClientId

string ClientId { get; set; }

Property Value

string

ConsentType

Type of consent

string ConsentType { get; set; }

Property Value

string

IsDomainIsolated

Domain Isolation

bool IsDomainIsolated { get; set; }

Property Value

bool

ObjectId

The object id

string ObjectId { get; set; }

Property Value

string

PackageName

Name of the package

string PackageName { get; set; }

Property Value

string

Resource

The requested resource

string Resource { get; set; }

Property Value

string

ResourceId

Id of the requested resource

string ResourceId { get; set; }

Property Value

string

Scope

Permission scope

string Scope { get; set; }

Property Value

string