Class TeamDrive.CapabilitiesData
Capabilities the current user has on this Team Drive.
public class TeamDrive.CapabilitiesData
- Inheritance
-
TeamDrive.CapabilitiesData
- Inherited Members
Constructors
CapabilitiesData()
public CapabilitiesData()
Properties
CanAddChildren
Whether the current user can add children to folders in this Team Drive.
public virtual bool? CanAddChildren { get; set; }
Property Value
- bool?
CanChangeCopyRequiresWriterPermissionRestriction
Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive.
public virtual bool? CanChangeCopyRequiresWriterPermissionRestriction { get; set; }
Property Value
- bool?
CanChangeDomainUsersOnlyRestriction
Whether the current user can change the domainUsersOnly restriction of this Team Drive.
public virtual bool? CanChangeDomainUsersOnlyRestriction { get; set; }
Property Value
- bool?
CanChangeTeamDriveBackground
Whether the current user can change the background of this Team Drive.
public virtual bool? CanChangeTeamDriveBackground { get; set; }
Property Value
- bool?
CanChangeTeamMembersOnlyRestriction
Whether the current user can change the teamMembersOnly restriction of this Team Drive.
public virtual bool? CanChangeTeamMembersOnlyRestriction { get; set; }
Property Value
- bool?
CanComment
Whether the current user can comment on files in this Team Drive.
public virtual bool? CanComment { get; set; }
Property Value
- bool?
CanCopy
Whether the current user can copy files in this Team Drive.
public virtual bool? CanCopy { get; set; }
Property Value
- bool?
CanDeleteChildren
Whether the current user can delete children from folders in this Team Drive.
public virtual bool? CanDeleteChildren { get; set; }
Property Value
- 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.
public virtual bool? CanDeleteTeamDrive { get; set; }
Property Value
- bool?
CanDownload
Whether the current user can download files in this Team Drive.
public virtual bool? CanDownload { get; set; }
Property Value
- bool?
CanEdit
Whether the current user can edit files in this Team Drive
public virtual bool? CanEdit { get; set; }
Property Value
- bool?
CanListChildren
Whether the current user can list the children of folders in this Team Drive.
public virtual bool? CanListChildren { get; set; }
Property Value
- bool?
CanManageMembers
Whether the current user can add members to this Team Drive or remove them or change their role.
public virtual bool? CanManageMembers { get; set; }
Property Value
- bool?
CanReadRevisions
Whether the current user can read the revisions resource of files in this Team Drive.
public virtual bool? CanReadRevisions { get; set; }
Property Value
- bool?
CanRemoveChildren
Deprecated - use canDeleteChildren or canTrashChildren instead.
public virtual bool? CanRemoveChildren { get; set; }
Property Value
- bool?
CanRename
Whether the current user can rename files or folders in this Team Drive.
public virtual bool? CanRename { get; set; }
Property Value
- bool?
CanRenameTeamDrive
Whether the current user can rename this Team Drive.
public virtual bool? CanRenameTeamDrive { get; set; }
Property Value
- bool?
CanShare
Whether the current user can share files or folders in this Team Drive.
public virtual bool? CanShare { get; set; }
Property Value
- bool?
CanTrashChildren
Whether the current user can trash children from folders in this Team Drive.
public virtual bool? CanTrashChildren { get; set; }
Property Value
- bool?