OrganizationFeatureConfiguration is a JSON Structure definition published by Amazon GuardDuty, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-structure/guardduty-organization-feature-configuration-structure.json",
"name": "OrganizationFeatureConfiguration",
"description": "A list of features which will be configured for the organization.",
"type": "object",
"properties": {
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/OrgFeature"
},
{
"xml": {
"name": "name"
},
"description": "The name of the feature that will be configured for the organization."
}
]
},
"AutoEnable": {
"allOf": [
{
"$ref": "#/components/schemas/OrgFeatureStatus"
},
{
"xml": {
"name": "autoEnable"
},
"description": "The status of the feature that will be configured for the organization."
}
]
},
"AdditionalConfiguration": {
"allOf": [
{
"$ref": "#/components/schemas/OrganizationAdditionalConfigurations"
},
{
"xml": {
"name": "additionalConfiguration"
},
"description": "The additional information that will be configured for the organization."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.