Documentation
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

SUNDECK$DISABLE_SNOWFLAKE_SSO

For a Sundeck account created with email-based signup, use this system function to disable Snowflake SSO integration. This prevents other users of the Snowflake account from logging in to the Sundeck UI using the tenant URL and Snowflake SSO.

A role used to execute this SQL command must have the "CREATE INTEGRATION" privileges.

Example:

select SUNDECK$DISABLE_SNOWFLAKE_SSO();
See also:
SHOW SUNDECK PARAMETERS
SUNDECK$ENABLE_SNOWFLAKE_SSO