GetUserSshKeyPlainArgs

data class GetUserSshKeyPlainArgs(val encoding: String, val sshPublicKeyId: String, val username: String) : ConvertibleToJava<GetUserSshKeyPlainArgs>

A collection of arguments for invoking getUserSshKey.

Constructors

Link copied to clipboard
constructor(encoding: String, sshPublicKeyId: String, username: String)

Properties

Link copied to clipboard

Specifies the public key encoding format to use in the response. To retrieve the public key in ssh-rsa format, use SSH. To retrieve the public key in PEM format, use PEM.

Link copied to clipboard

Unique identifier for the SSH public key.

Link copied to clipboard

Name of the IAM user associated with the SSH public key.

Functions

Link copied to clipboard
open override fun toJava(): GetUserSshKeyPlainArgs