Drives
Create, delete, and query the available Drives for a specific user.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | True |
The Id of the drive. |
| Name | String | False |
The name of the drive. |
| Capabilities | String | True |
This field describes the effective capabilities that the current user has for the drive. |
| CreatedTime | Datetime | True |
The creation date of the drive. |
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 this field is set to true, then all Drives of the domain in which you are an administrator are returned. |