ResourceComplianceSummaryItem class

Compliance summary information for a specific resource.

Constructors

ResourceComplianceSummaryItem({String? complianceType, CompliantSummary? compliantSummary, ComplianceExecutionSummary? executionSummary, NonCompliantSummary? nonCompliantSummary, ComplianceSeverity? overallSeverity, String? resourceId, String? resourceType, ComplianceStatus? status})
ResourceComplianceSummaryItem.fromJson(Map<String, dynamic> json)
factory

Properties

complianceType String?
The compliance type.
final
compliantSummary CompliantSummary?
A list of items that are compliant for the resource.
final
executionSummary ComplianceExecutionSummary?
Information about the execution.
final
hashCode int
The hash code for this object.
no setterinherited
nonCompliantSummary NonCompliantSummary?
A list of items that aren't compliant for the resource.
final
overallSeverity ComplianceSeverity?
The highest severity item found for the resource. The resource is compliant for this item.
final
resourceId String?
The resource ID.
final
resourceType String?
The resource type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ComplianceStatus?
The compliance status for the resource.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited