ancestors property
The ancestry path of an asset in Google Cloud resource hierarchy, represented as a list of relative resource names.
An ancestry path starts with the closest ancestor in the hierarchy and
ends at root. If the asset is a project, folder, or organization, the
ancestry path starts from the asset itself. Example:
["projects/123456789", "folders/5432", "organizations/1234"]
Implementation
core.List<core.String>? ancestors;