GoogleCloudAssuredworkloadsV1CloudControlReport constructor
GoogleCloudAssuredworkloadsV1CloudControlReport({
- List<
String> ? categories, - String? cloudControl,
- GoogleCloudAssuredworkloadsV1CloudControlAssessmentDetails? cloudControlAssessmentDetails,
- String? cloudControlDeployment,
- String? cloudControlType,
- String? description,
- String? displayName,
- String? enforcementMode,
- String? findingCategory,
- String? findingSeverity,
- List<
String> ? frameworkMajorRevisionIds, - String? majorRevisionId,
- GoogleCloudAssuredworkloadsV1ManualCloudControlAssessmentDetails? manualCloudControlAssessmentDetails,
- String? minorRevisionId,
- List<
GoogleCloudAssuredworkloadsV1Rule> ? rules, - List<
GoogleCloudAssuredworkloadsV1SimilarControls> ? similarControls,
Implementation
GoogleCloudAssuredworkloadsV1CloudControlReport({
this.categories,
this.cloudControl,
this.cloudControlAssessmentDetails,
this.cloudControlDeployment,
this.cloudControlType,
this.description,
this.displayName,
this.enforcementMode,
this.findingCategory,
this.findingSeverity,
this.frameworkMajorRevisionIds,
this.majorRevisionId,
this.manualCloudControlAssessmentDetails,
this.minorRevisionId,
this.rules,
this.similarControls,
});