What role or roles should be used to properly create the object required to setup OAuth 2.0 integration?
Select an option, then click Submit answer.
Reference / correct answer:
Most accepted answer: D. ACCOUNTADMIN only
Community votes: D=2
Selected Answer: D https://docs.snowflake.com/en/sql-reference/sql/create-security-integration-oauth-snowflake CREATE INTEGRATION Account Only the ACCOUNTADMIN role has this privilege by default. The privilege can be granted to additional roles as needed. upvoted 2 times
Selected Answer: D Based on the Snowflake documentation, the correct answer is: D. ACCOUNTADMIN only 1The documentation clearly states that for creating OAuth security integrations: "Only the ACCOUNTADMIN role has this privilege by default. The privilege can be granted to additional roles as needed." upvoted 1 times