---
title: "GET /providers/Microsoft.ServiceLinker/configurationNames"
method: GET
path: "/providers/Microsoft.ServiceLinker/configurationNames"
---

# GET /providers/Microsoft.ServiceLinker/configurationNames

`GET /providers/Microsoft.ServiceLinker/configurationNames`

Lists the configuration names generated by Service Connector for all target, client types, auth types.

## Query parameters

- `$filter` string
- `$skipToken` string

## Parameters

- `../../../../../../common-types/resource-management/v3/types.json#/components/parameters/ApiVersionParameter` — unresolved $ref

## Response `200`

The request has succeeded.

- ConfigurationNameResult — Configuration Name list which will be set based on different target resource, client type, auth type.
  - `value` ConfigurationNameItem[], required — The ConfigurationNameItem items on this page
    - `properties` ConfigurationNames — The configuration names which will be set based on specific target resource, client type, auth type.
      - `targetService` string — The target service provider name and resource name.
      - `clientType` 'none' | 'dotnet' | 'java' | 'python' | 'go' | 'php' | 'ruby' | 'django' | 'nodejs' | 'springBoot' | 'kafka-springBoot' | 'jms-springBoot' | 'dapr' — The application client type
      - `authType` 'systemAssignedIdentity' | 'userAssignedIdentity' | 'servicePrincipalSecret' | 'servicePrincipalCertificate' | 'secret' | 'accessKey' | 'userAccount' | 'easyAuthMicrosoftEntraID' — The authentication type.
      - `secretType` 'rawValue' | 'keyVaultSecret' — The type of secret source.
      - `daprProperties` DaprProperties — Indicates some additional properties for dapr client type
        - `version` string, nullable — The dapr component version
        - `componentType` string, nullable — The dapr component type
        - `secretStoreComponent` string, nullable — The name of a secret store dapr to retrieve secret
        - `metadata` DaprMetadata[] — Additional dapr metadata
          - `name` string — Metadata property name.
          - `value` string — Metadata property value.
          - `secretRef` string — The secret name where dapr could get value
          - `description` string — The description of the metadata, returned from configuration api
          - `required` 'true' | 'false' — The value indicating whether the metadata is required or not
        - `scopes` string[] — The dapr component scopes
        - `runtimeVersion` string, nullable — The runtime version supported by the properties
        - `bindingComponentDirection` 'input' | 'output' — The direction supported by the dapr binding component
      - `names` ConfigurationName[] — The configuration names to be set in compute service environment.
        - `value` string
        - `description` string — Description for the configuration name.
        - `required` boolean — Represent the configuration is required or not
  - `nextLink` string, uri — The link to the next page of items

## Other responses

- `default` — An unexpected error response.

---

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