Class GetSshPublicKeyRequest (2.6.1)

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

A request message for retrieving an SSH public key.

Attribute

NameDescription
name str
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}``.

Inheritance

builtins.object > proto.message.Message > GetSshPublicKeyRequest