UserProperties interface
The user properties.
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. |
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