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 Creating ClientId of the identity provider
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
Boolean | 
getAutoCreateOIDCConfig()
Get Creating an identity provider
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
Boolean | 
getAutoInstallPodIdentityWebhookAddon()
Get Creating the PodIdentityWebhook component
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setAutoCreateClientId(String[] AutoCreateClientId)
Set Creating ClientId of the identity provider
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setAutoCreateOIDCConfig(Boolean AutoCreateOIDCConfig)
Set Creating an identity provider
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setAutoInstallPodIdentityWebhookAddon(Boolean AutoInstallPodIdentityWebhookAddon)
Set Creating the PodIdentityWebhook component
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic OIDCConfigAuthenticationOptions()
public OIDCConfigAuthenticationOptions(OIDCConfigAuthenticationOptions source)
public Boolean getAutoCreateOIDCConfig()
public void setAutoCreateOIDCConfig(Boolean AutoCreateOIDCConfig)
AutoCreateOIDCConfig - Creating an identity provider
Note: This field may return `null`, indicating that no valid value can be obtained.public String[] getAutoCreateClientId()
public void setAutoCreateClientId(String[] AutoCreateClientId)
AutoCreateClientId - Creating ClientId of the identity provider
Note: This field may return `null`, indicating that no valid value can be obtained.public Boolean getAutoInstallPodIdentityWebhookAddon()
public void setAutoInstallPodIdentityWebhookAddon(Boolean AutoInstallPodIdentityWebhookAddon)
AutoInstallPodIdentityWebhookAddon - Creating the PodIdentityWebhook component
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.