Access Review
access_reviewList or retrieve NHI access review campaigns with their status. Fetch a specific campaign to view review items for recertification management.
Instructions
List or get NHI access-review / recertification campaigns and their status.
Pass ``campaign_id`` to fetch one campaign with its review items, or omit
it to list campaigns. Not read-only: listing/fetching recomputes and
persists each campaign's status (to surface overdue), so this is an
idempotent write. Creating a campaign or submitting a reviewer decision
is a separate write action not exposed through this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum campaigns to list when campaign_id is omitted. | |
| tenant_id | No | Tenant scope to read. Defaults to the control-plane default tenant. | default |
| campaign_id | No | Optional campaign id to fetch one campaign with its review items. Omit to list campaigns. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |