VcenterSettingsV1ConfigComponentsInventoryFolderFolderDetails
The FolderDetails structure contains spec to define folder in vCenter Server.
Properties
string
name
Required
Name of the vCenter Server folder. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.appliance.vcenter.settings.v1.config.components.inventory.folder. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.appliance.vcenter.settings.v1.config.components.inventory.folder.
string
parent_path
Optional
Absolute path of the inventory object’s parent. If unset, then inventory object placed in root folder.
permissions
Optional
Permissions defined on the folder. If unset, then no permissions defined on this inventory object.
JSON Example
{
"name": "string"
}