mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.6 KiB
1.6 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-escalation-chain-inner | ApprovalConfigEscalationConfigEscalationChainInner | ApprovalConfigEscalationConfigEscalationChainInner | ApprovalConfigEscalationConfigEscalationChainInner | powershellsdk |
|
/tools/sdk/powershell/v2025/models/approval-config-escalation-config-escalation-chain-inner |
|
ApprovalConfigEscalationConfigEscalationChainInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ChainId | String | ID of the escalation chain. | [optional] |
| Tier | Int64 | Starting at 1 defines the order in which the identities will get assigned | [optional] |
| IdentityId | String | Identity ID in the escalation chain. | [optional] |
| IdentityType | String | Type of identity in the escalation chain. | [optional] |
Examples
- Prepare the resource
$ApprovalConfigEscalationConfigEscalationChainInner = Initialize-V2025ApprovalConfigEscalationConfigEscalationChainInner -ChainId ef85d1a8-41ef-433a-8153-0b1f59e7b26a `
-Tier 1 `
-IdentityId fdfda352157d4cc79bb749953131b457 `
-IdentityType IDENTITY
- Convert the resource to JSON
$ApprovalConfigEscalationConfigEscalationChainInner | ConvertTo-JSON