HybridIssuers
class HybridIssuers extends Resource (View source)
The "issuers" collection of methods.
Typical usage is:
$apigeeService = new Google\Service\Apigee(...);
$issuers = $apigeeService->hybrid_issuers;
Methods
listHybridIssuers(string $name, array $optParams = [])
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.
Details
GoogleCloudApigeeV1ListHybridIssuersResponse
listHybridIssuers(string $name, array $optParams = [])
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.
(issuers.listHybridIssuers)