Method: hybrid.issuers.list

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

string

Required. Must be of the form hybrid/issuers.

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 (ServiceIssuersMapping)
    }
  ]
}
Fields
issuers[]

object (ServiceIssuersMapping)

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

String indicating the Apigee service name.

emailIds[]

string

List of trusted issuer email ids.