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";
  Name | Type |              Details              |      Created at      |      Updated at       
-------+------+-----------------------------------+----------------------+-----------------------
  okta | Scim | Client: OKTA                      | 2023-10-05T18:13:15Z | 2023-10-05T18:13:15Z  
       |      |  Expires at: 2024-01-03T18:13:15Z |                      |                       
       |      |                                   |                      |                       

Last updated