VirtualMachineOsProfileLinuxConfigArgs

data class VirtualMachineOsProfileLinuxConfigArgs(val disablePasswordAuthentication: Output<Boolean>, val sshKeys: Output<List<VirtualMachineOsProfileLinuxConfigSshKeyArgs>>? = null) : ConvertibleToJava<VirtualMachineOsProfileLinuxConfigArgs>

Constructors

Link copied to clipboard
constructor(disablePasswordAuthentication: Output<Boolean>, sshKeys: Output<List<VirtualMachineOsProfileLinuxConfigSshKeyArgs>>? = null)

Properties

Link copied to clipboard

Specifies whether password authentication should be disabled. If set to false, an admin_password must be specified.

Link copied to clipboard

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

Functions

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