| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | ||
| ExpiresIn | int | Days until expiry | [optional] |
| Scope | string | 'full' grants access to all profiles (default), 'profiles' restricts to specific profiles | [optional] [default to ScopeEnum.Full] |
| ProfileIds | List<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 PermissionEnum.ReadWrite] |