GoogleCloudAssuredworkloadsV1ControlAssessmentDetails class

The details for a control assessment.

Constructors

GoogleCloudAssuredworkloadsV1ControlAssessmentDetails({List<String>? assessedPassingControlIds, int? assessedPassingControls, List<String>? failingControlIds, int? failingControls, List<String>? notAssessedControlIds, int? notAssessedControls, List<String>? passingControlIds, int? passingControls})
GoogleCloudAssuredworkloadsV1ControlAssessmentDetails.fromJson(Map json_)

Properties

assessedPassingControlIds List<String>?
The list of controls that were assessed and are passing.
getter/setter pair
assessedPassingControls int?
The number of controls that were assessed and are passing.
getter/setter pair
failingControlIds List<String>?
The list of controls that are failing.
getter/setter pair
failingControls int?
The number of controls that are failing.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
notAssessedControlIds List<String>?
The list of controls that aren't assessed because they require manual review.
getter/setter pair
notAssessedControls int?
The number of controls that aren't assessed because they require manual review.
getter/setter pair
passingControlIds List<String>?
The list of controls that are passing or not assessed.
getter/setter pair
passingControls int?
The number of controls that are passing or not assessed.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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