At which object type level can the APPLY MASKING POLICY, APPLY ROW ACCESS POLICY and APPLY SESSION POLICY privileges be granted?
At which object type level can the APPLY MASKING POLICY, APPLY ROW ACCESS POLICY and APPLY SESSION POLICY privileges be granted?
APPLY MASKING POLICY, APPLY ROW ACCESS POLICY, and APPLY SESSION POLICY privileges are granted at the schema level. These policies affect data security and access control within a specific schema, making the schema the appropriate level for these privileges.
my choice is A: https://docs.snowflake.com/en/user-guide/security-access-control-privileges#global-privileges
Global is privilege not object. Hence, C. Schema(object) is the right option.
Agree, the way question is composed, I would say C.
These are global privileges to grant, see : https://docs.snowflake.com/en/sql-reference/sql/grant-privilege
A is correct. Global object level. https://docs.snowflake.com/en/user-guide/security-access-control-privileges
https://docs.snowflake.com/en/user-guide/security-access-control-privileges
Table is correct, the listed privileges AAPLY to tables and views. While it is a global permission, the OBJECT they are applied to are tables/views. Hence D
Answer is A
Answer is A and is validated
schema is correct answer
it should be A, global
seems as both global and schema are valid options