public class ExportAssetUserListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ExportAssetUserListRequest() | 
| ExportAssetUserListRequest(ExportAssetUserListRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBy()Get Optional sorting method: [FirstTime|LoginTime|ChangePasswordTime|PasswordDuaTime]
PasswordLockDays | 
| Filter[] | getFilters()Get Filter criteria
Name - String - whether required: no - account name
Uid - uint64 - whether required: no - Uid
Guid - uint64 - whether required: no - Guid
LoginTimeStart - String - whether required: no - start time, such as 2021-01-11
LoginTimeEnd - String - whether required: no - end time, such as 2021-01-11
LoginType - uint64 - whether required: no - 0 - not allowed to log in; 1 - only key-based log-in allowed; 2 - only password-based log-in allowed; 3 - both key-based and password-based log-in allowed (Linux only)
OsType - String - whether required: no - Windows or Linux
Status - uint64 - whether required: no - account status: 0 - disabled; 1 - enabled
Type - uint64 - whether required: no - account type: 0 - guest user; 1 - standard user; 2 - administrator user (Windows Only)
IsDomain - uint64 - whether required: no - whether a domain account: 0 - no; 1 - yes (Windows only)
IsRoot - uint64 - whether required: no - whether there is root permission: 0 - no; 1 - yes (Linux only)
IsSudo - uint64 - whether required: no - whether there is sudo permission: 0 - no; 1 - yes (Linux only)
IsSshLogin - uint64 - whether required: no - whether to use ssh log-in: 0 - no; 1 - yes (Linux only)
ShellLoginStatus - uint64 - whether required: no - whether to use shell log-in: 0 - no; 1 - yes (Linux only)
PasswordStatus - uint64 - whether required: no - password status: 1 - normal; 2 - expiring soon; 3 - expired; 4 - locked (Linux only) | 
| String | getOrder()Get Sorting method: asc for ascending order or desc for descending order | 
| String | getQuuid()Get Query information of a specified QUUID host | 
| void | setBy(String By)Set Optional sorting method: [FirstTime|LoginTime|ChangePasswordTime|PasswordDuaTime]
PasswordLockDays | 
| void | setFilters(Filter[] Filters)Set Filter criteria
Name - String - whether required: no - account name
Uid - uint64 - whether required: no - Uid
Guid - uint64 - whether required: no - Guid
LoginTimeStart - String - whether required: no - start time, such as 2021-01-11
LoginTimeEnd - String - whether required: no - end time, such as 2021-01-11
LoginType - uint64 - whether required: no - 0 - not allowed to log in; 1 - only key-based log-in allowed; 2 - only password-based log-in allowed; 3 - both key-based and password-based log-in allowed (Linux only)
OsType - String - whether required: no - Windows or Linux
Status - uint64 - whether required: no - account status: 0 - disabled; 1 - enabled
Type - uint64 - whether required: no - account type: 0 - guest user; 1 - standard user; 2 - administrator user (Windows Only)
IsDomain - uint64 - whether required: no - whether a domain account: 0 - no; 1 - yes (Windows only)
IsRoot - uint64 - whether required: no - whether there is root permission: 0 - no; 1 - yes (Linux only)
IsSudo - uint64 - whether required: no - whether there is sudo permission: 0 - no; 1 - yes (Linux only)
IsSshLogin - uint64 - whether required: no - whether to use ssh log-in: 0 - no; 1 - yes (Linux only)
ShellLoginStatus - uint64 - whether required: no - whether to use shell log-in: 0 - no; 1 - yes (Linux only)
PasswordStatus - uint64 - whether required: no - password status: 1 - normal; 2 - expiring soon; 3 - expired; 4 - locked (Linux only) | 
| void | setOrder(String Order)Set Sorting method: asc for ascending order or desc for descending order | 
| void | setQuuid(String Quuid)Set Query information of a specified QUUID host | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ExportAssetUserListRequest()
public ExportAssetUserListRequest(ExportAssetUserListRequest source)
public String getQuuid()
public void setQuuid(String Quuid)
Quuid - Query information of a specified QUUID hostpublic Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter criteria
public String getOrder()
public void setOrder(String Order)
Order - Sorting method: asc for ascending order or desc for descending orderpublic String getBy()
public void setBy(String By)
By - Optional sorting method: [FirstTime|LoginTime|ChangePasswordTime|PasswordDuaTime]
PasswordLockDaysCopyright © 2025. All rights reserved.