SettingsDepotsOnlineSummary
The Online.Summary structure defines the summary information regarding a depot.
Properties
string
description
Required
Description of the depot. It will be an empty string if no description was provided during create.
boolean
enabled
Required
Flag indicating whether this depot is enabled or not.
string as uri
location
Required
Location of the depot.
boolean
system_defined
Required
Flag to indicate if the depot is system defined. System defined depot can not be deleted.
string
owner
Optional
Name of the user creating the depot. This field is optional because it was added in a newer version than its parent node.
string
ownerdata
Optional
Private data saved by the Online.Summary.owner of depot. It is opaque to vLCM. This field is optional because it was added in a newer version than its parent node.
JSON Example
{
"description": "string",
"enabled": false,
"location": "string",
"system_defined": false
}