Create a new ApiKey
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Name of the ApiKey for ease of reference. | |
| accessLevel | List<AccessLevel> | Access level or permission to be assigned to this ApiKey. | |
| expires | OffsetDateTime | Date this ApiKey expires. | [optional] |
| restrictAccessToIPRange | List<String> | Which IPs can use this ApiKey | [optional] |
| subaccount | String | Email of the subaccount for which this ApiKey should be created | [optional] |