API Docs / Schemas / StorageLocationItemDto

StorageLocationItemDto

A selectable storage location (e.g. a document library / drive) that can be assigned to a client.

Properties

Name Type Description
driveIdstring

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.

namestring

Display name of the storage location.

Display name of the storage location.

webUrlstring

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"
}

Contained in Schemas