REST Resource: locations.effectiveTagBindingCollections

Resource: EffectiveTagBindingCollection

Represents a collection of effective tag bindings for a Google Cloud resource.

JSON representation
{
  "name": string,
  "fullResourceName": string,
  "effectiveTags": {
    string: string,
    ...
  }
}
Fields
name

string

Identifier. The name of the EffectiveTagBindingCollection, following the convention: locations/{location}/effectiveTagBindingCollections/{encoded-full-resource-name} where the encoded-full-resource-name is the UTF-8 encoded name of the Google Cloud resource the TagBindings are bound to. E.g. "locations/global/effectiveTagBindingCollections/%2f%2fcloudresourcemanager.googleapis.com%2fprojects%2f123"

fullResourceName

string

The full resource name of the resource the TagBindings are bound to. E.g. //cloudresourcemanager.googleapis.com/projects/123

effectiveTags

map (key: string, value: string)

Tag keys/values effectively bound to this resource, specified in namespaced format. For example: "123/environment": "production"

Methods

get

Returns effective tag bindings on a Google Cloud resource.