Class ImportContext.BakImportOptionsData.EncryptionOptionsData
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class ImportContext.BakImportOptionsData.EncryptionOptionsData
Properties
CertPath
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 |
PvkPassword
Password that encrypts the private key
Declaration
[JsonProperty("pvkPassword")]
public virtual string PvkPassword { get; set; }
Property Value
Type | Description |
---|---|
string |
PvkPath
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 |