SecurityTaggedEntity

SecurityTaggedEntity
SecurityTaggedEntity

An entity that has a tag.

JSON Example
{
    "id": "string",
    "name": "string",
    "parentRef": {
        "name": "string",
        "id": "string"
    },
    "ownerRef": {
        "name": "string",
        "id": "string"
    },
    "entityType": "string"
}
string
id
Optional

The unique identifier of the entity in URN format.

string
name
Optional

The name of the entity.

parentRef
Optional

Entity reference used to describe VCD entities

ownerRef
Optional

Entity reference used to describe VCD entities

string
entityType
Optional

The type of entity. Currently only "vm" is supported.

Availability
Added in 36.0