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