tencentcloud-sdk-csip 3.0.855 → 3.0.856
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 +9 -9
- 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: c99abda732d9199494d23e15e5da213f445fce05
|
|
4
|
+
data.tar.gz: 925c158bd131c7c220ca3d79feb691a288beccd2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a9bc47171e4da38ad6a15cfa96b38e9307e9793d2fff22f48ea4175b8e2cc2d25e4430c7ad0aee9e993f87e37792c46c2e37a527c1cdbefb8f56394900786807
|
|
7
|
+
data.tar.gz: bb908fc4c53a2b7543d268dca8db83c5f64dae5e230d4e6e7cf0d817ba9149bb5487145884ca5c8438b757e54956bf211f41537893d0dc753c6e6fc5fb29a5d5
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.856
|
data/lib/v20221121/models.rb
CHANGED
|
@@ -998,7 +998,7 @@ module TencentCloud
|
|
|
998
998
|
# @type From: String
|
|
999
999
|
# @param Status: 状态
|
|
1000
1000
|
# @type Status: Integer
|
|
1001
|
-
# @param CFGSTD:
|
|
1001
|
+
# @param CFGSTD: 相关规范
|
|
1002
1002
|
# @type CFGSTD: String
|
|
1003
1003
|
# @param CFGDescribe: 配置详情
|
|
1004
1004
|
# @type CFGDescribe: String
|
|
@@ -1510,7 +1510,7 @@ module TencentCloud
|
|
|
1510
1510
|
# @type FirstTime: String
|
|
1511
1511
|
# @param Status: 状态,0未处理、1已处置、2已忽略
|
|
1512
1512
|
# @type Status: Integer
|
|
1513
|
-
# @param Id:
|
|
1513
|
+
# @param Id: ID,处理风险使用
|
|
1514
1514
|
# @type Id: String
|
|
1515
1515
|
# @param Index: 前端索引
|
|
1516
1516
|
# @type Index: String
|
|
@@ -1536,7 +1536,7 @@ module TencentCloud
|
|
|
1536
1536
|
# @type VULURL: String
|
|
1537
1537
|
# @param Fix: 修复建议
|
|
1538
1538
|
# @type Fix: String
|
|
1539
|
-
# @param Payload:
|
|
1539
|
+
# @param Payload: 证明
|
|
1540
1540
|
# @type Payload: String
|
|
1541
1541
|
|
|
1542
1542
|
attr_accessor :AffectAsset, :Level, :InstanceType, :Component, :Service, :RecentTime, :FirstTime, :Status, :Id, :Index, :InstanceId, :InstanceName, :AppId, :Nick, :Uin, :PasswordType, :From, :VULType, :VULURL, :Fix, :Payload
|
|
@@ -2570,7 +2570,7 @@ module TencentCloud
|
|
|
2570
2570
|
class DeleteDomainAndIpRequest < TencentCloud::Common::AbstractModel
|
|
2571
2571
|
# @param MemberId: 集团账号的成员id
|
|
2572
2572
|
# @type MemberId: Array
|
|
2573
|
-
# @param Content:
|
|
2573
|
+
# @param Content: 资产
|
|
2574
2574
|
# @type Content: Array
|
|
2575
2575
|
# @param RetainPath: 是否保留路径配置,1:保留,其他:不保留,默认不传为不保留
|
|
2576
2576
|
# @type RetainPath: Integer
|
|
@@ -6850,7 +6850,7 @@ module TencentCloud
|
|
|
6850
6850
|
|
|
6851
6851
|
# 端口视角的端口风险对象
|
|
6852
6852
|
class PortViewPortRisk < TencentCloud::Common::AbstractModel
|
|
6853
|
-
# @param NoHandleCount:
|
|
6853
|
+
# @param NoHandleCount: 未处理数量
|
|
6854
6854
|
# @type NoHandleCount: Integer
|
|
6855
6855
|
# @param Level: 风险等级,low-低危,high-高危,middle-中危,info-提示,extreme-严重。
|
|
6856
6856
|
# @type Level: String
|
|
@@ -6866,11 +6866,11 @@ module TencentCloud
|
|
|
6866
6866
|
# @type FirstTime: String
|
|
6867
6867
|
# @param Suggestion: 处置建议,0保持现状、1限制访问、2封禁端口
|
|
6868
6868
|
# @type Suggestion: Integer
|
|
6869
|
-
# @param AffectAssetCount:
|
|
6869
|
+
# @param AffectAssetCount: 影响资产数量
|
|
6870
6870
|
# @type AffectAssetCount: String
|
|
6871
|
-
# @param Id:
|
|
6871
|
+
# @param Id: ID
|
|
6872
6872
|
# @type Id: String
|
|
6873
|
-
# @param From:
|
|
6873
|
+
# @param From: 识别来源
|
|
6874
6874
|
# @type From: String
|
|
6875
6875
|
# @param Index: 前端索引
|
|
6876
6876
|
# @type Index: String
|
|
@@ -8765,7 +8765,7 @@ module TencentCloud
|
|
|
8765
8765
|
# @type FirstTime: String
|
|
8766
8766
|
# @param Status: 状态,0未处理、1已处置、2已忽略
|
|
8767
8767
|
# @type Status: Integer
|
|
8768
|
-
# @param Id:
|
|
8768
|
+
# @param Id: ID,处理风险使用
|
|
8769
8769
|
# @type Id: String
|
|
8770
8770
|
# @param Index: 前端索引
|
|
8771
8771
|
# @type Index: String
|
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.856
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-07-
|
|
11
|
+
date: 2024-07-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|