Apigee API . hybrid . issuers

Instance Methods

close()

Close httplib2 connections.

list(name, x__xgafv=None)

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.

Method Details

close()
Close httplib2 connections.
list(name, x__xgafv=None)
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.

Args:
  name: string, Required. Must be of the form `hybrid/issuers`. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
  "issuers": [ # Lists of hybrid services and its trusted issuer email ids.
    {
      "emailIds": [ # List of trusted issuer email ids.
        "A String",
      ],
      "service": "A String", # String indicating the Apigee service name.
    },
  ],
}