GET /admin/policies/nhi
Get the NHI (Non-Human Identity) policy configuration for the current tenant, including Agent/Robot/Device limits and defaults
NHI Management `bearerAuth` application/json
Referenced Schemas
dto.NHIPolicyResponse
NHI (Non-Human Identity) policy configuration
| Field | Type | Required | Example | Constraints | Description |
agent_default_ttl |
string |
No |
1h |
|
|
agent_max_count |
integer |
No |
100 |
|
|
device_max_per_owner |
integer |
No |
10 |
|
|
robot_max_count |
integer |
No |
100 |
|
|
rotation_days_default |
integer |
No |
90 |
|
|
updated_at |
string |
No |
2026-06-09T10:30:00Z |
|
|
dto.NHIPolicyResponseWrapper
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.NHIPolicyResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|