ComplianceItemEntry

Information about a compliance item.

Types

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

Properties

Link copied to clipboard

A "Key": "Value" tag combination for the compliance item.

Link copied to clipboard
val id: String?

The compliance item ID. For example, if the compliance item is a Windows patch, the ID could be the number of the KB article.

Link copied to clipboard

The severity of the compliance status. Severity can be one of the following: Critical, High, Medium, Low, Informational, Unspecified.

Link copied to clipboard

The status of the compliance item. An item is either COMPLIANT or NON_COMPLIANT.

Link copied to clipboard

The title of the compliance item. For example, if the compliance item is a Windows patch, the title could be the title of the KB article for the patch; for example: Security Update for Active Directory Federation Services.

Functions

Link copied to clipboard
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