RoleManagementPolicyEnablementRuleArgs

data class RoleManagementPolicyEnablementRuleArgs(val enabledRules: Output<List<Either<String, EnablementRules>>>? = null, val id: Output<String>? = null, val ruleType: Output<String>, val target: Output<RoleManagementPolicyRuleTargetArgs>? = null) : ConvertibleToJava<RoleManagementPolicyEnablementRuleArgs>

The role management policy enablement rule.

Constructors

Link copied to clipboard
constructor(enabledRules: Output<List<Either<String, EnablementRules>>>? = null, id: Output<String>? = null, ruleType: Output<String>, target: Output<RoleManagementPolicyRuleTargetArgs>? = null)

Properties

Link copied to clipboard
val enabledRules: Output<List<Either<String, EnablementRules>>>? = null

The list of enabled rules.

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

The id of the rule.

Link copied to clipboard
val ruleType: Output<String>

The type of rule Expected value is 'RoleManagementPolicyEnablementRule'.

Link copied to clipboard

The target of the current rule.

Functions

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