tencentcloud-sdk-ssl 3.0.567 → 3.0.569

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20191205/models.rb +29 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e1a6b95bd3b59a0cc69049e58295764a076256c1
4
- data.tar.gz: 155e1f891380c7ee31cc2d747630c8bf6608b2ea
3
+ metadata.gz: 5581efa1f6a97e52567bd84b14ed5c21c24d8bf8
4
+ data.tar.gz: 87d9f84ace43532f5a77aac5f192bdbcc479d562
5
5
  SHA512:
6
- metadata.gz: 4f4364804cc1c0d72c27956c6a8f9ed08085785e2a2a9598acf567e956f0ee1696f1c23161c1600f10492fd3ba4da6a120bd5af7a13c7014b17a5e28d44217c3
7
- data.tar.gz: 40356ede01f13968ac3ea575ce93d9b5958c11c3243cd58473bedea5eb2e61165d9ecf520f3fbe23f69394f80ca0c712950b7eda9fe0f66bb153acd7a9a5a1ae
6
+ metadata.gz: 8db9b587e55aaee9ecf25963f6b2acadc0359cc8b60a943820db302cbfcbf4f75f9521bf79f713269d51814f6f67e9bd652dec55e617754c976c2b12f962825b
7
+ data.tar.gz: fcb803962b06dd94ab2da22dce4d26b6691ccd32e277d960dfd25f093bb237d8e1ca7f64781a3c143216c3e19d6569b689014b1689adc0dbfc2a7bcf7b8ac41c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.567
1
+ 3.0.569
@@ -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.567
4
+ version: 3.0.569
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 00:00:00.000000000 Z
11
+ date: 2023-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common