Secrets
List secrets
List secrets. Optional: filter based on secret name and labels.
get/v1/secrets
Query parameters
filter.name_containsstring
Substring match on secret name. Case-sensitive.
filter.labels[string]string
This is a request variable of the map type. The query format is "map_name[key]=value", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age["bob"]=18
filter.scopesstring[]
Secret scopes to search for
page_tokenstring
Value of the next_page_token field returned by the previous response. If not provided, the system assumes the first page is requested.
page_sizeinteger
Limit the paginated response to a number of items.
Response
OK