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
ConsentType
Type of consent
string ConsentType { get; set; }
Property Value
IsDomainIsolated
Domain Isolation
bool IsDomainIsolated { get; set; }
Property Value
ObjectId
The object id
string ObjectId { get; set; }
Property Value
PackageName
Name of the package
string PackageName { get; set; }
Property Value
Resource
The requested resource
string Resource { get; set; }
Property Value
ResourceId
Id of the requested resource
string ResourceId { get; set; }
Property Value
Scope
Permission scope
string Scope { get; set; }