Class EffectiveTagDetails (3.26.1)

EffectiveTagDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
attached_resource str
The `full resource name
effective_tags MutableSequence[google.cloud.asset_v1.types.Tag]
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