AuditTarget

A structure that specifies the target entity for audit analysis, such as a service, SLO, or service_operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The specific data identifying the audit target entity.

Link copied to clipboard

The type of entity being audited, such as Service, SLO, or ServiceOperation.

Functions

Link copied to clipboard
inline fun copy(block: AuditTarget.Builder.() -> Unit = {}): AuditTarget
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String