DESCRIBE SECURITY INTEGRATION

Syntax

DESCRIBE SECURITY INTEGRATION security_integration_name;

Description

Describe configured security integrations.

Arguments

security_integration_name

This is the name of a configured security integration. If the name is case sensitive you must wrap it in double quotes; otherwise the system uses the lowercase name.

Examples

Describe security integration

<no-db>/<no-store># DESCRIBE SECURITY INTEGRATION "okta";
+-------+---------+---------------+-------------------------------+-------------------------------+-------------------------------+
|  Type |  Client |  Last Used At |  Expires At                   |  Created At                   |  Updated At                   |
+=======+=========+===============+===============================+===============================+===============================+
| scim  | okta    | <null>        | 2025-07-15 23:20:21 +0000 UTC | 2024-07-15 23:17:14 +0000 UTC | 2024-07-15 23:20:21 +0000 UTC |
+-------+---------+---------------+-------------------------------+-------------------------------+-------------------------------+

Last updated