tencentcloud-sdk-cwp 3.0.434 → 3.0.435

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: 33ab98c7d54fc87325f47778420f168cc398d223
4
- data.tar.gz: a4c072bd32174f3cab925c48e0a0d6f66e961c68
3
+ metadata.gz: 1c2830c555e2216a93720339a97216936ed128b1
4
+ data.tar.gz: 4e9fc30bfeee486ac3e4e73e7511a738eb77d9ec
5
5
  SHA512:
6
- metadata.gz: e95a3f401e6d0209565100dbc4260818682ae2211dd07d9e697c81a4fa10aca03f588d3a492a73327ad11f6761b7e93eb2beea2918dad1208feb84bf2c40dce3
7
- data.tar.gz: ceb5034119d5db16d4e3542cc9cb3dafb53c38b93d01769bb76d89776bc6c6dce9c6410ab36cd571ab8a06a907230bc939512005248552b4e70952ea5c8d9860
6
+ metadata.gz: 72cb20b0b2e8f59efdbbd1f31aee1fee16edb832b09418985696af6ef730c360399b30b1ee286ba5a629c58a6db1a2a0a39d9da097a829fc78d7e60120e4c172
7
+ data.tar.gz: 0947db730fcadb84427c2a2e697493c20e76f577605960df4feedecde4a200cac203f5ce0e84ac6d5339c8c3637ee3c071ca8899aa8f57a9201e3e5ccf1fa79f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.434
1
+ 3.0.435
@@ -15888,10 +15888,15 @@ module TencentCloud
15888
15888
  # @param Quuid: 主机quuid
15889
15889
  # 注意:此字段可能返回 null,表示取不到有效值。
15890
15890
  # @type Quuid: String
15891
+ # @param Desc: 高危信息说明:
15892
+ # ABROAD - 海外IP;
15893
+ # XTI - 威胁情报
15894
+ # 注意:此字段可能返回 null,表示取不到有效值。
15895
+ # @type Desc: String
15891
15896
 
15892
- attr_accessor :Id, :Uuid, :MachineIp, :MachineName, :UserName, :SrcIp, :Status, :Country, :City, :Province, :LoginTime, :ModifyTime, :IsRiskArea, :IsRiskUser, :IsRiskTime, :IsRiskSrcIp, :RiskLevel, :Location, :Quuid
15897
+ attr_accessor :Id, :Uuid, :MachineIp, :MachineName, :UserName, :SrcIp, :Status, :Country, :City, :Province, :LoginTime, :ModifyTime, :IsRiskArea, :IsRiskUser, :IsRiskTime, :IsRiskSrcIp, :RiskLevel, :Location, :Quuid, :Desc
15893
15898
 
15894
- def initialize(id=nil, uuid=nil, machineip=nil, machinename=nil, username=nil, srcip=nil, status=nil, country=nil, city=nil, province=nil, logintime=nil, modifytime=nil, isriskarea=nil, isriskuser=nil, isrisktime=nil, isrisksrcip=nil, risklevel=nil, location=nil, quuid=nil)
15899
+ def initialize(id=nil, uuid=nil, machineip=nil, machinename=nil, username=nil, srcip=nil, status=nil, country=nil, city=nil, province=nil, logintime=nil, modifytime=nil, isriskarea=nil, isriskuser=nil, isrisktime=nil, isrisksrcip=nil, risklevel=nil, location=nil, quuid=nil, desc=nil)
15895
15900
  @Id = id
15896
15901
  @Uuid = uuid
15897
15902
  @MachineIp = machineip
@@ -15911,6 +15916,7 @@ module TencentCloud
15911
15916
  @RiskLevel = risklevel
15912
15917
  @Location = location
15913
15918
  @Quuid = quuid
15919
+ @Desc = desc
15914
15920
  end
15915
15921
 
15916
15922
  def deserialize(params)
@@ -15933,6 +15939,7 @@ module TencentCloud
15933
15939
  @RiskLevel = params['RiskLevel']
15934
15940
  @Location = params['Location']
15935
15941
  @Quuid = params['Quuid']
15942
+ @Desc = params['Desc']
15936
15943
  end
15937
15944
  end
15938
15945
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cwp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.434
4
+ version: 3.0.435
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-10-24 00:00:00.000000000 Z
11
+ date: 2022-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common