GoogleCloudAssuredworkloadsV1DbFrameworkComplianceSummary class

The details for a framework compliance summary.

Constructors

GoogleCloudAssuredworkloadsV1DbFrameworkComplianceSummary({GoogleCloudAssuredworkloadsV1ControlAssessmentDetails? controlAssessmentDetails, GoogleCloudAssuredworkloadsV1Trend? controlsPassingTrend, String? findingCount, String? framework, List<String>? frameworkCategories, String? frameworkDisplayName, String? frameworkType, String? majorRevisionId, String? minorRevisionId, String? name, List<String>? supportedCloudProviders, List<GoogleCloudAssuredworkloadsV1TargetResourceDetails>? targetResourceDetails})
GoogleCloudAssuredworkloadsV1DbFrameworkComplianceSummary.fromJson(Map json_)

Properties

controlAssessmentDetails GoogleCloudAssuredworkloadsV1ControlAssessmentDetails?
The control assessment details of the framework.
getter/setter pair
controlsPassingTrend GoogleCloudAssuredworkloadsV1Trend?
The trend of controls that are passing for the given duration.
getter/setter pair
findingCount String?
The count of the findings generated against the framework.
getter/setter pair
framework String?
The name of the framework.
getter/setter pair
frameworkCategories List<String>?
The list of framework categories supported by the framework.
getter/setter pair
frameworkDisplayName String?
The display name for the framework.
getter/setter pair
frameworkType String?
The type of framework. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
majorRevisionId String?
The major revision ID of the framework.
getter/setter pair
minorRevisionId String?
The minor revision ID of the framework.
getter/setter pair
name String?
Identifier.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedCloudProviders List<String>?
The list of cloud providers supported by the framework.
getter/setter pair
targetResourceDetails List<GoogleCloudAssuredworkloadsV1TargetResourceDetails>?
The target resource details for the framework.
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