Drives
Manages shared drives for a user by allowing creation, deletion, and querying of drive properties and membership.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | True |
The unique identifier assigned to the shared or personal drive within Google Drive. |
| Name | String | False |
The display name of the drive as defined by the user or organization. |
| Capabilities | String | True |
A summary of the actions the current user is permitted to perform on the drive, such as view, comment, or manage members. |
| CreatedTime | Datetime | True |
The timestamp indicating when the drive was originally created. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| DomainAdminAccess | Boolean |
If the value is 'true', all drives associated with your domain are returned, provided you are a domain administrator. |