Class EncryptionInfo
EncryptionInfo describes the encryption information of a cluster or a backup.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.dll
Syntax
public class EncryptionInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EncryptionType
Output only. Type of encryption.
Declaration
[JsonProperty("encryptionType")]
public virtual string EncryptionType { get; set; }
Property Value
Type | Description |
---|---|
string |
KmsKeyVersions
Output only. Cloud KMS key versions that are being used to protect the database or the backup.
Declaration
[JsonProperty("kmsKeyVersions")]
public virtual IList<string> KmsKeyVersions { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |