Skip to main content

issuers

Creates, updates, deletes, gets or lists a issuers resource.

Overview

Nameissuers
TypeResource
Idgoogle.apigee.issuers

Fields

NameDatatypeDescription
issuersarrayLists of hybrid services and its trusted issuer email ids.

Methods

NameAccessible byRequired ParamsDescription
hybrid_issuers_listSELECTLists 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.

SELECT examples

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.

SELECT
issuers
FROM google.apigee.issuers
;