All Products
Search
Document Center

Security Center:DescribePropertyUserDetail

Last Updated:Dec 29, 2025
This topic is generated by a machine translation engine without any human intervention. ALIBABA CLOUD DOES NOT GUARANTEE THE ACCURACY OF MACHINE TRANSLATED CONTENT. To request a human-translated version of this topic or provide feedback on this translation, please include it in the feedback form.

Query asset fingerprint user details

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RemarkstringNo

The name or IP address of the server to be queried.

192.168.XX.XX
UserstringNo

The account name of the server to be queried.

bin
IsRootstringNo

Whether the queried account has ROOT privileges. Possible values include:

  • 0: No
  • 1: Yes
0
UuidstringNo

The UUID of the server to be queried.

50d213b4-3a35-427a-b8a5-04b0c7e1****
CurrentPageintegerNo

Set which page of the returned results to start displaying the query results. The default value is 1, indicating that the display starts from the first page.

1
PageSizeintegerNo

Set the number of account asset fingerprint information items to display per page during pagination. The default value is 10, indicating that 10 items of account asset fingerprint information are displayed per page.

10
LastLoginTimeStartlongNo

The start timestamp for the last login retrieval. The unit is milliseconds.

164922523600
LastLoginTimeEndlongNo

The end timestamp for the last login retrieval. The unit is milliseconds.

1651298836000
ExtendstringNo

Whether the account name supports fuzzy search. To enable fuzzy search, set this parameter's value to 1; other values or an empty value indicate that fuzzy search is not supported.

1
UseNextTokenbooleanNo

Whether to use the NextToken method to fetch vulnerability list data. If this parameter is used, TotalCount will no longer be returned. Possible values:

  • true: Use the NextToken method.
  • false: Do not use the NextToken method.
false
NextTokenstringNo

Used to mark the starting position for reading. Leave it empty to start from the beginning.

Note For the first call, you do not need to fill in this field. The response will include the NextToken for the second call, and each subsequent call will include the NextToken for the next call.
E17B501887A2D3AA5E8360A6EFA3B***

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the current request, which is a unique identifier generated by Alibaba Cloud for the request, and can be used for troubleshooting and problem localization.

33A71BE3-2CC2-14CB-B460-33A1DD82953A
PageInfoobject

Information displayed on the query result page.

CurrentPageinteger

The page number of the current page during pagination.

1
PageSizeinteger

The number of account asset fingerprint information items to display per page during pagination. The default value is 10, indicating that 10 items of account asset fingerprint information are displayed per page.

10
TotalCountinteger

The total number of account asset fingerprint information items queried.

1
Countinteger

The number of fingerprint information of account assets displayed on the current page.

1
NextTokenstring

The NextToken value returned using the NextToken method.

B604532DEF982B875E8360A6EFA3B***
Propertysarray<object>

Details list of the queried account asset fingerprint information.

PropertyUserobject

Details list of the queried account asset fingerprint information.

Statusstring

This parameter is deprecated and should be ignored.

**
LastLoginIpstring

The source IP from which the account last logged in.

192.168.XX.XX
InternetIpstring

The public IP address of the server.

192.168.XX.XX
LastLoginTimestring

The last login time of the account.

2022-04-04 18:07:06
IsRootstring

Whether the account has ROOT permissions. The values include:

  • 0: No
  • 1: Yes
0
Ipstring

The list of IP addresses of the server.

192.168.XX.XX
Userstring

The name of the account.

bin
InstanceIdstring

The instance ID of the server.

i-hp35tftuh52wbp1g****
IntranetIpstring

The private IP address of the server.

100.104.XX.XX
PasswordExpirationDatestring

The expiration date of the account password.

never
Uuidstring

The UUID of the server.

162eb349-c2d9-4f8b-805c-75b43d4c****
LastLoginTimestamplong

The timestamp of the last login of the account. The unit is milliseconds.

1649066826000
InstanceNamestring

The name of the server instance.

hc-host-****
AccountsExpirationDatestring

The expiration date of the account.

never
CreateTimestamplong

The timestamp of the latest scan of the asset fingerprint. The unit is milliseconds.

1649149566000
GroupNamesarray

Detailed information about the user groups of the queried account.

GroupNamestring

Detailed information about the user groups of the queried account.

["bin"]
LastLoginTimeDtlong

The timestamp of the last login of the account. The unit is milliseconds.

1649066826000
IsPasswdExpiredinteger

Whether the password has expired. The values are:

  • 0: Expired
  • 1: Not expired
1
IsPasswdLockedinteger

Whether the password is locked. Values:

  • 0: Locked
  • 1: Not locked
1
IsUserExpiredinteger

Whether the user has expired. Values:

  • 0: Expired
  • 1: Not expired
1
IsCouldLogininteger

Whether it is an interactive login account. Values:

  • 0: No
  • 1: Yes
0
IsSudoerinteger

Whether it is a sudo account. Values:

  • 0: No
  • 1: Yes
0

Examples

Sample success responses

JSONformat

{
  "RequestId": "33A71BE3-2CC2-14CB-B460-33A1DD82953A",
  "PageInfo": {
    "CurrentPage": 1,
    "PageSize": 10,
    "TotalCount": 1,
    "Count": 1,
    "NextToken": "B604532DEF982B875E8360A6EFA3B***"
  },
  "Propertys": [
    {
      "Status": "**",
      "LastLoginIp": "192.168.XX.XX",
      "InternetIp": "192.168.XX.XX",
      "LastLoginTime": "2022-04-04 18:07:06",
      "IsRoot": 0,
      "Ip": "192.168.XX.XX",
      "User": "bin",
      "InstanceId": "i-hp35tftuh52wbp1g****",
      "IntranetIp": "100.104.XX.XX",
      "PasswordExpirationDate": "never",
      "Uuid": "162eb349-c2d9-4f8b-805c-75b43d4c****",
      "LastLoginTimestamp": 1649066826000,
      "InstanceName": "hc-host-****",
      "AccountsExpirationDate": "never",
      "CreateTimestamp": 1649149566000,
      "GroupNames": [
        [
          "bin"
        ]
      ],
      "LastLoginTimeDt": 1649066826000,
      "IsPasswdExpired": 1,
      "IsPasswdLocked": 1,
      "IsUserExpired": 1,
      "IsCouldLogin": 0,
      "IsSudoer": 0
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2025-12-12The Error code has changed. The request parameters of the API has changed. The response structure of the API has changedView Change Details