tencentcloud-sdk-ssl 3.0.475 → 3.0.477

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20191205/models.rb +58 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f1279245a598f887397e330a96513d6773fcef38
4
- data.tar.gz: d1d1ca5985e6d13155d21c3733711f612c2dd3b2
3
+ metadata.gz: 54780e043ec3d3b88fa0c5319bf557d6000b8709
4
+ data.tar.gz: 3baebc5d25048142492e89df8a4d4d0468f3c59d
5
5
  SHA512:
6
- metadata.gz: 332b07b87319684ed621800feee70f7615942271db905265c81b4182ba796404e76502733acac17f37c79dfb0eee236ff9d9c9260f34b8c0412d3067ccda45ec
7
- data.tar.gz: a4f20496e73c76c2c5848f91ae8a7439aaeb938d7e0885d0bb99bc77a5b5cd552f7806596a6f9e7d85bd1087bce8015b739d94fb8bb567f7a6736f2faaaa1754
6
+ metadata.gz: 364594af091dacc9529c854dae2c58404b0500d01b2e77b4977383ea350a1635bb36c0299f33e435b919c5725feee5a39804d6ab994d17a5c2d7853374699a2b
7
+ data.tar.gz: ccae58ed510a86c375dd48ea9e311ad06318c76bc9a2253987b56261fabd9177aca6ef240763ee62db8259ee711a9beb2426e6d4a40c2a8e936b4d464d686bf4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.475
1
+ 3.0.477
@@ -45,10 +45,12 @@ module TencentCloud
45
45
  # @type OldCertificateId: String
46
46
  # @param PackageId: 权益包ID,用于免费证书扩容包使用
47
47
  # @type PackageId: String
48
+ # @param DeleteDnsAutoRecord: 签发后是否删除自动域名验证记录, 默认为否;仅域名为DNS_AUTO验证类型支持传参
49
+ # @type DeleteDnsAutoRecord: Boolean
48
50
 
49
- attr_accessor :DvAuthMethod, :DomainName, :ProjectId, :PackageType, :ContactEmail, :ContactPhone, :ValidityPeriod, :CsrEncryptAlgo, :CsrKeyParameter, :CsrKeyPassword, :Alias, :OldCertificateId, :PackageId
51
+ attr_accessor :DvAuthMethod, :DomainName, :ProjectId, :PackageType, :ContactEmail, :ContactPhone, :ValidityPeriod, :CsrEncryptAlgo, :CsrKeyParameter, :CsrKeyPassword, :Alias, :OldCertificateId, :PackageId, :DeleteDnsAutoRecord
50
52
 
51
- def initialize(dvauthmethod=nil, domainname=nil, projectid=nil, packagetype=nil, contactemail=nil, contactphone=nil, validityperiod=nil, csrencryptalgo=nil, csrkeyparameter=nil, csrkeypassword=nil, _alias=nil, oldcertificateid=nil, packageid=nil)
53
+ def initialize(dvauthmethod=nil, domainname=nil, projectid=nil, packagetype=nil, contactemail=nil, contactphone=nil, validityperiod=nil, csrencryptalgo=nil, csrkeyparameter=nil, csrkeypassword=nil, _alias=nil, oldcertificateid=nil, packageid=nil, deletednsautorecord=nil)
52
54
  @DvAuthMethod = dvauthmethod
53
55
  @DomainName = domainname
54
56
  @ProjectId = projectid
@@ -62,6 +64,7 @@ module TencentCloud
62
64
  @Alias = _alias
63
65
  @OldCertificateId = oldcertificateid
64
66
  @PackageId = packageid
67
+ @DeleteDnsAutoRecord = deletednsautorecord
65
68
  end
66
69
 
67
70
  def deserialize(params)
@@ -78,6 +81,7 @@ module TencentCloud
78
81
  @Alias = params['Alias']
79
82
  @OldCertificateId = params['OldCertificateId']
80
83
  @PackageId = params['PackageId']
84
+ @DeleteDnsAutoRecord = params['DeleteDnsAutoRecord']
81
85
  end
82
86
  end
83
87
 
@@ -306,10 +310,22 @@ module TencentCloud
306
310
  # @param EncryptAlgorithm: 证书算法
