# EnterpriseAccountConnection

An interface that represents an enterprise account connection.

| Name                                 | Type                                                                                                | Description                                                                                             |
| ------------------------------------ | --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| active                               | boolean                                                                                             | A boolean that indicates whether the enterprise account connection is active.                           |
| allow\_idp\_initiated                | boolean                                                                                             | A boolean that indicates whether the enterprise account connection allows IDP-initiated authentication. |
| allow\_subdomains                    | boolean                                                                                             | A boolean that indicates whether the enterprise account connection allows subdomains.                   |
| disable\_additional\_identifications | boolean                                                                                             | A boolean that indicates whether the enterprise account connection disables additional identifications. |
| domain                               | string                                                                                              | The domain of the enterprise account connection.                                                        |
| enterpriseConnectionId               | string | null                                                                                      | The ID of the enterprise connection.                                                                    |
| id                                   | string                                                                                              | The unique identifier of the enterprise account connection.                                             |
| logo\_public\_url                    | string | null                                                                                      | The public URL of the enterprise account connection's logo.                                             |
| name                                 | string                                                                                              | The name of the enterprise account connection.                                                          |
| protocol                             | 'saml' | 'oauth'                                                                                   | The authentication protocol of the enterprise account connection.                                       |
| provider                             | "saml\_okta" | "saml\_google" | "saml\_microsoft" | "saml\_custom" | "oauth\_${OAuthProvider}" | The provider of the enterprise account connection.                                                      |
| sync\_user\_attributes               | boolean                                                                                             | A boolean that indicates whether the enterprise account connection syncs user attributes.               |
| created\_at                          | number                                                                                              | The timestamp of when the enterprise account connection was created.                                    |
| updated\_at                          | number                                                                                              | The timestamp of when the enterprise account connection was updated.                                    |

---

## Sitemap

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