Google Cloud Bigtable Administration v2 API - Class EncryptionInfo (3.14.0)

public sealed class EncryptionInfo : IMessage<EncryptionInfo>, IEquatable<EncryptionInfo>, IDeepCloneable<EncryptionInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class EncryptionInfo.

Encryption information for a given resource. If this resource is protected with customer managed encryption, the in-use Cloud Key Management Service (Cloud KMS) key version is specified along with its status.

Inheritance

object > EncryptionInfo

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

EncryptionInfo()

public EncryptionInfo()

EncryptionInfo(EncryptionInfo)

public EncryptionInfo(EncryptionInfo other)
Parameter
NameDescription
otherEncryptionInfo

Properties

EncryptionStatus

public Status EncryptionStatus { get; set; }

Output only. The status of encrypt/decrypt calls on underlying data for this resource. Regardless of status, the existing data is always encrypted at rest.

Property Value
TypeDescription
Status

EncryptionType

public EncryptionInfo.Types.EncryptionType EncryptionType { get; set; }

Output only. The type of encryption used to protect this resource.

Property Value
TypeDescription
EncryptionInfoTypesEncryptionType

KmsKeyVersion

public string KmsKeyVersion { get; set; }

Output only. The version of the Cloud KMS key specified in the parent cluster that is in use for the data underlying this table.

Property Value
TypeDescription
string

KmsKeyVersionAsCryptoKeyVersionName

public CryptoKeyVersionName KmsKeyVersionAsCryptoKeyVersionName { get; set; }

CryptoKeyVersionName-typed view over the KmsKeyVersion resource name property.

Property Value
TypeDescription
CryptoKeyVersionName