Passer au contenu principal
description
string
requis

Description of the event. This can also contain a description of the issue for failure logs.

details
object
requis

Log details

environment_name
string
requis

The name of the environment where the event occurred

Exemples:

"prod-eu-1"

"prod-us-1"

hostname
string
requis

The hostname associated with the request. For forwarded requests, this should resolve to the original hostname. For failure logs, this may include invalid hostnames.

ip
requis

The IP address associated with the request. For an auth related log this should be the end user IP. For a machine-to-machine auth flow this should be the IP of the computer doing the authentication. For management logs like sapi and mgmt_api_read this should be the IP of the admin using the manage dashboard.

log_id
string
requis

Log id

tenant_name
string
requis

Tenant name

type
string
requis

Failed get rich consent record request

Allowed value: "rich_consents_access_error"
$event_schema
object

Event schema meta

date
string

The date when the event occurred in ISO 8601 format

Exemple:

"2024-01-15T10:30:00.000Z"

is_mobile
boolean

Whether the request originated from a mobile device. Only present when user_agent is available.

user_agent
string

The user_agent behind this log, when available

Exemple:

"Chrome 120.0.0 / Mac OS X 10.15.7"