tencentcloud-sdk-ssl 3.0.567 → 3.0.568
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 +29 -4
- 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: 7eae77f40bcfb697bc01249836fb4ad0f3fbee13
|
4
|
+
data.tar.gz: 0d9159f15cf0ac0c8d7bc79d4c1beea14d0f2144
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a92bd3b3a455fd6ced1ed0e5f0b2f12e90d5923c4303981c3f81c01ef34138cf6b0a939b1633b2df7a4be7f77a32f6d5ded7d5a5262a097231f459fc292fa12
|
7
|
+
data.tar.gz: badebee5462b5ee89e377ef283638da31e15022a6c7ef3aac563fe7d9c2fc9780ad53f79577b21eb11d01c3033bbded22a15ed48482db94c720c3d9dbcdf31ec
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.568
|
data/lib/v20191205/models.rb
CHANGED
@@ -534,10 +534,16 @@ module TencentCloud
|
|
534
534
|
# @type CompanyAddress: String
|
535
535
|
# @param CompanyPhone: 公司电话
|
536
536
|
# @type CompanyPhone: String
|
537
|
+
# @param IdType: 类型
|
538
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
539
|
+
# @type IdType: String
|
540
|
+
# @param IdNumber: ID号
|
541
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
542
|
+
# @type IdNumber: String
|
537
543
|
|
538
|
-
attr_accessor :CompanyName, :CompanyId, :CompanyCountry, :CompanyProvince, :CompanyCity, :CompanyAddress, :CompanyPhone
|
544
|
+
attr_accessor :CompanyName, :CompanyId, :CompanyCountry, :CompanyProvince, :CompanyCity, :CompanyAddress, :CompanyPhone, :IdType, :IdNumber
|
539
545
|
|
540
|
-
def initialize(companyname=nil, companyid=nil, companycountry=nil, companyprovince=nil, companycity=nil, companyaddress=nil, companyphone=nil)
|
546
|
+
def initialize(companyname=nil, companyid=nil, companycountry=nil, companyprovince=nil, companycity=nil, companyaddress=nil, companyphone=nil, idtype=nil, idnumber=nil)
|
541
547
|
@CompanyName = companyname
|
542
548
|
@CompanyId = companyid
|
543
549
|
@CompanyCountry = companycountry
|
@@ -545,6 +551,8 @@ module TencentCloud
|
|
545
551
|
@CompanyCity = companycity
|
546
552
|
@CompanyAddress = companyaddress
|
547
553
|
@CompanyPhone = companyphone
|
554
|
+
@IdType = idtype
|
555
|
+
@IdNumber = idnumber
|
548
556
|
end
|
549
557
|
|
550
558
|
def deserialize(params)
|
@@ -555,6 +563,8 @@ module TencentCloud
|
|
555
563
|
@CompanyCity = params['CompanyCity']
|
556
564
|
@CompanyAddress = params['CompanyAddress']
|
557
565
|
@CompanyPhone = params['CompanyPhone']
|
566
|
+
@IdType = params['IdType']
|
567
|
+
@IdNumber = params['IdNumber']
|
558
568
|
end
|
559
569
|
end
|
560
570
|
|
@@ -1177,12 +1187,21 @@ module TencentCloud
|
|
1177
1187
|
# @param Tags: 标签列表
|
1178
1188
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1179
1189
|
# @type Tags: Array
|
1190
|
+
# @param CAEncryptAlgorithms: CA证书的所有加密方式
|
1191
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1192
|
+
# @type CAEncryptAlgorithms: Array
|
1193
|
+
# @param CACommonNames: CA证书的所有通用名称
|
1194
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1195
|
+
# @type CACommonNames: Array
|
1196
|
+
# @param CAEndTimes: CA证书所有的到期时间
|
1197
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1198
|
+
# @type CAEndTimes: Array
|
1180
1199
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
1181
1200
|
# @type RequestId: String
|
1182
1201
|
|
1183
|
-
attr_accessor :OwnerUin, :ProjectId, :From, :CertificateType, :PackageType, :ProductZhName, :Domain, :Alias, :Status, :StatusMsg, :VerifyType, :VulnerabilityStatus, :CertBeginTime, :CertEndTime, :ValidityPeriod, :InsertTime, :OrderId, :CertificateExtra, :DvAuthDetail, :VulnerabilityReport, :CertificateId, :PackageTypeName, :StatusName, :SubjectAltName, :IsVip, :IsWildcard, :IsDv, :IsVulnerability, :RenewAble, :SubmittedData, :Deployable, :Tags, :RequestId
|
1202
|
+
attr_accessor :OwnerUin, :ProjectId, :From, :CertificateType, :PackageType, :ProductZhName, :Domain, :Alias, :Status, :StatusMsg, :VerifyType, :VulnerabilityStatus, :CertBeginTime, :CertEndTime, :ValidityPeriod, :InsertTime, :OrderId, :CertificateExtra, :DvAuthDetail, :VulnerabilityReport, :CertificateId, :PackageTypeName, :StatusName, :SubjectAltName, :IsVip, :IsWildcard, :IsDv, :IsVulnerability, :RenewAble, :SubmittedData, :Deployable, :Tags, :CAEncryptAlgorithms, :CACommonNames, :CAEndTimes, :RequestId
|
1184
1203
|
|
1185
|
-
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, dvauthdetail=nil, vulnerabilityreport=nil, certificateid=nil, packagetypename=nil, statusname=nil, subjectaltname=nil, isvip=nil, iswildcard=nil, isdv=nil, isvulnerability=nil, renewable=nil, submitteddata=nil, deployable=nil, tags=nil, requestid=nil)
|
1204
|
+
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, dvauthdetail=nil, vulnerabilityreport=nil, certificateid=nil, packagetypename=nil, statusname=nil, subjectaltname=nil, isvip=nil, iswildcard=nil, isdv=nil, isvulnerability=nil, renewable=nil, submitteddata=nil, deployable=nil, tags=nil, caencryptalgorithms=nil, cacommonnames=nil, caendtimes=nil, requestid=nil)
|
1186
1205
|
@OwnerUin = owneruin
|
1187
1206
|
@ProjectId = projectid
|
1188
1207
|
@From = from
|
@@ -1215,6 +1234,9 @@ module TencentCloud
|
|
1215
1234
|
@SubmittedData = submitteddata
|
1216
1235
|
@Deployable = deployable
|
1217
1236
|
@Tags = tags
|
1237
|
+
@CAEncryptAlgorithms = caencryptalgorithms
|
1238
|
+
@CACommonNames = cacommonnames
|
1239
|
+
@CAEndTimes = caendtimes
|
1218
1240
|
@RequestId = requestid
|
1219
1241
|
end
|
1220
1242
|
|
@@ -1267,6 +1289,9 @@ module TencentCloud
|
|
1267
1289
|
@Tags << tags_tmp
|
1268
1290
|
end
|
1269
1291
|
end
|
1292
|
+
@CAEncryptAlgorithms = params['CAEncryptAlgorithms']
|
1293
|
+
@CACommonNames = params['CACommonNames']
|
1294
|
+
@CAEndTimes = params['CAEndTimes']
|
1270
1295
|
@RequestId = params['RequestId']
|
1271
1296
|
end
|
1272
1297
|
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: 3.0.
|
4
|
+
version: 3.0.568
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|