Class SqlServerEncryptionOptions
Encryption settings for the SQL Server database.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class SqlServerEncryptionOptions : IDirectResponseSchema
Properties
CertPath
Required. Path to certificate.
Declaration
[JsonProperty("certPath")]
public virtual string CertPath { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PvkPassword
Required. Input only. Private key password.
Declaration
[JsonProperty("pvkPassword")]
public virtual string PvkPassword { get; set; }
Property Value
Type | Description |
---|---|
string |
PvkPath
Required. Path to certificate private key.
Declaration
[JsonProperty("pvkPath")]
public virtual string PvkPath { get; set; }
Property Value
Type | Description |
---|---|
string |