DESCRIBE SECURITY INTEGRATION

Syntax

DESCRIBE SECURITY INTEGRATION security_integration_name;

Description

Describe a configured security integrations.

Arguments

security_integration_name

This is the name of a configured security integration. For case-sensitive names, the name must be wrapped in double quotes; otherwise, the lowercase name will be used.

Examples

Describe security integrations

<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