AzureNodePoolConfigSshConfigArgs

data class AzureNodePoolConfigSshConfigArgs(val authorizedKey: Output<String>) : ConvertibleToJava<AzureNodePoolConfigSshConfigArgs>

Constructors

Link copied to clipboard
constructor(authorizedKey: Output<String>)

Properties

Link copied to clipboard
val authorizedKey: Output<String>

The SSH public key data for VMs managed by Anthos. This accepts the authorized_keys file format used in OpenSSH according to the sshd(8) manual page.

Functions

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