User Class

Represents a user who has access to one or more shares on the Data Box Edge/Gateway device.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.databoxedge.v2019_07_01.models._models_py3.ARMBaseModel
User

Constructor

User(*, encrypted_password: Optional[azure.mgmt.databoxedge.v2019_07_01.models._models_py3.AsymmetricEncryptedSecret] = None, share_access_rights: Optional[List[azure.mgmt.databoxedge.v2019_07_01.models._models_py3.ShareAccessRight]] = None, **kwargs)

Parameters

encrypted_password
AsymmetricEncryptedSecret
Required

The password details.

share_access_rights
list[ShareAccessRight]
Required

List of shares that the user has rights on. This field should not be specified during user creation.

Variables

id
str

The path ID that uniquely identifies the object.

name
str

The object name.

type
str

The hierarchical type of the object.