Required. The project to apply this patch deployment to in the form projects/*.
Query parameters
Parameters
patchDeploymentId
string
Required. A name for the patch deployment in the project. When creating a name the following rules apply: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the project.
[[["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 operation creates a new OS Config patch deployment using a POST request to the specified URL: `https://osconfig.googleapis.com/v1beta/{parent=projects/*}/patchDeployments`."],["The `parent` path parameter, which is required, defines the project ID, and the `patchDeploymentId` query parameter, also required, defines the name and properties of the deployment."],["The request body must include a `PatchDeployment` resource instance, and a successful response will also return a new `PatchDeployment` instance."],["Authorization for this operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."],["The `osconfig.patchDeployments.create` IAM permission is required on the `parent` project resource to create a patch deployment."]]],[]]