tencentcloud-sdk-tcss 1.0.238 → 1.0.242
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 +22 -8
- 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: 88fd43448163c9f147e388435abe8a6051778894
|
4
|
+
data.tar.gz: 9738dfb13076e7d4c69ef26db2dcf6c7f8455b2a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11f70c1d644a24ab2db7cd4ebdfd74a29e2bdb4adf77c802fe13780962df727338ec6b999adcb5f47cc4c0bf66f06342267a37ca71c254dd0e2758ae2871cbe0
|
7
|
+
data.tar.gz: ee4f9b2097006a8a27093a223ce2971ca8f3fc34e47d7e5d38a1f3e7fff73eb05032de34c28e7aa006d6b6ca2fa0694ed245d1e09b659b45044cefbf86d9a140
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.242
|
data/lib/v20201101/models.rb
CHANGED
@@ -732,9 +732,9 @@ module TencentCloud
|
|
732
732
|
|
733
733
|
# AddEditReverseShellWhiteList请求参数结构体
|
734
734
|
class AddEditReverseShellWhiteListRequest < TencentCloud::Common::AbstractModel
|
735
|
-
# @param WhiteListInfo:
|
735
|
+
# @param WhiteListInfo: 增加或编辑白名单信息。新增白名单时WhiteListInfo.id为空,编辑白名单WhiteListInfo.id不能为空。
|
736
736
|
# @type WhiteListInfo: :class:`Tencentcloud::Tcss.v20201101.models.ReverseShellWhiteListInfo`
|
737
|
-
# @param EventId:
|
737
|
+
# @param EventId: 仅在添加事件白名单时候使用
|
738
738
|
# @type EventId: String
|
739
739
|
|
740
740
|
attr_accessor :WhiteListInfo, :EventId
|
@@ -2601,6 +2601,7 @@ module TencentCloud
|
|
2601
2601
|
# ASSET_IMAGE, 镜像
|
2602
2602
|
# ASSET_HOST, 主机
|
2603
2603
|
# ASSET_K8S, K8S资产
|
2604
|
+
# AssetTypeSet, PolicySetId, PeriodTaskId三个参数,必须要给其中一个参数填写有效的值。
|
2604
2605
|
# @type AssetTypeSet: Array
|
2605
2606
|
# @param PolicySetId: 按照策略集ID指定的策略执行合规检查。
|
2606
2607
|
# @type PolicySetId: Integer
|
@@ -7409,6 +7410,10 @@ module TencentCloud
|
|
7409
7410
|
# DescribeComplianceTaskAssetSummary请求参数结构体
|
7410
7411
|
class DescribeComplianceTaskAssetSummaryRequest < TencentCloud::Common::AbstractModel
|
7411
7412
|
# @param AssetTypeSet: 资产类型列表。
|
7413
|
+
# ASSET_CONTAINER, 容器
|
7414
|
+
# ASSET_IMAGE, 镜像
|
7415
|
+
# ASSET_HOST, 主机
|
7416
|
+
# ASSET_K8S, K8S资产
|
7412
7417
|
# @type AssetTypeSet: Array
|
7413
7418
|
|
7414
7419
|
attr_accessor :AssetTypeSet
|
@@ -7695,17 +7700,20 @@ module TencentCloud
|
|
7695
7700
|
# @type UnhandledAbnormalProcessCnt: Integer
|
7696
7701
|
# @param UnhandledFileCnt: 未处理文件篡改
|
7697
7702
|
# @type UnhandledFileCnt: Integer
|
7703
|
+
# @param UnhandledVirusEventCnt: 未处理木马事件
|
7704
|
+
# @type UnhandledVirusEventCnt: Integer
|
7698
7705
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
7699
7706
|
# @type RequestId: String
|
7700
7707
|
|
7701
|
-
attr_accessor :UnhandledEscapeCnt, :UnhandledReverseShellCnt, :UnhandledRiskSyscallCnt, :UnhandledAbnormalProcessCnt, :UnhandledFileCnt, :RequestId
|
7708
|
+
attr_accessor :UnhandledEscapeCnt, :UnhandledReverseShellCnt, :UnhandledRiskSyscallCnt, :UnhandledAbnormalProcessCnt, :UnhandledFileCnt, :UnhandledVirusEventCnt, :RequestId
|
7702
7709
|
|
7703
|
-
def initialize(unhandledescapecnt=nil, unhandledreverseshellcnt=nil, unhandledrisksyscallcnt=nil, unhandledabnormalprocesscnt=nil, unhandledfilecnt=nil, requestid=nil)
|
7710
|
+
def initialize(unhandledescapecnt=nil, unhandledreverseshellcnt=nil, unhandledrisksyscallcnt=nil, unhandledabnormalprocesscnt=nil, unhandledfilecnt=nil, unhandledviruseventcnt=nil, requestid=nil)
|
7704
7711
|
@UnhandledEscapeCnt = unhandledescapecnt
|
7705
7712
|
@UnhandledReverseShellCnt = unhandledreverseshellcnt
|
7706
7713
|
@UnhandledRiskSyscallCnt = unhandledrisksyscallcnt
|
7707
7714
|
@UnhandledAbnormalProcessCnt = unhandledabnormalprocesscnt
|
7708
7715
|
@UnhandledFileCnt = unhandledfilecnt
|
7716
|
+
@UnhandledVirusEventCnt = unhandledviruseventcnt
|
7709
7717
|
@RequestId = requestid
|
7710
7718
|
end
|
7711
7719
|
|
@@ -7715,6 +7723,7 @@ module TencentCloud
|
|
7715
7723
|
@UnhandledRiskSyscallCnt = params['UnhandledRiskSyscallCnt']
|
7716
7724
|
@UnhandledAbnormalProcessCnt = params['UnhandledAbnormalProcessCnt']
|
7717
7725
|
@UnhandledFileCnt = params['UnhandledFileCnt']
|
7726
|
+
@UnhandledVirusEventCnt = params['UnhandledVirusEventCnt']
|
7718
7727
|
@RequestId = params['RequestId']
|
7719
7728
|
end
|
7720
7729
|
end
|
@@ -9843,6 +9852,7 @@ module TencentCloud
|
|
9843
9852
|
# @param ScanPath: 自选排除或扫描的地址
|
9844
9853
|
# @type ScanPath: Array
|
9845
9854
|
# @param ClickTimeout: 一键检测的超时设置
|
9855
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9846
9856
|
# @type ClickTimeout: Integer
|
9847
9857
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
9848
9858
|
# @type RequestId: String
|
@@ -9908,6 +9918,7 @@ module TencentCloud
|
|
9908
9918
|
# SCAN_FINISH:扫描完成,
|
9909
9919
|
# SCAN_TIMEOUT:扫描超时
|
9910
9920
|
# SCAN_CANCELING: 取消中
|
9921
|
+
# SCAN_CANCELED:已取消
|
9911
9922
|
# @type Status: String
|
9912
9923
|
# @param Schedule: 扫描进度 I
|
9913
9924
|
# @type Schedule: Integer
|
@@ -11931,15 +11942,15 @@ module TencentCloud
|
|
11931
11942
|
class ModifyVirusScanSettingRequest < TencentCloud::Common::AbstractModel
|
11932
11943
|
# @param EnableScan: 是否开启定期扫描
|
11933
11944
|
# @type EnableScan: Boolean
|
11934
|
-
# @param Cycle: 检测周期每隔多少天
|
11945
|
+
# @param Cycle: 检测周期每隔多少天(1|3|7)
|
11935
11946
|
# @type Cycle: Integer
|
11936
11947
|
# @param BeginScanAt: 扫描开始时间
|
11937
11948
|
# @type BeginScanAt: String
|
11938
|
-
# @param ScanPathAll: 扫描全部路径
|
11949
|
+
# @param ScanPathAll: 扫描全部路径(true:全选,false:自选)
|
11939
11950
|
# @type ScanPathAll: Boolean
|
11940
11951
|
# @param ScanPathType: 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径
|
11941
11952
|
# @type ScanPathType: Integer
|
11942
|
-
# @param Timeout: 超时时长
|
11953
|
+
# @param Timeout: 超时时长(5~24h)
|
11943
11954
|
# @type Timeout: Integer
|
11944
11955
|
# @param ScanRangeType: 扫描范围0容器1主机节点
|
11945
11956
|
# @type ScanRangeType: Integer
|
@@ -11997,7 +12008,7 @@ module TencentCloud
|
|
11997
12008
|
|
11998
12009
|
# ModifyVirusScanTimeoutSetting请求参数结构体
|
11999
12010
|
class ModifyVirusScanTimeoutSettingRequest < TencentCloud::Common::AbstractModel
|
12000
|
-
# @param Timeout: 超时时长单位小时
|
12011
|
+
# @param Timeout: 超时时长单位小时(5~24h)
|
12001
12012
|
# @type Timeout: Integer
|
12002
12013
|
# @param ScanType: 设置类型0一键检测,1定时检测
|
12003
12014
|
# @type ScanType: Integer
|
@@ -13480,6 +13491,9 @@ module TencentCloud
|
|
13480
13491
|
# BACKUP_FILE_NOT_FOUND:备份文件不存在
|
13481
13492
|
# CONTAINER_NOT_FOUND_DEAL_ISOLATE:隔离时,容器不存在
|
13482
13493
|
# CONTAINER_NOT_FOUND_DEAL_RECOVER:恢复时,容器不存在
|
13494
|
+
# TIMEOUT: 超时
|
13495
|
+
# TOO_MANY: 任务过多
|
13496
|
+
# OFFLINE: 离线
|
13483
13497
|
# @type SubStatus: String
|
13484
13498
|
|
13485
13499
|
attr_accessor :FileName, :FilePath, :VirusName, :CreateTime, :ModifyTime, :ContainerName, :ContainerId, :ContainerStatus, :ImageName, :ImageId, :Status, :Id, :HarmDescribe, :SuggestScheme, :SubStatus
|
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: 1.0.
|
4
|
+
version: 1.0.242
|
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-01-
|
11
|
+
date: 2022-01-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|