PassThroughConfigSchema.json revision 76493d12a73ae88da14af334084dae9a85c41e6f
{
"class": "org.forgerock.openidm.audit.events.handlers.impl.PassThroughAuditEventHandler",
"config":
{
"type": "object",
"id": "urn:jsonschema:org:forgerock:openidm:audit:events:handlers:impl:PassThroughAuditEventHandlerConfiguration",
"properties": {
"message": {
"type": "string"
},
"enabled": {
"type": "boolean",
"description": "audit.handlers.all.enabled"
},
"topics": {
"type": "array",
"description": "audit.handlers.all.topics",
"items": {
"type": "string"
}
},
"name": {
"type": "string",
"description": "audit.handlers.all.name"
}
}
}
}