Authorization_VtContainers_Mappings_CreateSpec

Authorization_VtContainers_Mappings_CreateSpec
Authorization_VtContainers_Mappings_CreateSpec

The Mappings.CreateSpec structure contains the information necessary for associating an object with a vTContainer instance.

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

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.

object
Required

The DynamicID structure represents an identifier for a resource of an arbitrary type.