Class UpdateSshPublicKeyRequest (2.7.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 google.cloud.oslogin.v1.common.SshPublicKey
Required. The SSH public key and expiration time.
update_mask google.protobuf.field_mask_pb2.FieldMask
Mask to control which fields get updated. Updates all if not present.

Inheritance

builtins.object > proto.message.Message > UpdateSshPublicKeyRequest