Resource: TagValue
A TagValue is a child of a particular TagKey. This is used to group cloud resources for the purpose of controlling them using policies.
JSON representation |
---|
{ "name": string, "parent": string, "shortName": string, "namespacedName": string, "description": string, "createTime": string, "updateTime": string, "etag": string } |
Fields | |
---|---|
name |
Immutable. Resource name for TagValue in the format |
parent |
Immutable. The resource name of the new TagValue's parent TagKey. Must be of the form |
shortName |
Required. Immutable. User-assigned short name for TagValue. The short name should be unique for TagValues within the same parent TagKey. The short name must be 63 characters or less, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), underscores (_), dots (.), and alphanumerics between. |
namespacedName |
Output only. The namespaced name of the TagValue. Can be in the form |
description |
Optional. User-assigned description of the TagValue. Must not exceed 256 characters. Read-write. |
createTime |
Output only. Creation time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Update time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
etag |
Optional. Entity tag which users can pass to prevent race conditions. This field is always set in server responses. See UpdateTagValueRequest for details. |
Methods |
|
---|---|
|
Creates a TagValue as a child of the specified TagKey. |
|
Deletes a TagValue. |
|
Retrieves a TagValue. |
|
Gets the access control policy for a TagValue. |
|
Retrieves a TagValue by its namespaced name. |
|
Lists all TagValues for a specific TagKey. |
|
Updates the attributes of the TagValue resource. |
|
Sets the access control policy on a TagValue, replacing any existing policy. |
|
Returns permissions that a caller has on the specified TagValue. |