Settings_Depots_Umds_Info
Settings_Depots_Umds_Info
The Umds.Info structure defines the information regarding the UMDS Depot.
JSON Example
{
"description": "string",
"enabled": false,
"location": "string",
"owner": "string"
}
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 or not this depot is enabled.
string As uri
location
Required
Location of the depot.
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.