# ExactPolicySource


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

API version: v1


> This API is experimental. Features, interfaces,
> and behavior may change.




Schema constraints and annotations:

```json
{
  "description": "ExactPolicySource identifies the nonsecret authority of a leaf expression.",
  "properties": {
    "id": {
      "description": "id identifies that source without exposing credentials or policy content.",
      "minLength": 1,
      "type": "string"
    },
    "origin": {
      "$ref": "#/components/schemas/ExactPolicyOrigin",
      "description": "origin distinguishes the authority that supplied this leaf.",
      "not": {
        "enum": [
          "unspecified"
        ]
      }
    }
  },
  "required": [
    "origin",
    "id"
  ],
  "title": "ExactPolicySource",
  "type": "object"
}
```



