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 |
Identifier. The name of the EffectiveTagBindingCollection, following the convention: |
fullResourceName |
The full resource name of the resource the TagBindings are bound to. E.g. |
effectiveTags |
Tag keys/values effectively bound to this resource, specified in namespaced format. For example: "123/environment": "production" |
Methods |
|
|---|---|
|
Returns effective tag bindings on a Google Cloud resource. |