ComplianceDetails class

Information that shows whether a resource is compliant with the effective tag policy, including details on any noncompliant tag keys.

Constructors

ComplianceDetails({bool? complianceStatus, List<String>? keysWithNoncompliantValues, List<String>? noncompliantKeys})
ComplianceDetails.fromJson(Map<String, dynamic> json)
factory

Properties

complianceStatus bool?
Whether a resource is compliant with the effective tag policy.
final
hashCode int
The hash code for this object.
no setterinherited
keysWithNoncompliantValues List<String>?
These are keys defined in the effective policy that are on the resource with either incorrect case treatment or noncompliant values.
final
noncompliantKeys List<String>?
These tag keys on the resource are noncompliant with the effective tag policy.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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