Class UpdateSshPublicKeyRequest (2.0.0)

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

A request message for updating an SSH public key.

Attributes

NameDescription
name str
Required. The fingerprint of the public key to update. Public keys are identified by their SHA-256 fingerprint. The fingerprint of the public key is in format users/{user}/sshPublicKeys/{fingerprint}.
ssh_public_key .common.SshPublicKey
Required. The SSH public key and expiration time.
update_mask .field_mask.FieldMask
Mask to control which fields get updated. Updates all if not present.