Required. The parent location resource name, such as projects/{project}/locations/{location}.
If the caller does not have permission to list CmekConfigs under this location, regardless of whether or not a CmekConfig exists, a PERMISSION_DENIED error is returned.
[[["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 2025-02-28 UTC."],[[["This page details how to list all CmekConfigs associated with a specific project and location using a GET request to the provided URL."],["The required `parent` path parameter specifies the project and location, structured as `projects/{project}/locations/{location}`, and users need permission to list CmekConfigs under this location."],["The request body must be empty, meaning no additional data needs to be provided in the request body."],["The successful response body contains a JSON object with an array of `cmekConfigs`, where each element is a `CmekConfig` object."],["Accessing this API requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `discoveryengine.cmekConfigs.list` IAM permission on the `parent` resource."]]],[]]