Google Cloud Platform · Schema
TagKey
A tag key, used to group tag values. Tag keys define namespaces for tag values that can be attached to resources for organization and policy purposes.
API ManagementCloud ComputingInfrastructurePlatform as a Service
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The resource name of the tag key in the form tagKeys/{tag_key_id}. Output only. |
| parent | string | The resource name of the parent. Must be of the form organizations/{org_id}. |
| shortName | string | The user-friendly short name for the tag key. The short name must be unique within the same parent and have a maximum length of 256 characters. |
| namespacedName | string | The namespaced name of the tag key in the form {parentId}/{shortName}. Output only. |
| description | string | User-assigned description of the tag key. Maximum length of 256 characters. |
| createTime | string | Timestamp when the tag key was created. Output only. |
| updateTime | string | Timestamp when the tag key was last modified. Output only. |
| etag | string | Entity tag for optimistic concurrency control. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "TagKey",
"type": "object",
"description": "A tag key, used to group tag values. Tag keys define namespaces for tag values that can be attached to resources for organization and policy purposes.",
"properties": {
"name": {
"type": "string",
"description": "The resource name of the tag key in the form tagKeys/{tag_key_id}. Output only."
},
"parent": {
"type": "string",
"description": "The resource name of the parent. Must be of the form organizations/{org_id}."
},
"shortName": {
"type": "string",
"description": "The user-friendly short name for the tag key. The short name must be unique within the same parent and have a maximum length of 256 characters."
},
"namespacedName": {
"type": "string",
"description": "The namespaced name of the tag key in the form {parentId}/{shortName}. Output only."
},
"description": {
"type": "string",
"description": "User-assigned description of the tag key. Maximum length of 256 characters."
},
"createTime": {
"type": "string",
"description": "Timestamp when the tag key was created. Output only."
},
"updateTime": {
"type": "string",
"description": "Timestamp when the tag key was last modified. Output only."
},
"etag": {
"type": "string",
"description": "Entity tag for optimistic concurrency control."
}
}
}