Required. The parent resource of the TlsInspectionPolicy. Must be in the format projects/{project}/locations/{location}.
Authorization requires the following IAM permission on the specified resource parent:
networksecurity.tlsInspectionPolicies.create
Query parameters
Parameters
tlsInspectionPolicyId
string
Required. Short name of the TlsInspectionPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "tls_inspection_policy1".
Authorization requires the following IAM permission on the specified resource tlsInspectionPolicyId:
[[["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 API creates a new TlsInspectionPolicy within a specified project and location using an HTTP POST request."],["The `parent` path parameter is mandatory and defines the project and location where the TlsInspectionPolicy will reside, requiring the `networksecurity.tlsInspectionPolicies.create` IAM permission."],["The `tlsInspectionPolicyId` query parameter is required, setting a unique name for the TlsInspectionPolicy, and it also requires the `networksecurity.tlsInspectionPolicies.create` IAM permission."],["The request body should contain a `TlsInspectionPolicy` instance, and upon success, the response body returns an `Operation` instance."],["Authentication requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]