KeyValue

KeyValue
KeyValue

Containins core metadata entry data.

JSON Example
{
    "domain": "string",
    "namespace": "string",
    "key": "string",
    "value": {
        "value": {},
        "type": "string"
    }
}
string
domain
Required

Only meaningful for providers. Defines the visibility of the entry. An entry in the PROVIDER domain can be viewed only by provider users, while en entry in the TENANT domain can be viewed by tenant users as well. In addition, the readOnly flag defines whether the entry could be modified by tenant users.| In this context, the user's domain is not affected by the x-vmware-vcloud-tenant-context header and is only determined by the organization that they logged in.| An entry cannot be created in a domain higher than the one the user operates in, or as read-only in their own domain.

string As ^[^|]+$
namespace
Optional

namespace

string As ^[^|]+$
key
Required

key

value
Required

Value with type information

Availability
Added in 37.0
Property Of