- Schema:
NETWORK_RULES view¶
Important
This view is only available in the organization account. For more information, see Premium views in the organization account.
This Organization Usage view returns one row for each network rule in an account.
Columns¶
Organization-level columns
Column Name |
Data Type |
Description |
|---|---|---|
ORGANIZATION_NAME |
VARCHAR |
Name of the organization. |
ACCOUNT_LOCATOR |
VARCHAR |
System-generated identifier for the account. |
ACCOUNT_NAME |
VARCHAR |
User-defined identifier for the account. |
Additional columns
Column Name |
Data Type |
Description |
|---|---|---|
|
NUMBER |
Internal system-generated identifier for network rule. |
|
VARCHAR |
Network rule name. |
|
NUMBER |
Internal system-generated identifier for the schema that contains the network rule. |
|
VARCHAR |
Name of the schema that contains the network rule. |
|
NUMBER |
Internal system-generated identifier for the database that contains the network rule. |
|
VARCHAR |
Name of the database that contains the network rule. |
|
VARCHAR |
Name of role that owns the network rule. |
|
VARCHAR |
The type of role that owns the object, for example |
|
VARCHAR |
Comment for the network rule (if any). |
|
TIMESTAMP_LTZ |
Date and time that the network rule was created. |
|
TIMESTAMP_LTZ |
Date and time that the network rule was last altered. |
|
TIMESTAMP_LTZ |
Date and time the network rule was dropped. |
|
VARCHAR |
Mode of the network rule. For supported values, see CREATE NETWORK RULE. |
|
VARCHAR |
Type of network rule. For supported values, see CREATE NETWORK RULE. |
|
VARCHAR |
List of values for the network rule. For supported values, see CREATE NETWORK RULE. |
Usage notes¶
Latency for the view may be up to 24 hours.
The view only displays objects for which the current role for the session has been granted access privileges.
Example¶
To see current Snowflake-managed rules, including IP addresses, query the NETWORK_RULES view view and filter on rows where the database is SNOWFLAKE and the schema is NETWORK_SECURITY: