Skip to content

Commit ad50e02

Browse files
committed
update log fields
1 parent 1d5a53b commit ad50e02

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/content/docs/cloudflare-one/insights/logs/scim-logs.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ To investigate how SCIM events impacted a specific user, go to their [User Regis
2222

2323
SCIM provisioning logs show the following information for each inbound SCIM request:
2424

25-
- **IdP name**: UUID of the identity provider
25+
- **IdP name**: Name of the identity provider
2626
- **Timestamp**: Date and time of the request
27-
- **Action**: HTTP request method (`POST`, `PATCH`, `DELETE`)
27+
- **Action**: HTTP request method (`POST`, `PUT`, `PATCH`, `DELETE`)
2828
- **User email**: User who received the SCIM identity update
29-
- **Resource type**: Identity attribute that was modified (`GROUP` or ?)
30-
- **CF resource ID**:
31-
- **Outcome**: HTTP request response (`SUCCESS` or `ERROR`)
29+
- **Group name**: Group that received the SCIM identity update
30+
- **Resource type**: SCIM resource that was modified (`GROUP` or `USER`)
31+
- **CF resource ID**: Consistent identifier for the user or group created by Cloudflare SCIM
32+
- **IDP resource ID**: Identifier for the user or group provided by the identity provider
33+
- **Outcome**: Whether the SCIM request was applied successfully (`SUCCESS` or `ERROR`)
3234
- **Request body**: HTTP request body containing the data that was added, modified, or removed
3335
- **JSON log**: SCIM request log in JSON format

0 commit comments

Comments
 (0)