Class OIDCConfigAuthenticationOptions


  • public class OIDCConfigAuthenticationOptions
    extends AbstractModel
    • 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,表示取不到有效值。