ScaleSetOsProfileLinuxConfigArgs

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

Constructors

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

Properties

Link copied to clipboard

Specifies whether password authentication should be disabled. Defaults to false. Changing this forces a new resource to be created.

Link copied to clipboard

One or more ssh_keys blocks as defined below.

Functions

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