GoogleCloudAssuredworkloadsV1DbControlComplianceSummary class

The details for control compliance.

Constructors

GoogleCloudAssuredworkloadsV1DbControlComplianceSummary({List<GoogleCloudAssuredworkloadsV1CloudControlReport>? cloudControlReports, List<String>? complianceFrameworks, String? control, String? controlResponsibilityType, String? description, String? displayName, bool? isFakeControl, String? name, String? overallEvaluationState, List<GoogleCloudAssuredworkloadsV1SimilarControls>? similarControls, int? totalFindingsCount})
GoogleCloudAssuredworkloadsV1DbControlComplianceSummary.fromJson(Map json_)

Properties

cloudControlReports List<GoogleCloudAssuredworkloadsV1CloudControlReport>?
The list of cloud control reports.
getter/setter pair
complianceFrameworks List<String>?
The list of compliance frameworks that the control belongs to.
getter/setter pair
control String?
The name of the control.
getter/setter pair
controlResponsibilityType String?
The responsibility type for the control. Possible string values are:
getter/setter pair
description String?
The description of the control.
getter/setter pair
displayName String?
The display name of the control.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isFakeControl bool?
Whether the control is a fake control.
getter/setter pair
name String?
Identifier.
getter/setter pair
overallEvaluationState String?
The overall evaluation status of the control.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
similarControls List<GoogleCloudAssuredworkloadsV1SimilarControls>?
The list of similar controls.
getter/setter pair
totalFindingsCount int?
The total number of findings for the control.
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