Scale Set Os Profile Linux Config
data class ScaleSetOsProfileLinuxConfig(val disablePasswordAuthentication: Boolean? = null, val sshKeys: List<ScaleSetOsProfileLinuxConfigSshKey>? = null)
Constructors
Link copied to clipboard
constructor(disablePasswordAuthentication: Boolean? = null, sshKeys: List<ScaleSetOsProfileLinuxConfigSshKey>? = null)