Share feedback
Answers are generated based on the documentation.

Experimental

Schema

PolicyDomain

Type: string

PolicyDomain identifies a policy subsystem.

Values: unspecified: unspecified is not a concrete policy domain. network: network is network egress policy.

All schema constraints and annotations
{
  "description": "PolicyDomain identifies a policy subsystem.\n\nValues:\nunspecified: unspecified is not a concrete policy domain.\nnetwork: network is network egress policy.",
  "enum": [
    "unspecified",
    "network"
  ],
  "title": "PolicyDomain",
  "type": "string"
}