LaunchDarklyApi::AuditLogEntryRep
Name
Type
Description
Notes
_links
Hash<String, 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
Integer
accesses
Array<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
SubjectDataRep
[optional]
member
MemberDataRep
[optional]
token
TokenSummary
[optional]
app
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
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]
trigger_body
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]
previous_version
Object
If the audit log entry has been updated, this is a JSON representation of the previous version of the entity
[optional]
current_version
Object
If the audit log entry has been updated, this is a JSON representation of the current version of the entity
[optional]
subentries
Array<AuditLogEntryListingRep>
[optional]
require 'launchdarkly_api'
instance = LaunchDarklyApi ::AuditLogEntryRep . new (
_links : null ,
_id : 1234 a56b7c89d012345e678f ,
_account_id : 1234 a56b7c89d012345e678f ,
date : null ,
accesses : null ,
kind : null ,
name : Example feature flag ,
description : Example , turning on the flag for testing ,
short_description : Example , turning on the flag ,
comment : This is an automated test ,
subject : null ,
member : null ,
token : null ,
app : null ,
title_verb : turned on the flag ,
title : null ,
target : null ,
parent : null ,
delta : null ,
trigger_body : null ,
merge : null ,
previous_version : null ,
current_version : null ,
subentries : null
)