tencentcloud-sdk-ssl 3.0.1193 → 3.0.1204
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20191205/models.rb +122 -190
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c09e3601f1ce32f7268b80d5899ebde072fe1ccd
|
|
4
|
+
data.tar.gz: 8393767e529b47a6ae22a28a6967595b55fee6cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e480fcb24001aefd7da8558ea8dce037ea22c7dada73557704b52fe20fd8cbeb1ebad0ba0f9c2b1374f7e8df85ac9cdc57c7ce3fccd92c1395269f36274e87f
|
|
7
|
+
data.tar.gz: 930303e0c2f7b4128855d87a1439d1d161471d2e5574382f6b5f5003874f6c78516e3510a75b4c5f9553ba891661a8d90334ccf13e4d180cdbd2624813e8a34f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1204
|
data/lib/v20191205/models.rb
CHANGED
|
@@ -814,213 +814,133 @@ module TencentCloud
|
|
|
814
814
|
|
|
815
815
|
# 获取证书列表(DescribeCertificates)返回参数键为 Certificates 的内容。
|
|
816
816
|
class Certificates < TencentCloud::Common::AbstractModel
|
|
817
|
-
# @param OwnerUin:
|
|
817
|
+
# @param OwnerUin: <p>用户 UIN。</p>
|
|
818
818
|
# @type OwnerUin: String
|
|
819
|
-
# @param ProjectId:
|
|
819
|
+
# @param ProjectId: <p>项目 ID。</p>
|
|
820
820
|
# @type ProjectId: String
|
|
821
|
-
# @param From:
|
|
822
|
-
# trustasia:亚洲诚信,
|
|
823
|
-
# upload:用户上传。
|
|
824
|
-
# wosign:沃通
|
|
825
|
-
# sheca:上海CA
|
|
821
|
+
# @param From: <p>证书来源:trustasia:亚洲诚信,upload:用户上传。wosign:沃通sheca:上海CA</p>
|
|
826
822
|
# @type From: String
|
|
827
|
-
# @param PackageType:
|
|
828
|
-
# null:用户上传证书(没有套餐类型),
|
|
829
|
-
# 2:TrustAsia TLS RSA CA,
|
|
830
|
-
# 3:SecureSite 增强型企业版(EV Pro),
|
|
831
|
-
# 4:SecureSite 增强型(EV),
|
|
832
|
-
# 5:SecureSite 企业型专业版(OV Pro),
|
|
833
|
-
# 6:SecureSite 企业型(OV),
|
|
834
|
-
# 7:SecureSite 企业型(OV)通配符,
|
|
835
|
-
# 8:Geotrust 增强型(EV),
|
|
836
|
-
# 9:Geotrust 企业型(OV),
|
|
837
|
-
# 10:Geotrust 企业型(OV)通配符,
|
|
838
|
-
# 11:TrustAsia 域名型多域名 SSL 证书,
|
|
839
|
-
# 12:TrustAsia 域名型(DV)通配符,
|
|
840
|
-
# 13:TrustAsia 企业型通配符(OV)SSL 证书(D3),
|
|
841
|
-
# 14:TrustAsia 企业型(OV)SSL 证书(D3),
|
|
842
|
-
# 15:TrustAsia 企业型多域名 (OV)SSL 证书(D3),
|
|
843
|
-
# 16:TrustAsia 增强型 (EV)SSL 证书(D3),
|
|
844
|
-
# 17:TrustAsia 增强型多域名(EV)SSL 证书(D3),
|
|
845
|
-
# 18:GlobalSign 企业型(OV)SSL 证书,
|
|
846
|
-
# 19:GlobalSign 企业型通配符 (OV)SSL 证书,
|
|
847
|
-
# 20:GlobalSign 增强型 (EV)SSL 证书,
|
|
848
|
-
# 21:TrustAsia 企业型通配符多域名(OV)SSL 证书(D3),
|
|
849
|
-
# 22:GlobalSign 企业型多域名(OV)SSL 证书,
|
|
850
|
-
# 23:GlobalSign 企业型通配符多域名(OV)SSL 证书,
|
|
851
|
-
# 24:GlobalSign 增强型多域名(EV)SSL 证书,
|
|
852
|
-
# 25:Wotrus 域名型证书,
|
|
853
|
-
# 26:Wotrus 域名型多域名证书,
|
|
854
|
-
# 27:Wotrus 域名型通配符证书,
|
|
855
|
-
# 28:Wotrus 企业型证书,
|
|
856
|
-
# 29:Wotrus 企业型多域名证书,
|
|
857
|
-
# 30:Wotrus 企业型通配符证书,
|
|
858
|
-
# 31:Wotrus 增强型证书,
|
|
859
|
-
# 32:Wotrus 增强型多域名证书,
|
|
860
|
-
# 33:WoTrus-国密域名型证书,
|
|
861
|
-
# 34:WoTrus-国密域名型证书(多域名),
|
|
862
|
-
# 35:WoTrus-国密域名型证书(通配符),
|
|
863
|
-
# 37:WoTrus-国密企业型证书,
|
|
864
|
-
# 38:WoTrus-国密企业型证书(多域名),
|
|
865
|
-
# 39:WoTrus-国密企业型证书(通配符),
|
|
866
|
-
# 40:WoTrus-国密增强型证书,
|
|
867
|
-
# 41:WoTrus-国密增强型证书(多域名),
|
|
868
|
-
# 42:TrustAsia-域名型证书(通配符多域名),
|
|
869
|
-
# 43:DNSPod-企业型(OV)SSL证书
|
|
870
|
-
# 44:DNSPod-企业型(OV)通配符SSL证书
|
|
871
|
-
# 45:DNSPod-企业型(OV)多域名SSL证书
|
|
872
|
-
# 46:DNSPod-增强型(EV)SSL证书
|
|
873
|
-
# 47:DNSPod-增强型(EV)多域名SSL证书
|
|
874
|
-
# 48:DNSPod-域名型(DV)SSL证书
|
|
875
|
-
# 49:DNSPod-域名型(DV)通配符SSL证书
|
|
876
|
-
# 50:DNSPod-域名型(DV)多域名SSL证书
|
|
877
|
-
# 51:DNSPod(国密)-企业型(OV)SSL证书
|
|
878
|
-
# 52:DNSPod(国密)-企业型(OV)通配符SSL证书
|
|
879
|
-
# 53:DNSPod(国密)-企业型(OV)多域名SSL证书
|
|
880
|
-
# 54:DNSPod(国密)-域名型(DV)SSL证书
|
|
881
|
-
# 55:DNSPod(国密)-域名型(DV)通配符SSL证书
|
|
882
|
-
# 56:DNSPod(国密)-域名型(DV)多域名SSL证书
|
|
883
|
-
# 57:SecureSite 企业型专业版多域名(OV Pro)
|
|
884
|
-
# 58:SecureSite 企业型多域名(OV)
|
|
885
|
-
# 59:SecureSite 增强型专业版多域名(EV Pro)
|
|
886
|
-
# 60:SecureSite 增强型多域名(EV)
|
|
887
|
-
# 61:Geotrust 增强型多域名(EV)
|
|
888
|
-
# 75:SecureSite 企业型(OV)
|
|
889
|
-
# 76:SecureSite 企业型(OV)通配符
|
|
890
|
-
# 77:SecureSite 增强型(EV)
|
|
891
|
-
# 78:Geotrust 企业型(OV)
|
|
892
|
-
# 79:Geotrust 企业型(OV)通配符
|
|
893
|
-
# 80:Geotrust 增强型(EV)
|
|
894
|
-
# 81:GlobalSign 企业型(OV)SSL证书
|
|
895
|
-
# 82:GlobalSign 企业型通配符 (OV)SSL证书
|
|
896
|
-
# 83:TrustAsia C1 DV Free
|
|
897
|
-
# 85:GlobalSign 增强型 (EV)SSL证书
|
|
898
|
-
# 88:GlobalSign 企业型通配符多域名 (OV)SSL证书
|
|
899
|
-
# 89:GlobalSign 企业型多域名 (OV)SSL证书
|
|
900
|
-
# 90:GlobalSign 增强型多域名(EV) SSL证书
|
|
901
|
-
# 91:Geotrust 增强型多域名(EV)
|
|
902
|
-
# 92:SecureSite 企业型专业版多域名(OV Pro)
|
|
903
|
-
# 93:SecureSite 企业型多域名(OV)
|
|
904
|
-
# 94:SecureSite 增强型专业版多域名(EV Pro)
|
|
905
|
-
# 95:SecureSite 增强型多域名(EV)
|
|
906
|
-
# 96:SecureSite 增强型专业版(EV Pro)
|
|
907
|
-
# 97:SecureSite 企业型专业版(OV Pro)
|
|
908
|
-
# 98:CFCA 企业型(OV)SSL证书
|
|
909
|
-
# 99:CFCA 企业型多域名(OV)SSL证书
|
|
910
|
-
# 100:CFCA 企业型通配符(OV)SSL证书
|
|
911
|
-
# 101:CFCA 增强型(EV)SSL证书
|
|
823
|
+
# @param PackageType: <p>证书套餐类型:null:用户上传证书(没有套餐类型),2:TrustAsia TLS RSA CA, 3:SecureSite 增强型企业版(EV Pro), 4:SecureSite 增强型(EV), 5:SecureSite 企业型专业版(OV Pro),6:SecureSite 企业型(OV), 7:SecureSite 企业型(OV)通配符, 8:Geotrust 增强型(EV), 9:Geotrust 企业型(OV), 10:Geotrust 企业型(OV)通配符, 11:TrustAsia 域名型多域名 SSL 证书, 12:TrustAsia 域名型(DV)通配符, 13:TrustAsia 企业型通配符(OV)SSL 证书(D3), 14:TrustAsia 企业型(OV)SSL 证书(D3), 15:TrustAsia 企业型多域名 (OV)SSL 证书(D3), 16:TrustAsia 增强型 (EV)SSL 证书(D3), 17:TrustAsia 增强型多域名(EV)SSL 证书(D3), 18:GlobalSign 企业型(OV)SSL 证书, 19:GlobalSign 企业型通配符 (OV)SSL 证书, 20:GlobalSign 增强型 (EV)SSL 证书, 21:TrustAsia 企业型通配符多域名(OV)SSL 证书(D3), 22:GlobalSign 企业型多域名(OV)SSL 证书, 23:GlobalSign 企业型通配符多域名(OV)SSL 证书,24:GlobalSign 增强型多域名(EV)SSL 证书,25:Wotrus 域名型证书,26:Wotrus 域名型多域名证书,27:Wotrus 域名型通配符证书,28:Wotrus 企业型证书,29:Wotrus 企业型多域名证书,30:Wotrus 企业型通配符证书,31:Wotrus 增强型证书,32:Wotrus 增强型多域名证书,33:WoTrus-国密域名型证书,34:WoTrus-国密域名型证书(多域名),35:WoTrus-国密域名型证书(通配符),37:WoTrus-国密企业型证书,38:WoTrus-国密企业型证书(多域名),39:WoTrus-国密企业型证书(通配符),40:WoTrus-国密增强型证书,41:WoTrus-国密增强型证书(多域名),42:TrustAsia-域名型证书(通配符多域名),43:DNSPod-企业型(OV)SSL证书44:DNSPod-企业型(OV)通配符SSL证书45:DNSPod-企业型(OV)多域名SSL证书46:DNSPod-增强型(EV)SSL证书47:DNSPod-增强型(EV)多域名SSL证书48:DNSPod-域名型(DV)SSL证书49:DNSPod-域名型(DV)通配符SSL证书50:DNSPod-域名型(DV)多域名SSL证书51:DNSPod(国密)-企业型(OV)SSL证书52:DNSPod(国密)-企业型(OV)通配符SSL证书53:DNSPod(国密)-企业型(OV)多域名SSL证书54:DNSPod(国密)-域名型(DV)SSL证书55:DNSPod(国密)-域名型(DV)通配符SSL证书56:DNSPod(国密)-域名型(DV)多域名SSL证书57:SecureSite 企业型专业版多域名(OV Pro)58:SecureSite 企业型多域名(OV)59:SecureSite 增强型专业版多域名(EV Pro)60:SecureSite 增强型多域名(EV)61:Geotrust 增强型多域名(EV)75:SecureSite 企业型(OV)76:SecureSite 企业型(OV)通配符77:SecureSite 增强型(EV)78:Geotrust 企业型(OV)79:Geotrust 企业型(OV)通配符80:Geotrust 增强型(EV)81:GlobalSign 企业型(OV)SSL证书82:GlobalSign 企业型通配符 (OV)SSL证书83:TrustAsia C1 DV Free85:GlobalSign 增强型 (EV)SSL证书88:GlobalSign 企业型通配符多域名 (OV)SSL证书89:GlobalSign 企业型多域名 (OV)SSL证书90:GlobalSign 增强型多域名(EV) SSL证书91:Geotrust 增强型多域名(EV)92:SecureSite 企业型专业版多域名(OV Pro)93:SecureSite 企业型多域名(OV)94:SecureSite 增强型专业版多域名(EV Pro)95:SecureSite 增强型多域名(EV)96:SecureSite 增强型专业版(EV Pro)97:SecureSite 企业型专业版(OV Pro)98:CFCA 企业型(OV)SSL证书99:CFCA 企业型多域名(OV)SSL证书100:CFCA 企业型通配符(OV)SSL证书101:CFCA 增强型(EV)SSL证书</p>
|
|
912
824
|
# @type PackageType: String
|
|
913
|
-
# @param CertificateType:
|
|
825
|
+
# @param CertificateType: <p>证书类型:CA = 客户端证书,SVR = 服务器证书。</p>
|
|
914
826
|
# @type CertificateType: String
|
|
915
|
-
# @param ProductZhName:
|
|
827
|
+
# @param ProductZhName: <p>证书产品名称</p>
|
|
916
828
|
# @type ProductZhName: String
|
|
917
|
-
# @param Domain:
|
|
829
|
+
# @param Domain: <p>主域名。</p>
|
|
918
830
|
# @type Domain: String
|
|
919
|
-
# @param Alias:
|
|
831
|
+
# @param Alias: <p>备注名称。</p>
|
|
920
832
|
# @type Alias: String
|
|
921
|
-
# @param Status:
|
|
833
|
+
# @param Status: <p>证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 自动添加DNS记录,5 = 企业证书,待提交资料,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。14 = 证书已退款。 15 = 证书迁移中</p>
|
|
922
834
|
# @type Status: Integer
|
|
923
|
-
# @param CertificateExtra:
|
|
835
|
+
# @param CertificateExtra: <p>证书扩展信息。</p>
|
|
924
836
|
# @type CertificateExtra: :class:`Tencentcloud::Ssl.v20191205.models.CertificateExtra`
|
|
925
|
-
# @param VulnerabilityStatus:
|
|
837
|
+
# @param VulnerabilityStatus: <p>漏洞扫描状态:INACTIVE = 未开启,ACTIVE = 已开启</p>
|
|
926
838
|
# @type VulnerabilityStatus: String
|
|
927
|
-
# @param StatusMsg:
|
|
839
|
+
# @param StatusMsg: <p>状态信息。</p>
|
|
928
840
|
# @type StatusMsg: String
|
|
929
|
-
# @param VerifyType:
|
|
841
|
+
# @param VerifyType: <p>验证类型:DNS_AUTO = 自动DNS验证,DNS = 手动DNS验证,FILE = 文件验证,DNS_PROXY = DNS代理验证。FILE_PROXY = 文件代理验证</p>
|
|
930
842
|
# @type VerifyType: String
|
|
931
|
-
# @param CertBeginTime:
|
|
843
|
+
# @param CertBeginTime: <p>证书生效时间。时区为GMT+8:00</p>
|
|
932
844
|
# @type CertBeginTime: String
|
|
933
|
-
# @param CertEndTime:
|
|
845
|
+
# @param CertEndTime: <p>证书过期时间。时区为GMT+8:00</p>
|
|
934
846
|
# @type CertEndTime: String
|
|
935
|
-
# @param ValidityPeriod:
|
|
847
|
+
# @param ValidityPeriod: <p>证书有效期,单位(月)。</p>
|
|
936
848
|
# @type ValidityPeriod: String
|
|
937
|
-
# @param InsertTime:
|
|
849
|
+
# @param InsertTime: <p>创建时间。时区为GMT+8:00</p>
|
|
938
850
|
# @type InsertTime: String
|
|
939
|
-
# @param CertificateId:
|
|
851
|
+
# @param CertificateId: <p>证书 ID。</p>
|
|
940
852
|
# @type CertificateId: String
|
|
941
|
-
# @param SubjectAltName:
|
|
853
|
+
# @param SubjectAltName: <p>证书包含的多个域名(包含主域名)。</p>
|
|
942
854
|
# @type SubjectAltName: Array
|
|
943
|
-
# @param PackageTypeName:
|
|
855
|
+
# @param PackageTypeName: <p>证书类型名称。</p>
|
|
944
856
|
# @type PackageTypeName: String
|
|
945
|
-
# @param StatusName:
|
|
857
|
+
# @param StatusName: <p>状态名称。</p>
|
|
946
858
|
# @type StatusName: String
|
|
947
|
-
# @param IsVip:
|
|
859
|
+
# @param IsVip: <p>是否为 VIP 客户。</p>
|
|
948
860
|
# @type IsVip: Boolean
|
|
949
|
-
# @param IsDv:
|
|
861
|
+
# @param IsDv: <p>是否为 DV 版证书。</p>
|
|
950
862
|
# @type IsDv: Boolean
|
|
951
|
-
# @param IsWildcard:
|
|
863
|
+
# @param IsWildcard: <p>是否为泛域名证书。</p>
|
|
952
864
|
# @type IsWildcard: Boolean
|
|
953
|
-
# @param IsVulnerability:
|
|
865
|
+
# @param IsVulnerability: <p>是否启用了漏洞扫描功能。</p>
|
|
954
866
|
# @type IsVulnerability: Boolean
|
|
955
|
-
# @param RenewAble:
|
|
867
|
+
# @param RenewAble: <p>是否可续费。</p>
|
|
956
868
|
# @type RenewAble: Boolean
|
|
957
|
-
# @param ProjectInfo:
|
|
869
|
+
# @param ProjectInfo: <p>项目信息。</p>
|
|
958
870
|
# @type ProjectInfo: :class:`Tencentcloud::Ssl.v20191205.models.ProjectInfo`
|
|
959
|
-
# @param BoundResource:
|
|
871
|
+
# @param BoundResource: <p>关联的云资源,暂不可用</p>
|
|
960
872
|
# @type BoundResource: Array
|
|
961
|
-
# @param Deployable:
|
|
873
|
+
# @param Deployable: <p>是否可部署。</p>
|
|
962
874
|
# @type Deployable: Boolean
|
|
963
|
-
# @param Tags:
|
|
875
|
+
# @param Tags: <p>标签列表</p>
|
|
964
876
|
# @type Tags: Array
|
|
965
|
-
# @param IsIgnore:
|
|
877
|
+
# @param IsIgnore: <p>是否已忽略到期通知</p>
|
|
966
878
|
# @type IsIgnore: Boolean
|
|
967
|
-
# @param IsSM:
|
|
879
|
+
# @param IsSM: <p>是否国密证书</p>
|
|
968
880
|
# @type IsSM: Boolean
|
|
969
|
-
# @param EncryptAlgorithm:
|
|
881
|
+
# @param EncryptAlgorithm: <p>证书算法</p>
|
|
970
882
|
# @type EncryptAlgorithm: String
|
|
971
|
-
# @param CAEncryptAlgorithms:
|
|
883
|
+
# @param CAEncryptAlgorithms: <p>上传CA证书的加密算法</p>
|
|
972
884
|
# @type CAEncryptAlgorithms: Array
|
|
973
|
-
# @param CAEndTimes:
|
|
885
|
+
# @param CAEndTimes: <p>上传CA证书的过期时间</p>
|
|
974
886
|
# @type CAEndTimes: Array
|
|
975
|
-
# @param CACommonNames:
|
|
887
|
+
# @param CACommonNames: <p>上传CA证书的通用名称</p>
|
|
976
888
|
# @type CACommonNames: Array
|
|
977
|
-
# @param PreAuditInfo:
|
|
889
|
+
# @param PreAuditInfo: <p>证书预审核信息</p>
|
|
978
890
|
# @type PreAuditInfo: :class:`Tencentcloud::Ssl.v20191205.models.PreAuditInfo`
|
|
979
|
-
# @param AutoRenewFlag:
|
|
891
|
+
# @param AutoRenewFlag: <p>是否自动续费</p>
|
|
980
892
|
# @type AutoRenewFlag: Integer
|
|
981
|
-
# @param HostingStatus:
|
|
893
|
+
# @param HostingStatus: <p>托管状态,0,托管中,5,资源替换中, 10, 托管完成, -1未托管 </p>
|
|
982
894
|
# @type HostingStatus: Integer
|
|
983
|
-
# @param HostingCompleteTime:
|
|
895
|
+
# @param HostingCompleteTime: <p>托管完成时间</p>
|
|
984
896
|
# @type HostingCompleteTime: String
|
|
985
|
-
# @param HostingRenewCertId:
|
|
897
|
+
# @param HostingRenewCertId: <p>托管新证书ID</p>
|
|
986
898
|
# @type HostingRenewCertId: String
|
|
987
|
-
# @param HasRenewOrder:
|
|
899
|
+
# @param HasRenewOrder: <p>存在的续费证书ID</p>
|
|
988
900
|
# @type HasRenewOrder: String
|
|
989
|
-
# @param ReplaceOriCertIsDelete:
|
|
901
|
+
# @param ReplaceOriCertIsDelete: <p>重颁发证书原证书是否删除</p>
|
|
990
902
|
# @type ReplaceOriCertIsDelete: Boolean
|
|
991
|
-
# @param IsExpiring:
|
|
903
|
+
# @param IsExpiring: <p>是否即将过期, 证书即将到期的30天内为即将过期</p>
|
|
992
904
|
# @type IsExpiring: Boolean
|
|
993
|
-
# @param DVAuthDeadline: DV证书添加验证截止时间,时区为GMT+8:00
|
|
905
|
+
# @param DVAuthDeadline: <p>DV证书添加验证截止时间,时区为GMT+8:00</p>
|
|
994
906
|
# @type DVAuthDeadline: String
|
|
995
|
-
# @param ValidationPassedTime:
|
|
907
|
+
# @param ValidationPassedTime: <p>域名验证通过时间,时区为GMT+8:00</p>
|
|
996
908
|
# @type ValidationPassedTime: String
|
|
997
|
-
# @param CertSANs:
|
|
909
|
+
# @param CertSANs: <p>证书关联的多域名</p>
|
|
998
910
|
# @type CertSANs: Array
|
|
999
|
-
# @param AwaitingValidationMsg:
|
|
911
|
+
# @param AwaitingValidationMsg: <p>域名验证驳回信息</p>
|
|
1000
912
|
# @type AwaitingValidationMsg: String
|
|
1001
|
-
# @param AllowDownload:
|
|
913
|
+
# @param AllowDownload: <p>是否允许下载</p>
|
|
1002
914
|
# @type AllowDownload: Boolean
|
|
1003
|
-
# @param IsDNSPODResolve:
|
|
915
|
+
# @param IsDNSPODResolve: <p>证书域名是否全部在DNSPOD托管解析</p>
|
|
1004
916
|
# @type IsDNSPODResolve: Boolean
|
|
1005
|
-
# @param IsPackage:
|
|
917
|
+
# @param IsPackage: <p>是否是权益点购买的证书</p>
|
|
1006
918
|
# @type IsPackage: Boolean
|
|
1007
|
-
# @param KeyPasswordCustomFlag:
|
|
919
|
+
# @param KeyPasswordCustomFlag: <p>是否存在私钥密码</p>
|
|
1008
920
|
# @type KeyPasswordCustomFlag: Boolean
|
|
1009
|
-
# @param SupportDownloadType:
|
|
921
|
+
# @param SupportDownloadType: <p>支持下载的WEB服务器类型: nginx、apache、iis、tomcat、jks、root、other</p>
|
|
1010
922
|
# @type SupportDownloadType: :class:`Tencentcloud::Ssl.v20191205.models.SupportDownloadType`
|
|
1011
|
-
# @param CertRevokedTime:
|
|
923
|
+
# @param CertRevokedTime: <p>证书吊销完成时间,时区为GMT+8:00</p>
|
|
1012
924
|
# @type CertRevokedTime: String
|
|
1013
|
-
# @param HostingResourceTypes:
|
|
925
|
+
# @param HostingResourceTypes: <p>托管资源类型列表</p>
|
|
1014
926
|
# @type HostingResourceTypes: Array
|
|
1015
|
-
# @param HostingConfig:
|
|
927
|
+
# @param HostingConfig: <p>托管配置信息</p>
|
|
1016
928
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1017
929
|
# @type HostingConfig: :class:`Tencentcloud::Ssl.v20191205.models.HostingConfig`
|
|
1018
|
-
# @param IsHostingUploadRenewCert:
|
|
930
|
+
# @param IsHostingUploadRenewCert: <p>是否是上传托管续费证书</p>
|
|
1019
931
|
# @type IsHostingUploadRenewCert: Boolean
|
|
932
|
+
# @param ServiceId: <p>订阅服务ID</p>
|
|
933
|
+
# @type ServiceId: String
|
|
934
|
+
# @param ServiceStatus: <p>订阅服务状态</p>枚举值:<ul><li> initing: 未激活</li><li> running: 生效中</li><li> expired: 已过期</li><li> refunded: 已退款</li><li> nearExpire: 即将到期</li></ul>
|
|
935
|
+
# @type ServiceStatus: String
|
|
936
|
+
# @param CertServiceBeginTime: <p>订阅服务开始时间</p>
|
|
937
|
+
# @type CertServiceBeginTime: String
|
|
938
|
+
# @param CertServiceEndTime: <p>订阅服务结束时间</p>
|
|
939
|
+
# @type CertServiceEndTime: String
|
|
1020
940
|
|
|
1021
|
-
attr_accessor :OwnerUin, :ProjectId, :From, :PackageType, :CertificateType, :ProductZhName, :Domain, :Alias, :Status, :CertificateExtra, :VulnerabilityStatus, :StatusMsg, :VerifyType, :CertBeginTime, :CertEndTime, :ValidityPeriod, :InsertTime, :CertificateId, :SubjectAltName, :PackageTypeName, :StatusName, :IsVip, :IsDv, :IsWildcard, :IsVulnerability, :RenewAble, :ProjectInfo, :BoundResource, :Deployable, :Tags, :IsIgnore, :IsSM, :EncryptAlgorithm, :CAEncryptAlgorithms, :CAEndTimes, :CACommonNames, :PreAuditInfo, :AutoRenewFlag, :HostingStatus, :HostingCompleteTime, :HostingRenewCertId, :HasRenewOrder, :ReplaceOriCertIsDelete, :IsExpiring, :DVAuthDeadline, :ValidationPassedTime, :CertSANs, :AwaitingValidationMsg, :AllowDownload, :IsDNSPODResolve, :IsPackage, :KeyPasswordCustomFlag, :SupportDownloadType, :CertRevokedTime, :HostingResourceTypes, :HostingConfig, :IsHostingUploadRenewCert
|
|
941
|
+
attr_accessor :OwnerUin, :ProjectId, :From, :PackageType, :CertificateType, :ProductZhName, :Domain, :Alias, :Status, :CertificateExtra, :VulnerabilityStatus, :StatusMsg, :VerifyType, :CertBeginTime, :CertEndTime, :ValidityPeriod, :InsertTime, :CertificateId, :SubjectAltName, :PackageTypeName, :StatusName, :IsVip, :IsDv, :IsWildcard, :IsVulnerability, :RenewAble, :ProjectInfo, :BoundResource, :Deployable, :Tags, :IsIgnore, :IsSM, :EncryptAlgorithm, :CAEncryptAlgorithms, :CAEndTimes, :CACommonNames, :PreAuditInfo, :AutoRenewFlag, :HostingStatus, :HostingCompleteTime, :HostingRenewCertId, :HasRenewOrder, :ReplaceOriCertIsDelete, :IsExpiring, :DVAuthDeadline, :ValidationPassedTime, :CertSANs, :AwaitingValidationMsg, :AllowDownload, :IsDNSPODResolve, :IsPackage, :KeyPasswordCustomFlag, :SupportDownloadType, :CertRevokedTime, :HostingResourceTypes, :HostingConfig, :IsHostingUploadRenewCert, :ServiceId, :ServiceStatus, :CertServiceBeginTime, :CertServiceEndTime
|
|
1022
942
|
|
|
1023
|
-
def initialize(owneruin=nil, projectid=nil, from=nil, packagetype=nil, certificatetype=nil, productzhname=nil, domain=nil, _alias=nil, status=nil, certificateextra=nil, vulnerabilitystatus=nil, statusmsg=nil, verifytype=nil, certbegintime=nil, certendtime=nil, validityperiod=nil, inserttime=nil, certificateid=nil, subjectaltname=nil, packagetypename=nil, statusname=nil, isvip=nil, isdv=nil, iswildcard=nil, isvulnerability=nil, renewable=nil, projectinfo=nil, boundresource=nil, deployable=nil, tags=nil, isignore=nil, issm=nil, encryptalgorithm=nil, caencryptalgorithms=nil, caendtimes=nil, cacommonnames=nil, preauditinfo=nil, autorenewflag=nil, hostingstatus=nil, hostingcompletetime=nil, hostingrenewcertid=nil, hasreneworder=nil, replaceoricertisdelete=nil, isexpiring=nil, dvauthdeadline=nil, validationpassedtime=nil, certsans=nil, awaitingvalidationmsg=nil, allowdownload=nil, isdnspodresolve=nil, ispackage=nil, keypasswordcustomflag=nil, supportdownloadtype=nil, certrevokedtime=nil, hostingresourcetypes=nil, hostingconfig=nil, ishostinguploadrenewcert=nil)
|
|
943
|
+
def initialize(owneruin=nil, projectid=nil, from=nil, packagetype=nil, certificatetype=nil, productzhname=nil, domain=nil, _alias=nil, status=nil, certificateextra=nil, vulnerabilitystatus=nil, statusmsg=nil, verifytype=nil, certbegintime=nil, certendtime=nil, validityperiod=nil, inserttime=nil, certificateid=nil, subjectaltname=nil, packagetypename=nil, statusname=nil, isvip=nil, isdv=nil, iswildcard=nil, isvulnerability=nil, renewable=nil, projectinfo=nil, boundresource=nil, deployable=nil, tags=nil, isignore=nil, issm=nil, encryptalgorithm=nil, caencryptalgorithms=nil, caendtimes=nil, cacommonnames=nil, preauditinfo=nil, autorenewflag=nil, hostingstatus=nil, hostingcompletetime=nil, hostingrenewcertid=nil, hasreneworder=nil, replaceoricertisdelete=nil, isexpiring=nil, dvauthdeadline=nil, validationpassedtime=nil, certsans=nil, awaitingvalidationmsg=nil, allowdownload=nil, isdnspodresolve=nil, ispackage=nil, keypasswordcustomflag=nil, supportdownloadtype=nil, certrevokedtime=nil, hostingresourcetypes=nil, hostingconfig=nil, ishostinguploadrenewcert=nil, serviceid=nil, servicestatus=nil, certservicebegintime=nil, certserviceendtime=nil)
|
|
1024
944
|
@OwnerUin = owneruin
|
|
1025
945
|
@ProjectId = projectid
|
|
1026
946
|
@From = from
|
|
@@ -1078,6 +998,10 @@ module TencentCloud
|
|
|
1078
998
|
@HostingResourceTypes = hostingresourcetypes
|
|
1079
999
|
@HostingConfig = hostingconfig
|
|
1080
1000
|
@IsHostingUploadRenewCert = ishostinguploadrenewcert
|
|
1001
|
+
@ServiceId = serviceid
|
|
1002
|
+
@ServiceStatus = servicestatus
|
|
1003
|
+
@CertServiceBeginTime = certservicebegintime
|
|
1004
|
+
@CertServiceEndTime = certserviceendtime
|
|
1081
1005
|
end
|
|
1082
1006
|
|
|
1083
1007
|
def deserialize(params)
|
|
@@ -1160,6 +1084,10 @@ module TencentCloud
|
|
|
1160
1084
|
@HostingConfig.deserialize(params['HostingConfig'])
|
|
1161
1085
|
end
|
|
1162
1086
|
@IsHostingUploadRenewCert = params['IsHostingUploadRenewCert']
|
|
1087
|
+
@ServiceId = params['ServiceId']
|
|
1088
|
+
@ServiceStatus = params['ServiceStatus']
|
|
1089
|
+
@CertServiceBeginTime = params['CertServiceBeginTime']
|
|
1090
|
+
@CertServiceEndTime = params['CertServiceEndTime']
|
|
1163
1091
|
end
|
|
1164
1092
|
end
|
|
1165
1093
|
|
|
@@ -3869,44 +3797,46 @@ module TencentCloud
|
|
|
3869
3797
|
|
|
3870
3798
|
# DescribeCertificates请求参数结构体
|
|
3871
3799
|
class DescribeCertificatesRequest < TencentCloud::Common::AbstractModel
|
|
3872
|
-
# @param Offset:
|
|
3800
|
+
# @param Offset: <p>分页偏移量,从0开始。 默认为0</p>
|
|
3873
3801
|
# @type Offset: Integer
|
|
3874
|
-
# @param Limit:
|
|
3802
|
+
# @param Limit: <p>每页数量,默认10。最大值1000,如超过1000按1000处理</p>
|
|
3875
3803
|
# @type Limit: Integer
|
|
3876
|
-
# @param SearchKey:
|
|
3804
|
+
# @param SearchKey: <p>搜索关键词,模糊匹配证书 ID、备注名称、证书域名</p>
|
|
3877
3805
|
# @type SearchKey: String
|
|
3878
|
-
# @param CertificateType:
|
|
3806
|
+
# @param CertificateType: <p>证书类型:CA = 客户端证书,SVR = 服务器证书。</p>
|
|
3879
3807
|
# @type CertificateType: String
|
|
3880
|
-
# @param ProjectId:
|
|
3808
|
+
# @param ProjectId: <p>项目 ID。</p>
|
|
3881
3809
|
# @type ProjectId: Integer
|
|
3882
|
-
# @param ExpirationSort:
|
|
3810
|
+
# @param ExpirationSort: <p>默认按照证书申请时间降序; 若传排序则按到期时间排序:DESC = 证书到期时间降序, ASC = 证书到期时间升序。</p>
|
|
3883
3811
|
# @type ExpirationSort: String
|
|
3884
|
-
# @param CertificateStatus:
|
|
3812
|
+
# @param CertificateStatus: <p>证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 已添加DNS记录,5 = 企业证书,待提交,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。14 = 已退款。 15 = 证书迁移中</p>
|
|
3885
3813
|
# @type CertificateStatus: Array
|
|
3886
|
-
# @param Deployable:
|
|
3814
|
+
# @param Deployable: <p>是否可部署,可选值:1 = 可部署,0 = 不可部署。</p>
|
|
3887
3815
|
# @type Deployable: Integer
|
|
3888
|
-
# @param Upload:
|
|
3816
|
+
# @param Upload: <p>是否筛选上传托管的 1筛选,0不筛选</p>
|
|
3889
3817
|
# @type Upload: Integer
|
|
3890
|
-
# @param Renew:
|
|
3818
|
+
# @param Renew: <p>是否筛选可续期证书 1筛选 0不筛选</p>
|
|
3891
3819
|
# @type Renew: Integer
|
|
3892
|
-
# @param FilterSource:
|
|
3820
|
+
# @param FilterSource: <p>筛选来源, upload:上传证书, buy:腾讯云证书, 不传默认全部</p>
|
|
3893
3821
|
# @type FilterSource: String
|
|
3894
|
-
# @param IsSM:
|
|
3822
|
+
# @param IsSM: <p>是否筛选国密证书。1:筛选 0:不筛选</p>
|
|
3895
3823
|
# @type IsSM: Integer
|
|
3896
|
-
# @param FilterExpiring:
|
|
3824
|
+
# @param FilterExpiring: <p>筛选证书是否即将过期,传1是筛选,0不筛选</p>
|
|
3897
3825
|
# @type FilterExpiring: Integer
|
|
3898
|
-
# @param Hostable:
|
|
3826
|
+
# @param Hostable: <p>是否可托管,可选值:1 = 可托管,0 = 不可托管。</p>
|
|
3899
3827
|
# @type Hostable: Integer
|
|
3900
|
-
# @param Tags:
|
|
3828
|
+
# @param Tags: <p>筛选指定标签的证书</p>
|
|
3901
3829
|
# @type Tags: Array
|
|
3902
|
-
# @param IsPendingIssue:
|
|
3830
|
+
# @param IsPendingIssue: <p>是否筛选等待签发的证书,传1是筛选,0和null不筛选</p>
|
|
3903
3831
|
# @type IsPendingIssue: Integer
|
|
3904
|
-
# @param CertIds:
|
|
3832
|
+
# @param CertIds: <p>筛选指定证书ID的证书,只支持有权限的证书ID</p>
|
|
3905
3833
|
# @type CertIds: Array
|
|
3834
|
+
# @param ServiceId: <p>订阅服务ID</p>
|
|
3835
|
+
# @type ServiceId: String
|
|
3906
3836
|
|
|
3907
|
-
attr_accessor :Offset, :Limit, :SearchKey, :CertificateType, :ProjectId, :ExpirationSort, :CertificateStatus, :Deployable, :Upload, :Renew, :FilterSource, :IsSM, :FilterExpiring, :Hostable, :Tags, :IsPendingIssue, :CertIds
|
|
3837
|
+
attr_accessor :Offset, :Limit, :SearchKey, :CertificateType, :ProjectId, :ExpirationSort, :CertificateStatus, :Deployable, :Upload, :Renew, :FilterSource, :IsSM, :FilterExpiring, :Hostable, :Tags, :IsPendingIssue, :CertIds, :ServiceId
|
|
3908
3838
|
|
|
3909
|
-
def initialize(offset=nil, limit=nil, searchkey=nil, certificatetype=nil, projectid=nil, expirationsort=nil, certificatestatus=nil, deployable=nil, upload=nil, renew=nil, filtersource=nil, issm=nil, filterexpiring=nil, hostable=nil, tags=nil, ispendingissue=nil, certids=nil)
|
|
3839
|
+
def initialize(offset=nil, limit=nil, searchkey=nil, certificatetype=nil, projectid=nil, expirationsort=nil, certificatestatus=nil, deployable=nil, upload=nil, renew=nil, filtersource=nil, issm=nil, filterexpiring=nil, hostable=nil, tags=nil, ispendingissue=nil, certids=nil, serviceid=nil)
|
|
3910
3840
|
@Offset = offset
|
|
3911
3841
|
@Limit = limit
|
|
3912
3842
|
@SearchKey = searchkey
|
|
@@ -3924,6 +3854,7 @@ module TencentCloud
|
|
|
3924
3854
|
@Tags = tags
|
|
3925
3855
|
@IsPendingIssue = ispendingissue
|
|
3926
3856
|
@CertIds = certids
|
|
3857
|
+
@ServiceId = serviceid
|
|
3927
3858
|
end
|
|
3928
3859
|
|
|
3929
3860
|
def deserialize(params)
|
|
@@ -3951,14 +3882,15 @@ module TencentCloud
|
|
|
3951
3882
|
end
|
|
3952
3883
|
@IsPendingIssue = params['IsPendingIssue']
|
|
3953
3884
|
@CertIds = params['CertIds']
|
|
3885
|
+
@ServiceId = params['ServiceId']
|
|
3954
3886
|
end
|
|
3955
3887
|
end
|
|
3956
3888
|
|
|
3957
3889
|
# DescribeCertificates返回参数结构体
|
|
3958
3890
|
class DescribeCertificatesResponse < TencentCloud::Common::AbstractModel
|
|
3959
|
-
# @param TotalCount:
|
|
3891
|
+
# @param TotalCount: <p>总数量。</p>
|
|
3960
3892
|
# @type TotalCount: Integer
|
|
3961
|
-
# @param Certificates:
|
|
3893
|
+
# @param Certificates: <p>列表。</p>
|
|
3962
3894
|
# @type Certificates: Array
|
|
3963
3895
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3964
3896
|
# @type RequestId: String
|
|
@@ -4193,8 +4125,8 @@ module TencentCloud
|
|
|
4193
4125
|
|
|
4194
4126
|
attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType, :OldCertificateId, :Limit, :Offset
|
|
4195
4127
|
extend Gem::Deprecate
|
|
4196
|
-
deprecate :ResourceType, :none,
|
|
4197
|
-
deprecate :ResourceType=, :none,
|
|
4128
|
+
deprecate :ResourceType, :none, 2026, 1
|
|
4129
|
+
deprecate :ResourceType=, :none, 2026, 1
|
|
4198
4130
|
|
|
4199
4131
|
def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil, oldcertificateid=nil, limit=nil, offset=nil)
|
|
4200
4132
|
@CertificateId = certificateid
|
|
@@ -4276,8 +4208,8 @@ module TencentCloud
|
|
|
4276
4208
|
|
|
4277
4209
|
attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType, :OldCertificateId, :Offset, :Limit, :AsyncCache
|
|
4278
4210
|
extend Gem::Deprecate
|
|
4279
|
-
deprecate :ResourceType, :none,
|
|
4280
|
-
deprecate :ResourceType=, :none,
|
|
4211
|
+
deprecate :ResourceType, :none, 2026, 1
|
|
4212
|
+
deprecate :ResourceType=, :none, 2026, 1
|
|
4281
4213
|
|
|
4282
4214
|
def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil, oldcertificateid=nil, offset=nil, limit=nil, asynccache=nil)
|
|
4283
4215
|
@CertificateId = certificateid
|
|
@@ -4757,8 +4689,8 @@ module TencentCloud
|
|
|
4757
4689
|
|
|
4758
4690
|
attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType
|
|
4759
4691
|
extend Gem::Deprecate
|
|
4760
|
-
deprecate :ResourceType, :none,
|
|
4761
|
-
deprecate :ResourceType=, :none,
|
|
4692
|
+
deprecate :ResourceType, :none, 2026, 1
|
|
4693
|
+
deprecate :ResourceType=, :none, 2026, 1
|
|
4762
4694
|
|
|
4763
4695
|
def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil)
|
|
4764
4696
|
@CertificateId = certificateid
|
|
@@ -4828,8 +4760,8 @@ module TencentCloud
|
|
|
4828
4760
|
|
|
4829
4761
|
attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType, :OldCertificateId
|
|
4830
4762
|
extend Gem::Deprecate
|
|
4831
|
-
deprecate :ResourceType, :none,
|
|
4832
|
-
deprecate :ResourceType=, :none,
|
|
4763
|
+
deprecate :ResourceType, :none, 2026, 1
|
|
4764
|
+
deprecate :ResourceType=, :none, 2026, 1
|
|
4833
4765
|
|
|
4834
4766
|
def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil, oldcertificateid=nil)
|
|
4835
4767
|
@CertificateId = certificateid
|
|
@@ -4903,8 +4835,8 @@ module TencentCloud
|
|
|
4903
4835
|
|
|
4904
4836
|
attr_accessor :CertificateId, :ResourceType, :IsCache, :Filters, :OldCertificateId, :Offset, :Limit, :AsyncCache
|
|
4905
4837
|
extend Gem::Deprecate
|
|
4906
|
-
deprecate :ResourceType, :none,
|
|
4907
|
-
deprecate :ResourceType=, :none,
|
|
4838
|
+
deprecate :ResourceType, :none, 2026, 1
|
|
4839
|
+
deprecate :ResourceType=, :none, 2026, 1
|
|
4908
4840
|
|
|
4909
4841
|
def initialize(certificateid=nil, resourcetype=nil, iscache=nil, filters=nil, oldcertificateid=nil, offset=nil, limit=nil, asynccache=nil)
|
|
4910
4842
|
@CertificateId = certificateid
|
|
@@ -5308,8 +5240,8 @@ module TencentCloud
|
|
|
5308
5240
|
|
|
5309
5241
|
attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType, :OldCertificateId
|
|
5310
5242
|
extend Gem::Deprecate
|
|
5311
|
-
deprecate :ResourceType, :none,
|
|
5312
|
-
deprecate :ResourceType=, :none,
|
|
5243
|
+
deprecate :ResourceType, :none, 2026, 1
|
|
5244
|
+
deprecate :ResourceType=, :none, 2026, 1
|
|
5313
5245
|
|
|
5314
5246
|
def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil, oldcertificateid=nil)
|
|
5315
5247
|
@CertificateId = certificateid
|
|
@@ -5381,8 +5313,8 @@ module TencentCloud
|
|
|
5381
5313
|
|
|
5382
5314
|
attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType, :OldCertificateId
|
|
5383
5315
|
extend Gem::Deprecate
|
|
5384
|
-
deprecate :ResourceType, :none,
|
|
5385
|
-
deprecate :ResourceType=, :none,
|
|
5316
|
+
deprecate :ResourceType, :none, 2026, 1
|
|
5317
|
+
deprecate :ResourceType=, :none, 2026, 1
|
|
5386
5318
|
|
|
5387
5319
|
def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil, oldcertificateid=nil)
|
|
5388
5320
|
@CertificateId = certificateid
|
|
@@ -5446,10 +5378,10 @@ module TencentCloud
|
|
|
5446
5378
|
|
|
5447
5379
|
attr_accessor :ManagerId, :Limit, :Offset
|
|
5448
5380
|
extend Gem::Deprecate
|
|
5449
|
-
deprecate :Limit, :none,
|
|
5450
|
-
deprecate :Limit=, :none,
|
|
5451
|
-
deprecate :Offset, :none,
|
|
5452
|
-
deprecate :Offset=, :none,
|
|
5381
|
+
deprecate :Limit, :none, 2026, 1
|
|
5382
|
+
deprecate :Limit=, :none, 2026, 1
|
|
5383
|
+
deprecate :Offset, :none, 2026, 1
|
|
5384
|
+
deprecate :Offset=, :none, 2026, 1
|
|
5453
5385
|
|
|
5454
5386
|
def initialize(managerid=nil, limit=nil, offset=nil)
|
|
5455
5387
|
@ManagerId = managerid
|
|
@@ -5519,8 +5451,8 @@ module TencentCloud
|
|
|
5519
5451
|
|
|
5520
5452
|
attr_accessor :Status, :ManagerFirstName, :ManagerMail, :ContactFirstName, :ManagerLastName, :ContactPosition, :ManagerPosition, :VerifyTime, :CreateTime, :ExpireTime, :ContactLastName, :ManagerPhone, :ContactPhone, :ContactMail, :ManagerDepartment, :CompanyInfo, :CompanyId, :ManagerId, :StatusInfo, :ManagerIdType, :ManagerIdNumber, :ContactIdType, :ContactIdNumber, :RequestId
|
|
5521
5453
|
extend Gem::Deprecate
|
|
5522
|
-
deprecate :Status, :none,
|
|
5523
|
-
deprecate :Status=, :none,
|
|
5454
|
+
deprecate :Status, :none, 2026, 1
|
|
5455
|
+
deprecate :Status=, :none, 2026, 1
|
|
5524
5456
|
|
|
5525
5457
|
def initialize(status=nil, managerfirstname=nil, managermail=nil, contactfirstname=nil, managerlastname=nil, contactposition=nil, managerposition=nil, verifytime=nil, createtime=nil, expiretime=nil, contactlastname=nil, managerphone=nil, contactphone=nil, contactmail=nil, managerdepartment=nil, companyinfo=nil, companyid=nil, managerid=nil, statusinfo=nil, manageridtype=nil, manageridnumber=nil, contactidtype=nil, contactidnumber=nil, requestid=nil)
|
|
5526
5458
|
@Status = status
|
|
@@ -8120,8 +8052,8 @@ module TencentCloud
|
|
|
8120
8052
|
|
|
8121
8053
|
attr_accessor :OldCertificateId, :ResourceTypes, :CertificateId, :Regions, :ResourceTypesRegions, :CertificatePublicKey, :CertificatePrivateKey, :ExpiringNotificationSwitch, :Repeatable, :AllowDownload, :Tags, :ProjectId
|
|
8122
8054
|
extend Gem::Deprecate
|
|
8123
|
-
deprecate :Regions, :none,
|
|
8124
|
-
deprecate :Regions=, :none,
|
|
8055
|
+
deprecate :Regions, :none, 2026, 1
|
|
8056
|
+
deprecate :Regions=, :none, 2026, 1
|
|
8125
8057
|
|
|
8126
8058
|
def initialize(oldcertificateid=nil, resourcetypes=nil, certificateid=nil, regions=nil, resourcetypesregions=nil, certificatepublickey=nil, certificateprivatekey=nil, expiringnotificationswitch=nil, repeatable=nil, allowdownload=nil, tags=nil, projectid=nil)
|
|
8127
8059
|
@OldCertificateId = oldcertificateid
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-ssl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1204
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,9 +33,9 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/tencentcloud-sdk-ssl.rb
|
|
37
36
|
- lib/v20191205/client.rb
|
|
38
37
|
- lib/v20191205/models.rb
|
|
38
|
+
- lib/tencentcloud-sdk-ssl.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|