Data Loss Prevention V2 Client - Class CloudStorageBucketAttribute (1.16.0)

Reference documentation and code samples for the Data Loss Prevention V2 Client class CloudStorageBucketAttribute.

The attribute of a bucket.

Protobuf type google.privacy.dlp.v2.DiscoveryCloudStorageConditions.CloudStorageBucketAttribute

Namespace

Google \ Cloud \ Dlp \ V2 \ DiscoveryCloudStorageConditions

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CLOUD_STORAGE_BUCKET_ATTRIBUTE_UNSPECIFIED

Value: 0

Unused.

Generated from protobuf enum CLOUD_STORAGE_BUCKET_ATTRIBUTE_UNSPECIFIED = 0;

ALL_SUPPORTED_BUCKETS

Value: 1

Scan buckets regardless of the attribute.

Generated from protobuf enum ALL_SUPPORTED_BUCKETS = 1;

AUTOCLASS_DISABLED

Value: 2

Buckets with autoclass disabled (https://cloud.google.com/storage/docs/autoclass). Only one of AUTOCLASS_DISABLED or AUTOCLASS_ENABLED should be set.

Generated from protobuf enum AUTOCLASS_DISABLED = 2;

AUTOCLASS_ENABLED

Value: 3

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.

Generated from protobuf enum AUTOCLASS_ENABLED = 3;