Related questions
Question 9 - ADA-C01 discussion
A Snowflake account is configured with SCIM provisioning for user accounts and has bi-directional synchronization for user identities. An Administrator with access to SECURITYADMIN uses the Snowflake UI to create a user by issuing the following commands:
use role USERADMIN;
create or replace role DEVELOPER_ROLE;
create user PTORRES PASSWORD = 'hello world!' MUST_CHANGE_PASSWORD = FALSE
default_role = DEVELOPER_ROLE;
The new user named PTORRES successfully logs in, but sees a default role of PUBLIC in the web UI. When attempted, the following command fails:
use DEVELOPER_ROLE;
Why does this command fail?
A.
The DEVELOPER_ROLE needs to be granted to SYSADMIN before user PTORRES will be able to use the role.
B.
The new role can only take effect after USERADMIN has logged out.
C.
USERADMIN needs to explicitly grant the DEVELOPER_ROLE to the new USER.
D.
The new role will only take effect once the identity provider has synchronized by way of SCIM with the Snowflake account.
Your answer:
0 comments
Sorted by
Leave a comment first