LaunchDarklyApi::AuditLogEntryListingRep
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]
require 'launchdarkly_api'
instance = LaunchDarklyApi ::AuditLogEntryListingRep . 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
)