SandboxManagementGroupPropertiesArgs

data class SandboxManagementGroupPropertiesArgs(val create: Output<Boolean>, val policyInitiativesAssignmentProperties: Output<List<PolicyInitiativeAssignmentPropertiesArgs>>) : ConvertibleToJava<SandboxManagementGroupPropertiesArgs>

The 'Sandbox' management group properties.

Constructors

Link copied to clipboard
constructor(create: Output<Boolean>, policyInitiativesAssignmentProperties: Output<List<PolicyInitiativeAssignmentPropertiesArgs>>)

Properties

Link copied to clipboard
val create: Output<Boolean>

This parameter determines whether the 'Sandbox' management group will be created. If set to true, the group will be created; if set to false, it will not be created. The default value is false.

Link copied to clipboard

Array of policy initiatives applied to the management group.

Functions

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