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-03-19 UTC."],[[["This webpage details how to list all CmekConfigs within a specified project and location using a GET HTTP request to the provided URL."],["The request requires a `parent` path parameter, which specifies the project and location where the CmekConfigs are located, and must be formatted as `projects/{project}/locations/{location}`."],["The request body must be empty, as the method only needs the specified parent to find the information requested."],["A successful response will include a JSON structure containing an array of CmekConfig objects, formatted as `{ \"cmekConfigs\": [ { object } ] }`."],["Accessing this resource requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `discoveryengine.cmekConfigs.list` on the specified parent resource."]]],[]]