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 document outlines the process for updating an SSH public key using a PATCH request to the `oslogin.googleapis.com` API."],["The `name` path parameter, a string representing the SHA-256 fingerprint of the public key, is required in the URL."],["The `updateMask` query parameter, in FieldMask format, allows control over which fields are updated during the process, defaulting to updating all fields if not provided."],["The request and response bodies both use the `SshPublicKey` data structure, indicating what information is sent to and received from the API."],["To successfully use this API call, one of two OAuth scopes is required, either `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/compute`."]]],[]]