Class ImportContext.TdeImportOptionsData
Optional. Import parameters specific to SQL Server TDE certificates
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.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 |