tencentcloud-sdk-csip 3.0.613 → 3.0.615
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/v20221121/models.rb +7 -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: f5df1b798b1e1d024623d45cb8803b7e86516d31
|
|
4
|
+
data.tar.gz: 74501872929853d2c9d1d10ee564423fe71c1d94
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ba8e4dac829df9d27b3c571a0549b6a888965bf1c3abe7339b249b14742551d74b283b7ad614fcaa0dce52ba3aabb33e02b0345cbe2e0e7a0bcf8853565eb50
|
|
7
|
+
data.tar.gz: b8a30185f683a66e9b676473103bec4db1b68669b6e1818b5f0aa52d2abc4a2f61be02f0e83dcb7a94809a3463491e5d7c5ce2791004cf51b7f91122d846e0b6
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.615
|
data/lib/v20221121/models.rb
CHANGED
|
@@ -2338,10 +2338,13 @@ module TencentCloud
|
|
|
2338
2338
|
# @param WebAttack: web攻击
|
|
2339
2339
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2340
2340
|
# @type WebAttack: Integer
|
|
2341
|
+
# @param ServiceRisk: 风险服务暴露数量
|
|
2342
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2343
|
+
# @type ServiceRisk: Integer
|
|
2341
2344
|
|
|
2342
|
-
attr_accessor :AssetId, :AssetName, :AssetType, :Region, :WAFStatus, :AssetCreateTime, :AppId, :Uin, :NickName, :IsCore, :IsCloud, :Attack, :Access, :Intercept, :InBandwidth, :OutBandwidth, :InFlow, :OutFlow, :LastScanTime, :PortRisk, :VulnerabilityRisk, :ConfigurationRisk, :ScanTask, :SubDomain, :SeverIp, :BotCount, :WeakPassword, :WebContentRisk, :Tag, :SourceType, :MemberId, :CCAttack, :WebAttack
|
|
2345
|
+
attr_accessor :AssetId, :AssetName, :AssetType, :Region, :WAFStatus, :AssetCreateTime, :AppId, :Uin, :NickName, :IsCore, :IsCloud, :Attack, :Access, :Intercept, :InBandwidth, :OutBandwidth, :InFlow, :OutFlow, :LastScanTime, :PortRisk, :VulnerabilityRisk, :ConfigurationRisk, :ScanTask, :SubDomain, :SeverIp, :BotCount, :WeakPassword, :WebContentRisk, :Tag, :SourceType, :MemberId, :CCAttack, :WebAttack, :ServiceRisk
|
|
2343
2346
|
|
|
2344
|
-
def initialize(assetid=nil, assetname=nil, assettype=nil, region=nil, wafstatus=nil, assetcreatetime=nil, appid=nil, uin=nil, nickname=nil, iscore=nil, iscloud=nil, attack=nil, access=nil, intercept=nil, inbandwidth=nil, outbandwidth=nil, inflow=nil, outflow=nil, lastscantime=nil, portrisk=nil, vulnerabilityrisk=nil, configurationrisk=nil, scantask=nil, subdomain=nil, severip=nil, botcount=nil, weakpassword=nil, webcontentrisk=nil, tag=nil, sourcetype=nil, memberid=nil, ccattack=nil, webattack=nil)
|
|
2347
|
+
def initialize(assetid=nil, assetname=nil, assettype=nil, region=nil, wafstatus=nil, assetcreatetime=nil, appid=nil, uin=nil, nickname=nil, iscore=nil, iscloud=nil, attack=nil, access=nil, intercept=nil, inbandwidth=nil, outbandwidth=nil, inflow=nil, outflow=nil, lastscantime=nil, portrisk=nil, vulnerabilityrisk=nil, configurationrisk=nil, scantask=nil, subdomain=nil, severip=nil, botcount=nil, weakpassword=nil, webcontentrisk=nil, tag=nil, sourcetype=nil, memberid=nil, ccattack=nil, webattack=nil, servicerisk=nil)
|
|
2345
2348
|
@AssetId = assetid
|
|
2346
2349
|
@AssetName = assetname
|
|
2347
2350
|
@AssetType = assettype
|
|
@@ -2375,6 +2378,7 @@ module TencentCloud
|
|
|
2375
2378
|
@MemberId = memberid
|
|
2376
2379
|
@CCAttack = ccattack
|
|
2377
2380
|
@WebAttack = webattack
|
|
2381
|
+
@ServiceRisk = servicerisk
|
|
2378
2382
|
end
|
|
2379
2383
|
|
|
2380
2384
|
def deserialize(params)
|
|
@@ -2418,6 +2422,7 @@ module TencentCloud
|
|
|
2418
2422
|
@MemberId = params['MemberId']
|
|
2419
2423
|
@CCAttack = params['CCAttack']
|
|
2420
2424
|
@WebAttack = params['WebAttack']
|
|
2425
|
+
@ServiceRisk = params['ServiceRisk']
|
|
2421
2426
|
end
|
|
2422
2427
|
end
|
|
2423
2428
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-csip
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.615
|
|
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-07-
|
|
11
|
+
date: 2023-07-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|