Class EffectiveTagBindingCollection
Represents a collection of effective tag bindings for a GCP resource.
Implements
Inherited Members
Namespace: Google.Apis.CloudResourceManager.v3.Data
Assembly: Google.Apis.CloudResourceManager.v3.dll
Syntax
public class EffectiveTagBindingCollection : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EffectiveTags
Tag keys/values effectively bound to this resource, specified in namespaced format. For example: "123/environment": "production"
Declaration
[JsonProperty("effectiveTags")]
public virtual IDictionary<string, string> EffectiveTags { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
FullResourceName
The full resource name of the resource the TagBindings are bound to. E.g.
//cloudresourcemanager.googleapis.com/projects/123
Declaration
[JsonProperty("fullResourceName")]
public virtual string FullResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
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 GCP resource the TagBindings are bound to. E.g.
"locations/global/effectiveTagBindingCollections/%2f%2fcloudresourcemanager.googleapis.com%2fprojects%2f123"
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |