NetworkRule
Last updated
Last updated
A Network Rule in Snowflake defines a set of network addresses, such as IP addresses or hostnames, that can be allowed or denied access to a Snowflake account. This helps in managing network traffic and securing access based on network policies.
name
(string, required) - The name of the network rule.
value_list
(list) - A list of values associated with the network rule.
comment
(string) - A comment about the network rule.
type
(string or , required) - The type of network identifier. Defaults to IPV4.
mode
(string or ) - The mode of the network rule. Defaults to INGRESS.
owner
(string or ) - The owner role of the network rule. Defaults to "SYSADMIN".