{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-schema/iot-device-defender-describe-account-audit-configuration-response-schema.json", "title": "DescribeAccountAuditConfigurationResponse", "description": "DescribeAccountAuditConfigurationResponse schema", "type": "object", "properties": { "roleArn": { "allOf": [ { "$ref": "#/components/schemas/RoleArn" }, { "description": "

The ARN of the role that grants permission to IoT to access information about your devices, policies, certificates, and other items as required when performing an audit.

On the first call to UpdateAccountAuditConfiguration, this parameter is required.

" } ] }, "auditNotificationTargetConfigurations": { "allOf": [ { "$ref": "#/components/schemas/AuditNotificationTargetConfigurations" }, { "description": "Information about the targets to which audit notifications are sent for this account." } ] }, "auditCheckConfigurations": { "allOf": [ { "$ref": "#/components/schemas/AuditCheckConfigurations" }, { "description": "Which audit checks are enabled and disabled for this account." } ] } } }