sshKeys

@JvmName(name = "pnkxdcvuvjtxnqww")
suspend fun sshKeys(value: Output<List<VirtualMachineOsProfileLinuxConfigSshKeyArgs>>)
@JvmName(name = "woipvywvfqlnyfwn")
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 = "ysnghrssswcpqyit")
suspend fun sshKeys(vararg values: Output<VirtualMachineOsProfileLinuxConfigSshKeyArgs>)


@JvmName(name = "rpjuhygyptihbalj")
suspend fun sshKeys(values: List<Output<VirtualMachineOsProfileLinuxConfigSshKeyArgs>>)
@JvmName(name = "ufjkqmlevcdnfuoh")
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 = "bihkfkrtdlwbkrnw")
suspend fun sshKeys(argument: List<suspend VirtualMachineOsProfileLinuxConfigSshKeyArgsBuilder.() -> Unit>)
@JvmName(name = "coqutjulpshcgxfe")
suspend fun sshKeys(vararg argument: suspend VirtualMachineOsProfileLinuxConfigSshKeyArgsBuilder.() -> Unit)
@JvmName(name = "sovgkrixqldekhqv")
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.