ComplianceItemEntry class
Information about a compliance item.
Constructors
-
ComplianceItemEntry({required ComplianceSeverity severity, required ComplianceStatus status, Map<
String, String> ? details, String? id, String? title})
Properties
-
details
→ Map<
String, String> ? -
A "Key": "Value" tag combination for the compliance item.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- severity → ComplianceSeverity
-
The severity of the compliance status. Severity can be one of the following:
Critical, High, Medium, Low, Informational, Unspecified.
final
- status → ComplianceStatus
-
The status of the compliance item. An item is either COMPLIANT or
NON_COMPLIANT.
final
- title → String?
-
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.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited