| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| userId | String | [optional] | |
| username | String | [optional] | |
| resourceName | String | ||
| crudType | CrudTypeEnum | ||
| from | FromEnum | [optional] | |
| url | String | [optional] | |
| ip | String | [optional] | |
| when | OffsetDateTime | [optional] | |
| description | String | [optional] | |
| serverStartDate | OffsetDateTime | [optional] | |
| objectDetails | Map<String, Object> | Construct a type with a set of properties K of type T | [optional] |
| Name | Value |
|---|---|
| C | "c" |
| R | "r" |
| U | "u" |
| D | "d" |
| LOGIN | "login" |
| Name | Value |
|---|---|
| UI | "ui" |
| API | "api" |
| CRON | "cron" |