ApiKey info
| Name | Type | Description | Notes |
|---|---|---|---|
| AccessLevel | List<AccessLevel> | Access level or permission to be assigned to this ApiKey. | [optional] |
| Name | string | Name of the ApiKey. | [optional] |
| DateCreated | DateTime | Date this ApiKey was created. | [optional] |
| LastUse | DateTime? | Date this ApiKey was last used. | [optional] |
| Expires | DateTime? | Date this ApiKey expires. | [optional] |
| RestrictAccessToIPRange | List<string> | Which IPs can use this ApiKey | [optional] |