Show / Hide Table of Contents

Class ImportContext.TdeImportOptionsData

Optional. Import parameters specific to SQL Server .TDE files Import parameters specific to SQL Server TDE certificates

Inheritance
object
ImportContext.TdeImportOptionsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class ImportContext.TdeImportOptionsData

Properties

CertificatePath

Required. Path to the TDE certificate public key in the form gs://bucketName/fileName. The instance must have read access to the file. Applicable only for SQL Server instances.

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

Name

Required. Certificate name. Applicable only for SQL Server instances.

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

PrivateKeyPassword

Required. Password that encrypts the private key.

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

PrivateKeyPath

Required. Path to the TDE certificate private key in the form gs://bucketName/fileName. The instance must have read access to the file. Applicable only for SQL Server instances.

Declaration
[JsonProperty("privateKeyPath")]
public virtual string PrivateKeyPath { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX