类 CreateLoginProfileRequest
- java.lang.Object
-
- com.volcengine.iam.model.CreateLoginProfileRequest
-
public class CreateLoginProfileRequest extends Object
CreateLoginProfileRequest
-
-
构造器概要
构造器 构造器 说明 CreateLoginProfileRequest()
-
方法概要
-
-
-
方法详细资料
-
loginAllowed
public CreateLoginProfileRequest loginAllowed(Boolean loginAllowed)
-
isLoginAllowed
public Boolean isLoginAllowed()
Get loginAllowed- 返回:
- loginAllowed
-
setLoginAllowed
public void setLoginAllowed(Boolean loginAllowed)
-
password
public CreateLoginProfileRequest password(String password)
-
getPassword
@NotNull public @NotNull String getPassword()
Get password- 返回:
- password
-
setPassword
public void setPassword(String password)
-
passwordResetRequired
public CreateLoginProfileRequest passwordResetRequired(Boolean passwordResetRequired)
-
isPasswordResetRequired
public Boolean isPasswordResetRequired()
Get passwordResetRequired- 返回:
- passwordResetRequired
-
setPasswordResetRequired
public void setPasswordResetRequired(Boolean passwordResetRequired)
-
safeAuthExemptDuration
public CreateLoginProfileRequest safeAuthExemptDuration(Integer safeAuthExemptDuration)
-
getSafeAuthExemptDuration
public Integer getSafeAuthExemptDuration()
Get safeAuthExemptDuration- 返回:
- safeAuthExemptDuration
-
setSafeAuthExemptDuration
public void setSafeAuthExemptDuration(Integer safeAuthExemptDuration)
-
safeAuthFlag
public CreateLoginProfileRequest safeAuthFlag(Boolean safeAuthFlag)
-
isSafeAuthFlag
public Boolean isSafeAuthFlag()
Get safeAuthFlag- 返回:
- safeAuthFlag
-
setSafeAuthFlag
public void setSafeAuthFlag(Boolean safeAuthFlag)
-
safeAuthType
public CreateLoginProfileRequest safeAuthType(String safeAuthType)
-
getSafeAuthType
public String getSafeAuthType()
Get safeAuthType- 返回:
- safeAuthType
-
setSafeAuthType
public void setSafeAuthType(String safeAuthType)
-
userName
public CreateLoginProfileRequest userName(String userName)
-
getUserName
@NotNull public @NotNull String getUserName()
Get userName- 返回:
- userName
-
setUserName
public void setUserName(String userName)
-
-