Amazon Detective · Schema

DescribeOrganizationConfigurationResponse

Response from describing organization configuration

ForensicsInvestigationSecurity

Properties

Name Type Description
AutoEnable boolean Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
View JSON Schema on GitHub

JSON Schema

amazon-detective-describe-organization-configuration-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-detective/refs/heads/main/json-schema/amazon-detective-describe-organization-configuration-response-schema.json",
  "title": "DescribeOrganizationConfigurationResponse",
  "description": "Response from describing organization configuration",
  "type": "object",
  "properties": {
    "AutoEnable": {
      "type": "boolean",
      "description": "Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.",
      "example": true
    }
  }
}