Identity Rotate
identity_rotateRotate a managed identity while keeping the old token active during a configurable overlap window to avoid downtime. Requires admin role and audit reason.
Instructions
Rotate a managed identity, keeping the old token live during the overlap window.
Requires admin role, identity:write scope, and an audit reason.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identity_id | Yes | Identity id to rotate. | |
| overlap_seconds | No | Seconds the old token stays live during rotation. | |
| ttl_seconds | No | Lifetime of the replacement identity in seconds. | |
| operator_role | No | Operator role for this write action. Must be admin. | viewer |
| operator_scopes | No | Comma-separated operator scopes. Must include identity:write. | |
| reason | No | Human audit reason for rotating the identity. | |
| tenant_id | No | Tenant scope for audit logging. | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |