EffectiveTagDetails

The effective tags and the ancestor resources from which they were inherited.

JSON representation
{
  "effectiveTags": [
    {
      object (Tag)
    }
  ],
  "attachedResource": string
}
Fields
effectiveTags[]

object (Tag)

The effective tags inherited from the attachedResource. 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.

attachedResource

string

The full resource name of the ancestor from which an [effective_tag][] is inherited, according to tag inheritance.