AuditCheckDetails class

Information about the audit check.

Constructors

AuditCheckDetails({bool? checkCompliant, AuditCheckRunStatus? checkRunStatus, String? errorCode, String? message, int? nonCompliantResourcesCount, int? suppressedNonCompliantResourcesCount, int? totalResourcesCount})
AuditCheckDetails.fromJson(Map<String, dynamic> json)
factory

Properties

checkCompliant bool?
True if the check is complete and found all resources compliant.
final
checkRunStatus AuditCheckRunStatus?
The completion status of this check. One of "IN_PROGRESS", "WAITING_FOR_DATA_COLLECTION", "CANCELED", "COMPLETED_COMPLIANT", "COMPLETED_NON_COMPLIANT", or "FAILED".
final
errorCode String?
The code of any error encountered when this check is performed during this audit. One of "INSUFFICIENT_PERMISSIONS" or "AUDIT_CHECK_DISABLED".
final
hashCode int
The hash code for this object.
no setterinherited
message String?
The message associated with any error encountered when this check is performed during this audit.
final
nonCompliantResourcesCount int?
The number of resources that were found noncompliant during the check.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suppressedNonCompliantResourcesCount int?
Describes how many of the non-compliant resources created during the evaluation of an audit check were marked as suppressed.
final
totalResourcesCount int?
The number of resources on which the check was performed.
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