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

# EnterpriseConnection

```ts Example theme={null}
export interface EnterpriseConnection extends Connection {
  options: {
    iconUrl?: string;
    displayName?: string;
    showAsButton: boolean;
  };
}
```

## Properties

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

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

<ParamField body="options" type="object">
  <Expandable title="properties">
    <ParamField body="displayName?" type="string" />

    <ParamField body="iconUrl?" type="string" />

    <ParamField body="showAsButton" type="boolean" />
  </Expandable>
</ParamField>

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