AuditSinkSpec

data class AuditSinkSpec(val policy: Policy, val webhook: Webhook)

AuditSinkSpec holds the spec for the audit sink

Constructors

Link copied to clipboard
constructor(policy: Policy, webhook: Webhook)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Policy defines the policy for selecting which events should be sent to the webhook required

Link copied to clipboard

Webhook to send events required