Uses of Class
com.tencentcloudapi.tke.v20180525.models.OIDCConfigAuthenticationOptions
-
Packages that use OIDCConfigAuthenticationOptions Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of OIDCConfigAuthenticationOptions in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return OIDCConfigAuthenticationOptions Modifier and Type Method Description OIDCConfigAuthenticationOptionsDescribeClusterAuthenticationOptionsResponse. getOIDCConfig()Get OIDC认证配置 注意:此字段可能返回 null,表示取不到有效值。OIDCConfigAuthenticationOptionsModifyClusterAuthenticationOptionsRequest. getOIDCConfig()Get OIDC认证配置Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type OIDCConfigAuthenticationOptions Modifier and Type Method Description voidDescribeClusterAuthenticationOptionsResponse. setOIDCConfig(OIDCConfigAuthenticationOptions OIDCConfig)Set OIDC认证配置 注意:此字段可能返回 null,表示取不到有效值。voidModifyClusterAuthenticationOptionsRequest. setOIDCConfig(OIDCConfigAuthenticationOptions OIDCConfig)Set OIDC认证配置Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type OIDCConfigAuthenticationOptions Constructor Description 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.
-