| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | ||
| expiresIn | Integer | Days until expiry | [optional] |
| scope | ScopeEnum | 'full' grants access to all profiles (default), 'profiles' restricts to specific profiles | [optional] |
| profileIds | List<String> | Profile IDs this key can access. Required when scope is 'profiles'. | [optional] |
| permission | PermissionEnum | 'read-write' allows all operations (default), 'read' restricts to GET requests only | [optional] |
| Name | Value |
|---|---|
| FULL | "full" |
| PROFILES | "profiles" |
| Name | Value |
|---|---|
| READ_WRITE | "read-write" |
| READ | "read" |