public class EdgeSslVpnUserCreateRequest extends Object implements Serializable
| Constructor and Description | 
|---|
| EdgeSslVpnUserCreateRequest(String userId,
                           String objectId,
                           String firstName,
                           String lastName,
                           String description,
                           Boolean disableAccount,
                           String password,
                           Boolean passwordNeverExpires,
                           Boolean changePwdOnNextLogin) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Gets the description. | 
| String | getFirstName()Gets the first name. | 
| String | getLastName()Gets the last name. | 
| String | getObjectId()Gets the object id. | 
| String | getPassword()Gets the password. | 
| String | getUserId()Gets the user id. | 
| Boolean | isChangePwdOnNextLogin()Indicates whether user is required to change pwd on next login. | 
| Boolean | isDisableAccount()Indicates whether the account is disabled. | 
| Boolean | isPasswordNeverExpires()Indicates whether the password never expires. | 
public String getUserId()
public String getFirstName()
public String getLastName()
public String getDescription()
public Boolean isDisableAccount()
public Boolean isPasswordNeverExpires()
public Boolean isChangePwdOnNextLogin()
public String getPassword()
public String getObjectId()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.