EnterpriseConnection

@Serializable
data class EnterpriseConnection(val id: String, val protocol: String, val provider: String, val name: String, val logoPublicUrl: String, val domain: String, val active: Boolean, val syncUserAttributes: Boolean, val disableAdditionalIdentifications: Boolean, val createdAt: Long, val updatedAt: Long, val allowSubdomains: Boolean, val allowIdpInitiated: Boolean)

A model representing the connection details for an enterprise account.

EnterpriseConnection contains the configuration and metadata for the connection between the enterprise account and the identity provider.

Constructors

Link copied to clipboard
constructor(id: String, protocol: String, provider: String, name: String, logoPublicUrl: String, domain: String, active: Boolean, syncUserAttributes: Boolean, disableAdditionalIdentifications: Boolean, createdAt: Long, updatedAt: Long, allowSubdomains: Boolean, allowIdpInitiated: Boolean)

Properties

Link copied to clipboard

A flag indicating whether the enterprise connection is active.

Link copied to clipboard

A flag indicating whether IDP-initiated flows are allowed.

Link copied to clipboard

A flag indicating whether subdomains are allowed for the enterprise connection.

Link copied to clipboard

The date and time when the enterprise connection was created.

Link copied to clipboard

A flag indicating whether additional user identifications are disabled for this connection.

Link copied to clipboard

The domain associated with the enterprise connection (e.g., example.com).

Link copied to clipboard
val id: String

The unique identifier for the enterprise connection.

Link copied to clipboard

The public URL of the provider's logo.

Link copied to clipboard

The display name of the enterprise connection.

Link copied to clipboard

The authentication protocol used (e.g., SAML, OpenID).

Link copied to clipboard

The name of the provider (e.g., Okta, Google Workspace).

Link copied to clipboard

A flag indicating whether user attributes are synchronized with the provider.

Link copied to clipboard

The date and time when the enterprise connection was last updated.