StorageLocationItemDto
A selectable storage location (e.g. a document library / drive) that can be assigned to a client.
Properties
| Name | Type | Description |
|---|---|---|
| driveId | string | Platform-specific drive identifier. Pass as driveId when browsing folders or assigning client folders. |
Platform-specific drive identifier. Pass as driveId when browsing folders or assigning client folders. | ||
| name | string | Display name of the storage location. |
Display name of the storage location. | ||
| webUrl | string | Direct link to the storage location in the provider's web UI. |
Direct link to the storage location in the provider's web UI. | ||
JSON Example
{
"driveId": "string",
"name": "string",
"webUrl": "string"
}