# RuleActions


[API catalog](/reference/api/) · [AI Governance overview](/reference/api/ai-governance/latest/) · [Product manual](https://docs.docker.com/ai/sandboxes/governance/) · [OpenAPI specification](/reference/api/ai-governance/api.yaml)

API version: 1



Schema constraints and annotations:

```json
{
  "description": "Network actions: `connect:tcp`, `connect:udp`. Filesystem actions: `read`, `write`. All actions in a rule must belong to the same domain; mixing network and filesystem actions in one rule is rejected.\n",
  "examples": [
    [
      "connect:tcp",
      "connect:udp"
    ]
  ],
  "items": {
    "enum": [
      "connect:tcp",
      "connect:udp",
      "read",
      "write"
    ],
    "type": "string"
  },
  "minItems": 1,
  "type": "array"
}
```



