ApprovalApprovalCriteriaApproval
Criteria for approval
Properties
Name | Type | Description | Notes |
---|---|---|---|
calculation_type | Enum [ 'COUNT', 'PERCENT' ] | This defines what the field "value" will be used as, either a count or percentage of the total approvers that need to approve | [optional] |
value | int | The value that needs to be met for the approval criteria | [optional] |
} |
Example
from sailpoint.v2025.models.approval_approval_criteria_approval import ApprovalApprovalCriteriaApproval
approval_approval_criteria_approval = ApprovalApprovalCriteriaApproval(
calculation_type='COUNT',
value=70
)