data structure:
| Field | Type | Description |
|---|---|---|
id | string | The UUID of the revocation |
affected_user | object | The user whose access is being revoked |
requested_by | object | The user who initiated the revocation |
application | object | The application the access is being revoked from |
object | object | The specific resource within the application |
revocation_reason | string | The reason provided for the revocation |
created_at | string | ISO 8601 timestamp of when the revocation was created |
- revocation.created
- revocation.rejected
- revocation.revoked
Fired when an access revocation is initiated.

