---
title: "GET /{resourceUri}/providers/Microsoft.ServiceLinker/daprConfigurations"
method: GET
path: "/{resourceUri}/providers/Microsoft.ServiceLinker/daprConfigurations"
---

# GET /{resourceUri}/providers/Microsoft.ServiceLinker/daprConfigurations

`GET /{resourceUri}/providers/Microsoft.ServiceLinker/daprConfigurations`

List the dapr configuration supported by Service Connector.

## Path parameters

- `resourceUri` string, required

## Parameters

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

## Response `200`

Azure operation completed successfully.

- DaprConfigurationList — Dapr configuration list supported by Service Connector
  - `value` DaprConfigurationResource[], required — The DaprConfigurationResource items on this page
    - `properties` DaprConfigurationProperties
      - `targetType` string — Supported target resource type, extract from resource id, uppercase
      - `authType` 'systemAssignedIdentity' | 'userAssignedIdentity' | 'servicePrincipalSecret' | 'servicePrincipalCertificate' | 'secret' | 'accessKey' | 'userAccount' | 'easyAuthMicrosoftEntraID' — The authentication type.
      - `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
  - `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)
