Interface IPermissionGrant
A permission grant
Namespace: PnP.Core.Admin.Model.SharePoint
Assembly: PnP.Core.Admin.dll
Syntax
public interface IPermissionGrant
  
A permission grant
public interface IPermissionGrant
  ClientId
string ClientId { get; set; }
  | 
        System.String
         
  | 
    
Type of consent
string ConsentType { get; set; }
  | 
        System.String
         
  | 
    
Domain Isolation
bool IsDomainIsolated { get; set; }
  | 
        System.Boolean
         
  | 
    
The object id
string ObjectId { get; set; }
  | 
        System.String
         
  | 
    
Name of the package
string PackageName { get; set; }
  | 
        System.String
         
  | 
    
The requested resource
string Resource { get; set; }
  | 
        System.String
         
  | 
    
Id of the requested resource
string ResourceId { get; set; }
  | 
        System.String
         
  | 
    
Permission scope
string Scope { get; set; }
  | 
        System.String
         
  |