GcpOrganizationalDataMemberArgs

data class GcpOrganizationalDataMemberArgs(val managementProjectNumber: Output<String>? = null, val organizationMembershipType: Output<String>, val parentHierarchyId: Output<String>? = null) : ConvertibleToJava<GcpOrganizationalDataMemberArgs>

The gcpOrganization data for the member account

Constructors

Link copied to clipboard
constructor(managementProjectNumber: Output<String>? = null, organizationMembershipType: Output<String>, parentHierarchyId: Output<String>? = null)

Properties

Link copied to clipboard
val managementProjectNumber: Output<String>? = null

The GCP management project number from organizational onboarding

Link copied to clipboard

The multi cloud account's membership type in the organization Expected value is 'Member'.

Link copied to clipboard
val parentHierarchyId: Output<String>? = null

If the multi cloud account is not of membership type organization, this will be the ID of the project's parent

Functions

Link copied to clipboard
open override fun toJava(): GcpOrganizationalDataMemberArgs