Method: Falcon::InstallationTokensApi#audit_events_query
- Defined in:
- lib/crimson-falcon/api/installation_tokens_api.rb
#audit_events_query(opts = {}) ⇒ MsaspecQueryResponse
Search for audit events by providing an FQL filter and paging details.
46 47 48 49 |
# File 'lib/crimson-falcon/api/installation_tokens_api.rb', line 46 def audit_events_query(opts = {}) data, _status_code, _headers = audit_events_query_with_http_info(opts) data end |