# restricted_images


[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
{
  "properties": {
    "allow_official_images": {
      "description": "Allow usage of official images if \"enabled\" is `true`.",
      "example": true,
      "type": "boolean"
    },
    "allow_verified_publishers": {
      "description": "Allow usage of verified publisher images if \"enabled\" is `true`.",
      "example": true,
      "type": "boolean"
    },
    "enabled": {
      "description": "Whether or not to restrict image usage for users in the organization.",
      "example": true,
      "type": "boolean"
    }
  },
  "type": "object"
}
```



