Class DiscoveryFileStoreConditions (3.20.0)

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

Requirements that must be true before a file store is scanned in discovery for the first time. There is an AND relationship between the top-level attributes.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
created_after google.protobuf.timestamp_pb2.Timestamp
Optional. File store must have been created after this date. Used to avoid backfilling.
min_age google.protobuf.duration_pb2.Duration
Optional. Minimum age a file store must have. If set, the value must be 1 hour or greater.
cloud_storage_conditions google.cloud.dlp_v2.types.DiscoveryCloudStorageConditions
Optional. Cloud Storage conditions. This field is a member of oneof_ conditions.