API Docs / Schemas / ExternalFolderReferenceDto

ExternalFolderReferenceDto

DTO for an external folder reference

Properties

Name Type Description
containerIdstring

Provider-specific identifier for the folder/container

Provider-specific identifier for the folder/container

driveIdstring

Provider-specific drive identifier (null when not applicable)

Provider-specific drive identifier (null when not applicable)

siteIdstring

Provider-specific site identifier (null when not applicable)

Provider-specific site identifier (null when not applicable)

displayPathstring

Human-readable path for display in the UI

Human-readable path for display in the UI

externalUrlstring

URL to open this folder in the provider's web UI

URL to open this folder in the provider's web UI

JSON Example

{
  "containerId": "string",
  "driveId": "string",
  "siteId": "string",
  "displayPath": "string",
  "externalUrl": "string"
}

Used By Operations