Creates a new certificate. The certificate will be registered to the trawler service and will be encrypted using cloud KMS and stored in Spanner Returns the certificate.
HTTP request
POST https://integrations.googleapis.com/v1/{parent=projects/*/locations/*}/certificates
[[["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-12-11 UTC."],[[["This page details the process of creating a new certificate, which will be registered to the trawler service, encrypted using cloud KMS, and stored in Spanner."],["The HTTP request to create a certificate is a POST request to a specified URL using gRPC Transcoding syntax, including a designated parent path parameter."],["The request body must contain an instance of the Certificate resource, and the successful response will return a newly created instance of the same Certificate resource."],["Creating a certificate requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `integrations.certificates.create` IAM permission on the parent resource."]]],[]]