AuditSinkSpecPatch

data class AuditSinkSpecPatch(val policy: PolicyPatch? = null, val webhook: WebhookPatch? = null)

AuditSinkSpec holds the spec for the audit sink

Constructors

Link copied to clipboard
constructor(policy: PolicyPatch? = null, webhook: WebhookPatch? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val policy: PolicyPatch? = null

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

Link copied to clipboard
val webhook: WebhookPatch? = null

Webhook to send events required