All Products
Search
Document Center

Resource Access Management:GetAccountSecurityPracticeReport

Last Updated:Mar 30, 2026

Queries the security report of an Alibaba Cloud account.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

ram:GetAccountSecurityPracticeReport

get

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

No parameters required.

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

ABA822EE-85C2-4418-9577-A1831FC8466D

AccountSecurityPracticeInfo

object

The information about the security report for the Alibaba Cloud account.

AccountSecurityPracticeUserInfo

object

The information about the security report for the Alibaba Cloud account.

UnusedAkNum

integer

The number of AccessKey pairs that are not used for the Alibaba Cloud account.

0

SubUserWithUnusedAccessKey

integer

The number of Resource Access Management (RAM) users that have unused AccessKey pairs.

0

RootWithAccessKey

integer

The number of AccessKey pairs for the Alibaba Cloud account.

1

SubUser

integer

The number of RAM users within the Alibaba Cloud account.

9

BindMfa

boolean

Indicates whether multi-factor authentication (MFA) is enabled. Valid values:

  • true

  • false

false

OldAkNum

integer

The number of old AccessKey pairs for the Alibaba Cloud account.

0

SubUserPwdLevel

string

The complexity level of the password for the RAM user. Valid values:

  • low

  • mid

  • high

low

SubUserWithOldAccessKey

integer

The number of RAM users that use the old AccessKey pairs.

0

SubUserBindMfa

integer

The number of RAM users that have MFA devices bound.

0

Score

integer

The security score of the Alibaba Cloud account.

63

Examples

Success response

JSON format

{
  "RequestId": "ABA822EE-85C2-4418-9577-A1831FC8466D",
  "AccountSecurityPracticeInfo": {
    "AccountSecurityPracticeUserInfo": {
      "UnusedAkNum": 0,
      "SubUserWithUnusedAccessKey": 0,
      "RootWithAccessKey": 1,
      "SubUser": 9,
      "BindMfa": false,
      "OldAkNum": 0,
      "SubUserPwdLevel": "low",
      "SubUserWithOldAccessKey": 0,
      "SubUserBindMfa": 0
    },
    "Score": 63
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.