Amazon Inspector · Schema

UpdateOrganizationConfigurationResponse

UpdateOrganizationConfigurationResponse schema

ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

Properties

Name Type Description
autoEnable object
View JSON Schema on GitHub

JSON Schema

inspector-update-organization-configuration-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-schema/inspector-update-organization-configuration-response-schema.json",
  "title": "UpdateOrganizationConfigurationResponse",
  "description": "UpdateOrganizationConfigurationResponse schema",
  "type": "object",
  "properties": {
    "autoEnable": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AutoEnable"
        },
        {
          "description": "The updated status of scan types automatically enabled for new members of your Amazon Inspector organization."
        }
      ]
    }
  },
  "required": [
    "autoEnable"
  ]
}