PolicyDriftDetails class

The policy field that violates the deployed posture and its expected and detected values.

Constructors

PolicyDriftDetails({String? detectedValue, String? expectedValue, String? field})
PolicyDriftDetails.fromJson(Map json_)

Properties

detectedValue String?
The detected value that violates the deployed posture, for example, false or allowed_values={"projects/22831892"}.
getter/setter pair
expectedValue String?
The value of this field that was configured in a posture, for example, true or allowed_values={"projects/29831892"}.
getter/setter pair
field String?
The name of the updated field, for example constraint.implementation.policy_rules[0].enforce
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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