LoggingPropertiesResponse

data class LoggingPropertiesResponse(val auditLogStatus: String? = null, val logLevel: String? = null)

The logging properties of the connected registry.

Constructors

Link copied to clipboard
constructor(auditLogStatus: String? = null, logLevel: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val auditLogStatus: String? = null

Indicates whether audit logs are enabled on the connected registry.

Link copied to clipboard
val logLevel: String? = null

The verbosity of logs persisted on the connected registry.