Class CloudStorageDiscoveryTarget (3.20.0)

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

Target used to match against for discovery with Cloud Storage buckets.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

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

Attributes

Name Description
filter google.cloud.dlp_v2.types.DiscoveryCloudStorageFilter
Required. The buckets the generation_cadence applies to. The first target with a matching filter will be the one to apply to a bucket.
conditions google.cloud.dlp_v2.types.DiscoveryFileStoreConditions
Optional. In addition to matching the filter, these conditions must be true before a profile is generated.
generation_cadence google.cloud.dlp_v2.types.DiscoveryCloudStorageGenerationCadence
Optional. How often and when to update profiles. New buckets that match both the filter and conditions are scanned as quickly as possible depending on system capacity. This field is a member of oneof_ cadence.
disabled google.cloud.dlp_v2.types.Disabled
Optional. Disable profiling for buckets that match this filter. This field is a member of oneof_ cadence.