public class OIDCConfigAuthenticationOptions extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| OIDCConfigAuthenticationOptions() | 
| OIDCConfigAuthenticationOptions(OIDCConfigAuthenticationOptions source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getAutoCreateClientId()Get 创建身份提供商的ClientId
注意:此字段可能返回 null,表示取不到有效值。 | 
| Boolean | getAutoCreateOIDCConfig()Get 创建身份提供商
注意:此字段可能返回 null,表示取不到有效值。 | 
| Boolean | getAutoInstallPodIdentityWebhookAddon()Get 创建PodIdentityWebhook组件
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setAutoCreateClientId(String[] AutoCreateClientId)Set 创建身份提供商的ClientId
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setAutoCreateOIDCConfig(Boolean AutoCreateOIDCConfig)Set 创建身份提供商
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setAutoInstallPodIdentityWebhookAddon(Boolean AutoInstallPodIdentityWebhookAddon)Set 创建PodIdentityWebhook组件
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic OIDCConfigAuthenticationOptions()
public OIDCConfigAuthenticationOptions(OIDCConfigAuthenticationOptions source)
public Boolean getAutoCreateOIDCConfig()
public void setAutoCreateOIDCConfig(Boolean AutoCreateOIDCConfig)
AutoCreateOIDCConfig - 创建身份提供商
注意:此字段可能返回 null,表示取不到有效值。public String[] getAutoCreateClientId()
public void setAutoCreateClientId(String[] AutoCreateClientId)
AutoCreateClientId - 创建身份提供商的ClientId
注意:此字段可能返回 null,表示取不到有效值。public Boolean getAutoInstallPodIdentityWebhookAddon()
public void setAutoInstallPodIdentityWebhookAddon(Boolean AutoInstallPodIdentityWebhookAddon)
AutoInstallPodIdentityWebhookAddon - 创建PodIdentityWebhook组件
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.