Share feedback
Answers are generated based on the documentation.

Schema

restricted_images

Type: object

allow_official_images

Type: boolean

Allow usage of official images if "enabled" is true.
All schema constraints and annotations
{
  "description": "Allow usage of official images if \"enabled\" is `true`.",
  "example": true,
  "type": "boolean"
}
allow_verified_publishers

Type: boolean

Allow usage of verified publisher images if "enabled" is true.
All schema constraints and annotations
{
  "description": "Allow usage of verified publisher images if \"enabled\" is `true`.",
  "example": true,
  "type": "boolean"
}
enabled

Type: boolean

Whether or not to restrict image usage for users in the organization.
All schema constraints and annotations
{
  "description": "Whether or not to restrict image usage for users in the organization.",
  "example": true,
  "type": "boolean"
}
All schema constraints and annotations
{
  "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"
}