iam:Escalation
A record of an escalation request and its outcome.
Created when an escalation request is sent (Pending), then updated when the user responds (Approved/Denied). Timeouts leave the entity in Pending state as an audit trail.
Properties
iam:escalatedTo (required, max 1)
The principal who was asked to assume authority via escalation.
Escalation must specify the principal who was asked to assume authority.
iam:escalationStatus (required, max 1)
The current status of the escalation (Pending, Approved, or Denied).
Escalation status must be an EscalationStatus individual.
Values:
- iam:Approved: The escalation was approved by the origin principal.
- iam:Denied: The escalation was denied by the origin principal.
- iam:Pending: The escalation request has been sent and is awaiting a response.