OrchestratedVirtualMachineScaleSetOsProfileLinuxConfigurationAdminSshKeyArgs

data class OrchestratedVirtualMachineScaleSetOsProfileLinuxConfigurationAdminSshKeyArgs(val publicKey: Output<String>, val username: Output<String>) : ConvertibleToJava<OrchestratedVirtualMachineScaleSetOsProfileLinuxConfigurationAdminSshKeyArgs>

Constructors

constructor(publicKey: Output<String>, username: Output<String>)

Properties

Link copied to clipboard
val publicKey: Output<String>

The Public Key which should be used for authentication, which needs to be in ssh-rsa format with at least 2048-bit or in ssh-ed25519 format.

Link copied to clipboard
val username: Output<String>

The Username for which this Public SSH Key should be configured.

Functions

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