sshPublicKey

@JvmName(name = "owdkvlvylfjqsege")
suspend fun sshPublicKey(value: Output<ConnectionAuthConfigSshPublicKeyArgs>)
@JvmName(name = "tqmpfkuiatpsmmbo")
suspend fun sshPublicKey(value: ConnectionAuthConfigSshPublicKeyArgs?)

Parameters

value

SSH Public Key for Authentication. Structure is documented below.


@JvmName(name = "pvulsjxlkwdgmtpg")
suspend fun sshPublicKey(argument: suspend ConnectionAuthConfigSshPublicKeyArgsBuilder.() -> Unit)

Parameters

argument

SSH Public Key for Authentication. Structure is documented below.