Vcenter Authorization VtContainers Mappings CreateSpec
The Vcenter Authorization VtContainers Mappings CreateSpec schema contains the information necessary for associating an object with a vTContainer instance.
This schema was added in vSphere API 8.0.3.0.
{
"vtcontainer": "string",
"object": {
"type": "string",
"id": "string"
}
}
Identifier of the vTContainer instance.
This property was added in vSphere API 8.0.3.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.authorization.VtContainer
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.authorization.VtContainer
.
Identifier of the object that will be containerized.
This property was added in vSphere API 8.0.3.0.