> ## Documentation Index
> Fetch the complete documentation index at: https://auth0-actions-triggers-prototype.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Connection

```ts Example theme={null}
export interface Connection {
  name: string;
  strategy: string;
  metadata?: Record<string, string>;
}
```

## Properties

<ParamField body="metadata?" type="Record<string, string>" />

<ParamField body="name" type="string" />

<ParamField body="strategy" type="string" />
