All Products
Search
Document Center

Security Center:ListCheckPolicies

Last Updated:Nov 13, 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.

List User Policies

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

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-sas:ListCheckPolicieslist
*CustomCheckStandardPolicy
acs:yundun-sas:{#regionId}:{#accountId}:customcheckstandardpolicy/*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
PolicyTypestringYes

Policy type of the custom check item rule:

  • STANDARD: New standard
  • REQUIREMENT: New requirement
  • SECTION: New section
STANDARD
PolicyIdlongNo

ID of the newly added classification setting.

1000000000001
PolicyShowNamestringNo

Name of the newly added classification setting.

testPolicyName
DependentPolicyIdlongNo

ID of the associated parent policy.

(The specific dependency relationship from low to high is: Section -> Requirement -> Standard)

1000000000002
CheckTypesarrayNo

The types of policies to be queried (default queries both custom and system predefined policies).

stringNo

Type of the policy (indicates whether the policy is a system policy or a user policy):

  • CUSTOM: User-defined
  • SYSTEM: System-predefined
CUSTOM
TypestringNo

Name of the associated major policy category (required when PolicyType is STANDARD):

  • AISPM: AI Configuration Management (AI-SPM)
  • IDENTITY_PERMISSION: Identity and Permission Management (CIEM)
  • RISK: Security Risk
  • COMPLIANCE: Compliance Risk
AISPM
PageSizeintegerNo

Number of check item information entries displayed per page during pagination. The default value is 50, indicating 50 entries per page.

20
CurrentPageintegerNo

Specifies the page number from which to start displaying the query results. The starting value is 1. The default value is 1, indicating that the display starts from the 1st page.

1
LangstringNo

Language type for request and response messages, with a default value of zh. Possible values:

  • zh: Chinese
  • en: English
zh

Response parameters

ParameterTypeDescriptionExample
object

Structure of the returned message.

RequestIdstring

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

ADE57832-9666-511C-9A80-B87DE2E8****
Policiesarray<object>

List of policies.

policyobject

Details of the custom policy data.

PolicyIdlong

Policy ID.

100000000001
PolicyTypestring

Policy type of the custom check item rule:

  • STANDARD: Standard policy type
  • REQUIREMENT: Requirement policy type
  • SECTION: Section policy type
STANDARD
PolicyShowNamestring

Name of the custom policy.

testPolicyName
CheckTypestring

Source type of the security check item:

  • CUSTOM: User-defined
  • SYSTEM: Predefined by the security platform
CUSTOM
Typestring

关联的策略大类的名称(PolicyType 取值为 STANDARD 时为必填):

  • AISPM:AI 配置管理(AI-SPM)
  • KISPM:Kubernetes 配置管理(KSPM)
  • IDENTITY_PERMISSION:身份权限管理(CIEM)
  • RISK:安全风险
  • COMPLIANCE:合规风险
AISPM
DependentPolicyIdlong

The ID of the associated higher-level policy.

(The specific dependency relationship, from low to high, is Section -> Requirement -> Standard)

100000000002
PageInfoobject

Paging information for the query results.

CurrentPageinteger

The current page number displayed in the result.

1
PageSizeinteger

The maximum number of data entries per page when performing a paginated query.

20
TotalCountinteger

The total number of policies queried.

69
Countstring

分页查询时,当前页显示的数据条数。

20

Examples

Sample success responses

JSONformat

{
  "RequestId": "ADE57832-9666-511C-9A80-B87DE2E8****",
  "Policies": [
    {
      "PolicyId": 100000000001,
      "PolicyType": "STANDARD",
      "PolicyShowName": "testPolicyName",
      "CheckType": "CUSTOM",
      "Type": "AISPM\n",
      "DependentPolicyId": 100000000002
    }
  ],
  "PageInfo": {
    "CurrentPage": 1,
    "PageSize": 20,
    "TotalCount": 69,
    "Count": 20
  }
}

Error codes

HTTP status codeError codeError messageDescription
400ParamIllegal.%sThe parameter %s is invalid, please fill it in again.Invalid parameter, please fill in again

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

Change history

Change timeSummary of changesOperation
2025-11-13Add OperationView Change Details