Unique name for the patch deployment resource in a project. The patch deployment name is in the form: projects/{projectId}/patchDeployments/{patchDeploymentId}. This field is ignored when you create a new patch deployment.
[[["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-11-11 UTC."],[[["This webpage details how to update an OS Config patch deployment using a PATCH HTTP request to the specified URL."],["The `patchDeployment.name` path parameter is mandatory and uniquely identifies the patch deployment resource you wish to update, while the `updateMask` query parameter dictates which fields of the patch deployment are to be modified."],["The request body and response body will use an instance of `PatchDeployment` to define the update, and will contain the output respectively, if the request is successful."],["To successfully update a patch deployment, you will require the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `osconfig.patchDeployments.update`."]]],[]]