PolicyPatch

data class PolicyPatch(val level: String? = null, val stages: List<String>? = null)

Policy defines the configuration of how audit events are logged

Constructors

Link copied to clipboard
constructor(level: String? = null, stages: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val level: String? = null

The Level that all requests are recorded at. available options: None, Metadata, Request, RequestResponse required

Link copied to clipboard
val stages: List<String>? = null

Stages is a list of stages for which events are created.