Show / Hide Table of Contents

Class ImportContext.BakImportOptionsData.EncryptionOptionsData

Inheritance
object
ImportContext.BakImportOptionsData.EncryptionOptionsData
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.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

KeepEncrypted

Optional. Whether the imported file remains encrypted.

Declaration
[JsonProperty("keepEncrypted")]
public virtual bool? KeepEncrypted { get; set; }
Property Value
Type Description
bool?

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
In this article
Back to top Generated by DocFX