Policy

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

Policy defines the configuration of how audit events are logged

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.