Authorization_VtContainers_Mappings_CreateSpec
The Mappings.CreateSpec structure contains the information necessary for associating an object with a vTContainer instance.
{
"vtcontainer": "string",
"object": {
"type": "string",
"id": "string"
}
}
Identifier of the vTContainer instance. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.authorization.VtContainer. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.authorization.VtContainer.
The DynamicID structure represents an identifier for a resource of an arbitrary type.