User interface
Represents a user who has access to one or more shares on the Data Box Edge/Gateway device.
- Extends
Properties
encrypted |
The password details. |
share |
List of shares that the user has rights on. This field should not be specified during user creation. |
user |
Type of the user. |
Inherited Properties
id | The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The object name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
encryptedPassword
The password details.
encryptedPassword?: AsymmetricEncryptedSecret
Property Value
shareAccessRights
List of shares that the user has rights on. This field should not be specified during user creation.
shareAccessRights?: ShareAccessRight[]
Property Value
userType
Type of the user.
userType: string
Property Value
string
Inherited Property Details
id
The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ARMBaseModel.id
name
The object name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ARMBaseModel.name
type
The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ARMBaseModel.type