Google Cloud Data Loss Prevention v2 API - Enum DiscoveryCloudStorageConditions.Types.CloudStorageObjectAttribute (4.10.0)

public enum DiscoveryCloudStorageConditions.Types.CloudStorageObjectAttribute

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API enum DiscoveryCloudStorageConditions.Types.CloudStorageObjectAttribute.

The attribute of an object. See https://cloud.google.com/storage/docs/storage-classes for more information on storage classes.

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Fields

Name Description
AllSupportedObjects

Scan objects regardless of the attribute.

Archive

Scan objects with the archive storage class. This will incur retrieval fees.

Coldline

Scan objects with the coldline storage class. This will incur retrieval fees.

DurableReducedAvailability

Scan objects with the dual-regional storage class. This will incur retrieval fees.

MultiRegional

Scan objects with the multi-regional storage class.

Nearline

Scan objects with the nearline storage class. This will incur retrieval fees.

Regional

Scan objects with the regional storage class.

Standard

Scan objects with the standard storage class.

Unspecified

Unused.