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 webpage details how to update the parameters of a single TlsInspectionPolicy using the `PATCH` method in an HTTP request."],["The `PATCH` request requires a specific URL structure using gRPC Transcoding syntax, including a required path parameter `tlsInspectionPolicy.name` specifying the resource."],["The update process uses an optional `updateMask` query parameter to define which fields within the TlsInspectionPolicy resource should be updated, otherwise all are updated, and it requires the `networksecurity.tlsInspectionPolicies.update` IAM permission."],["The request body must contain an instance of `TlsInspectionPolicy`, and a successful response will include an instance of `Operation`."],["The operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]