Scim Logs

A SCIM log entry represents a single SCIM request made to the system. It includes the request made and response provided to the SCIM client.

Data Source Schema

Required

PropertyDescription
id
Int64
The unique ID of this SCIM request.

Read Only

PropertyDescription
created_at
String
The date and time when this SCIM request occurred.
request_path
String
The path portion of the URL requested.
request_method
String
The HTTP method used for this request.
http_response_code
String
The HTTP response code returned for this request.
user_agent
String
The User-Agent header sent with the request.
request_json
String
The JSON payload sent with the request.
response_json
String
The JSON payload returned in the response.

Example Data Source

data "files_scim_log" "example_scim_log" {
  id = 1
}