| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| name | String | [optional] | |
| keyPreview | String | [optional] | |
| expiresAt | OffsetDateTime | [optional] | |
| createdAt | OffsetDateTime | [optional] | |
| key | String | Returned only once, on creation | [optional] |
| scope | ScopeEnum | 'full' grants access to all profiles, 'profiles' restricts to specific profiles | [optional] |
| profileIds | List<ApiKeyProfileIdsInner> | Profiles this key can access (populated with name and color). Only present when scope is 'profiles'. | [optional] |
| permission | PermissionEnum | 'read-write' allows all operations, 'read' restricts to GET requests only | [optional] |
| Name | Value |
|---|---|
| FULL | "full" |
| PROFILES | "profiles" |
| Name | Value |
|---|---|
| READ_WRITE | "read-write" |
| READ | "read" |