Schema:

ACCOUNT_USAGE

NETWORK_RULE_REFERENCES view

This Account 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

ColumnData TypeDescription
network_rule_dbVARCHARDatabase name that contains the network rule.
network_rule_schemaVARCHARSchema that contains the network rule.
network_rule_idNUMBERInternal/system-defined identifier for the network rule.
network_rule_modeVARCHAREither: ingress or egress.
network_rule_typeVARCHAREither: AWSLinkId, AzureLinkId, HOST_PORT, IPV4, or IPV6
network_rule_nameVARCHARName of the network rule.
container_idNUMBERInternal system-defined identifier for the container.
container_nameVARCHARName of the external access integration or network policy with which the network rule is associated.
container_typeVARCHAREither: INTEGRATION or NETWORK_POLICY
action_typeVARCHAREither: ALLOW or BLOCK

Usage notes

  • Latency for the view may be up to 120 minutes (2 hours).
  • The view only displays objects for which the current role for the session has been granted access privileges.