| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | The internal ID of this entity. | |
| created | \DateTime | The time this entity was created. | |
| userId | int | The ID of the user associated with this entity. | |
| applicationId | int | ID of application associated with change. | [optional] |
| entity | string | API endpoint on which the change was initiated. | |
| old | object | Resource before the change occurred. | [optional] |
| new | object | Resource after the change occurred. | [optional] |
| managementKeyId | int | ID of management key used to perform changes. | [optional] |