Name | Type | Description | Notes |
---|---|---|---|
links | Map<String, Link> | The location and content type of related resources | |
id | String | The ID of the audit log entry | |
accountId | String | The ID of the account to which this audit log entry belongs | |
date | Long | ||
accesses | List<ResourceAccess> | Details on the actions performed and resources acted on in this audit log entry | |
kind | String | ||
name | String | The name of the resource this audit log entry refers to | |
description | String | Description of the change recorded in the audit log entry | |
shortDescription | String | Shorter version of the change recorded in the audit log entry | |
comment | String | Optional comment for the audit log entry | [optional] |
subject | SubjectDataRep | [optional] | |
member | MemberDataRep | [optional] | |
token | TokenSummary | [optional] | |
app | AuthorizedAppDataRep | [optional] | |
titleVerb | String | The action and resource recorded in this audit log entry | [optional] |
title | String | A description of what occurred, in the format <code>member</code> <code>titleVerb</code> <code>target</code> | [optional] |
target | TargetResourceRep | [optional] | |
parent | ParentResourceRep | [optional] | |
delta | Object | If the audit log entry has been updated, this is the JSON patch body that was used in the request to update the entity | [optional] |
triggerBody | Object | A JSON representation of the external trigger for this audit log entry, if any | [optional] |
merge | Object | A JSON representation of the merge information for this audit log entry, if any | [optional] |
previousVersion | Object | If the audit log entry has been updated, this is a JSON representation of the previous version of the entity | [optional] |
currentVersion | Object | If the audit log entry has been updated, this is a JSON representation of the current version of the entity | [optional] |
subentries | List<AuditLogEntryListingRep> | [optional] |