mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
1.2 KiB
1.2 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 | ApprovalApprovalCriteria | ApprovalApprovalCriteria | ApprovalApprovalCriteria | powershellsdk |
|
/tools/sdk/powershell/v2025/models/approval-approval-criteria |
|
ApprovalApprovalCriteria
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | String | Type of approval criteria, such as SERIAL or PARALLEL | [optional] |
| Approval | ApprovalApprovalCriteriaApproval | [optional] | |
| Rejection | ApprovalApprovalCriteriaRejection | [optional] |
Examples
- Prepare the resource
$ApprovalApprovalCriteria = Initialize-V2025ApprovalApprovalCriteria -Type SERIAL `
-Approval null `
-Rejection null
- Convert the resource to JSON
$ApprovalApprovalCriteria | ConvertTo-JSON