EnterpriseAccount
@Serializable
A model representing an enterprise account.
EnterpriseAccount
encapsulates the details of a user's enterprise account.
Constructors
Link copied to clipboard
constructor(id: String, objectType: String, protocol: String, provider: String, active: Boolean, emailAddress: String, firstName: String? = null, lastName: String? = null, providerUserId: String? = null, publicMetadata: JsonObject, verification: Verification? = null, enterpriseConnection: EnterpriseAccount.EnterpriseConnection)
Types
Link copied to clipboard
@Serializable
A model representing the connection details for an enterprise account.
Properties
Link copied to clipboard
The email address associated with the enterprise account.
Link copied to clipboard
Details about the enterprise connection associated with this account.
Link copied to clipboard
The type of object, typically a string identifier indicating the object type.
Link copied to clipboard
The unique user identifier assigned by the provider, if available.
Link copied to clipboard
Public metadata associated with the enterprise account.
Link copied to clipboard
Verification information for the enterprise account, if available.