tencentcloud-sdk-csip 3.0.687 → 3.0.688

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 076e2bb650af4376b1476d332bbe3f6dd9d4ae70
4
- data.tar.gz: 23b16e9d73d0869fa4f408c36d133b0ef45f8bbe
3
+ metadata.gz: 8803519256a5c92da98a55c0a705ca4d0ae69b02
4
+ data.tar.gz: d75e41114d041aff0eaff809c190008a6a93765c
5
5
  SHA512:
6
- metadata.gz: 05f15b1856c41597b97a94d812c92fa3488e85443411a0cfd9a2d25588ae3b4435333b842a966fb7e0496d7aa691810a397e5a41575a964be705f097addc381b
7
- data.tar.gz: 5aac03624600041313bf0dd7ed167e09e69003f64af2e59948fe3ea9fb8418558563f355976abea708744662f6e32779d9d581883cb27e89b02f55605e9b8457
6
+ metadata.gz: 8acee16a267d52c7c4d43d8d0b232ff88c627c74b49ca8c5cef4e49a2aefb2bb5259ff93a8802f7aee852ab0d62df1abaa753d4a50e7497dc31ca2771a9b7e55
7
+ data.tar.gz: 7fd73ec2716eaf3d5dcf5f98ece839cbb9d3c14ac57cf776a424fdc3699e1f5238ee8bc5692ec82c96d7ce65072471f050471f53f046078f8ec7536a8e57ebc3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.687
1
+ 3.0.688
@@ -5553,6 +5553,8 @@ module TencentCloud
5553
5553
 
5554
5554
  # 漏洞风险高级配置列表
5555
5555
  class VULRiskAdvanceCFGList < TencentCloud::Common::AbstractModel
5556
+ # @param RiskId: 风险ID
5557
+ # @type RiskId: String
5556
5558
  # @param VULName: 漏洞名称
5557
5559
  # @type VULName: String
5558
5560
  # @param RiskLevel: 风险等级
@@ -5587,9 +5589,10 @@ module TencentCloud
5587
5589
  # 注意:此字段可能返回 null,表示取不到有效值。
5588
5590
  # @type ImpactComponent: String
5589
5591
 
5590
- attr_accessor :VULName, :RiskLevel, :CheckFrom, :Enable, :VULType, :ImpactVersion, :CVE, :VULTag, :FixMethod, :ReleaseTime, :EMGCVulType, :VULDescribe, :ImpactComponent
5592
+ attr_accessor :RiskId, :VULName, :RiskLevel, :CheckFrom, :Enable, :VULType, :ImpactVersion, :CVE, :VULTag, :FixMethod, :ReleaseTime, :EMGCVulType, :VULDescribe, :ImpactComponent
5591
5593
 
5592
- def initialize(vulname=nil, risklevel=nil, checkfrom=nil, enable=nil, vultype=nil, impactversion=nil, cve=nil, vultag=nil, fixmethod=nil, releasetime=nil, emgcvultype=nil, vuldescribe=nil, impactcomponent=nil)
5594
+ def initialize(riskid=nil, vulname=nil, risklevel=nil, checkfrom=nil, enable=nil, vultype=nil, impactversion=nil, cve=nil, vultag=nil, fixmethod=nil, releasetime=nil, emgcvultype=nil, vuldescribe=nil, impactcomponent=nil)
5595
+ @RiskId = riskid
5593
5596
  @VULName = vulname
5594
5597
  @RiskLevel = risklevel
5595
5598
  @CheckFrom = checkfrom
@@ -5606,6 +5609,7 @@ module TencentCloud
5606
5609
  end
5607
5610
 
5608
5611
  def deserialize(params)
5612
+ @RiskId = params['RiskId']
5609
5613
  @VULName = params['VULName']
5610
5614
  @RiskLevel = params['RiskLevel']
5611
5615
  @CheckFrom = params['CheckFrom']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-csip
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.687
4
+ version: 3.0.688
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud