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.
select SUNDECK$DISABLE_SNOWFLAKE_SSO();