Which data governance control has Snowflake embedded in the application?
Which data governance control has Snowflake embedded in the application?
Snowflake includes attribute-based access control (ABAC) as a key data governance control within its application. ABAC allows for granular control over data access, ensuring that permissions are assigned based on attributes of the data, users, and the context of access. This ensures a more flexible and dynamic way of enforcing security policies compared to traditional methods.
D is correct
Answer should be D
A OAuth - a standard protocol that allows supported clients authorized access to Snowflake without sharing or storing user login credentials. Network policies - for limiting/controlling site access by user IP address. Admins can create IP allow and IP block lists. Object-level access control - granular control over access to objects — who can access what objects, the operations that are allowed on those objects, and the roles that can create or alter access control policies. Row Access Policies - to enforce access policies that determine which rows are visible in a query result. Object Tagging - to apply tags to Snowflake objects. This tagging helps track sensitive data and resource usage.
Snowflake has several data governance controls embedded in the application. For example: OAuth - a standard protocol that allows supported clients authorized access to Snowflake without sharing or storing user login credentials. Network policies - for limiting/controlling site access by user IP address. Admins can create IP allow and IP block lists. Object-level access control - granular control over access to objects — who can access what objects, the operations that are allowed on those objects, and the roles that can create or alter access control policies. Row Access Policies - to enforce access policies that determine which rows are visible in a query result. Object Tagging - to apply tags to Snowflake objects. This tagging helps track sensitive data and resource usage.
D. Attribute-based access control
Attribute based access control for data governance
Correct ans is D
Related to governance