SecurityConnectorPropertiesOrganizationalDataArgs

data class SecurityConnectorPropertiesOrganizationalDataArgs(val excludedAccountIds: Output<List<String>>? = null, val organizationMembershipType: Output<Either<String, OrganizationMembershipType>>? = null, val parentHierarchyId: Output<String>? = null, val stacksetName: Output<String>? = null) : ConvertibleToJava<SecurityConnectorPropertiesOrganizationalDataArgs>

The multi cloud account's organizational data

Constructors

constructor(excludedAccountIds: Output<List<String>>? = null, organizationMembershipType: Output<Either<String, OrganizationMembershipType>>? = null, parentHierarchyId: Output<String>? = null, stacksetName: Output<String>? = null)

Properties

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

If the multi cloud account is of membership type organization, list of accounts excluded from offering

Link copied to clipboard

The multi cloud account's membership type in the organization

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 account's parent

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

If the multi cloud account is of membership type organization, this will be the name of the onboarding stackset

Functions

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