recordAuditEvent

fun recordAuditEvent(eventType: String, comment: String, extraAuditData: Map<String, String>)

Flows can call this method to record application level flow audit events

Parameters

eventType

is a string representing the type of event. Each flow is given a distinct namespace for these names.

comment

a general human readable summary of the event.

extraAuditData

in the audit log for this permission check these extra key value pairs will be recorded.