Lists hybrid services and its trusted issuers service account ids. This api is authenticated and unauthorized(allow all the users) and used by runtime authn-authz service to query control plane's issuer service account ids.
HTTP request
GET https://apigee.googleapis.com/v1/{name=hybrid/issuers}
[[["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-21 UTC."],[[["This API lists hybrid services and their trusted issuer service account IDs, designed for use by the runtime authentication and authorization service."],["The API endpoint is `GET https://apigee.googleapis.com/v1/{name=hybrid/issuers}`, and the `name` path parameter is required, with the value fixed as `hybrid/issuers`."],["The request body must be empty, and the response body contains a JSON structure with an array of `issuers`, each detailing a hybrid service and its trusted issuer email IDs."],["The `ServiceIssuersMapping` within the response includes a `service` string representing the Apigee service name and an `emailIds` array listing trusted issuer email IDs."],["Authorization requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]