Amazon Detective · JSON Structure

Amazon Detective Describe Organization Configuration Response Structure

Response from describing organization configuration

Type: object Properties: 1
ForensicsInvestigationSecurity

DescribeOrganizationConfigurationResponse is a JSON Structure definition published by Amazon Detective, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AutoEnable

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-detective/refs/heads/main/json-structure/amazon-detective-describe-organization-configuration-response-structure.json",
  "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
    }
  },
  "name": "DescribeOrganizationConfigurationResponse"
}