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 | DateTime? | 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] |