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/*/products/*}/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 2023-02-22 UTC."],[[["This endpoint creates and registers a new certificate for the trawler service, encrypting it with Cloud KMS and storing it in Spanner."],["The HTTP request uses the `POST` method with a specific URL format defined by gRPC Transcoding, including a required `parent` path parameter."],["The request body requires an instance of the `Certificate` resource, and a successful response returns a newly created `Certificate` instance."],["Authorization for this endpoint requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and specific IAM permissions on the `parent` resource, including `integrations.apigeeCertificates.create` and `integrations.certificates.create`."]]],[]]