# The Backend EnterpriseAccountConnection object

The Backend `EnterpriseAccountConnection` object represents an enterprise SSO connection associated with an enterprise account.

## Properties

| Property                                                                         | Type                       | Description                                                                                   |
| -------------------------------------------------------------------------------- | -------------------------- | --------------------------------------------------------------------------------------------- |
| <a id="active"></a> `active`                                                     | `boolean`                  | Whether the connection is currently active.                                                   |
| <a id="allowidpinitiated"></a> `allowIdpInitiated`                               | `boolean`                  | Whether IdP-initiated SSO is allowed.                                                         |
| <a id="allowsubdomains"></a> `allowSubdomains`                                   | `boolean`                  | Whether subdomains are allowed for this connection.                                           |
| <a id="createdat"></a> `createdAt`                                               | `number`                   | The date when this connection was created.                                                    |
| <a id="disableadditionalidentifications"></a> `disableAdditionalIdentifications` | `boolean`                  | Whether additional identifications are disabled for users authenticating via this connection. |
| <a id="domain"></a> `domain`                                                     | `string`                   | The domain associated with this connection.                                                   |
| <a id="id"></a> `id`                                                             | `string`                   | The unique identifier for this enterprise connection.                                         |
| <a id="logopublicurl"></a> `logoPublicUrl`                                       | `null | string` | The public URL of the connection's logo, if available.                                        |
| <a id="name"></a> `name`                                                         | `string`                   | The name of the enterprise connection.                                                        |
| <a id="protocol"></a> `protocol`                                                 | `string`                   | The SSO protocol used (e.g., `saml` or `oauth`).                                              |
| <a id="provider"></a> `provider`                                                 | `string`                   | The SSO provider (e.g., `saml_custom`, `saml_okta`).                                          |
| <a id="syncuserattributes"></a> `syncUserAttributes`                             | `boolean`                  | Whether user attributes are synced from the IdP.                                              |
| <a id="updatedat"></a> `updatedAt`                                               | `number`                   | The date when this connection was last updated.                                               |

---

## Sitemap

[Overview of all docs pages](https://clerk.com/docs/llms.txt)
