Skip to main content

ApprovalConfigEscalationConfigEscalationChainInner

Properties

NameTypeDescriptionNotes
ChainIdStringID of the escalation chain.[optional]
TierInt64Starting at 1 defines the order in which the identities will get assigned[optional]
IdentityIdStringIdentity ID in the escalation chain.[optional]
IdentityTypeStringType 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

[Back to top]