Newly generated ApiKey with Token
| Name | Type | Description | Notes |
|---|---|---|---|
| token | String | Unique token to be used in the system | [optional] |
| accessLevel | List<AccessLevel> | Access level or permission to be assigned to this ApiKey. | [optional] |
| name | String | Name of the ApiKey. | [optional] |
| dateCreated | OffsetDateTime | Date this ApiKey was created. | [optional] |
| lastUse | OffsetDateTime | Date this ApiKey was last used. | [optional] |
| expires | OffsetDateTime | Date this ApiKey expires. | [optional] |
| restrictAccessToIPRange | List<String> | Which IPs can use this ApiKey | [optional] |