public class ModifyClusterAuthenticationOptionsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyClusterAuthenticationOptionsRequest() | 
| ModifyClusterAuthenticationOptionsRequest(ModifyClusterAuthenticationOptionsRequest 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 | getClusterId()Get 集群ID | 
| OIDCConfigAuthenticationOptions | getOIDCConfig()Get OIDC认证配置 | 
| ServiceAccountAuthenticationOptions | getServiceAccounts()Get ServiceAccount认证配置 | 
| void | setClusterId(String ClusterId)Set 集群ID | 
| void | setOIDCConfig(OIDCConfigAuthenticationOptions OIDCConfig)Set OIDC认证配置 | 
| void | setServiceAccounts(ServiceAccountAuthenticationOptions ServiceAccounts)Set ServiceAccount认证配置 | 
| 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 ModifyClusterAuthenticationOptionsRequest()
public ModifyClusterAuthenticationOptionsRequest(ModifyClusterAuthenticationOptionsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群IDpublic ServiceAccountAuthenticationOptions getServiceAccounts()
public void setServiceAccounts(ServiceAccountAuthenticationOptions ServiceAccounts)
ServiceAccounts - ServiceAccount认证配置public OIDCConfigAuthenticationOptions getOIDCConfig()
public void setOIDCConfig(OIDCConfigAuthenticationOptions OIDCConfig)
OIDCConfig - OIDC认证配置Copyright © 2025. All rights reserved.