NetworkPolicy
Last updated
Last updated
A Network Policy in Snowflake defines a set of network rules and IP addresses that are allowed or blocked from accessing a Snowflake account. This helps in managing network traffic and securing access based on network policies.
name
(string, required) - The name of the network policy.
allowed_network_rule_list
(list) - A list of allowed network rules.
blocked_network_rule_list
(list) - A list of blocked network rules.
allowed_ip_list
(list) - A list of allowed IP addresses.
blocked_ip_list
(list) - A list of blocked IP addresses.
comment
(string) - A comment about the network policy.
owner
(string or ) - The owner role of the network policy. Defaults to "SECURITYADMIN".