View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1AuthConfigSshPublicKey (google_api_integrations v0.10.0)
Parameters to support Ssh public key Authentication.
Attributes
-
certType(type:String.t, default:nil) - Format of SSH Client cert. -
sshClientCert(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1Secret.t, default:nil) - SSH Client Cert. It should contain both public and private key. -
sshClientCertPass(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1Secret.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.Integrations.V1alpha.Model.GoogleCloudConnectorsV1AuthConfigSshPublicKey{ certType: String.t() | nil, sshClientCert: GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1Secret.t() | nil, sshClientCertPass: GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1Secret.t() | nil, username: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.