ancestors property
The ancestry path of the resource 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 resource is a project, folder, or organization, the
ancestry path starts from the resource itself. Example:
["projects/123456789", "folders/5432", "organizations/1234"]
Implementation
core.List<core.String>? ancestors;