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