ALTER SECURITY INTEGRATION

Syntax

ALTER SECURITY INTEGRATION security_integration_name ...;

Description

Modify a security integration.

Arguments

security_integration_name

Specifies the name of the new Security Integration. For case-sensitive names, the name must be wrapped in double quotes, otherwise, the lowercased name will be used.

SCIM Integration options

Renew

ALTER SECURITY INTEGRATION security_integration_name RENEW TOKEN;

Examples

Renew SCIM integration token

<no-db>/<no-store># LIST SECURITY INTEGRATIONS;
  Name | Type |             Details              |      Created at      |      Updated at       
-------+------+----------------------------------+----------------------+-----------------------
  okta | Scim | Client: OKTA                     | 2023-10-05T16:36:44Z | 2023-10-05T16:36:44Z  
       |      | Expires at: 2024-01-03T16:36:44Z |                      |                       
       |      |                                  |                      |                       
<no-db>/<no-store># ALTER SECURITY INTEGRATION "okta" RENEW TOKEN;
URI: https://api.deltastream.io/scim/v2
Token: eyJh...

Last updated