class ProjectsLocationsExternalAccountKeys extends Resource (View source)

The "externalAccountKeys" collection of methods.

Typical usage is:

 $publiccaService = new Google\Service\PublicCertificateAuthority(...);
 $externalAccountKeys = $publiccaService->projects_locations_externalAccountKeys;

Methods

create(string $parent, ExternalAccountKey $postBody, array $optParams = [])

Creates a new ExternalAccountKey bound to the project.

Details

ExternalAccountKey create(string $parent, ExternalAccountKey $postBody, array $optParams = [])

Creates a new ExternalAccountKey bound to the project.

(externalAccountKeys.create)

Parameters

string $parent

Required. The parent resource where this external_account_key will be created. Format: projects/[project_id]/locations/[location]. At present only the "global" location is supported.

ExternalAccountKey $postBody
array $optParams

Optional parameters.

Return Value

ExternalAccountKey

Exceptions

Exception