How can an administrator check for updates (for example, SCIM API requests) sent to Snowflake by the identity provider?
How can an administrator check for updates (for example, SCIM API requests) sent to Snowflake by the identity provider?
To check for updates like SCIM API requests sent to Snowflake by the identity provider, an administrator should query the REST_EVENT_HISTORY table. This table contains records of REST API events, which include SCIM API requests.
https://docs.snowflake.com/en/user-guide/scim-intro Administrators can query the rest_event_history table to determine whether the identity provider is sending updates (i.e. SCIM API requests) to Snowflake.
D - REST_EVENT_HISTORY
D. REST_EVENT_HISTORY is correct
The correct answer is D. REST_EVENT_HISTORY https://docs.snowflake.com/en/user-guide/scim-intro#:~:text=Administrators%20can%20query%20the%20rest_event_history%20table%20to%20determine%20whether%20the%20identity%20provider%20is%20sending%20updates%20(i.e.%20SCIM%20API%20requests)%20to%20Snowflake
https://docs.snowflake.com/pt/sql-reference/functions/rest_event_history