GetAncestryResult

data class GetAncestryResult(val ancestors: List<GetAncestryAncestor>, val id: String, val orgId: String, val parentId: String, val parentType: String, val project: String? = null)

A collection of values returned by getAncestry.

Constructors

Link copied to clipboard
constructor(ancestors: List<GetAncestryAncestor>, id: String, orgId: String, parentId: String, parentType: String, project: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of the project's ancestors. Structure is defined below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The optional user-assigned display name of the project.

Link copied to clipboard

The parent's id.

Link copied to clipboard

One of "folder" or "organization".

Link copied to clipboard
val project: String? = null