cis data legacy resource model: typed ID
Represents a typed resource identifier which uniquely identifies the resource within the scope of the service.
Representations:
{
"id": "obj-103",
"type": "string"
}
"id": "obj-103",
"type": "string"
}
<?xml version="1.0" ?>
<ns0:TypedID xmlns:ns0="http://vmware.com/cis/data/legacy/resource_model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<id>obj-103</id>
<type>string</type>
</ns0:TypedID>
<ns0:TypedID xmlns:ns0="http://vmware.com/cis/data/legacy/resource_model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<id>obj-103</id>
<type>string</type>
</ns0:TypedID>
Attributes:
| Name | Type | Description |
|---|---|---|
| Required | ||
| type | string | The type of the resource being identified, e.g. com.acme.Person. |
| id | string | The resource's own identifier. When clients pass a value of this structure as a parameter, the field type must contain the actual resource type. When operations return a value of this structure as a result, the field type will contain the actual resource type. |