Vcenter Authorization VtContainers Mappings Info

Vcenter Authorization VtContainers Mappings Info
Vcenter Authorization VtContainers Mappings Info

The Vcenter Authorization VtContainers Mappings Info schema contains all of the information about a containerized object mapping.

This schema was added in vSphere API 8.0.3.0.

JSON Example
{
    "vtcontainer": "string",
    "object": {
        "type": "string",
        "id": "string"
    }
}
string
vtcontainer
Required

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.

object
Required

Identifier of the containerized object.

This property was added in vSphere API 8.0.3.0.