View Source GoogleApi.Connectors.V1.Model.SshPublicKey (google_api_connectors v0.16.0)

Parameters to support Ssh public key Authentication.

Attributes

  • certType (type: String.t, default: nil) - Format of SSH Client cert.
  • sshClientCert (type: GoogleApi.Connectors.V1.Model.Secret.t, default: nil) - SSH Client Cert. It should contain both public and private key.
  • sshClientCertPass (type: GoogleApi.Connectors.V1.Model.Secret.t, default: nil) - Password (passphrase) for ssh client certificate if it has one.
  • username (type: String.t, default: nil) - The user account used to authenticate.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.SshPublicKey{
  certType: String.t() | nil,
  sshClientCert: GoogleApi.Connectors.V1.Model.Secret.t() | nil,
  sshClientCertPass: GoogleApi.Connectors.V1.Model.Secret.t() | nil,
  username: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.