effectiveTags property

List<EffectiveTagDetails>? effectiveTags
getter/setter pair

The effective tags on this resource.

All of the tags that are both attached to and inherited by a resource are collectively called the effective tags. For more information, see tag inheritance. To search against the effective_tags: * Use a field query. Example: - effectiveTagKeys:"123456789/env*" - effectiveTagKeys="123456789/env" - effectiveTagKeys:"env" - effectiveTagValues:"env" - effectiveTagValues:"env/prod" - effectiveTagValues:"123456789/env/prod*" - effectiveTagValues="123456789/env/prod" - effectiveTagValueIds="tagValues/456"

Implementation

core.List<EffectiveTagDetails>? effectiveTags;