You are here

public function EdgeKeyTypeInterface::useGcpDefaultServiceAccount in Apigee Edge 8

Return if you should use the Default Service account.

This applies to portals hosted on Google Compute Engine.

Parameters

\Drupal\key\KeyInterface $key: The key entity.

Return value

bool The account key as an array.

1 method overrides EdgeKeyTypeInterface::useGcpDefaultServiceAccount()
EdgeKeyTypeBase::useGcpDefaultServiceAccount in src/Plugin/EdgeKeyTypeBase.php
Return if you should use the Default Service account.

File

src/Plugin/EdgeKeyTypeInterface.php, line 235

Class

EdgeKeyTypeInterface
Defines an interface for Apigee Edge Key Type plugins.

Namespace

Drupal\apigee_edge\Plugin

Code

public function useGcpDefaultServiceAccount(KeyInterface $key) : bool;