EnterpriseAccountConnection
An interface that represents an enterprise account connection.
- Name
 active- Type
 boolean- Description
 A boolean that indicates whether the enterprise account connection is active.
- Name
 allow_idp_initiated- Type
 boolean- Description
 A boolean that indicates whether the enterprise account connection allows IDP-initiated authentication.
- Name
 allow_subdomains- Type
 boolean- Description
 A boolean that indicates whether the enterprise account connection allows subdomains.
- Name
 disable_additional_identifications- Type
 boolean- Description
 A boolean that indicates whether the enterprise account connection disables additional identifications.
- Name
 domain- Type
 string- Description
 The domain of the enterprise account connection.
- Name
 id- Type
 string- Description
 The unique identifier of the enterprise account connection.
- Name
 logo_public_url- Type
 string | null- Description
 The public URL of the enterprise account connection's logo.
- Name
 name- Type
 string- Description
 The name of the enterprise account connection.
- Name
 protocol- Type
 'saml' | 'oauth'- Description
 The authentication protocol of the enterprise account connection.
- Name
 provider- Type
 "saml_okta" | "saml_google" | "saml_microsoft" | "saml_custom" | "oauth_${OAuthProvider}"- Description
 The provider of the enterprise account connection.
- Name
 sync_user_attributes- Type
 boolean- Description
 A boolean that indicates whether the enterprise account connection syncs user attributes.
- Name
 created_at- Type
 number- Description
 The timestamp of when the enterprise account connection was created.
- Name
 updated_at- Type
 number- Description
 The timestamp of when the enterprise account connection was updated.
Feedback
Last updated on