LocalUserSshAuthorizedKeyArgs

data class LocalUserSshAuthorizedKeyArgs(val description: Output<String>? = null, val key: Output<String>) : ConvertibleToJava<LocalUserSshAuthorizedKeyArgs>

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, key: Output<String>)

Properties

Link copied to clipboard
val description: Output<String>? = null

The description of this SSH authorized key.

Link copied to clipboard
val key: Output<String>

The public key value of this SSH authorized key.

Functions

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