User

data class User(val name: String, val type: String, val id: String, val email: String, val cid: String, val properties: List<Property>, val federateUserId: String, val federatedConnectorId: String, val tags: List<String>, val links: Links)

Represents a user object with various properties such as name, type, id, email, properties, tags, and links.

Constructors

Link copied to clipboard
constructor(name: String, type: String, id: String, email: String, cid: String, properties: List<Property>, federateUserId: String, federatedConnectorId: String, tags: List<String>, links: Links)

Properties

Link copied to clipboard
val cid: String

the user's client id.

Link copied to clipboard

the user's email address.

Link copied to clipboard

the federated connector id.

Link copied to clipboard

the federated user id.

Link copied to clipboard
val id: String

the user's id.

Link copied to clipboard

a links object containing links to various resources related to the user.

Link copied to clipboard

the user's name.

Link copied to clipboard

a list of user properties.

Link copied to clipboard

a list of tags associated with the user.

Link copied to clipboard

the type of user.