メインコンテンツへスキップ

Successful SCIM Operation

client_name
string
必須

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

description
string
必須

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

details
object
必須

Log details

environment_name
string
必須

The name of the environment where the event occurred

:

"prod-eu-1"

"prod-us-1"

ip
必須

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
必須

Log id

tenant_name
string
必須

Tenant name

type
string
必須

Successful SCIM Operation

Allowed value: "sscim"
$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

:

"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

:

"Chrome 120.0.0 / Mac OS X 10.15.7"