- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Full name: projects.locations.keyRings.list
Lists KeyRings
.
HTTP request
The URLs use gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The resource name of the location associated with the Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
page |
Optional. Optional limit on the number of |
page |
Optional. Optional pagination token, returned earlier via |
filter |
Optional. Only include resources that match the filter in the response. For more information, see Sorting and filtering list results. |
order |
Optional. Specify how the results should be sorted. If not specified, the results will be sorted in the default order. For more information, see Sorting and filtering list results. |
Request body
The request body must be empty.
Response body
Response message for KeyManagementService.ListKeyRings
.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"keyRings": [
{
object ( |
Fields | |
---|---|
key |
The list of |
next |
A token to retrieve next page of results. Pass this value in |
total |
The total number of |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloudkms
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.