GetEnterpriseUsersUser

data class GetEnterpriseUsersUser(val id: String, val mobile: String, val nickName: String, val parentUid: Int, val roleIds: List<Int>, val roleNames: List<String>, val status: String, val uid: String, val userId: String, val userName: String)

Constructors

Link copied to clipboard
constructor(id: String, mobile: String, nickName: String, parentUid: Int, roleIds: List<Int>, roleNames: List<String>, status: String, uid: String, userId: String, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The Alibaba Cloud unique ID (UID) of the user.

Link copied to clipboard

The DingTalk number or mobile number of the user.

Link copied to clipboard

The nickname of the user.

Link copied to clipboard

The Alibaba Cloud unique ID (UID) of the parent account if the user corresponds to a Resource Access Management (RAM) user.

Link copied to clipboard

The list ids of the role that the user plays.

Link copied to clipboard

The list names of the role that he user plays.

Link copied to clipboard

The status of the user.

Link copied to clipboard
val uid: String
Link copied to clipboard

The ID of the user.

Link copied to clipboard

The nickname of the user.