- HTTP request
- Path parameters
- Request body
- Response body
- Authorization Scopes
- ServiceIssuersMapping
- Try it!
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}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Must be of the form |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation | |
---|---|
{
"issuers": [
{
object ( |
Fields | |
---|---|
issuers[] |
Lists of hybrid services and its trusted issuer email ids. |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
ServiceIssuersMapping
JSON representation | |
---|---|
{ "service": string, "emailIds": [ string ] } |
Fields | |
---|---|
service |
String indicating the Apigee service name. |
emailIds[] |
List of trusted issuer email ids. |