TagBinding

A tag binding associates a tag value with a Google Cloud resource. Tag bindings represent the link between organization taxonomy (tag keys and values) and actual cloud resources.

API ManagementCloud ComputingInfrastructurePlatform as a Service

Properties

Name Type Description
name string The resource name of the tag binding in the form tagBindings/{tag_binding_id}. Output only.
parent string The full resource name of the resource the tag value is bound to. Example: //cloudresourcemanager.googleapis.com/projects/123.
tagValue string The resource name of the tag value in the form tagValues/{tag_value_id}.
tagValueNamespacedName string The namespaced name of the tag value in the form {parentNamespace}/{tagKeyShortName}/{tagValueShortName}. Output only.
View JSON Schema on GitHub