Class GetSshPublicKeyRequest (2.3.2)

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

A request message for retrieving an SSH public key. .. attribute:: name

Required. The fingerprint of the public key to retrieve. Public keys are identified by their SHA-256 fingerprint. The fingerprint of the public key is in format users/{user}/sshPublicKeys/{fingerprint}.

:type: str