Snowflake · JSON Structure

Network Policy Network Policy Structure

Type: object Properties: 9
Data LakesData SharingData WarehousingDatabaseSQL

NetworkPolicy is a JSON Structure definition published by Snowflake, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name allowed_network_rule_list blocked_network_rule_list allowed_ip_list blocked_ip_list comment created_on owner owner_role_type

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "NetworkPolicy",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "allowed_network_rule_list": {
      "type": "array"
    },
    "blocked_network_rule_list": {
      "type": "array"
    },
    "allowed_ip_list": {
      "type": "array"
    },
    "blocked_ip_list": {
      "type": "array"
    },
    "comment": {
      "type": "string"
    },
    "created_on": {
      "type": "string"
    },
    "owner": {
      "type": "string"
    },
    "owner_role_type": {
      "type": "string"
    }
  }
}