sshKeys

@JvmName(name = "wauwskpmyhcwiuco")
suspend fun sshKeys(value: Output<List<VirtualMachineOsProfileLinuxConfigSshKeyArgs>>)
@JvmName(name = "eobxyopslutkyrwp")
suspend fun sshKeys(value: List<VirtualMachineOsProfileLinuxConfigSshKeyArgs>?)

Parameters

value

One or more ssh_keys blocks as defined below. This field is required if disable_password_authentication is set to true.


@JvmName(name = "hpcwvnhwcgqjmhys")
suspend fun sshKeys(vararg values: Output<VirtualMachineOsProfileLinuxConfigSshKeyArgs>)


@JvmName(name = "alojtwdlgqesfcjx")
suspend fun sshKeys(values: List<Output<VirtualMachineOsProfileLinuxConfigSshKeyArgs>>)
@JvmName(name = "vydfpqkoregwstke")
suspend fun sshKeys(vararg values: VirtualMachineOsProfileLinuxConfigSshKeyArgs)

Parameters

values

One or more ssh_keys blocks as defined below. This field is required if disable_password_authentication is set to true.


@JvmName(name = "fyiebfymibrevisl")
suspend fun sshKeys(argument: List<suspend VirtualMachineOsProfileLinuxConfigSshKeyArgsBuilder.() -> Unit>)
@JvmName(name = "rrfquojiflgclguw")
suspend fun sshKeys(vararg argument: suspend VirtualMachineOsProfileLinuxConfigSshKeyArgsBuilder.() -> Unit)
@JvmName(name = "vthardiurmocjrhc")
suspend fun sshKeys(argument: suspend VirtualMachineOsProfileLinuxConfigSshKeyArgsBuilder.() -> Unit)

Parameters

argument

One or more ssh_keys blocks as defined below. This field is required if disable_password_authentication is set to true.