issuers
Creates, updates, deletes, gets or lists a issuers
resource.
Overview
Name | issuers |
Type | Resource |
Id | google.apigee.issuers |
Fields
Name | Datatype | Description |
---|---|---|
issuers | array | Lists of hybrid services and its trusted issuer email ids. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
hybrid_issuers_list | SELECT |
| 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
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
;