RoleManagementPolicyPimOnlyModeRuleArgs

data class RoleManagementPolicyPimOnlyModeRuleArgs(val id: Output<String>? = null, val pimOnlyModeSettings: Output<PIMOnlyModeSettingsArgs>? = null, val ruleType: Output<String>, val target: Output<RoleManagementPolicyRuleTargetArgs>? = null) : ConvertibleToJava<RoleManagementPolicyPimOnlyModeRuleArgs>

The role management policy PIM only mode rule.

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, pimOnlyModeSettings: Output<PIMOnlyModeSettingsArgs>? = null, ruleType: Output<String>, target: Output<RoleManagementPolicyRuleTargetArgs>? = null)

Properties

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

The id of the rule.

Link copied to clipboard

The PIM Only Mode settings

Link copied to clipboard
val ruleType: Output<String>

The type of rule Expected value is 'RoleManagementPolicyPimOnlyModeRule'.

Link copied to clipboard

The target of the current rule.

Functions

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