| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | [optional] | |
| name | string | [optional] | |
| key_preview | string | [optional] | |
| expires_at | \DateTime | [optional] | |
| created_at | \DateTime | [optional] | |
| key | string | Returned only once, on creation | [optional] |
| scope | string | 'full' grants access to all profiles, 'profiles' restricts to specific profiles | [optional] [default to 'full'] |
| profile_ids | \Zernio\Model\ApiKeyProfileIdsInner[] | Profiles this key can access (populated with name and color). Only present when scope is 'profiles'. | [optional] |
| permission | string | 'read-write' allows all operations, 'read' restricts to GET requests only | [optional] [default to 'read-write'] |