How are privileges inherited in a role hierarchy in Snowflake?
How are privileges inherited in a role hierarchy in Snowflake?
In Snowflake, privileges are inherited by any roles that are positioned above the given role in the role hierarchy. This means that if a role has certain privileges, those privileges will be passed on to any parent roles or any roles higher up in the hierarchy. This hierarchical approach to role-based access control allows for structured and scalable privilege management.
The privileges associated with a role are inherited by any roles above that role in the hierarchy. Do not spam with wrong answer votes
https://docs.snowflake.com/en/user-guide/security-access-control-overview#role-hierarchy-and-privilege-inheritance
Roles can be also granted to other roles, creating a hierarchy of roles. The privileges associated with a role are inherited by any roles above that role in the hierarchy.
Answer C The privileges associated with a role are inherited by any roles above that role in the hierarchy (i.e. the parent role).
A correct - https://docs.snowflake.com/en/user-guide/security-access-control-privileges
C is correct, A was typo
Roles can be also granted to other roles, creating a hierarchy of roles. The privileges associated with a role are inherited by any roles above that role in the hierarchy. For more information about role hierarchies and privilege inheritance, see Role Hierarchy and Privilege Inheritance (in this topic). a
C is correct ! https://docs.snowflake.com/en/user-guide/security-access-control-overview#role-hierarchy-and-privilege-inheritance
only inherited by the direct parent