EntitlementApprovalWorkflowArgs

data class EntitlementApprovalWorkflowArgs(val manualApprovals: Output<EntitlementApprovalWorkflowManualApprovalsArgs>) : ConvertibleToJava<EntitlementApprovalWorkflowArgs>

Constructors

Link copied to clipboard
constructor(manualApprovals: Output<EntitlementApprovalWorkflowManualApprovalsArgs>)

Properties

Link copied to clipboard

A manual approval workflow where users who are designated as approvers need to call the ApproveGrant/DenyGrant APIs for an Grant. The workflow can consist of multiple serial steps where each step defines who can act as Approver in that step and how many of those users should approve before the workflow moves to the next step. This can be used to create approval workflows such as

Functions

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