Skip to main content

issuers

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

Overview

Nameissuers
TypeResource
Idgoogle.apigee.issuers

Fields

The following fields are returned by SELECT queries:

Successful response

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

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional 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.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

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;