tagValues property

List<String>? tagValues
getter/setter pair

Tag values combined with AND to check against.

For Google Cloud resources, they are tag value IDs in the form of "tagValues/123". Example: [ "tagValues/123", "tagValues/456", "tagValues/789" ] https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing

Required.

Implementation

core.List<core.String>? tagValues;