tencentcloud-sdk-tcss 3.0.532 → 3.0.533
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/v20201101/models.rb +57 -12
- 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: d274be8c85a081cb64def5f681871c8a38e5f510
|
4
|
+
data.tar.gz: ba8f016481acb8c5cd86c1576213e1eecda0b6fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d23962eaf2d644e54d60eaf48598f34116913b46147155124ee7e763b914508486bff2853cfde9ce541df23307479f83f836a6d4620ee813177853322037f87f
|
7
|
+
data.tar.gz: b054eefe168aec86ec3c974b0e0508b2b468260bcd3adb0486e84a344f162f840a5733f976ce2732d9570c3651aa5165a8facc2ef0a7b8755e513259a1b2ec2e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.533
|
data/lib/v20201101/models.rb
CHANGED
@@ -5275,10 +5275,15 @@ module TencentCloud
|
|
5275
5275
|
# @type ScanIds: Array
|
5276
5276
|
# @param ScanPath: 自选排除或扫描的地址
|
5277
5277
|
# @type ScanPath: Array
|
5278
|
+
# @param ScanPathMode: 扫描路径模式:
|
5279
|
+
# SCAN_PATH_ALL:全部路径
|
5280
|
+
# SCAN_PATH_DEFAULT:默认路径
|
5281
|
+
# SCAN_PATH_USER_DEFINE:用户自定义路径
|
5282
|
+
# @type ScanPathMode: String
|
5278
5283
|
|
5279
|
-
attr_accessor :ScanPathAll, :ScanRangeType, :ScanRangeAll, :Timeout, :ScanPathType, :ScanIds, :ScanPath
|
5284
|
+
attr_accessor :ScanPathAll, :ScanRangeType, :ScanRangeAll, :Timeout, :ScanPathType, :ScanIds, :ScanPath, :ScanPathMode
|
5280
5285
|
|
5281
|
-
def initialize(scanpathall=nil, scanrangetype=nil, scanrangeall=nil, timeout=nil, scanpathtype=nil, scanids=nil, scanpath=nil)
|
5286
|
+
def initialize(scanpathall=nil, scanrangetype=nil, scanrangeall=nil, timeout=nil, scanpathtype=nil, scanids=nil, scanpath=nil, scanpathmode=nil)
|
5282
5287
|
@ScanPathAll = scanpathall
|
5283
5288
|
@ScanRangeType = scanrangetype
|
5284
5289
|
@ScanRangeAll = scanrangeall
|
@@ -5286,6 +5291,7 @@ module TencentCloud
|
|
5286
5291
|
@ScanPathType = scanpathtype
|
5287
5292
|
@ScanIds = scanids
|
5288
5293
|
@ScanPath = scanpath
|
5294
|
+
@ScanPathMode = scanpathmode
|
5289
5295
|
end
|
5290
5296
|
|
5291
5297
|
def deserialize(params)
|
@@ -5296,6 +5302,7 @@ module TencentCloud
|
|
5296
5302
|
@ScanPathType = params['ScanPathType']
|
5297
5303
|
@ScanIds = params['ScanIds']
|
5298
5304
|
@ScanPath = params['ScanPath']
|
5305
|
+
@ScanPathMode = params['ScanPathMode']
|
5299
5306
|
end
|
5300
5307
|
end
|
5301
5308
|
|
@@ -17130,12 +17137,18 @@ module TencentCloud
|
|
17130
17137
|
# 5: 威胁情报
|
17131
17138
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
17132
17139
|
# @type CheckPlatform: Array
|
17140
|
+
# @param FileAccessTime: 文件访问时间
|
17141
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
17142
|
+
# @type FileAccessTime: String
|
17143
|
+
# @param FileModifyTime: 文件修改时间
|
17144
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
17145
|
+
# @type FileModifyTime: String
|
17133
17146
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
17134
17147
|
# @type RequestId: String
|
17135
17148
|
|
17136
|
-
attr_accessor :ImageId, :ImageName, :CreateTime, :Size, :FilePath, :ModifyTime, :VirusName, :RiskLevel, :ContainerName, :ContainerId, :HostName, :HostId, :ProcessName, :ProcessPath, :ProcessMd5, :ProcessId, :ProcessArgv, :ProcessChan, :ProcessAccountGroup, :ProcessStartAccount, :ProcessFileAuthority, :SourceType, :PodName, :Tags, :HarmDescribe, :SuggestScheme, :Mark, :FileName, :FileMd5, :EventType, :Status, :SubStatus, :HostIP, :ClientIP, :PProcessStartUser, :PProcessUserGroup, :PProcessPath, :PProcessParam, :AncestorProcessStartUser, :AncestorProcessUserGroup, :AncestorProcessPath, :AncestorProcessParam, :OperationTime, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :CheckPlatform, :RequestId
|
17149
|
+
attr_accessor :ImageId, :ImageName, :CreateTime, :Size, :FilePath, :ModifyTime, :VirusName, :RiskLevel, :ContainerName, :ContainerId, :HostName, :HostId, :ProcessName, :ProcessPath, :ProcessMd5, :ProcessId, :ProcessArgv, :ProcessChan, :ProcessAccountGroup, :ProcessStartAccount, :ProcessFileAuthority, :SourceType, :PodName, :Tags, :HarmDescribe, :SuggestScheme, :Mark, :FileName, :FileMd5, :EventType, :Status, :SubStatus, :HostIP, :ClientIP, :PProcessStartUser, :PProcessUserGroup, :PProcessPath, :PProcessParam, :AncestorProcessStartUser, :AncestorProcessUserGroup, :AncestorProcessPath, :AncestorProcessParam, :OperationTime, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :CheckPlatform, :FileAccessTime, :FileModifyTime, :RequestId
|
17137
17150
|
|
17138
|
-
def initialize(imageid=nil, imagename=nil, createtime=nil, size=nil, filepath=nil, modifytime=nil, virusname=nil, risklevel=nil, containername=nil, containerid=nil, hostname=nil, hostid=nil, processname=nil, processpath=nil, processmd5=nil, processid=nil, processargv=nil, processchan=nil, processaccountgroup=nil, processstartaccount=nil, processfileauthority=nil, sourcetype=nil, podname=nil, tags=nil, harmdescribe=nil, suggestscheme=nil, mark=nil, filename=nil, filemd5=nil, eventtype=nil, status=nil, substatus=nil, hostip=nil, clientip=nil, pprocessstartuser=nil, pprocessusergroup=nil, pprocesspath=nil, pprocessparam=nil, ancestorprocessstartuser=nil, ancestorprocessusergroup=nil, ancestorprocesspath=nil, ancestorprocessparam=nil, operationtime=nil, containernetstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, checkplatform=nil, requestid=nil)
|
17151
|
+
def initialize(imageid=nil, imagename=nil, createtime=nil, size=nil, filepath=nil, modifytime=nil, virusname=nil, risklevel=nil, containername=nil, containerid=nil, hostname=nil, hostid=nil, processname=nil, processpath=nil, processmd5=nil, processid=nil, processargv=nil, processchan=nil, processaccountgroup=nil, processstartaccount=nil, processfileauthority=nil, sourcetype=nil, podname=nil, tags=nil, harmdescribe=nil, suggestscheme=nil, mark=nil, filename=nil, filemd5=nil, eventtype=nil, status=nil, substatus=nil, hostip=nil, clientip=nil, pprocessstartuser=nil, pprocessusergroup=nil, pprocesspath=nil, pprocessparam=nil, ancestorprocessstartuser=nil, ancestorprocessusergroup=nil, ancestorprocesspath=nil, ancestorprocessparam=nil, operationtime=nil, containernetstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, checkplatform=nil, fileaccesstime=nil, filemodifytime=nil, requestid=nil)
|
17139
17152
|
@ImageId = imageid
|
17140
17153
|
@ImageName = imagename
|
17141
17154
|
@CreateTime = createtime
|
@@ -17183,6 +17196,8 @@ module TencentCloud
|
|
17183
17196
|
@ContainerNetSubStatus = containernetsubstatus
|
17184
17197
|
@ContainerIsolateOperationSrc = containerisolateoperationsrc
|
17185
17198
|
@CheckPlatform = checkplatform
|
17199
|
+
@FileAccessTime = fileaccesstime
|
17200
|
+
@FileModifyTime = filemodifytime
|
17186
17201
|
@RequestId = requestid
|
17187
17202
|
end
|
17188
17203
|
|
@@ -17234,6 +17249,8 @@ module TencentCloud
|
|
17234
17249
|
@ContainerNetSubStatus = params['ContainerNetSubStatus']
|
17235
17250
|
@ContainerIsolateOperationSrc = params['ContainerIsolateOperationSrc']
|
17236
17251
|
@CheckPlatform = params['CheckPlatform']
|
17252
|
+
@FileAccessTime = params['FileAccessTime']
|
17253
|
+
@FileModifyTime = params['FileModifyTime']
|
17237
17254
|
@RequestId = params['RequestId']
|
17238
17255
|
end
|
17239
17256
|
end
|
@@ -17437,16 +17454,22 @@ module TencentCloud
|
|
17437
17454
|
# @param ScanPath: 自选排除或扫描的地址
|
17438
17455
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
17439
17456
|
# @type ScanPath: Array
|
17457
|
+
# @param ScanPathMode: 扫描路径模式:
|
17458
|
+
# SCAN_PATH_ALL:全部路径
|
17459
|
+
# SCAN_PATH_DEFAULT:默认路径
|
17460
|
+
# SCAN_PATH_USER_DEFINE:用户自定义路径
|
17461
|
+
# @type ScanPathMode: String
|
17440
17462
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
17441
17463
|
# @type RequestId: String
|
17442
17464
|
|
17443
|
-
attr_accessor :EnableScan, :ScanPathAll, :ScanPathType, :ScanPath, :RequestId
|
17465
|
+
attr_accessor :EnableScan, :ScanPathAll, :ScanPathType, :ScanPath, :ScanPathMode, :RequestId
|
17444
17466
|
|
17445
|
-
def initialize(enablescan=nil, scanpathall=nil, scanpathtype=nil, scanpath=nil, requestid=nil)
|
17467
|
+
def initialize(enablescan=nil, scanpathall=nil, scanpathtype=nil, scanpath=nil, scanpathmode=nil, requestid=nil)
|
17446
17468
|
@EnableScan = enablescan
|
17447
17469
|
@ScanPathAll = scanpathall
|
17448
17470
|
@ScanPathType = scanpathtype
|
17449
17471
|
@ScanPath = scanpath
|
17472
|
+
@ScanPathMode = scanpathmode
|
17450
17473
|
@RequestId = requestid
|
17451
17474
|
end
|
17452
17475
|
|
@@ -17455,6 +17478,7 @@ module TencentCloud
|
|
17455
17478
|
@ScanPathAll = params['ScanPathAll']
|
17456
17479
|
@ScanPathType = params['ScanPathType']
|
17457
17480
|
@ScanPath = params['ScanPath']
|
17481
|
+
@ScanPathMode = params['ScanPathMode']
|
17458
17482
|
@RequestId = params['RequestId']
|
17459
17483
|
end
|
17460
17484
|
end
|
@@ -17531,12 +17555,17 @@ module TencentCloud
|
|
17531
17555
|
# @param ClickTimeout: 一键检测的超时设置
|
17532
17556
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
17533
17557
|
# @type ClickTimeout: Integer
|
17558
|
+
# @param ScanPathMode: 扫描路径模式:
|
17559
|
+
# SCAN_PATH_ALL:全部路径
|
17560
|
+
# SCAN_PATH_DEFAULT:默认路径
|
17561
|
+
# SCAN_PATH_USER_DEFINE:用户自定义路径
|
17562
|
+
# @type ScanPathMode: String
|
17534
17563
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
17535
17564
|
# @type RequestId: String
|
17536
17565
|
|
17537
|
-
attr_accessor :EnableScan, :Cycle, :BeginScanAt, :ScanPathAll, :ScanPathType, :Timeout, :ScanRangeType, :ScanRangeAll, :ScanIds, :ScanPath, :ClickTimeout, :RequestId
|
17566
|
+
attr_accessor :EnableScan, :Cycle, :BeginScanAt, :ScanPathAll, :ScanPathType, :Timeout, :ScanRangeType, :ScanRangeAll, :ScanIds, :ScanPath, :ClickTimeout, :ScanPathMode, :RequestId
|
17538
17567
|
|
17539
|
-
def initialize(enablescan=nil, cycle=nil, beginscanat=nil, scanpathall=nil, scanpathtype=nil, timeout=nil, scanrangetype=nil, scanrangeall=nil, scanids=nil, scanpath=nil, clicktimeout=nil, requestid=nil)
|
17568
|
+
def initialize(enablescan=nil, cycle=nil, beginscanat=nil, scanpathall=nil, scanpathtype=nil, timeout=nil, scanrangetype=nil, scanrangeall=nil, scanids=nil, scanpath=nil, clicktimeout=nil, scanpathmode=nil, requestid=nil)
|
17540
17569
|
@EnableScan = enablescan
|
17541
17570
|
@Cycle = cycle
|
17542
17571
|
@BeginScanAt = beginscanat
|
@@ -17548,6 +17577,7 @@ module TencentCloud
|
|
17548
17577
|
@ScanIds = scanids
|
17549
17578
|
@ScanPath = scanpath
|
17550
17579
|
@ClickTimeout = clicktimeout
|
17580
|
+
@ScanPathMode = scanpathmode
|
17551
17581
|
@RequestId = requestid
|
17552
17582
|
end
|
17553
17583
|
|
@@ -17563,6 +17593,7 @@ module TencentCloud
|
|
17563
17593
|
@ScanIds = params['ScanIds']
|
17564
17594
|
@ScanPath = params['ScanPath']
|
17565
17595
|
@ClickTimeout = params['ClickTimeout']
|
17596
|
+
@ScanPathMode = params['ScanPathMode']
|
17566
17597
|
@RequestId = params['RequestId']
|
17567
17598
|
end
|
17568
17599
|
end
|
@@ -22525,14 +22556,20 @@ module TencentCloud
|
|
22525
22556
|
# @type ScanPathType: Integer
|
22526
22557
|
# @param ScanPath: 自选排除或扫描的地址
|
22527
22558
|
# @type ScanPath: Array
|
22559
|
+
# @param ScanPathMode: 扫描路径模式:
|
22560
|
+
# SCAN_PATH_ALL:全部路径
|
22561
|
+
# SCAN_PATH_DEFAULT:默认路径
|
22562
|
+
# SCAN_PATH_USER_DEFINE:用户自定义路径
|
22563
|
+
# @type ScanPathMode: String
|
22528
22564
|
|
22529
|
-
attr_accessor :EnableScan, :ScanPathAll, :ScanPathType, :ScanPath
|
22565
|
+
attr_accessor :EnableScan, :ScanPathAll, :ScanPathType, :ScanPath, :ScanPathMode
|
22530
22566
|
|
22531
|
-
def initialize(enablescan=nil, scanpathall=nil, scanpathtype=nil, scanpath=nil)
|
22567
|
+
def initialize(enablescan=nil, scanpathall=nil, scanpathtype=nil, scanpath=nil, scanpathmode=nil)
|
22532
22568
|
@EnableScan = enablescan
|
22533
22569
|
@ScanPathAll = scanpathall
|
22534
22570
|
@ScanPathType = scanpathtype
|
22535
22571
|
@ScanPath = scanpath
|
22572
|
+
@ScanPathMode = scanpathmode
|
22536
22573
|
end
|
22537
22574
|
|
22538
22575
|
def deserialize(params)
|
@@ -22540,6 +22577,7 @@ module TencentCloud
|
|
22540
22577
|
@ScanPathAll = params['ScanPathAll']
|
22541
22578
|
@ScanPathType = params['ScanPathType']
|
22542
22579
|
@ScanPath = params['ScanPath']
|
22580
|
+
@ScanPathMode = params['ScanPathMode']
|
22543
22581
|
end
|
22544
22582
|
end
|
22545
22583
|
|
@@ -22581,10 +22619,15 @@ module TencentCloud
|
|
22581
22619
|
# @type ScanIds: Array
|
22582
22620
|
# @param ScanPath: 扫描路径
|
22583
22621
|
# @type ScanPath: Array
|
22622
|
+
# @param ScanPathMode: 扫描路径模式:
|
22623
|
+
# SCAN_PATH_ALL:全部路径
|
22624
|
+
# SCAN_PATH_DEFAULT:默认路径
|
22625
|
+
# SCAN_PATH_USER_DEFINE:用户自定义路径
|
22626
|
+
# @type ScanPathMode: String
|
22584
22627
|
|
22585
|
-
attr_accessor :EnableScan, :Cycle, :BeginScanAt, :ScanPathAll, :ScanPathType, :Timeout, :ScanRangeType, :ScanRangeAll, :ScanIds, :ScanPath
|
22628
|
+
attr_accessor :EnableScan, :Cycle, :BeginScanAt, :ScanPathAll, :ScanPathType, :Timeout, :ScanRangeType, :ScanRangeAll, :ScanIds, :ScanPath, :ScanPathMode
|
22586
22629
|
|
22587
|
-
def initialize(enablescan=nil, cycle=nil, beginscanat=nil, scanpathall=nil, scanpathtype=nil, timeout=nil, scanrangetype=nil, scanrangeall=nil, scanids=nil, scanpath=nil)
|
22630
|
+
def initialize(enablescan=nil, cycle=nil, beginscanat=nil, scanpathall=nil, scanpathtype=nil, timeout=nil, scanrangetype=nil, scanrangeall=nil, scanids=nil, scanpath=nil, scanpathmode=nil)
|
22588
22631
|
@EnableScan = enablescan
|
22589
22632
|
@Cycle = cycle
|
22590
22633
|
@BeginScanAt = beginscanat
|
@@ -22595,6 +22638,7 @@ module TencentCloud
|
|
22595
22638
|
@ScanRangeAll = scanrangeall
|
22596
22639
|
@ScanIds = scanids
|
22597
22640
|
@ScanPath = scanpath
|
22641
|
+
@ScanPathMode = scanpathmode
|
22598
22642
|
end
|
22599
22643
|
|
22600
22644
|
def deserialize(params)
|
@@ -22608,6 +22652,7 @@ module TencentCloud
|
|
22608
22652
|
@ScanRangeAll = params['ScanRangeAll']
|
22609
22653
|
@ScanIds = params['ScanIds']
|
22610
22654
|
@ScanPath = params['ScanPath']
|
22655
|
+
@ScanPathMode = params['ScanPathMode']
|
22611
22656
|
end
|
22612
22657
|
end
|
22613
22658
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tcss
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.533
|
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-03-
|
11
|
+
date: 2023-03-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|