public class AddExternalSAMLIdPCertificateRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AddExternalSAMLIdPCertificateRequest() | 
| AddExternalSAMLIdPCertificateRequest(AddExternalSAMLIdPCertificateRequest 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 | getX509Certificate()Get PEM 格式的 X509 证书。  由 SAML 身份提供商提供。 | 
| String | getZoneId()Get 空间ID。 | 
| void | setX509Certificate(String X509Certificate)Set PEM 格式的 X509 证书。  由 SAML 身份提供商提供。 | 
| void | setZoneId(String ZoneId)Set 空间ID。 | 
| 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 AddExternalSAMLIdPCertificateRequest()
public AddExternalSAMLIdPCertificateRequest(AddExternalSAMLIdPCertificateRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - 空间ID。public String getX509Certificate()
public void setX509Certificate(String X509Certificate)
X509Certificate - PEM 格式的 X509 证书。  由 SAML 身份提供商提供。Copyright © 2025. All rights reserved.