EntitlementApprovalWorkflowManualApprovalsArgs

data class EntitlementApprovalWorkflowManualApprovalsArgs(val requireApproverJustification: Output<Boolean>? = null, val steps: Output<List<EntitlementApprovalWorkflowManualApprovalsStepArgs>>) : ConvertibleToJava<EntitlementApprovalWorkflowManualApprovalsArgs>

Constructors

constructor(requireApproverJustification: Output<Boolean>? = null, steps: Output<List<EntitlementApprovalWorkflowManualApprovalsStepArgs>>)

Properties

Link copied to clipboard

Optional. Do the approvers need to provide a justification for their actions?

Link copied to clipboard

List of approval steps in this workflow. These steps would be followed in the specified order sequentially. 1 step is supported for now. Structure is documented below.

Functions

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