ancestors property

List<String>? ancestors
getter/setter pair

The ancestors 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. Example: ["projects/123456789", "folders/5432", "organizations/1234"]

Implementation

core.List<core.String>? ancestors;