GoogleCloudPolicysimulatorV1OrgPolicyViolationsPreviewResourceCounts class

A summary of the state of all resources scanned for compliance with the changed OrgPolicy.

Properties

compliant int?
Number of scanned resources with zero violations.
getter/setter pair
errors int?
Number of resources that returned an error when scanned.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
noncompliant int?
Number of scanned resources with at least one violation.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanned int?
Number of resources checked for compliance.
getter/setter pair
unenforced int?
Number of resources where the constraint was not enforced, i.e. the Policy set enforced: false for that resource.
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