# CredentialFenceReceipt


[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": "CredentialFenceReceipt acknowledges one completed generation without granting current use.",
  "properties": {
    "generation": {
      "description": "generation increases for each accepted material/rule replacement on that target.",
      "exclusiveMinimum": 0,
      "format": "int64",
      "type": [
        "integer",
        "string"
      ]
    },
    "target": {
      "description": "target is the complete Sandbox or Secret resource name bound to this receipt.",
      "pattern": "^(sandboxes|secrets)/[^/]+$",
      "type": "string"
    }
  },
  "required": [
    "target",
    "generation"
  ],
  "title": "CredentialFenceReceipt",
  "type": "object"
}
```



