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 endpoint updates an SSH public key identified by its SHA-256 fingerprint, found in the path parameter `name` in the format `users/{user}/sshPublicKeys/{fingerprint}`."],["The HTTP request uses a `PATCH` method to update the SSH key using the specified URL path."],["You can control which fields are updated using the `updateMask` query parameter, which accepts a comma-separated list of field names."],["The request body needs to contain an instance of `SshPublicKey` and the response body also contains an instance of `SshPublicKey` upon success."],["To use this endpoint, you need to have either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/compute` OAuth scope."]]],[]]