Retrieves a list of HMAC keys matching the criteria..
For general information about HMAC keys in Cloud Storage, see HMAC Keys .
Request
HTTP request
GET 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
projectIdentifier
string
maxResults
unsigned integer
items
to return in a single page of responses.The service may return fewer results than
maxResults
. If the response
includes a nextPageToken
, there are more results not included in this
response.pageToken
string
serviceAccountEmail
string
showDeletedKeys
boolean
DELETED
state. Default is false.Request body
Do not supply a request body with this method.
Response
If successful, this method returns a response body with the following structure:
{ "kind" : "storage#hmacKeysMetadata" , "nextPageToken" : s tr i n g , "items" : [ Me ta da ta por t io n o f a n hmacKeys resource ] }
| Property name | Value | Description | Notes |
|---|---|---|---|
kind
|
string
|
The kind of item this is. For lists of hmacKeys, this is always "storage#hmacKeysMetadata"
. |
|
nextPageToken
|
string
|
The continuation token. Provide this value as the pageToken
of a subsequent
request in order to return the next page of results. Note that the next page may be empty.
If this is the last page of results, then no continuation token is returned. The presence
of this parameter in the response should always be checked to ensure a complete listing of
all the results. |
|
items[]
|
list
|
The list of items. |
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.

