Ssh Public Key Response
data class SshPublicKeyResponse(val certType: String, val sshClientCert: SecretResponse, val sshClientCertPass: SecretResponse, val username: String)
Parameters to support Ssh public key Authentication.
Constructors
Link copied to clipboard
fun SshPublicKeyResponse(certType: String, sshClientCert: SecretResponse, sshClientCertPass: SecretResponse, username: String)