ComplianceStatusResponse

data class ComplianceStatusResponse(val complianceState: String, val lastConfigApplied: String? = null, val message: String? = null, val messageLevel: String? = null)

Compliance Status details

Constructors

Link copied to clipboard
constructor(complianceState: String, lastConfigApplied: String? = null, message: String? = null, messageLevel: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The compliance state of the configuration.

Link copied to clipboard

Datetime the configuration was last applied.

Link copied to clipboard
val message: String? = null

Message from when the configuration was applied.

Link copied to clipboard
val messageLevel: String? = null

Level of the message.