tencentcloud-sdk-csip 3.0.705 → 3.0.706
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 +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 265aa54209fde1164ed21ca7fe9ed8af259d09ad
|
|
4
|
+
data.tar.gz: b4894d0aa8e5546a60cee9291efecca3879b6a8a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f63b120bcc684f3f511ebe1771a11675481a11b2ed76d5a47c53965dbb16b01af5872a48a86d757c2bc8c10898ba986f3885ddf53dba615d7f420c23d4c7bf33
|
|
7
|
+
data.tar.gz: abeb98dceb3ca48e548a8349f1c853baeff0a2d5110120191000c66e038d1e3685d41b8580f871ebb81f3c84050a18a85977448c9d04e80b7e51dec0d20402f9
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.706
|
data/lib/v20221121/models.rb
CHANGED
|
@@ -4052,7 +4052,7 @@ module TencentCloud
|
|
|
4052
4052
|
# @param SeverIp: 解析ip
|
|
4053
4053
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4054
4054
|
# @type SeverIp: Array
|
|
4055
|
-
# @param BotCount:
|
|
4055
|
+
# @param BotCount: bot攻击数量
|
|
4056
4056
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4057
4057
|
# @type BotCount: Integer
|
|
4058
4058
|
# @param WeakPassword: 弱口令风险
|
|
@@ -4091,7 +4091,7 @@ module TencentCloud
|
|
|
4091
4091
|
# @param VerifyStatus: 待确认资产的认证状态,0-待认证,1-认证成功,2-认证中,3-txt认证失败,4-人工认证失败
|
|
4092
4092
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4093
4093
|
# @type VerifyStatus: Integer
|
|
4094
|
-
# @param BotAccessCount: bot
|
|
4094
|
+
# @param BotAccessCount: bot访问数量
|
|
4095
4095
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4096
4096
|
# @type BotAccessCount: Integer
|
|
4097
4097
|
|
|
@@ -5934,7 +5934,7 @@ module TencentCloud
|
|
|
5934
5934
|
# @type Values: Array
|
|
5935
5935
|
# @param OperatorType: 中台定义:
|
|
5936
5936
|
# 1等于 2大于 3小于 4大于等于 5小于等于 6不等于 9模糊匹配 13非模糊匹配 14按位与
|
|
5937
|
-
# 精确匹配填 7 模糊匹配填9
|
|
5937
|
+
# 精确匹配填 7 模糊匹配填9
|
|
5938
5938
|
# @type OperatorType: Integer
|
|
5939
5939
|
|
|
5940
5940
|
attr_accessor :Name, :Values, :OperatorType
|