Class PolicyDriftDetails (1.31.0)

PolicyDriftDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
field str
The name of the updated field, for example constraint.implementation.policy_rules[0].enforce
expected_value str
The value of this field that was configured in a posture, for example, true or allowed_values={"projects/29831892"}.
detected_value str
The detected value that violates the deployed posture, for example, false or allowed_values={"projects/22831892"}.