list
public Apigee.Hybrid.Issuers.List list(String name)
throws IOException
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.
Create a request for the method "issuers.list".
This request holds the parameters needed by the apigee server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
name - Required. Must be of the form `hybrid/issuers`.
- Returns:
- the request
- Throws:
IOException