VirtualMachineOsProfileLinuxConfig

data class VirtualMachineOsProfileLinuxConfig(val disablePasswordAuthentication: Boolean, val sshKeys: List<VirtualMachineOsProfileLinuxConfigSshKey>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

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.