Get User Result
data class GetUserResult(val azureApiVersion: String, 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(azureApiVersion: String, encryptedPassword: AsymmetricEncryptedSecretResponse? = null, id: String, name: String, shareAccessRights: List<ShareAccessRightResponse>, systemData: SystemDataResponse, type: String, userType: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The password details.
Link copied to clipboard
List of shares that the user has rights on. This field should not be specified during user creation.
Link copied to clipboard
Metadata pertaining to creation and last modification of User