public static final class ListCheckPoliciesResponseBody.Policies.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListCheckPoliciesResponseBody.Policies |
build() |
ListCheckPoliciesResponseBody.Policies.Builder |
checkType(String checkType)
Source type of the security check item:
CUSTOM: User-defined
SYSTEM: Predefined by the security platform
example:
CUSTOM
|
ListCheckPoliciesResponseBody.Policies.Builder |
dependentPolicyId(Long dependentPolicyId)
The ID of the associated higher-level policy.
|
ListCheckPoliciesResponseBody.Policies.Builder |
policyId(Long policyId)
Policy ID.
|
ListCheckPoliciesResponseBody.Policies.Builder |
policyShowName(String policyShowName)
Name of the custom policy.
|
ListCheckPoliciesResponseBody.Policies.Builder |
policyType(String policyType)
Policy type of the custom check item rule:
STANDARD: Standard policy type
REQUIREMENT: Requirement policy type
SECTION: Section policy type
example:
STANDARD
|
ListCheckPoliciesResponseBody.Policies.Builder |
type(String type)
Name of the associated major policy category (required when PolicyType is STANDARD):
AISPM: AI Configuration Management (AI-SPM)
KISPM: Kubernetes Configuration Management (KSPM)
IDENTITY_PERMISSION: Identity and Permission Management (CIEM)
RISK: Security Risk
COMPLIANCE: Compliance Risk
example:
AISPM
|
public ListCheckPoliciesResponseBody.Policies.Builder checkType(String checkType)
Source type of the security check item:
CUSTOM
public ListCheckPoliciesResponseBody.Policies.Builder dependentPolicyId(Long dependentPolicyId)
The ID of the associated higher-level policy.
(The specific dependency relationship, from low to high, is Section -> Requirement -> Standard)
example:100000000002
public ListCheckPoliciesResponseBody.Policies.Builder policyId(Long policyId)
Policy ID.
example:100000000001
public ListCheckPoliciesResponseBody.Policies.Builder policyShowName(String policyShowName)
Name of the custom policy.
example:testPolicyName
public ListCheckPoliciesResponseBody.Policies.Builder policyType(String policyType)
Policy type of the custom check item rule:
STANDARD
public ListCheckPoliciesResponseBody.Policies.Builder type(String type)
Name of the associated major policy category (required when PolicyType is STANDARD):
AISPM
public ListCheckPoliciesResponseBody.Policies build()
Copyright © 2026. All rights reserved.