Class ImportContext.BakImportOptionsData.EncryptionOptionsData
Inheritance
System.Object
ImportContext.BakImportOptionsData.EncryptionOptionsData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class 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 |
|---|---|
| System.String |
PvkPassword
Password that encrypts the private key
Declaration
[JsonProperty("pvkPassword")]
public virtual string PvkPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.String |