tencentcloud-sdk-ssa 3.0.591 → 3.0.592
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/v20180608/client.rb +1 -1
- data/lib/v20180608/models.rb +75 -14
- 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: 72509b5a9482b895a4d6674bbbc312d1dd0da1a5
|
|
4
|
+
data.tar.gz: 83c713933f2abb06f6ec5d243def06b90063711c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6971f61c76e6ae9dca4c60a098c5c003d8367e7bc47b6a14f359e27954c7f022bf57da450b69272571a7eea95a1293119cd533f7c4b73f04b33e7831e9372634
|
|
7
|
+
data.tar.gz: 262a304d27286e925792265c1afc42b6632aa7351031a1851654ff060b57e885b73077d01299fe77e186a8e2c5453bfd5cad4ea10a4f583e83c54059225e16b8
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.592
|
data/lib/v20180608/client.rb
CHANGED
|
@@ -269,7 +269,7 @@ module TencentCloud
|
|
|
269
269
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
270
270
|
end
|
|
271
271
|
|
|
272
|
-
#
|
|
272
|
+
# 域名列表信息
|
|
273
273
|
|
|
274
274
|
# @param request: Request instance for DescribeDomainList.
|
|
275
275
|
# @type request: :class:`Tencentcloud::ssa::V20180608::DescribeDomainListRequest`
|
data/lib/v20180608/models.rb
CHANGED
|
@@ -2256,29 +2256,29 @@ module TencentCloud
|
|
|
2256
2256
|
|
|
2257
2257
|
# DescribeDomainList请求参数结构体
|
|
2258
2258
|
class DescribeDomainListRequest < TencentCloud::Common::AbstractModel
|
|
2259
|
-
# @param Offset:
|
|
2259
|
+
# @param Offset: 起始,从0开始(只支持32位)
|
|
2260
2260
|
# @type Offset: Integer
|
|
2261
|
-
# @param Limit:
|
|
2261
|
+
# @param Limit: limit,最大值200(只支持32位)
|
|
2262
2262
|
# @type Limit: Integer
|
|
2263
|
-
# @param AssetBasicType:
|
|
2263
|
+
# @param AssetBasicType: 资产大类,根据此字段时返回不同的子结构,AssetBasicType(只支持32位)
|
|
2264
2264
|
# @type AssetBasicType: Integer
|
|
2265
|
-
# @param Filter:
|
|
2265
|
+
# @param Filter: 过滤条件
|
|
2266
2266
|
# @type Filter: Array
|
|
2267
|
-
# @param Order:
|
|
2267
|
+
# @param Order: 排序
|
|
2268
2268
|
# @type Order: String
|
|
2269
|
-
# @param By:
|
|
2269
|
+
# @param By: 排序字段
|
|
2270
2270
|
# @type By: String
|
|
2271
|
-
# @param Field:
|
|
2271
|
+
# @param Field: 导出字段
|
|
2272
2272
|
# @type Field: Array
|
|
2273
|
-
# @param TimeRange:
|
|
2273
|
+
# @param TimeRange: 时间范围(只支持32位)
|
|
2274
2274
|
# @type TimeRange: Integer
|
|
2275
|
-
# @param Logic:
|
|
2275
|
+
# @param Logic: 逻辑字段(只支持32位)
|
|
2276
2276
|
# @type Logic: Integer
|
|
2277
|
-
# @param GroupByField:
|
|
2277
|
+
# @param GroupByField: 聚合字段
|
|
2278
2278
|
# @type GroupByField: String
|
|
2279
2279
|
# @param Task: -
|
|
2280
2280
|
# @type Task: String
|
|
2281
|
-
# @param RequestFrom:
|
|
2281
|
+
# @param RequestFrom: 0:cfw 1:vss 2.soc 3.waf 4.cwp
|
|
2282
2282
|
# @type RequestFrom: Integer
|
|
2283
2283
|
|
|
2284
2284
|
attr_accessor :Offset, :Limit, :AssetBasicType, :Filter, :Order, :By, :Field, :TimeRange, :Logic, :GroupByField, :Task, :RequestFrom
|
|
@@ -3194,13 +3194,50 @@ module TencentCloud
|
|
|
3194
3194
|
# @type PortRisk: Integer
|
|
3195
3195
|
# @param WeekPwdCount: 弱口令
|
|
3196
3196
|
# @type WeekPwdCount: Integer
|
|
3197
|
-
# @param AssetLocation:
|
|
3197
|
+
# @param AssetLocation: 资产归属
|
|
3198
3198
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3199
3199
|
# @type AssetLocation: String
|
|
3200
|
+
# @param NetworkRisk: 网络风险
|
|
3201
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3202
|
+
# @type NetworkRisk: Integer
|
|
3203
|
+
# @param NetworkAttack: 网络攻击
|
|
3204
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3205
|
+
# @type NetworkAttack: Integer
|
|
3206
|
+
# @param BotVisit: bot访问
|
|
3207
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3208
|
+
# @type BotVisit: Integer
|
|
3209
|
+
# @param NetworkAccess: 网络访问
|
|
3210
|
+
|
|
3211
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3212
|
+
# @type NetworkAccess: Integer
|
|
3213
|
+
# @param CreateTime: 资产创建时间
|
|
3214
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3215
|
+
# @type CreateTime: String
|
|
3216
|
+
# @param WafStatus: waf状态
|
|
3217
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3218
|
+
# @type WafStatus: Integer
|
|
3219
|
+
# @param LastScanTime: 最近扫描时间
|
|
3220
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3221
|
+
# @type LastScanTime: String
|
|
3222
|
+
# @param AssetId: 资产id
|
|
3223
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3224
|
+
# @type AssetId: Array
|
|
3225
|
+
# @param AssetName: 资产名
|
|
3226
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3227
|
+
# @type AssetName: Array
|
|
3228
|
+
# @param SourceType: 类别
|
|
3229
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3230
|
+
# @type SourceType: String
|
|
3231
|
+
# @param IsNotCore: 是否核心资产
|
|
3232
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3233
|
+
# @type IsNotCore: Integer
|
|
3234
|
+
# @param IsCloud: 是否云外资产
|
|
3235
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3236
|
+
# @type IsCloud: Integer
|
|
3200
3237
|
|
|
3201
|
-
attr_accessor :Domain, :ResolveAddr, :Region, :AssetType, :RiskVulCount, :SensitiveCount, :HorseLinkCount, :WebModifyCount, :ScanTime, :DiscoverTime, :ScanTaskCount, :PortRisk, :WeekPwdCount, :AssetLocation
|
|
3238
|
+
attr_accessor :Domain, :ResolveAddr, :Region, :AssetType, :RiskVulCount, :SensitiveCount, :HorseLinkCount, :WebModifyCount, :ScanTime, :DiscoverTime, :ScanTaskCount, :PortRisk, :WeekPwdCount, :AssetLocation, :NetworkRisk, :NetworkAttack, :BotVisit, :NetworkAccess, :CreateTime, :WafStatus, :LastScanTime, :AssetId, :AssetName, :SourceType, :IsNotCore, :IsCloud
|
|
3202
3239
|
|
|
3203
|
-
def initialize(domain=nil, resolveaddr=nil, region=nil, assettype=nil, riskvulcount=nil, sensitivecount=nil, horselinkcount=nil, webmodifycount=nil, scantime=nil, discovertime=nil, scantaskcount=nil, portrisk=nil, weekpwdcount=nil, assetlocation=nil)
|
|
3240
|
+
def initialize(domain=nil, resolveaddr=nil, region=nil, assettype=nil, riskvulcount=nil, sensitivecount=nil, horselinkcount=nil, webmodifycount=nil, scantime=nil, discovertime=nil, scantaskcount=nil, portrisk=nil, weekpwdcount=nil, assetlocation=nil, networkrisk=nil, networkattack=nil, botvisit=nil, networkaccess=nil, createtime=nil, wafstatus=nil, lastscantime=nil, assetid=nil, assetname=nil, sourcetype=nil, isnotcore=nil, iscloud=nil)
|
|
3204
3241
|
@Domain = domain
|
|
3205
3242
|
@ResolveAddr = resolveaddr
|
|
3206
3243
|
@Region = region
|
|
@@ -3215,6 +3252,18 @@ module TencentCloud
|
|
|
3215
3252
|
@PortRisk = portrisk
|
|
3216
3253
|
@WeekPwdCount = weekpwdcount
|
|
3217
3254
|
@AssetLocation = assetlocation
|
|
3255
|
+
@NetworkRisk = networkrisk
|
|
3256
|
+
@NetworkAttack = networkattack
|
|
3257
|
+
@BotVisit = botvisit
|
|
3258
|
+
@NetworkAccess = networkaccess
|
|
3259
|
+
@CreateTime = createtime
|
|
3260
|
+
@WafStatus = wafstatus
|
|
3261
|
+
@LastScanTime = lastscantime
|
|
3262
|
+
@AssetId = assetid
|
|
3263
|
+
@AssetName = assetname
|
|
3264
|
+
@SourceType = sourcetype
|
|
3265
|
+
@IsNotCore = isnotcore
|
|
3266
|
+
@IsCloud = iscloud
|
|
3218
3267
|
end
|
|
3219
3268
|
|
|
3220
3269
|
def deserialize(params)
|
|
@@ -3232,6 +3281,18 @@ module TencentCloud
|
|
|
3232
3281
|
@PortRisk = params['PortRisk']
|
|
3233
3282
|
@WeekPwdCount = params['WeekPwdCount']
|
|
3234
3283
|
@AssetLocation = params['AssetLocation']
|
|
3284
|
+
@NetworkRisk = params['NetworkRisk']
|
|
3285
|
+
@NetworkAttack = params['NetworkAttack']
|
|
3286
|
+
@BotVisit = params['BotVisit']
|
|
3287
|
+
@NetworkAccess = params['NetworkAccess']
|
|
3288
|
+
@CreateTime = params['CreateTime']
|
|
3289
|
+
@WafStatus = params['WafStatus']
|
|
3290
|
+
@LastScanTime = params['LastScanTime']
|
|
3291
|
+
@AssetId = params['AssetId']
|
|
3292
|
+
@AssetName = params['AssetName']
|
|
3293
|
+
@SourceType = params['SourceType']
|
|
3294
|
+
@IsNotCore = params['IsNotCore']
|
|
3295
|
+
@IsCloud = params['IsCloud']
|
|
3235
3296
|
end
|
|
3236
3297
|
end
|
|
3237
3298
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-ssa
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.592
|
|
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-06-
|
|
11
|
+
date: 2023-06-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|