Class Drive.CapabilitiesData
Output only. Capabilities the current user has on this shared drive.
Inherited Members
Namespace: Google.Apis.Drive.v2.Data
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class Drive.CapabilitiesData
Properties
CanAddChildren
Output only. Whether the current user can add children to folders in this shared drive.
Declaration
[JsonProperty("canAddChildren")]
public virtual bool? CanAddChildren { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CanChangeCopyRequiresWriterPermissionRestriction
Output only. Whether the current user can change the copyRequiresWriterPermission
restriction of this
shared drive.
Declaration
[JsonProperty("canChangeCopyRequiresWriterPermissionRestriction")]
public virtual bool? CanChangeCopyRequiresWriterPermissionRestriction { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CanChangeDomainUsersOnlyRestriction
Output only. Whether the current user can change the domainUsersOnly
restriction of this shared drive.
Declaration
[JsonProperty("canChangeDomainUsersOnlyRestriction")]
public virtual bool? CanChangeDomainUsersOnlyRestriction { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CanChangeDriveBackground
Output only. Whether the current user can change the background of this shared drive.
Declaration
[JsonProperty("canChangeDriveBackground")]
public virtual bool? CanChangeDriveBackground { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CanChangeDriveMembersOnlyRestriction
Output only. Whether the current user can change the driveMembersOnly
restriction of this shared
drive.
Declaration
[JsonProperty("canChangeDriveMembersOnlyRestriction")]
public virtual bool? CanChangeDriveMembersOnlyRestriction { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CanChangeSharingFoldersRequiresOrganizerPermissionRestriction
Output only. Whether the current user can change the sharingFoldersRequiresOrganizerPermission
restriction of this shared drive.
Declaration
[JsonProperty("canChangeSharingFoldersRequiresOrganizerPermissionRestriction")]
public virtual bool? CanChangeSharingFoldersRequiresOrganizerPermissionRestriction { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CanComment
Output only. Whether the current user can comment on files in this shared drive.
Declaration
[JsonProperty("canComment")]
public virtual bool? CanComment { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CanCopy
Output only. Whether the current user can copy files in this shared drive.
Declaration
[JsonProperty("canCopy")]
public virtual bool? CanCopy { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CanDeleteChildren
Output only. Whether the current user can delete children from folders in this shared drive.
Declaration
[JsonProperty("canDeleteChildren")]
public virtual bool? CanDeleteChildren { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CanDeleteDrive
Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
Declaration
[JsonProperty("canDeleteDrive")]
public virtual bool? CanDeleteDrive { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CanDownload
Output only. Whether the current user can download files in this shared drive.
Declaration
[JsonProperty("canDownload")]
public virtual bool? CanDownload { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CanEdit
Output only. Whether the current user can edit files in this shared drive
Declaration
[JsonProperty("canEdit")]
public virtual bool? CanEdit { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CanListChildren
Output only. Whether the current user can list the children of folders in this shared drive.
Declaration
[JsonProperty("canListChildren")]
public virtual bool? CanListChildren { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CanManageMembers
Output only. Whether the current user can add members to this shared drive or remove them or change their role.
Declaration
[JsonProperty("canManageMembers")]
public virtual bool? CanManageMembers { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CanReadRevisions
Output only. Whether the current user can read the revisions resource of files in this shared drive.
Declaration
[JsonProperty("canReadRevisions")]
public virtual bool? CanReadRevisions { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CanRename
Output only. Whether the current user can rename files or folders in this shared drive.
Declaration
[JsonProperty("canRename")]
public virtual bool? CanRename { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CanRenameDrive
Output only. Whether the current user can rename this shared drive.
Declaration
[JsonProperty("canRenameDrive")]
public virtual bool? CanRenameDrive { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CanResetDriveRestrictions
Output only. Whether the current user can reset the shared drive restrictions to defaults.
Declaration
[JsonProperty("canResetDriveRestrictions")]
public virtual bool? CanResetDriveRestrictions { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CanShare
Output only. Whether the current user can share files or folders in this shared drive.
Declaration
[JsonProperty("canShare")]
public virtual bool? CanShare { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CanTrashChildren
Output only. Whether the current user can trash children from folders in this shared drive.
Declaration
[JsonProperty("canTrashChildren")]
public virtual bool? CanTrashChildren { get; set; }
Property Value
Type | Description |
---|---|
bool? |