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 \ V2Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;