Show / Hide Table of Contents

Class SqlServerEncryptionOptions

Encryption settings for the SQL Server database.

Inheritance
object
SqlServerEncryptionOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class SqlServerEncryptionOptions : IDirectResponseSchema

Properties

CertPath

Required. Path to the Certificate (.cer) in Cloud Storage, in the form gs://bucketName/fileName. The instance must have write permissions to the bucket and read access to the file.

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. Password that encrypts the private key.

Declaration
[JsonProperty("pvkPassword")]
public virtual string PvkPassword { get; set; }
Property Value
Type Description
string

PvkPath

Required. Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form gs://bucketName/fileName. The instance must have write permissions to the bucket and read access to the file.

Declaration
[JsonProperty("pvkPath")]
public virtual string PvkPath { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX