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.
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 |