issuers
Creates, updates, deletes, gets or lists an issuers
resource.
Overview
Name | issuers |
Type | Resource |
Id | google.apigee.issuers |
Fields
The following fields are returned by SELECT
queries:
- hybrid_issuers_list
Successful response
Name | Datatype | Description |
---|---|---|
issuers | array | Lists of hybrid services and its trusted issuer email ids. |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional 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. |
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.
Name | Datatype | Description |
---|
SELECT
examples
- 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.
SELECT
issuers
FROM google.apigee.issuers;