---
title: "List names of all values of the specified secret resource."
method: GET
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}/values"
tags: ["SecretValues"]
---

# List names of all values of the specified secret resource.

`GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}/values`

Gets information about all secret value resources of the specified secret resource. The information includes the names of the secret value resources, but not the actual values.

## Path parameters

- `subscriptionId` string, required
- `resourceGroupName` string, required
- `secretResourceName` string, required

## Query parameters

- `api-version` '2018-09-01-preview', required

## Response `200`

OK

- SecretValueResourceDescriptionList — A pageable list of values of a secret resource. The information does not include only the name of the value and not the actual unencrypted value.
  - `value` SecretValueResourceDescription[] — One page of the list.
    - `id` string — Fully qualified identifier for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    - `name` string — The name of the resource
    - `type` string — The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
  - `nextLink` string — URI to fetch the next page of the list.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/azure/apis/servicefabricmesh-microsoft-servicefabricmesh-servicefabricm.md) · [All operations](https://skmtc.net/azure/apis/servicefabricmesh-microsoft-servicefabricmesh-servicefabricm/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/servicefabricmesh-microsoft-servicefabricmesh-servicefabricm/revisions/4a181d9224af/schema)
