public class DescribeAssetUserListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAssetUserListRequest() | 
| DescribeAssetUserListRequest(DescribeAssetUserListRequest 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|PasswordChangeTime|PasswordDuaTime|PasswordLockDays] | 
| Filter[] | getFilters()Get Filter criteria
IP - String - required: no - host IP address
MachineName - String - required: no - host name
InstanceID - string - required: no - instance ID
Name - String - required: no - account name (fuzzy match)
NameStrict - String - required: no - account name (strict match)
Uid - uint64 - required: no - UID
Guid - uint64 - required: no - GUID
LoginTimeStart - String - required: no - start time, such as 2021-01-11
LoginTimeEnd - String - required: no - end time, such as 2021-01-11
LoginType - uint64 - 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 - required: no - Windows or Linux
Status - uint64 - required: no - account status: 0 - disabled; 1 - enabled
UserType - uint64 - required: no - account type: 0 - guest user; 1 - standard user; 2 - administrator user (Windows Only)
IsDomain - uint64 - required: no - whether a domain account: 0 - no; 1 - yes (Windows only)
IsRoot - uint64 - required: no - whether there is root permission: 0 - no; 1 - yes (Linux only)
IsSudo - uint64 - required: no - whether there is sudo permission: 0 - no; 1 - yes (Linux only)
IsSshLogin - uint64 - required: no - whether to use SSH log-in: 0 - no; 1 - yes (Linux only)
ShellLoginStatus - uint64 - required: no - whether to use Shell log-in: 0 - no; 1 - yes (Linux only)
PasswordStatus - uint64 - required: no - password status: 1 - normal; 2 - expiring soon; 3 - expired; 4 - locked (Linux only)
Os -String required: no - operating system (the value of DescribeMachineOsList API) | 
| Long | getLimit()Get Number of items to be returned. | 
| Long | getOffset()Get Offset, which is 0 by default. | 
| String | getOrder()Get Sorting method: asc for ascending order or desc for descending order | 
| String | getQuuid()Get Query the information on the host with the specified QUUID | 
| void | setBy(String By)Set Optional sorting method: [FirstTime|LoginTime|PasswordChangeTime|PasswordDuaTime|PasswordLockDays] | 
| void | setFilters(Filter[] Filters)Set Filter criteria
IP - String - required: no - host IP address
MachineName - String - required: no - host name
InstanceID - string - required: no - instance ID
Name - String - required: no - account name (fuzzy match)
NameStrict - String - required: no - account name (strict match)
Uid - uint64 - required: no - UID
Guid - uint64 - required: no - GUID
LoginTimeStart - String - required: no - start time, such as 2021-01-11
LoginTimeEnd - String - required: no - end time, such as 2021-01-11
LoginType - uint64 - 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 - required: no - Windows or Linux
Status - uint64 - required: no - account status: 0 - disabled; 1 - enabled
UserType - uint64 - required: no - account type: 0 - guest user; 1 - standard user; 2 - administrator user (Windows Only)
IsDomain - uint64 - required: no - whether a domain account: 0 - no; 1 - yes (Windows only)
IsRoot - uint64 - required: no - whether there is root permission: 0 - no; 1 - yes (Linux only)
IsSudo - uint64 - required: no - whether there is sudo permission: 0 - no; 1 - yes (Linux only)
IsSshLogin - uint64 - required: no - whether to use SSH log-in: 0 - no; 1 - yes (Linux only)
ShellLoginStatus - uint64 - required: no - whether to use Shell log-in: 0 - no; 1 - yes (Linux only)
PasswordStatus - uint64 - required: no - password status: 1 - normal; 2 - expiring soon; 3 - expired; 4 - locked (Linux only)
Os -String required: no - operating system (the value of DescribeMachineOsList API) | 
| void | setLimit(Long Limit)Set Number of items to be returned. | 
| void | setOffset(Long Offset)Set Offset, which is 0 by default. | 
| void | setOrder(String Order)Set Sorting method: asc for ascending order or desc for descending order | 
| void | setQuuid(String Quuid)Set Query the information on the host with the specified QUUID | 
| 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 DescribeAssetUserListRequest()
public DescribeAssetUserListRequest(DescribeAssetUserListRequest source)
public String getQuuid()
public void setQuuid(String Quuid)
Quuid - Query the information on the host with the specified QUUIDpublic Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter criteria
public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of items to be returned. It is 10 by default, and the maximum value is 100.public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset, which is 0 by default.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|PasswordChangeTime|PasswordDuaTime|PasswordLockDays]Copyright © 2025. All rights reserved.