Snowflake Network Policy
snowflake.networkPolicy MQL resource for querying Snowflake infrastructure with cnquery and cnspec.
Snowflake
Snowflake Network Policy
Use MQL in cnspec shell or policy:
snowflake.networkPolicyMin version: 9.0.0Defaults:
nameRelationships
3 resources · 3 relationships·Click to select, expand fields to see properties.
Fields (11)
| Field | Type | Description |
|---|---|---|
allowedIpList | []string | List of IP addresses that are allowed access |
allowedNetworkRules | []string | List of network rules that contain the network identifiers that are allowed access |
blockedIpList | []string | List of IP addresses that are denied access |
blockedNetworkRules | []string | List of network rules that contain the network identifiers that are denied access |
commentrequired | string | Comment for the network policy |
createdAtrequired | time | When the network policy was created |
entriesInAllowedIpListrequired | int | Number of entries in the allowed IP list |
entriesInAllowedNetworkRulesrequired | int | Number of entries in the allowed network rules |
entriesInBlockedIpListrequired | int | Number of entries in the blocked IP list |
entriesInBlockedNetworkRulesrequired | int | Number of entries in the blocked network rules |
namerequired | string | Name of the network policy |