snowflake.networkPolicy
Description
Snowflake Network Policy
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| name | string | Name of the network policy |
| comment | string | Comment for the network policy |
| entriesInAllowedIpList | int | Number of entries in the allowed IP list |
| entriesInBlockedIpList | int | Number of entries in the blocked IP list |
| entriesInAllowedNetworkRules | int | Number of entries in the allowed network rules |
| entriesInBlockedNetworkRules | int | Number of entries in the blocked network rules |
| allowedIpList | []string | List of IP addresses that are allowed access |
| blockedIpList | []string | List of IP addresses that are denied access |
| allowedNetworkRules | []string | List of network rules that contain the network identifiers that are allowed access |
| blockedNetworkRules | []string | List of network rules that contain the network identifiers that are denied access |
| createdAt | time | When the network policy was created |