Projects.hmacKeys: create

Creates a new HMAC key for the specified service account. Try it now.

The authenticated user must have storage.hmacKeys.create permission for the project in which the key will be created.

For general information about HMAC keys in Cloud Storage, see HMAC Keys.

Request

HTTP request

POST https://storage.googleapis.com/storage/v1/projects/projectIdentifier/hmacKeys

In addition to standard query parameters, the following query parameters apply to this method.

To see an example of how to include query parameters in a request, see the JSON API Overview page.

Parameters

Parameter name Value Description
Path parameters
projectIdentifier string The project ID or project number of the project that owns the service account.
Required query parameters
serviceAccountEmail string The email address of the service account.

Request body

Do not supply a request body with this method.

Response

If successful, this method returns a Projects.hmacKeys resource in the response body.

For information about status and error codes returned by this API, see the reference page.

Try it!

Use the APIs Explorer below to call this method on live data and see the response.