Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 2.72 KB

AuditLogEntryRep.md

File metadata and controls

32 lines (29 loc) · 2.72 KB

# AuditLogEntryRep

Properties

Name Type Description Notes
_links array<string,\LaunchDarklyApi\Model\Link> The location and content type of related resources
_id string The ID of the audit log entry
_account_id string The ID of the account to which this audit log entry belongs
date int
accesses \LaunchDarklyApi\Model\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
short_description string Shorter version of the change recorded in the audit log entry
comment string Optional comment for the audit log entry [optional]
subject \LaunchDarklyApi\Model\SubjectDataRep [optional]
member \LaunchDarklyApi\Model\MemberDataRep [optional]
token \LaunchDarklyApi\Model\TokenSummary [optional]
app \LaunchDarklyApi\Model\AuthorizedAppDataRep [optional]
title_verb 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 \LaunchDarklyApi\Model\TargetResourceRep [optional]
parent \LaunchDarklyApi\Model\ParentResourceRep [optional]
delta mixed 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 mixed A JSON representation of the external trigger for this audit log entry, if any [optional]
merge mixed A JSON representation of the merge information for this audit log entry, if any [optional]
previous_version mixed If the audit log entry has been updated, this is a JSON representation of the previous version of the entity [optional]
current_version mixed If the audit log entry has been updated, this is a JSON representation of the current version of the entity [optional]
subentries \LaunchDarklyApi\Model\AuditLogEntryListingRep[] [optional]

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