Method: Falcon::InstallationTokensApi#audit_events_read

Defined in:
lib/crimson-falcon/api/installation_tokens_api.rb

#audit_events_read(opts = {}) ⇒ ApiAuditEventDetailsResponseV1

Gets the details of one or more audit events by id.

Parameters:

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :ids (Array<String>)

    IDs of audit events to retrieve details for

Returns:



110
111
112
113
# File 'lib/crimson-falcon/api/installation_tokens_api.rb', line 110

def audit_events_read(opts = {})
  data, _status_code, _headers = audit_events_read_with_http_info(opts)
  data
end