What privileges are required to activate a network policy for an individual user within a Snowflake account?
What privileges are required to activate a network policy for an individual user within a Snowflake account?
Activating a network policy at the user level requires using the ALTER USER … SET NETWORK_POLICY command and is restricted to highly privileged roles. Only a role that holds the OWNERSHIP privilege on both the target user and the network policy, or any higher administrative role (such as SECURITYADMIN or ACCOUNTADMIN), can perform this activation.