ALTER SECURITY INTEGRATION¶

Modifies the properties for an existing security integration.

See also:

CREATE SECURITY INTEGRATION , DROP INTEGRATION , SHOW INTEGRATIONS , DESCRIBE INTEGRATION

Syntax¶

ALTER [ SECURITY ] INTEGRATION [ IF EXISTS ] <name> SET <parameters>

ALTER [ SECURITY ] INTEGRATION [ IF EXISTS ] <name>  UNSET <parameter>

ALTER [ SECURITY ] INTEGRATION <name> SET TAG <tag_name> = '<tag_value>' [ , <tag_name> = '<tag_value>' ... ]

ALTER [ SECURITY ] INTEGRATION <name> UNSET TAG <tag_name> [ , <tag_name> ... ]
Copy

The syntax varies considerably among security environments (i.e. types of security integrations). For specific syntax, usage notes, and examples, see: