Amazon Inspector · Schema

DescribeOrganizationConfigurationResponse

DescribeOrganizationConfigurationResponse schema

ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

Properties

Name Type Description
autoEnable object
maxAccountLimitReached object
View JSON Schema on GitHub

JSON Schema

inspector-describe-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-describe-organization-configuration-response-schema.json",
  "title": "DescribeOrganizationConfigurationResponse",
  "description": "DescribeOrganizationConfigurationResponse schema",
  "type": "object",
  "properties": {
    "autoEnable": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AutoEnable"
        },
        {
          "description": "The scan types are automatically enabled for new members of your organization."
        }
      ]
    },
    "maxAccountLimitReached": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "description": "Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon Inspector."
        }
      ]
    }
  }
}