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

Encryption settings for the SQL Server database.

Attributes

  • certPath (type: String.t, default: nil) - Required. Path to certificate.
  • pvkPassword (type: String.t, default: nil) - Required. Input only. Private key password.
  • pvkPath (type: String.t, default: nil) - Required. Path to certificate private key.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.