Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API module Google::Cloud::Dlp::V2::DiscoveryCloudStorageConditions::CloudStorageObjectAttribute.
The attribute of an object. See https://cloud.google.com/storage/docs/storage-classes for more information on storage classes.
Constants
CLOUD_STORAGE_OBJECT_ATTRIBUTE_UNSPECIFIED
value: 0
Unused.
ALL_SUPPORTED_OBJECTS
value: 1
Scan objects regardless of the attribute.
STANDARD
value: 2
Scan objects with the standard storage class.
NEARLINE
value: 3
Scan objects with the nearline storage class. This will incur retrieval
fees.
COLDLINE
value: 4
Scan objects with the coldline storage class. This will incur retrieval
fees.
ARCHIVE
value: 5
Scan objects with the archive storage class. This will incur retrieval
fees.
REGIONAL
value: 6
Scan objects with the regional storage class.
MULTI_REGIONAL
value: 7
Scan objects with the multi-regional storage class.
DURABLE_REDUCED_AVAILABILITY
value: 8
Scan objects with the dual-regional storage class. This will incur
retrieval fees.