ProjectsLocationsExternalAccountKeys
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)