List Data Audit Events
Authentication
Access token, prefixed by Bearer .
Query parameters
Member who sent the request. Depending on actorType, this may be a user ID or a service account ID. For users this is their email address.
HTTP Origin request header (including scheme, hostname, and port) of the request. Present only for browser-originated requests. Absent for server-to-server API calls.
Authentication mode the actor used. OKTA_JWT: Federated identity via Okta SSO. SERVICE_ACCOUNT_JWT: Service account JWT (machine-to-machine). PAT_JWT: Personal Access Token issued as a JWT. API_KEY: Static API key.
ID of the JWT token (the jti claim). Identifies the specific token used for this request.
Resources with a specified ID. If a resource matches at least one ID, the associated event is returned. Format is a comma-separated list of “<resourceType>/<resourceID>”. For example, “VAULT/12345, USER/67890”.