tencentcloud-sdk-ssl 1.0.321 → 1.0.324
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 +31 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2ba2ce929936f7f1dde40746731cdfb3253df0d2
|
|
4
|
+
data.tar.gz: a1af1149e23c517218f03c0907f41eec6f7a5967
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4fb6e2192fb3b943e0a425b3591358811da62f92c04a37e62e4b164282bfa7757d6db91e66cd271966bb6d5e9383835cb90a3cc8f37ee56e13b240f863a72901
|
|
7
|
+
data.tar.gz: 7ae8979120d9cd3c64b6c3183ddc9e7f938913cae8df453daba4a390e82e1237cc5b0548b1b28d673993c217c5602a48ac8cebabd3f4c6e3214234b6720c6b16
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.324
|
data/lib/v20191205/models.rb
CHANGED
|
@@ -805,12 +805,21 @@ module TencentCloud
|
|
|
805
805
|
# @param Tags: 关联标签列表。
|
|
806
806
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
807
807
|
# @type Tags: Array
|
|
808
|
+
# @param RootCert: 根证书。
|
|
809
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
810
|
+
# @type RootCert: :class:`Tencentcloud::Ssl.v20191205.models.RootCertificates`
|
|
811
|
+
# @param EncryptCert: 国密加密证书
|
|
812
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
813
|
+
# @type EncryptCert: String
|
|
814
|
+
# @param EncryptPrivateKey: 国密加密私钥
|
|
815
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
816
|
+
# @type EncryptPrivateKey: String
|
|
808
817
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
809
818
|
# @type RequestId: String
|
|
810
819
|
|
|
811
|
-
attr_accessor :OwnerUin, :ProjectId, :From, :CertificateType, :PackageType, :ProductZhName, :Domain, :Alias, :Status, :StatusMsg, :VerifyType, :VulnerabilityStatus, :CertBeginTime, :CertEndTime, :ValidityPeriod, :InsertTime, :OrderId, :CertificateExtra, :CertificatePrivateKey, :CertificatePublicKey, :DvAuthDetail, :VulnerabilityReport, :CertificateId, :TypeName, :StatusName, :SubjectAltName, :IsVip, :IsWildcard, :IsDv, :IsVulnerability, :SubmittedData, :RenewAble, :Deployable, :Tags, :RequestId
|
|
820
|
+
attr_accessor :OwnerUin, :ProjectId, :From, :CertificateType, :PackageType, :ProductZhName, :Domain, :Alias, :Status, :StatusMsg, :VerifyType, :VulnerabilityStatus, :CertBeginTime, :CertEndTime, :ValidityPeriod, :InsertTime, :OrderId, :CertificateExtra, :CertificatePrivateKey, :CertificatePublicKey, :DvAuthDetail, :VulnerabilityReport, :CertificateId, :TypeName, :StatusName, :SubjectAltName, :IsVip, :IsWildcard, :IsDv, :IsVulnerability, :SubmittedData, :RenewAble, :Deployable, :Tags, :RootCert, :EncryptCert, :EncryptPrivateKey, :RequestId
|
|
812
821
|
|
|
813
|
-
def initialize(owneruin=nil, projectid=nil, from=nil, certificatetype=nil, packagetype=nil, productzhname=nil, domain=nil, _alias=nil, status=nil, statusmsg=nil, verifytype=nil, vulnerabilitystatus=nil, certbegintime=nil, certendtime=nil, validityperiod=nil, inserttime=nil, orderid=nil, certificateextra=nil, certificateprivatekey=nil, certificatepublickey=nil, dvauthdetail=nil, vulnerabilityreport=nil, certificateid=nil, typename=nil, statusname=nil, subjectaltname=nil, isvip=nil, iswildcard=nil, isdv=nil, isvulnerability=nil, submitteddata=nil, renewable=nil, deployable=nil, tags=nil, requestid=nil)
|
|
822
|
+
def initialize(owneruin=nil, projectid=nil, from=nil, certificatetype=nil, packagetype=nil, productzhname=nil, domain=nil, _alias=nil, status=nil, statusmsg=nil, verifytype=nil, vulnerabilitystatus=nil, certbegintime=nil, certendtime=nil, validityperiod=nil, inserttime=nil, orderid=nil, certificateextra=nil, certificateprivatekey=nil, certificatepublickey=nil, dvauthdetail=nil, vulnerabilityreport=nil, certificateid=nil, typename=nil, statusname=nil, subjectaltname=nil, isvip=nil, iswildcard=nil, isdv=nil, isvulnerability=nil, submitteddata=nil, renewable=nil, deployable=nil, tags=nil, rootcert=nil, encryptcert=nil, encryptprivatekey=nil, requestid=nil)
|
|
814
823
|
@OwnerUin = owneruin
|
|
815
824
|
@ProjectId = projectid
|
|
816
825
|
@From = from
|
|
@@ -845,6 +854,9 @@ module TencentCloud
|
|
|
845
854
|
@RenewAble = renewable
|
|
846
855
|
@Deployable = deployable
|
|
847
856
|
@Tags = tags
|
|
857
|
+
@RootCert = rootcert
|
|
858
|
+
@EncryptCert = encryptcert
|
|
859
|
+
@EncryptPrivateKey = encryptprivatekey
|
|
848
860
|
@RequestId = requestid
|
|
849
861
|
end
|
|
850
862
|
|
|
@@ -899,6 +911,12 @@ module TencentCloud
|
|
|
899
911
|
@Tags << tags_tmp
|
|
900
912
|
end
|
|
901
913
|
end
|
|
914
|
+
unless params['RootCert'].nil?
|
|
915
|
+
@RootCert = RootCertificates.new
|
|
916
|
+
@RootCert.deserialize(params['RootCert'])
|
|
917
|
+
end
|
|
918
|
+
@EncryptCert = params['EncryptCert']
|
|
919
|
+
@EncryptPrivateKey = params['EncryptPrivateKey']
|
|
902
920
|
@RequestId = params['RequestId']
|
|
903
921
|
end
|
|
904
922
|
end
|
|
@@ -2061,6 +2079,17 @@ module TencentCloud
|
|
|
2061
2079
|
end
|
|
2062
2080
|
end
|
|
2063
2081
|
|
|
2082
|
+
# 根证书
|
|
2083
|
+
class RootCertificates < TencentCloud::Common::AbstractModel
|
|
2084
|
+
|
|
2085
|
+
|
|
2086
|
+
def initialize()
|
|
2087
|
+
end
|
|
2088
|
+
|
|
2089
|
+
def deserialize(params)
|
|
2090
|
+
end
|
|
2091
|
+
end
|
|
2092
|
+
|
|
2064
2093
|
# SubmitAuditManager请求参数结构体
|
|
2065
2094
|
class SubmitAuditManagerRequest < TencentCloud::Common::AbstractModel
|
|
2066
2095
|
# @param ManagerId: 管理人ID
|
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: 1.0.
|
|
4
|
+
version: 1.0.324
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-05-
|
|
11
|
+
date: 2022-05-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|