Class PropertyDrift (0.1.19)

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

A property drift represents a drift to a property in the state file.

Attributes

Name Description
path str
Output only. The path of the property drift.
before_sensitive_paths MutableSequence[str]
Output only. The paths of sensitive fields in before. Paths are relative to path.
before google.protobuf.struct_pb2.Value
Output only. Representations of the object value before the actions.
after_sensitive_paths MutableSequence[str]
Output only. The paths of sensitive fields in after. Paths are relative to path.
after google.protobuf.struct_pb2.Value
Output only. Representations of the object value after the actions.