Get User Result
data class GetUserResult(val encryptedPassword: AsymmetricEncryptedSecretResponse? = null, val id: String, val name: String, val shareAccessRights: List<ShareAccessRightResponse>, val systemData: SystemDataResponse, val type: String, val userType: String)
Represents a user who has access to one or more shares on the Data Box Edge/Gateway device.
Constructors
Link copied to clipboard
constructor(encryptedPassword: AsymmetricEncryptedSecretResponse? = null, id: String, name: String, shareAccessRights: List<ShareAccessRightResponse>, systemData: SystemDataResponse, type: String, userType: String)