GetEntitlementApprovalWorkflowManualApprovalStep

data class GetEntitlementApprovalWorkflowManualApprovalStep(val approvalsNeeded: Int, val approverEmailRecipients: List<String>, val approvers: List<GetEntitlementApprovalWorkflowManualApprovalStepApprover>)

Constructors

constructor(approvalsNeeded: Int, approverEmailRecipients: List<String>, approvers: List<GetEntitlementApprovalWorkflowManualApprovalStepApprover>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

How many users from the above list need to approve. If there are not enough distinct users in the list above then the workflow will indefinitely block. Should always be greater than 0. Currently 1 is the only supported value.

Link copied to clipboard

Optional. Additional email addresses to be notified when a grant is pending approval.

Link copied to clipboard

The potential set of approvers in this step. This list should contain at only one entry.