Method: projects.locations.kmsConfigs.list

Returns descriptions of all KMS configs owned by the caller.

HTTP request

GET https://netapp.googleapis.com/v1/{parent=projects/*/locations/*}/kmsConfigs

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Parent value

Query parameters

Parameters
pageSize

integer

The maximum number of items to return.

pageToken

string

The nextPageToken value to use if there are additional results to retrieve for this list request.

orderBy

string

Sort results. Supported values are "name", "name desc" or "" (unsorted).

filter

string

List filter.

Request body

The request body must be empty.

Response body

ListKmsConfigsResponse is the response to a ListKmsConfigsRequest.

If successful, the response body contains data with the following structure:

JSON representation
{
  "kmsConfigs": [
    {
      object (KmsConfig)
    }
  ],
  "nextPageToken": string,
  "unreachable": [
    string
  ]
}
Fields
kmsConfigs[]

object (KmsConfig)

The list of KmsConfigs

nextPageToken

string

A token identifying a page of results the server should return.

unreachable[]

string

Locations that could not be reached.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • netapp.kmsConfigs.list

For more information, see the IAM documentation.