Class SSHKey (1.7.3)

SSHKey(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An SSH key, used for authorizing with the interactive serial console feature.

Attributes

NameDescription
name str
Output only. The name of this SSH key. Currently, the only valid value for the location is "global".
public_key str
The public SSH key. This must be in OpenSSH .authorized_keys format.