RoleManagementPolicyApprovalRuleArgs

data class RoleManagementPolicyApprovalRuleArgs(val id: Output<String>? = null, val ruleType: Output<String>, val setting: Output<ApprovalSettingsArgs>? = null, val target: Output<RoleManagementPolicyRuleTargetArgs>? = null) : ConvertibleToJava<RoleManagementPolicyApprovalRuleArgs>

The role management policy approval rule.

Constructors

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

Properties

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 'RoleManagementPolicyApprovalRule'.

Link copied to clipboard
val setting: Output<ApprovalSettingsArgs>? = null

The approval setting

Link copied to clipboard

The target of the current rule.

Functions

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