mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
1.3 KiB
1.3 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-approval-approval-criteria-approval | ApprovalApprovalCriteriaApproval | ApprovalApprovalCriteriaApproval | ApprovalApprovalCriteriaApproval | powershellsdk |
|
/tools/sdk/powershell/v2025/models/approval-approval-criteria-approval |
|
ApprovalApprovalCriteriaApproval
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| CalculationType | 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 | Int64 | The value that needs to be met for the approval criteria | [optional] |
Examples
- Prepare the resource
$ApprovalApprovalCriteriaApproval = Initialize-V2025ApprovalApprovalCriteriaApproval -CalculationType COUNT `
-Value 70
- Convert the resource to JSON
$ApprovalApprovalCriteriaApproval | ConvertTo-JSON