Module: Google::Cloud::Dlp::V2::DiscoveryCloudStorageConditions::CloudStorageBucketAttribute
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
The attribute of a bucket.
Constant Summary collapse
- CLOUD_STORAGE_BUCKET_ATTRIBUTE_UNSPECIFIED =
          
Unused.
 0- ALL_SUPPORTED_BUCKETS =
          
Scan buckets regardless of the attribute.
 1- AUTOCLASS_DISABLED =
          
Buckets with autoclass disabled (https://cloud.google.com/storage/docs/autoclass). Only one of AUTOCLASS_DISABLED or AUTOCLASS_ENABLED should be set.
 2- AUTOCLASS_ENABLED =
          
Buckets with autoclass enabled (https://cloud.google.com/storage/docs/autoclass). Only one of AUTOCLASS_DISABLED or AUTOCLASS_ENABLED should be set. Scanning Autoclass-enabled buckets can affect object storage classes.
 3