Class EffectiveTagDetails
The effective tags and the ancestor resources from which they were inherited.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class EffectiveTagDetails : IDirectResponseSchema
Properties
AttachedResource
The full resource name of the ancestor from which effective_tags are inherited, according to tag inheritance.
Declaration
[JsonProperty("attachedResource")]
public virtual string AttachedResource { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EffectiveTags
The effective tags inherited from the attached_resource. Note that tags with the same key but different values may attach to resources at a different hierarchy levels. The lower hierarchy tag value will overwrite the higher hierarchy tag value of the same tag key. In this case, the tag value at the higher hierarchy level will be removed. For more information, see tag inheritance.
Declaration
[JsonProperty("effectiveTags")]
public virtual IList<Tag> EffectiveTags { get; set; }
Property Value
Type | Description |
---|---|
IList<Tag> |