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}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-29 UTC."],[[["This webpage details how to update an SSH public key via a `PATCH` request to the OS Login API."],["The `PATCH` request requires the SSH public key's fingerprint in the URL's `name` path parameter, formatted as `users/{user}/sshPublicKeys/{fingerprint}`."],["An optional `updateMask` query parameter allows specifying which fields should be updated, otherwise all fields are updated."],["The request body must include an instance of `SshPublicKey`, and the response body also returns an instance of `SshPublicKey`."],["Authorization for this operation requires either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/compute` OAuth scope."]]],[]]