public static final class ListCheckPoliciesRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListCheckPoliciesRequest |
build() |
ListCheckPoliciesRequest.Builder |
checkTypes(List<String> checkTypes)
The types of policies to be queried (default queries both custom and system predefined policies).
|
ListCheckPoliciesRequest.Builder |
currentPage(Integer currentPage)
Specifies the page number from which to start displaying the query results.
|
ListCheckPoliciesRequest.Builder |
dependentPolicyId(Long dependentPolicyId)
ID of the associated parent policy.
|
ListCheckPoliciesRequest.Builder |
lang(String lang)
Language type for request and response messages, with a default value of zh.
|
ListCheckPoliciesRequest.Builder |
pageSize(Integer pageSize)
Number of check item information entries displayed per page during pagination.
|
ListCheckPoliciesRequest.Builder |
policyId(Long policyId)
ID of the newly added classification setting.
|
ListCheckPoliciesRequest.Builder |
policyShowName(String policyShowName)
Name of the newly added classification setting.
|
ListCheckPoliciesRequest.Builder |
policyType(String policyType)
Policy type of the custom check item rule:
STANDARD: New standard
REQUIREMENT: New requirement
SECTION: New section
This parameter is required.
|
ListCheckPoliciesRequest.Builder |
type(String type)
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
example:
AISPM
|
public ListCheckPoliciesRequest.Builder checkTypes(List<String> checkTypes)
The types of policies to be queried (default queries both custom and system predefined policies).
public ListCheckPoliciesRequest.Builder currentPage(Integer currentPage)
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.
example:1
public ListCheckPoliciesRequest.Builder dependentPolicyId(Long dependentPolicyId)
ID of the associated parent policy.
(The specific dependency relationship from low to high is: Section -> Requirement -> Standard)
example:1000000000002
public ListCheckPoliciesRequest.Builder lang(String lang)
Language type for request and response messages, with a default value of zh. Possible values:
zh
public ListCheckPoliciesRequest.Builder pageSize(Integer pageSize)
Number of check item information entries displayed per page during pagination. The default value is 50, indicating 50 entries per page.
example:20
public ListCheckPoliciesRequest.Builder policyId(Long policyId)
ID of the newly added classification setting.
example:1000000000001
public ListCheckPoliciesRequest.Builder policyShowName(String policyShowName)
Name of the newly added classification setting.
example:testPolicyName
public ListCheckPoliciesRequest.Builder policyType(String policyType)
Policy type of the custom check item rule:
This parameter is required.
example:STANDARD
public ListCheckPoliciesRequest.Builder type(String type)
Name of the associated major policy category (required when PolicyType is STANDARD):
AISPM
public ListCheckPoliciesRequest build()
Copyright © 2026. All rights reserved.