Identity Grant JIT
identity_grant_jitGrant an identity time-bound access to a single tool with a configurable TTL, enforcing admin role and audit reason for secure operations.
Instructions
Grant an identity time-bound JIT access to one tool. Requires admin role, identity:write scope, and an audit reason.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Human audit reason for granting access. | |
| tenant_id | No | Tenant scope for audit logging. | default |
| ticket_id | No | Optional change/incident ticket id for the grant. | |
| tool_name | Yes | Tool the grant authorizes, beyond the identity's standing scope. | |
| identity_id | Yes | Identity id to grant time-bound access to. | |
| ttl_seconds | No | Grant lifetime 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |