Cloud Resource Manager API
(cloudresourcemanager:v3)
2023-04-06
2 new methods
Additions
Methods
▼▲
cloudresourcemanager.tagKeys.getNamespaced
Flat Path
:
v3/tagKeys/namespaced
Parameters
:
name
Location
:
query
Description
:
Required. A namespaced tag key name in the format `{parentId}/{tagKeyShort}`, such as `42/foo` for a key with short name "foo" under the organization with ID 42 or `r2-d2/bar` for a key with short name "bar" under the project `r2-d2`.
Type
:
string
Path
:
v3/tagKeys/namespaced
Description
:
Retrieves a TagKey by its namespaced name. This method will return `PERMISSION_DENIED` if the key does not exist or the user does not have permission to view it.
Description
:
Required. A namespaced tag value name in the following format: `{parentId}/{tagKeyShort}/{tagValueShort}` Examples: - `42/foo/abc` for a value with short name "abc" under the key with short name "foo" under the organization with ID 42 - `r2-d2/bar/xyz` for a value with short name "xyz" under the key with short name "bar" under the project with ID "r2-d2"
Location
:
query
Type
:
string
Description
:
Retrieves a TagValue by its namespaced name. This method will return `PERMISSION_DENIED` if the value does not exist or the user does not have permission to view it.