Required. Name of the resource. Name is of the form projects/{project}/locations/{location}/tlsInspectionPolicies/{tlsInspectionPolicy} tlsInspectionPolicy should match the pattern:(^a-z?$).
Optional. Field mask is used to specify the fields to be overwritten in the TlsInspectionPolicy resource by the update. The fields specified in the updateMask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
Authorization requires the following IAM permission on the specified resource updateMask:
[[["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-03-11 UTC."],[[["This page details how to update the parameters of a single TlsInspectionPolicy using a PATCH HTTP request to a specific URL."],["The URL for this request uses gRPC Transcoding syntax and requires a `tlsInspectionPolicy.name` path parameter, which is a string representing the resource's name."],["You can use the `updateMask` query parameter to specify which fields within the TlsInspectionPolicy resource should be updated."],["The request body must contain an instance of a TlsInspectionPolicy, and the successful response body will be an instance of Operation."],["Updating a TlsInspectionPolicy requires OAuth scope `https://www.googleapis.com/auth/cloud-platform` for authorization."]]],[]]