Data Loss Prevention V2 Client - Class EncryptionStatus (1.11.0)

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

How a resource is encrypted.

Protobuf type google.privacy.dlp.v2.EncryptionStatus

Namespace

Google \ Cloud \ Dlp \ V2

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

ENCRYPTION_STATUS_UNSPECIFIED

Value: 0

Unused.

Generated from protobuf enum ENCRYPTION_STATUS_UNSPECIFIED = 0;

ENCRYPTION_GOOGLE_MANAGED

Value: 1

Google manages server-side encryption keys on your behalf.

Generated from protobuf enum ENCRYPTION_GOOGLE_MANAGED = 1;

ENCRYPTION_CUSTOMER_MANAGED

Value: 2

Customer provides the key.

Generated from protobuf enum ENCRYPTION_CUSTOMER_MANAGED = 2;