View Source GoogleApi.DataMigration.V1.Model.SqlServerEncryptionOptions (google_api_data_migration v0.21.0)

Encryption settings for the SQL Server database.

Attributes

  • certPath (type: String.t, default: nil) - Required. 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.
  • pvkPassword (type: String.t, default: nil) - Required. Input only. Password that encrypts the private key.
  • pvkPath (type: String.t, default: nil) - Required. 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataMigration.V1.Model.SqlServerEncryptionOptions{
  certPath: String.t() | nil,
  pvkPassword: String.t() | nil,
  pvkPath: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.