Authorization_VtContainers_Mappings_ListItem
The Mappings.ListItem structure contains all of the information about a containerized object mapping returned by the Mappings.list operation.
{
"mapping": "string",
"info": {
"vtcontainer": "string",
"object": {
"type": "string",
"id": "string"
}
}
}
Identifier of the vTContainer mapping. 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.vt_containers.Mapping. 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.vt_containers.Mapping.
The Mappings.Info structure contains all of the information about a containerized object mapping.