GoogleApi.SQLAdmin.V1beta4.Model.ExportContextTdeExportOptions (google_api_sql_admin v0.71.0)

View Source

Optional. Export parameters specific to SQL Server TDE certificates

Attributes

  • certificatePath (type: String.t, default: nil) - Required. Path to the TDE certificate public key in the form gs://bucketName/fileName. The instance must have write access to the location. Applicable only for SQL Server instances.
  • name (type: String.t, default: nil) - Required. Certificate name. Applicable only for SQL Server instances.
  • privateKeyPassword (type: String.t, default: nil) - Required. Password that encrypts the private key.
  • privateKeyPath (type: String.t, default: nil) - Required. Path to the TDE certificate private key in the form gs://bucketName/fileName. The instance must have write access to the location. Applicable only for SQL Server instances.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SQLAdmin.V1beta4.Model.ExportContextTdeExportOptions{
  certificatePath: String.t() | nil,
  name: String.t() | nil,
  privateKeyPassword: String.t() | nil,
  privateKeyPath: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.