GetUserResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The password details.

Link copied to clipboard
val id: String

The path ID that uniquely identifies the object.

Link copied to clipboard

The object name.

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

Link copied to clipboard

The hierarchical type of the object.

Link copied to clipboard

Type of the user.