Show / Hide Table of Contents

Class TeamDrive.CapabilitiesData

Capabilities the current user has on this Team Drive.

Inheritance
object
TeamDrive.CapabilitiesData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Drive.v2.Data
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class TeamDrive.CapabilitiesData

Properties

CanAddChildren

Whether the current user can add children to folders in this Team Drive.

Declaration
[JsonProperty("canAddChildren")]
public virtual bool? CanAddChildren { get; set; }
Property Value
Type Description
bool?

CanChangeCopyRequiresWriterPermissionRestriction

Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive.

Declaration
[JsonProperty("canChangeCopyRequiresWriterPermissionRestriction")]
public virtual bool? CanChangeCopyRequiresWriterPermissionRestriction { get; set; }
Property Value
Type Description
bool?

CanChangeDomainUsersOnlyRestriction

Whether the current user can change the domainUsersOnly restriction of this Team Drive.

Declaration
[JsonProperty("canChangeDomainUsersOnlyRestriction")]
public virtual bool? CanChangeDomainUsersOnlyRestriction { get; set; }
Property Value
Type Description
bool?

CanChangeSharingFoldersRequiresOrganizerPermissionRestriction

Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive.

Declaration
[JsonProperty("canChangeSharingFoldersRequiresOrganizerPermissionRestriction")]
public virtual bool? CanChangeSharingFoldersRequiresOrganizerPermissionRestriction { get; set; }
Property Value
Type Description
bool?

CanChangeTeamDriveBackground

Whether the current user can change the background of this Team Drive.

Declaration
[JsonProperty("canChangeTeamDriveBackground")]
public virtual bool? CanChangeTeamDriveBackground { get; set; }
Property Value
Type Description
bool?

CanChangeTeamMembersOnlyRestriction

Whether the current user can change the teamMembersOnly restriction of this Team Drive.

Declaration
[JsonProperty("canChangeTeamMembersOnlyRestriction")]
public virtual bool? CanChangeTeamMembersOnlyRestriction { get; set; }
Property Value
Type Description
bool?

CanComment

Whether the current user can comment on files in this Team Drive.

Declaration
[JsonProperty("canComment")]
public virtual bool? CanComment { get; set; }
Property Value
Type Description
bool?

CanCopy

Whether the current user can copy files in this Team Drive.

Declaration
[JsonProperty("canCopy")]
public virtual bool? CanCopy { get; set; }
Property Value
Type Description
bool?

CanDeleteChildren

Whether the current user can delete children from folders in this Team Drive.

Declaration
[JsonProperty("canDeleteChildren")]
public virtual bool? CanDeleteChildren { get; set; }
Property Value
Type Description
bool?

CanDeleteTeamDrive

Whether the current user can delete this Team Drive. Attempting to delete the Team Drive may still fail if there are untrashed items inside the Team Drive.

Declaration
[JsonProperty("canDeleteTeamDrive")]
public virtual bool? CanDeleteTeamDrive { get; set; }
Property Value
Type Description
bool?

CanDownload

Whether the current user can download files in this Team Drive.

Declaration
[JsonProperty("canDownload")]
public virtual bool? CanDownload { get; set; }
Property Value
Type Description
bool?

CanEdit

Whether the current user can edit files in this Team Drive

Declaration
[JsonProperty("canEdit")]
public virtual bool? CanEdit { get; set; }
Property Value
Type Description
bool?

CanListChildren

Whether the current user can list the children of folders in this Team Drive.

Declaration
[JsonProperty("canListChildren")]
public virtual bool? CanListChildren { get; set; }
Property Value
Type Description
bool?

CanManageMembers

Whether the current user can add members to this Team Drive or remove them or change their role.

Declaration
[JsonProperty("canManageMembers")]
public virtual bool? CanManageMembers { get; set; }
Property Value
Type Description
bool?

CanReadRevisions

Whether the current user can read the revisions resource of files in this Team Drive.

Declaration
[JsonProperty("canReadRevisions")]
public virtual bool? CanReadRevisions { get; set; }
Property Value
Type Description
bool?

CanRemoveChildren

Deprecated: Use canDeleteChildren or canTrashChildren instead.

Declaration
[JsonProperty("canRemoveChildren")]
public virtual bool? CanRemoveChildren { get; set; }
Property Value
Type Description
bool?

CanRename

Whether the current user can rename files or folders in this Team Drive.

Declaration
[JsonProperty("canRename")]
public virtual bool? CanRename { get; set; }
Property Value
Type Description
bool?

CanRenameTeamDrive

Whether the current user can rename this Team Drive.

Declaration
[JsonProperty("canRenameTeamDrive")]
public virtual bool? CanRenameTeamDrive { get; set; }
Property Value
Type Description
bool?

CanResetTeamDriveRestrictions

Whether the current user can reset the Team Drive restrictions to defaults.

Declaration
[JsonProperty("canResetTeamDriveRestrictions")]
public virtual bool? CanResetTeamDriveRestrictions { get; set; }
Property Value
Type Description
bool?

CanShare

Whether the current user can share files or folders in this Team Drive.

Declaration
[JsonProperty("canShare")]
public virtual bool? CanShare { get; set; }
Property Value
Type Description
bool?

CanTrashChildren

Whether the current user can trash children from folders in this Team Drive.

Declaration
[JsonProperty("canTrashChildren")]
public virtual bool? CanTrashChildren { get; set; }
Property Value
Type Description
bool?
In this article
Back to top Generated by DocFX