| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | ||
| expires_in | int | Days until expiry | [optional] |
| scope | string | 'full' grants access to all profiles (default), 'profiles' restricts to specific profiles | [optional] [default to 'full'] |
| profile_ids | string[] | Profile IDs this key can access. Required when scope is 'profiles'. | [optional] |
| permission | string | 'read-write' allows all operations (default), 'read' restricts to GET requests only | [optional] [default to 'read-write'] |