Class OIDCConfigAuthenticationOptions
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.OIDCConfigAuthenticationOptions
-
public class OIDCConfigAuthenticationOptions extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getAutoCreateClientId()Get 创建身份提供商的ClientId 注意:此字段可能返回 null,表示取不到有效值。BooleangetAutoCreateOIDCConfig()Get 创建身份提供商 注意:此字段可能返回 null,表示取不到有效值。BooleangetAutoInstallPodIdentityWebhookAddon()Get 创建PodIdentityWebhook组件 注意:此字段可能返回 null,表示取不到有效值。voidsetAutoCreateClientId(String[] AutoCreateClientId)Set 创建身份提供商的ClientId 注意:此字段可能返回 null,表示取不到有效值。voidsetAutoCreateOIDCConfig(Boolean AutoCreateOIDCConfig)Set 创建身份提供商 注意:此字段可能返回 null,表示取不到有效值。voidsetAutoInstallPodIdentityWebhookAddon(Boolean AutoInstallPodIdentityWebhookAddon)Set 创建PodIdentityWebhook组件 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
OIDCConfigAuthenticationOptions
public OIDCConfigAuthenticationOptions()
-
OIDCConfigAuthenticationOptions
public 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.
-
-
Method Detail
-
getAutoCreateOIDCConfig
public Boolean getAutoCreateOIDCConfig()
Get 创建身份提供商 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AutoCreateOIDCConfig 创建身份提供商 注意:此字段可能返回 null,表示取不到有效值。
-
setAutoCreateOIDCConfig
public void setAutoCreateOIDCConfig(Boolean AutoCreateOIDCConfig)
Set 创建身份提供商 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AutoCreateOIDCConfig- 创建身份提供商 注意:此字段可能返回 null,表示取不到有效值。
-
getAutoCreateClientId
public String[] getAutoCreateClientId()
Get 创建身份提供商的ClientId 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AutoCreateClientId 创建身份提供商的ClientId 注意:此字段可能返回 null,表示取不到有效值。
-
setAutoCreateClientId
public void setAutoCreateClientId(String[] AutoCreateClientId)
Set 创建身份提供商的ClientId 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AutoCreateClientId- 创建身份提供商的ClientId 注意:此字段可能返回 null,表示取不到有效值。
-
getAutoInstallPodIdentityWebhookAddon
public Boolean getAutoInstallPodIdentityWebhookAddon()
Get 创建PodIdentityWebhook组件 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AutoInstallPodIdentityWebhookAddon 创建PodIdentityWebhook组件 注意:此字段可能返回 null,表示取不到有效值。
-
setAutoInstallPodIdentityWebhookAddon
public void setAutoInstallPodIdentityWebhookAddon(Boolean AutoInstallPodIdentityWebhookAddon)
Set 创建PodIdentityWebhook组件 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AutoInstallPodIdentityWebhookAddon- 创建PodIdentityWebhook组件 注意:此字段可能返回 null,表示取不到有效值。
-
-