Class PermissionsResource.DeleteRequest
Deletes a permission.
public class PermissionsResource.DeleteRequest : DriveBaseServiceRequest<string>
- Inheritance
-
PermissionsResource.DeleteRequest
- Inherited Members
Constructors
DeleteRequest(IClientService, string, string)
Constructs a new Delete request.
public DeleteRequest(IClientService service, string fileId, string permissionId)
Parameters
Properties
FileId
The ID of the file or shared drive.
public virtual string FileId { get; }
Property Value
HttpMethod
Gets the HTTP method.
public override string HttpMethod { get; }
Property Value
MethodName
Gets the method name.
public override string MethodName { get; }
Property Value
PermissionId
The ID of the permission.
public virtual string PermissionId { get; }
Property Value
RestPath
Gets the REST path.
public override string RestPath { get; }
Property Value
SupportsAllDrives
Whether the requesting application supports both My Drives and shared drives.
public virtual bool? SupportsAllDrives { get; set; }
Property Value
- bool?
SupportsTeamDrives
Deprecated use supportsAllDrives instead.
public virtual bool? SupportsTeamDrives { get; set; }
Property Value
- bool?
UseDomainAdminAccess
Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs.
public virtual bool? UseDomainAdminAccess { get; set; }
Property Value
- bool?
Methods
InitParameters()
Initializes Delete parameter list.
protected override void InitParameters()