ComplianceNote class

Constructors

ComplianceNote({CisBenchmark? cisBenchmark, String? description, String? impact, String? rationale, String? remediation, String? scanInstructions, String? title, List<ComplianceVersion>? version})
ComplianceNote.fromJson(Map json_)

Properties

cisBenchmark ↔ CisBenchmark?
getter/setter pair
description ↔ String?
A description about this compliance check.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
impact ↔ String?
getter/setter pair
rationale ↔ String?
A rationale for the existence of this compliance check.
getter/setter pair
remediation ↔ String?
A description of remediation steps if the compliance check fails.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
scanInstructions ↔ String?
Serialized scan instructions with a predefined format.
getter/setter pair
scanInstructionsAsBytes ↔ List<int>
getter/setter pair
title ↔ String?
The title that identifies this compliance check.
getter/setter pair
version ↔ List<ComplianceVersion>?
The OS and config versions the benchmark applies to.
getter/setter pair

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