Cumulocity API Services / com.softwareag.jc.cumulocity.services.models / User

User

data class User

Represents a Cumulocity user profile This attribute becomes available as an attribute of the CumulocityConnection instance after successfully calling its connect() method

Makes no sense to instantiate this class yourself

Constructors

<init>

User(o: JSONObject)

called internally to parse results after successful connection

Properties

email

val email: String?

Optional, only available after successful connection

firstName

val firstName: String?

Optional, only available after successful connection

id

val id: String

Internal id of the object given by Cumulocity

lastName

val lastName: String?

Optional, only available after successful connection

userName

val userName: String

username or alias used by account holder to connect to Cumulocity