Resource: TagBinding
A TagBinding represents a connection between a TagValue and a cloud resource Once a TagBinding is created, the TagValue is applied to all the descendants of the Google Cloud resource.
JSON representation |
---|
{ "name": string, "parent": string, "tagValue": string, "tagValueNamespacedName": string } |
Fields | |
---|---|
name |
Output only. The name of the TagBinding. This is a String of the form: |
parent |
The full resource name of the resource the TagValue is bound to. E.g. |
tagValue |
The TagValue of the TagBinding. Must be of the form |
tagValueNamespacedName |
The namespaced name for the TagValue of the TagBinding. Must be in the format For methods that support TagValue namespaced name, only one of tagValueNamespacedName or tagValue may be filled. Requests with both fields will be rejected. |
Methods |
|
---|---|
|
Creates a TagBinding between a TagValue and a Google Cloud resource. |
|
Deletes a TagBinding. |
|
Lists the TagBindings for the given Google Cloud resource, as specified with parent . |