Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 2.97 KB

AuditLogEntryRep.md

File metadata and controls

35 lines (30 loc) · 2.97 KB

AuditLogEntryRep

Properties

Name Type Description Notes
links {str: (Link,)} The location and content type of related resources
id str The ID of the audit log entry
account_id str The ID of the account to which this audit log entry belongs
date int
accesses [ResourceAccess] Details on the actions performed and resources acted on in this audit log entry
kind str
name str The name of the resource this audit log entry refers to
description str Description of the change recorded in the audit log entry
short_description str Shorter version of the change recorded in the audit log entry
comment str Optional comment for the audit log entry [optional]
subject SubjectDataRep [optional]
member MemberDataRep [optional]
token TokenSummary [optional]
app AuthorizedAppDataRep [optional]
title_verb str The action and resource recorded in this audit log entry [optional]
title str 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 bool, date, datetime, dict, float, int, list, str, none_type 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]
trigger_body bool, date, datetime, dict, float, int, list, str, none_type A JSON representation of the external trigger for this audit log entry, if any [optional]
merge bool, date, datetime, dict, float, int, list, str, none_type A JSON representation of the merge information for this audit log entry, if any [optional]
previous_version bool, date, datetime, dict, float, int, list, str, none_type If the audit log entry has been updated, this is a JSON representation of the previous version of the entity [optional]
current_version bool, date, datetime, dict, float, int, list, str, none_type If the audit log entry has been updated, this is a JSON representation of the current version of the entity [optional]
subentries [AuditLogEntryListingRep] [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]