AzureSshConfig

SSH configuration for Azure resources.

JSON representation
{
  "authorizedKey": string
}
Fields
authorizedKey

string

Required. 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.