Passer au contenu principal
client_name
string
requis

Client name associated with the client_id, when available. May be empty string.

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"

log_id
string
requis

Log id

tenant_name
string
requis

Tenant name

type
string
requis

Successful OIDC Back-Channel Logout request

Allowed value: "oidc_backchannel_logout_succeeded"
$event_schema
object

Event schema meta

client_id
string | null

Client related to the API call. Clients are also called applications. The underlying application may not be owned by your tenant and may not be accessible. For failure logs, this may be a valid ID, an invalid one, or any ID.

date
string

The date when the event occurred in ISO 8601 format

Exemple:

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

identity_user_id
string

ID for the user as reported by the IdP.

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"

user_id
string

ID of the user behind the auth flow, or of the user executing the action, whichever applies. For machine to machine auth flows, this field may contain an empty string. For failure logs, the value may be a valid ID, an invalid ID, or empty string

user_name
string

Username of the user related to the ID is shown in user_id, when available. For failure logs, the value may be a valid username, an invalid username, or empty string.

Exemple:
["example@example.com", "+14155554321"]