| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Name of API Key | [optional] |
| apiKey | String | API Key value | [optional] |
| userId | String | [optional] | |
| siteId | String | [optional] | |
| insertedDate | String | Inserted Timestamp | [optional] |
| permissions | List<PermissionsEnum> | List of permissions | [optional] |
| groups | List<String> | List of groups to add as custom claims to API Key | [optional] |
| Name | Value |
|---|---|
| READ | "READ" |
| WRITE | "WRITE" |
| DELETE | "DELETE" |
| GOVERN | "GOVERN" |