Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.92 KB

AuditLogEntryListingRep.md

File metadata and controls

26 lines (23 loc) · 1.92 KB

# AuditLogEntryListingRep

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]

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