Schema:

ORGANIZATION_USAGE

NETWORK_RULE_REFERENCES 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 that is associated with an external access integration or a network policy.

The view is complementary to the Information Schema table function NETWORK_RULE_REFERENCES.

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

network_rule_db

VARCHAR

Database name that contains the network rule.

network_rule_schema

VARCHAR

Schema that contains the network rule.

network_rule_id

NUMBER

Internal system-generated identifier for the network rule.

network_rule_mode

VARCHAR

Either: ingress or egress.

network_rule_type

VARCHAR

Either: AWSLinkId, AzureLinkId, HOST_PORT, or IPV4.

network_rule_name

VARCHAR

Name of the network rule.

container_id

NUMBER

Internal system-defined identifier for the container.

container_name

VARCHAR

Name of the external access integration or network policy with which the network rule is associated.

container_type

VARCHAR

Either: INTEGRATION or NETWORK_POLICY.

action_type

VARCHAR

Either: ALLOW or BLOCK.

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.