# AuditLogAction


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

API version: 2-beta



Schema constraints and annotations:

```json
{
  "description": "Audit Log action",
  "properties": {
    "description": {
      "description": "Description of audit log action.",
      "type": "string"
    },
    "label": {
      "description": "Label for audit log action.",
      "type": "string"
    },
    "name": {
      "description": "Name of audit log action.",
      "type": "string"
    }
  },
  "type": "object"
}
```



