public static final class ListAuthPolicyResponseBody.AuthRule.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListAuthPolicyResponseBody.AuthRule.Builder |
appIds(List<String> appIds)
The IDs of applications.
|
ListAuthPolicyResponseBody.AuthRule.Builder |
authType(Integer authType)
The rule type.
|
ListAuthPolicyResponseBody.AuthRule.Builder |
black(Boolean black)
Indicates whether the rule is a blacklist rule.
|
ListAuthPolicyResponseBody.AuthRule |
build() |
ListAuthPolicyResponseBody.AuthRule.Builder |
k8sNamespaces(List<String> k8sNamespaces)
The queried namespaces.
|
ListAuthPolicyResponseBody.AuthRule.Builder |
method(ListAuthPolicyResponseBody.Method method)
The request method.
|
ListAuthPolicyResponseBody.AuthRule.Builder |
path(String path)
The service path.
|
public ListAuthPolicyResponseBody.AuthRule.Builder appIds(List<String> appIds)
The IDs of applications.
public ListAuthPolicyResponseBody.AuthRule.Builder authType(Integer authType)
The rule type. Valid values:
0
public ListAuthPolicyResponseBody.AuthRule.Builder black(Boolean black)
Indicates whether the rule is a blacklist rule.
example:false
public ListAuthPolicyResponseBody.AuthRule.Builder k8sNamespaces(List<String> k8sNamespaces)
The queried namespaces.
public ListAuthPolicyResponseBody.AuthRule.Builder method(ListAuthPolicyResponseBody.Method method)
The request method.
public ListAuthPolicyResponseBody.AuthRule.Builder path(String path)
The service path.
example:/a
public ListAuthPolicyResponseBody.AuthRule build()
Copyright © 2026. All rights reserved.