# TheJiraCloudPlatformRestApi.AuditRecordBean

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**associatedItems** | [**[AssociatedItemBean]**](AssociatedItemBean.md) | The list of items associated with the changed record. | [optional] 
**authorKey** | **String** | Deprecated, use &#x60;authorAccountId&#x60; instead. The key of the user who created the audit record. | [optional] 
**category** | **String** | The category of the audit record. For a list of these categories, see the help article [Auditing in Jira applications](https://confluence.atlassian.com/x/noXKM). | [optional] 
**changedValues** | [**[ChangedValueBean]**](ChangedValueBean.md) | The list of values changed in the record event. | [optional] 
**created** | **Date** | The date and time on which the audit record was created. | [optional] 
**description** | **String** | The description of the audit record. | [optional] 
**eventSource** | **String** | The event the audit record originated from. | [optional] 
**id** | **Number** | The ID of the audit record. | [optional] 
**objectItem** | [**AssociatedItemBean**](AssociatedItemBean.md) |  | [optional] 
**remoteAddress** | **String** | The URL of the computer where the creation of the audit record was initiated. | [optional] 
**summary** | **String** | The summary of the audit record. | [optional] 
