mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.5 KiB
1.5 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-config-escalation-config | ApprovalConfigEscalationConfig | ApprovalConfigEscalationConfig | ApprovalConfigEscalationConfig | powershellsdk |
|
/tools/sdk/powershell/v2025/models/approval-config-escalation-config |
|
ApprovalConfigEscalationConfig
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Enabled | Boolean | Indicates if escalations are enabled. | [optional] [default to $false] |
| DaysUntilFirstEscalation | Int64 | Number of days until the first escalation. | [optional] |
| EscalationCronSchedule | String | Cron schedule for escalations. | [optional] |
| EscalationChain | []ApprovalConfigEscalationConfigEscalationChainInner | Escalation chain configuration. | [optional] |
Examples
- Prepare the resource
$ApprovalConfigEscalationConfig = Initialize-V2025ApprovalConfigEscalationConfig -Enabled true `
-DaysUntilFirstEscalation 2 `
-EscalationCronSchedule */5 * * * * `
-EscalationChain null
- Convert the resource to JSON
$ApprovalConfigEscalationConfig | ConvertTo-JSON