tencentcloud-sdk-ssl 1.0.358 → 1.0.359
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20191205/models.rb +12 -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: e598f0a1e9faebafb7de79a3315a6ffb7c5c8f62
|
4
|
+
data.tar.gz: 3f056d707588c03287968d13aa80803c4948a9a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f474a70f4c838ce87bf512480e73d069566455608d7b5285f4c3e6cf119f054d6daae714867e4476bd0179fe2b216b7a2757dc392e93e7a337fb03c2417e7dfc
|
7
|
+
data.tar.gz: d84025ec8ac5f1ab5fa5bc08c368286c1b5ae1c75eea580e404bcdddfd16a8af4a25f93ae08107d5c394c62f48bb50031b865a30d8540ec896e6bcb5f70f5014
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.359
|
data/lib/v20191205/models.rb
CHANGED
@@ -824,12 +824,18 @@ module TencentCloud
|
|
824
824
|
# @param EncryptPrivateKey: 国密加密私钥
|
825
825
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
826
826
|
# @type EncryptPrivateKey: String
|
827
|
+
# @param CertFingerprint: 签名证书 SHA1指纹
|
828
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
829
|
+
# @type CertFingerprint: String
|
830
|
+
# @param EncryptCertFingerprint: 加密证书 SHA1指纹 (国密证书特有)
|
831
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
832
|
+
# @type EncryptCertFingerprint: String
|
827
833
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
828
834
|
# @type RequestId: String
|
829
835
|
|
830
|
-
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
|
836
|
+
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, :CertFingerprint, :EncryptCertFingerprint, :RequestId
|
831
837
|
|
832
|
-
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)
|
838
|
+
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, certfingerprint=nil, encryptcertfingerprint=nil, requestid=nil)
|
833
839
|
@OwnerUin = owneruin
|
834
840
|
@ProjectId = projectid
|
835
841
|
@From = from
|
@@ -867,6 +873,8 @@ module TencentCloud
|
|
867
873
|
@RootCert = rootcert
|
868
874
|
@EncryptCert = encryptcert
|
869
875
|
@EncryptPrivateKey = encryptprivatekey
|
876
|
+
@CertFingerprint = certfingerprint
|
877
|
+
@EncryptCertFingerprint = encryptcertfingerprint
|
870
878
|
@RequestId = requestid
|
871
879
|
end
|
872
880
|
|
@@ -927,6 +935,8 @@ module TencentCloud
|
|
927
935
|
end
|
928
936
|
@EncryptCert = params['EncryptCert']
|
929
937
|
@EncryptPrivateKey = params['EncryptPrivateKey']
|
938
|
+
@CertFingerprint = params['CertFingerprint']
|
939
|
+
@EncryptCertFingerprint = params['EncryptCertFingerprint']
|
930
940
|
@RequestId = params['RequestId']
|
931
941
|
end
|
932
942
|
end
|
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.359
|
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-07-
|
11
|
+
date: 2022-07-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|