public class MutualTLS extends AbstractModel
header, skipSign
Constructor and Description |
---|
MutualTLS() |
MutualTLS(MutualTLS 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 |
---|---|
CertificateInfo[] |
getCertInfos()
Get Mutual authentication certificate list.
|
String |
getSwitch()
Get
|
void |
setCertInfos(CertificateInfo[] CertInfos)
Set Mutual authentication certificate list.
|
void |
setSwitch(String Switch)
Set
|
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, toJsonString
public MutualTLS()
public MutualTLS(MutualTLS source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- public CertificateInfo[] getCertInfos()
public void setCertInfos(CertificateInfo[] CertInfos)
CertInfos
- Mutual authentication certificate list.
Note: When using MutualTLS as an input parameter in ModifyHostsCertificate, you only need to provide the CertId of the corresponding certificate. You can check the CertId from the [SSL Certificate List](https://console.cloud.tencent.com/ssl).Copyright © 2024. All rights reserved.