307
311
  # 注意:此字段可能返回 null,表示取不到有效值。
308
312
  # @type EncryptAlgorithm: String
313
+ # @param CAEncryptAlgorithms: 上传CA证书的加密算法
314
+ # 注意:此字段可能返回 null,表示取不到有效值。
315
+ # @type CAEncryptAlgorithms: Array
316
+ # @param CAEndTimes: 上传CA证书的过期时间
317
+ # 注意:此字段可能返回 null,表示取不到有效值。
318
+ # @type CAEndTimes: Array
319
+ # @param CACommonNames: 上传CA证书的通用名称
320
+ # 注意:此字段可能返回 null,表示取不到有效值。
321
+ # @type CACommonNames: Array
322
+ # @param PreAuditInfo: 证书预审核信息
323
+ # 注意:此字段可能返回 null,表示取不到有效值。
324
+ # @type PreAuditInfo: :class:`Tencentcloud::Ssl.v20191205.models.PreAuditInfo`
309
325
 
310
- 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
326
+ 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
311
327
 
312
- 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)
328
+ 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)
313
329
  @OwnerUin = owneruin
314
330
  @ProjectId = projectid
315
331
  @From = from
@@ -343,6 +359,10 @@ module TencentCloud
343
359
  @IsIgnore = isignore
344
360
  @IsSM = issm
345
361
  @EncryptAlgorithm = encryptalgorithm
362
+ @CAEncryptAlgorithms = caencryptalgorithms
363
+ @CAEndTimes = caendtimes
364
+ @CACommonNames = cacommonnames
365
+ @PreAuditInfo = preauditinfo
346
366
  end
347
367
 
348
368
  def deserialize(params)
@@ -392,6 +412,13 @@ module TencentCloud
392
412
  @IsIgnore = params['IsIgnore']
393
413
  @IsSM = params['IsSM']
394
414
  @EncryptAlgorithm = params['EncryptAlgorithm']
415
+ @CAEncryptAlgorithms = params['CAEncryptAlgorithms']
416
+ @CAEndTimes = params['CAEndTimes']
417
+ @CACommonNames = params['CACommonNames']
418
+ unless params['PreAuditInfo'].nil?
419
+ @PreAuditInfo = PreAuditInfo.new
420
+ @PreAuditInfo.deserialize(params['PreAuditInfo'])
421
+ end
395
422
  end
396
423
  end
397
424
 
@@ -2183,6 +2210,33 @@ module TencentCloud
2183
2210
  end
2184
2211
  end
2185
2212
 
2213
+ # 预审核信息列表
2214
+ class PreAuditInfo < TencentCloud::Common::AbstractModel
2215
+ # @param TotalPeriod: 证书总年限
2216
+ # 注意:此字段可能返回 null,表示取不到有效值。
2217
+ # @type TotalPeriod: Integer
2218
+ # @param NowPeriod: 证书当前年限
2219
+ # 注意:此字段可能返回 null,表示取不到有效值。
2220
+ # @type NowPeriod: Integer
2221
+ # @param ManagerId: 证书预审核管理人ID
2222
+ # 注意:此字段可能返回 null,表示取不到有效值。
2223
+ # @type ManagerId: String
2224
+
2225
+ attr_accessor :TotalPeriod, :NowPeriod, :ManagerId
2226
+
2227
+ def initialize(totalperiod=nil, nowperiod=nil, managerid=nil)
2228
+ @TotalPeriod = totalperiod
2229
+ @NowPeriod = nowperiod
2230
+ @ManagerId = managerid
2231
+ end
2232
+
2233
+ def deserialize(params)
2234
+ @TotalPeriod = params['TotalPeriod']
2235
+ @NowPeriod = params['NowPeriod']
2236
+ @ManagerId = params['ManagerId']
2237
+ end
2238
+ end
2239
+
2186
2240
  # 获取证书列表(DescribeCertificates)返回参数键为 Certificates 下,key为 ProjectInfo 的内容。
2187
2241
  class ProjectInfo < TencentCloud::Common::AbstractModel
2188
2242
  # @param ProjectName: 项目名称。
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.475
4
+ version: 3.0.477
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-12-16 00:00:00.000000000 Z
11
+ date: 2022-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common