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 allows you to create a new TlsInspectionPolicy within a specified project and location using a POST HTTP request."],["The request requires a parent path parameter in the format `projects/*/locations/*` to indicate where the policy will be created."],["You must include a `tlsInspectionPolicyId` query parameter to define the short name of the policy, which needs to follow a specific format of 1-63 characters long."],["The request body must contain an instance of the `TlsInspectionPolicy` resource, while a successful response will contain an instance of `Operation`."],["Creating this policy also requires the `networksecurity.tlsInspectionPolicies.create` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]