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.v2020_09_01.models._models_py3.ARMBaseModel
User

Constructor

User(*, encrypted_password: AsymmetricEncryptedSecret | None = None, user_type: str | UserType | None = None, **kwargs)

Parameters

Name Description
encrypted_password
Required

The password details.

user_type
Required

Type of the user. Possible values include: "Share", "LocalManagement", "ARM".

Keyword-Only Parameters

Name Description
encrypted_password
Required
user_type
Required

Variables

Name Description
id
str

The path ID that uniquely identifies the object.

name
str

The object name.

type
str

The hierarchical type of the object.

system_data

User in DataBoxEdge Resource.

share_access_rights

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