> For the complete documentation index, see [llms.txt](https://docs.deltastream.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deltastream.io/reference/sql-syntax/command/list-security-integrations.md).

# LIST SECURITY INTEGRATIONS

## Syntax <a href="#synopsis" id="synopsis"></a>

```sql
[ LIST | SHOW ] SECURITY INTEGRATIONS;
```

## Description <a href="#description" id="description"></a>

List all configured security integrations.

Only a [role](/overview/core-concepts/access-control.md#_role) with [MANAGE\_MEMBERS](/overview/core-concepts/access-control.md#_privilege) privilege can list security integrations.

## Examples <a href="#example" id="example"></a>

#### List security integrations

```shell
<no-db>/<no-store># LIST SECURITY INTEGRATIONS;
+-------+-------+-------------------------------+-------------------------------+
|  Name |  Type |  Created At                   |  Updated At                   |
+=======+=======+===============================+===============================+
| okta  | scim  | 2024-07-15 23:17:14 +0000 UTC | 2024-07-15 23:17:14 +0000 UTC |
+-------+-------+-------------------------------+-------------------------------+
```
