Share feedback
Answers are generated based on the documentation.

Experimental

Schema

AttributedRule

Type: object

AttributedRule reports a rule and the layer that supplied it.
layer

Schema: PolicyLayer

layer identifies where the rule came from.
All schema constraints and annotations
{
  "$ref": "#/components/schemas/PolicyLayer",
  "description": "layer identifies where the rule came from."
}
network

Type: string

network is the network name or CIDR.
All schema constraints and annotations
{
  "description": "network is the network name or CIDR.",
  "type": "string"
}
All schema constraints and annotations
{
  "description": "AttributedRule reports a rule and the layer that supplied it.",
  "properties": {
    "layer": {
      "$ref": "#/components/schemas/PolicyLayer",
      "description": "layer identifies where the rule came from."
    },
    "network": {
      "description": "network is the network name or CIDR.",
      "type": "string"
    }
  },
  "title": "AttributedRule",
  "type": "object"
}