tencentcloud-sdk-ssl 3.0.475 → 3.0.476
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 +52 -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: e53911f5f57f7bfffa1ca93cc9aea7dd8aca3837
|
4
|
+
data.tar.gz: d833788ec1eca4b7b9a7eed1c12b62f732812146
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e0b66d4e5b194e0ad1210c06062361931d915f84684011d25b3929beec6309c5405d8182311ab7bd95882777f4ae142bb5e302c81c6a9954fe79f8cae939214
|
7
|
+
data.tar.gz: ca4b488664b95d53a38c0b23b508ba4497c4578b842b5b0ab9079e8936be5b4f4f44f37c19e4c94cfbbcff516baf284a04d3823136435c29b55a0f95ebe114fb
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.476
|
data/lib/v20191205/models.rb
CHANGED
@@ -306,10 +306,22 @@ module TencentCloud
|
|
306
306
|
# @param EncryptAlgorithm: 证书算法
|
307
307
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
308
308
|
# @type EncryptAlgorithm: String
|
309
|
+
# @param CAEncryptAlgorithms: 上传CA证书的加密算法
|
310
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
311
|
+
# @type CAEncryptAlgorithms: Array
|
312
|
+
# @param CAEndTimes: 上传CA证书的过期时间
|
313
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
314
|
+
# @type CAEndTimes: Array
|
315
|
+
# @param CACommonNames: 上传CA证书的通用名称
|
316
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
317
|
+
# @type CACommonNames: Array
|
318
|
+
# @param PreAuditInfo: 证书预审核信息
|
319
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
320
|
+
# @type PreAuditInfo: :class:`Tencentcloud::Ssl.v20191205.models.PreAuditInfo`
|
309
321
|
|
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
|
322
|
+
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
323
|
|
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)
|
324
|
+
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
325
|
@OwnerUin = owneruin
|
314
326
|
@ProjectId = projectid
|
315
327
|
@From = from
|
@@ -343,6 +355,10 @@ module TencentCloud
|
|
343
355
|
@IsIgnore = isignore
|
344
356
|
@IsSM = issm
|
345
357
|
@EncryptAlgorithm = encryptalgorithm
|
358
|
+
@CAEncryptAlgorithms = caencryptalgorithms
|
359
|
+
@CAEndTimes = caendtimes
|
360
|
+
@CACommonNames = cacommonnames
|
361
|
+
@PreAuditInfo = preauditinfo
|
346
362
|
end
|
347
363
|
|
348
364
|
def deserialize(params)
|
@@ -392,6 +408,13 @@ module TencentCloud
|
|
392
408
|
@IsIgnore = params['IsIgnore']
|
393
409
|
@IsSM = params['IsSM']
|
394
410
|
@EncryptAlgorithm = params['EncryptAlgorithm']
|
411
|
+
@CAEncryptAlgorithms = params['CAEncryptAlgorithms']
|
412
|
+
@CAEndTimes = params['CAEndTimes']
|
413
|
+
@CACommonNames = params['CACommonNames']
|
414
|
+
unless params['PreAuditInfo'].nil?
|
415
|
+
@PreAuditInfo = PreAuditInfo.new
|
416
|
+
@PreAuditInfo.deserialize(params['PreAuditInfo'])
|
417
|
+
end
|
395
418
|
end
|
396
419
|
end
|
397
420
|
|
@@ -2183,6 +2206,33 @@ module TencentCloud
|
|
2183
2206
|
end
|
2184
2207
|
end
|
2185
2208
|
|
2209
|
+
# 预审核信息列表
|
2210
|
+
class PreAuditInfo < TencentCloud::Common::AbstractModel
|
2211
|
+
# @param TotalPeriod: 证书总年限
|
2212
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2213
|
+
# @type TotalPeriod: Integer
|
2214
|
+
# @param NowPeriod: 证书当前年限
|
2215
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2216
|
+
# @type NowPeriod: Integer
|
2217
|
+
# @param ManagerId: 证书预审核管理人ID
|
2218
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2219
|
+
# @type ManagerId: String
|
2220
|
+
|
2221
|
+
attr_accessor :TotalPeriod, :NowPeriod, :ManagerId
|
2222
|
+
|
2223
|
+
def initialize(totalperiod=nil, nowperiod=nil, managerid=nil)
|
2224
|
+
@TotalPeriod = totalperiod
|
2225
|
+
@NowPeriod = nowperiod
|
2226
|
+
@ManagerId = managerid
|
2227
|
+
end
|
2228
|
+
|
2229
|
+
def deserialize(params)
|
2230
|
+
@TotalPeriod = params['TotalPeriod']
|
2231
|
+
@NowPeriod = params['NowPeriod']
|
2232
|
+
@ManagerId = params['ManagerId']
|
2233
|
+
end
|
2234
|
+
end
|
2235
|
+
|
2186
2236
|
# 获取证书列表(DescribeCertificates)返回参数键为 Certificates 下,key为 ProjectInfo 的内容。
|
2187
2237
|
class ProjectInfo < TencentCloud::Common::AbstractModel
|
2188
2238
|
# @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.
|
4
|
+
version: 3.0.476
|
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-
|
11
|
+
date: 2022-12-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|