Class PermissionsResource.InsertRequest
Inserts a permission for a file or shared drive. Warning: Concurrent permissions operations on the same file are not supported; only the last update is applied.
Inheritance
Inherited Members
Namespace: Google.Apis.Drive.v2
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class PermissionsResource.InsertRequest : DriveBaseServiceRequest<Permission>, IClientServiceRequest<Permission>, IClientServiceRequest
Constructors
InsertRequest(IClientService, Permission, string)
Constructs a new Insert request.
Declaration
public InsertRequest(IClientService service, Permission body, string fileId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| Permission | body | |
| string | fileId |
Properties
EmailMessage
A plain text custom message to include in notification emails.
Declaration
[RequestParameter("emailMessage", RequestParameterType.Query)]
public virtual string EmailMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EnforceExpansiveAccess
Whether the request should enforce expansive access rules.
Declaration
[RequestParameter("enforceExpansiveAccess", RequestParameterType.Query)]
public virtual bool? EnforceExpansiveAccess { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
EnforceSingleParent
Deprecated: See moveToNewOwnersRoot for details.
Declaration
[RequestParameter("enforceSingleParent", RequestParameterType.Query)]
public virtual bool? EnforceSingleParent { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
FileId
The ID for the file or shared drive.
Declaration
[RequestParameter("fileId", RequestParameterType.Path)]
public virtual string FileId { get; }
Property Value
| Type | Description |
|---|---|
| string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MoveToNewOwnersRoot
This parameter will only take effect if the item is not in a shared drive and the request is attempting
to transfer the ownership of the item. If set to true, the item will be moved to the new owner's My
Drive root folder and all prior parents removed. If set to false, parents are not changed.
Declaration
[RequestParameter("moveToNewOwnersRoot", RequestParameterType.Query)]
public virtual bool? MoveToNewOwnersRoot { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
SendNotificationEmails
Whether to send notification emails when sharing to users or groups. This parameter is ignored and an
email is sent if the role is owner.
Declaration
[RequestParameter("sendNotificationEmails", RequestParameterType.Query)]
public virtual bool? SendNotificationEmails { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
SupportsAllDrives
Whether the requesting application supports both My Drives and shared drives.
Declaration
[RequestParameter("supportsAllDrives", RequestParameterType.Query)]
public virtual bool? SupportsAllDrives { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
SupportsTeamDrives
Deprecated: Use supportsAllDrives instead.
Declaration
[RequestParameter("supportsTeamDrives", RequestParameterType.Query)]
public virtual bool? SupportsTeamDrives { get; set; }
Property Value
| Type | Description |
|---|---|
| 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.
Declaration
[RequestParameter("useDomainAdminAccess", RequestParameterType.Query)]
public virtual bool? UseDomainAdminAccess { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes Insert parameter list.
Declaration
protected override void InitParameters()