ActiveDirectoryUser.DefinitionStages.WithPassword.withPassword(String password) 方法
定义
Specifies the password of the user.
public WithCreate withPassword(String password)
参数
- password
-
String
the password of the user
返回
the next stage of user definition
适用于