public static class DescribeWebRulesResponseBody.DescribeWebRulesResponseBodyWebRulesGmCert
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
certId
The ID of the SM certificate.
|
Long |
gmEnable
Indicates whether Enable SM Certificate-based Verification is turned on.
|
Long |
gmOnly
Indicates whether Allow Access Only from SM Certificates-based Clients is turned on.
|
| 构造器和说明 |
|---|
DescribeWebRulesResponseBodyWebRulesGmCert() |
@NameInMap(value="CertId") public String certId
The ID of the SM certificate.
example:725****
@NameInMap(value="GmEnable") public Long gmEnable
Indicates whether Enable SM Certificate-based Verification is turned on.
1
@NameInMap(value="GmOnly") public Long gmOnly
Indicates whether Allow Access Only from SM Certificates-based Clients is turned on.
1
public DescribeWebRulesResponseBodyWebRulesGmCert()
public static DescribeWebRulesResponseBody.DescribeWebRulesResponseBodyWebRulesGmCert build(Map<String,?> map) throws Exception
Exceptionpublic DescribeWebRulesResponseBody.DescribeWebRulesResponseBodyWebRulesGmCert setCertId(String certId)
public String getCertId()
public DescribeWebRulesResponseBody.DescribeWebRulesResponseBodyWebRulesGmCert setGmEnable(Long gmEnable)
public Long getGmEnable()
public DescribeWebRulesResponseBody.DescribeWebRulesResponseBodyWebRulesGmCert setGmOnly(Long gmOnly)
public Long getGmOnly()
Copyright © 2026. All rights reserved.