RoleManagementPolicyActivationRulesApprovalStagePrimaryApproverArgs

data class RoleManagementPolicyActivationRulesApprovalStagePrimaryApproverArgs(val objectId: Output<String>, val type: Output<String>) : ConvertibleToJava<RoleManagementPolicyActivationRulesApprovalStagePrimaryApproverArgs>

Constructors

constructor(objectId: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val objectId: Output<String>

The ID of the object which will act as an approver.

Link copied to clipboard
val type: Output<String>

The type of object acting as an approver. Possible options are User and Group.

Functions

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