tencentcloud-sdk-rce 3.0.1004 → 3.0.1006
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/v20201103/models.rb +15 -66
- 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: 498aba8af42b8ea384ab0259a51cf4f996408c0b
|
4
|
+
data.tar.gz: f0055b2bfd3503d4e5b0ea204f551689f8d46261
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec6fdc38fb01ddeebd2fcbb6e6ecd86fcc8cecf2a5f8b2f2f84543fab2cc42635111d7048a2d73ef61f6f225fe643248570b54d6b2657ee3ca655cb3c9101c00
|
7
|
+
data.tar.gz: c45eb0f9eb7ff83d5b1ecb30a8e7081a1e2dcadea4a3f7852172b9eb71f00d072dc80f166e067139d8338ee2b8f11d776f667ef4b275a5bfa4941893ef1d932c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1006
|
data/lib/v20201103/models.rb
CHANGED
@@ -103,14 +103,10 @@ module TencentCloud
|
|
103
103
|
# 数据授权信息
|
104
104
|
class DataAuthorizationInfo < TencentCloud::Common::AbstractModel
|
105
105
|
# @param DataProviderName: 数据委托方、需求方:客户主体名称。
|
106
|
-
|
107
|
-
# 示例值:某某有限公司。
|
108
106
|
# @type DataProviderName: String
|
109
107
|
# @param DataRecipientName: 数据受托方、提供方:腾讯云主体名称。
|
110
108
|
|
111
109
|
# 固定填:腾讯云计算(北京)有限责任公司
|
112
|
-
|
113
|
-
# 示例值:腾讯云计算(北京)有限责任公司
|
114
110
|
# @type DataRecipientName: String
|
115
111
|
# @param UserDataType: 客户请求RCE所提供的用户数据类型,支持多选。实际以接口请求传参为准。
|
116
112
|
|
@@ -123,32 +119,22 @@ module TencentCloud
|
|
123
119
|
# 4-IP地址;
|
124
120
|
|
125
121
|
# 999-其它;
|
126
|
-
|
127
|
-
# 示例值:[1, 4]
|
128
122
|
# @type UserDataType: Array
|
129
123
|
# @param IsAuthorize: 客户是否已按[合规指南](https://rule.tencent.com/rule/202409130001)要求获取用户授权,同意客户委托腾讯云处理入参信息
|
130
124
|
# 1-已授权;其它值为未授权。
|
131
|
-
# 示例值:1
|
132
125
|
# @type IsAuthorize: Integer
|
133
126
|
# @param IsOrderHandling: 客户是否已按[合规指南](https://rule.tencent.com/rule/202409130001)要求获取用户授权,同意腾讯云结合客户提供的信息,对已合法收集的用户数据进行必要处理得出服务结果,并返回给客户。
|
134
127
|
# 1-已授权;其它值为未授权。
|
135
|
-
# 示例值:1
|
136
128
|
# @type IsOrderHandling: Integer
|
137
129
|
# @param AuthorizationTerm: 客户获得的用户授权期限时间戳(单位秒)。
|
138
130
|
|
139
131
|
# 不填默认无固定期限。
|
140
|
-
|
141
|
-
# 示例值:1719805604
|
142
132
|
# @type AuthorizationTerm: Integer
|
143
133
|
# @param PrivacyPolicyLink: 客户获得用户授权所依赖的协议地址。
|
144
|
-
|
145
|
-
# 示例值:https://www.*****.com/*
|
146
134
|
# @type PrivacyPolicyLink: String
|
147
135
|
# @param IsPersonalData: 是否是用户个人敏感数据(不推荐使用)。
|
148
136
|
|
149
137
|
# 固定填:1。
|
150
|
-
|
151
|
-
# 示例值:1
|
152
138
|
# @type IsPersonalData: Integer
|
153
139
|
|
154
140
|
attr_accessor :DataProviderName, :DataRecipientName, :UserDataType, :IsAuthorize, :IsOrderHandling, :AuthorizationTerm, :PrivacyPolicyLink, :IsPersonalData
|
@@ -182,9 +168,9 @@ module TencentCloud
|
|
182
168
|
# @type DataContent: String
|
183
169
|
# @param DataRemark: 名单数据描述
|
184
170
|
# @type DataRemark: String
|
185
|
-
# @param StartTime:
|
171
|
+
# @param StartTime: 名单数据开始时间
|
186
172
|
# @type StartTime: String
|
187
|
-
# @param EndTime:
|
173
|
+
# @param EndTime: 名单数据结束时间
|
188
174
|
# @type EndTime: String
|
189
175
|
|
190
176
|
attr_accessor :DataContent, :DataRemark, :StartTime, :EndTime
|
@@ -889,9 +875,9 @@ module TencentCloud
|
|
889
875
|
# @type NameListDataId: Integer
|
890
876
|
# @param DataContent: 名单数据内容
|
891
877
|
# @type DataContent: String
|
892
|
-
# @param StartTime:
|
878
|
+
# @param StartTime: 名单数据开始时间
|
893
879
|
# @type StartTime: String
|
894
|
-
# @param EndTime:
|
880
|
+
# @param EndTime: 名单数据结束时间
|
895
881
|
# @type EndTime: String
|
896
882
|
# @param Status: 记录状态 [1 启用 2 停用]
|
897
883
|
# @type Status: Integer
|
@@ -1087,7 +1073,9 @@ module TencentCloud
|
|
1087
1073
|
# 0:对话。
|
1088
1074
|
# 1:广播。
|
1089
1075
|
# @type ContentType: Integer
|
1090
|
-
# @param FraudType:
|
1076
|
+
# @param FraudType: 账号类型
|
1077
|
+
# 1:手机号
|
1078
|
+
# 2:uin账号
|
1091
1079
|
# @type FraudType: Integer
|
1092
1080
|
# @param FraudAccount: 账号
|
1093
1081
|
# @type FraudAccount: String
|
@@ -1145,7 +1133,6 @@ module TencentCloud
|
|
1145
1133
|
# 黑白名单数据列表信息
|
1146
1134
|
class OuntputDescribeDataListInfo < TencentCloud::Common::AbstractModel
|
1147
1135
|
# @param Count: 数量
|
1148
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1149
1136
|
# @type Count: Integer
|
1150
1137
|
# @param List: 列表
|
1151
1138
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1199,10 +1186,8 @@ module TencentCloud
|
|
1199
1186
|
# 删除黑白名单出参
|
1200
1187
|
class OutputDeleteNameListData < TencentCloud::Common::AbstractModel
|
1201
1188
|
# @param Code: 错误码,0 表示成功,非0表示失败错误码。 0:成功 1002:参数错误 4300:未开通服务 6000:系统内部错误
|
1202
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1203
1189
|
# @type Code: Integer
|
1204
1190
|
# @param Message: 错误信息
|
1205
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1206
1191
|
# @type Message: String
|
1207
1192
|
# @param Value: 空数组
|
1208
1193
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1258,23 +1243,19 @@ module TencentCloud
|
|
1258
1243
|
# @type DataContent: String
|
1259
1244
|
# @param DataSource: 数据来源,固定传2(手工录入)
|
1260
1245
|
# @type DataSource: Integer
|
1261
|
-
# @param StartTime:
|
1262
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1246
|
+
# @param StartTime: 名单数据开始时间
|
1263
1247
|
# @type StartTime: String
|
1264
|
-
# @param EndTime:
|
1265
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1248
|
+
# @param EndTime: 名单数据结束时间
|
1266
1249
|
# @type EndTime: String
|
1267
1250
|
# @param Status: 名单数据状态 [1 启用 2 停用]
|
1268
1251
|
# @type Status: Integer
|
1269
1252
|
# @param Remark: 名单数据描述
|
1270
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1271
1253
|
# @type Remark: String
|
1272
|
-
# @param CreateTime:
|
1254
|
+
# @param CreateTime: 名单数据创建时间
|
1273
1255
|
# @type CreateTime: String
|
1274
|
-
# @param UpdateTime:
|
1256
|
+
# @param UpdateTime: 名单数据更新时间
|
1275
1257
|
# @type UpdateTime: String
|
1276
1258
|
# @param EncryptDataContent: 加密名单数据内容
|
1277
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1278
1259
|
# @type EncryptDataContent: String
|
1279
1260
|
|
1280
1261
|
attr_accessor :NameListDataId, :NameListId, :DataContent, :DataSource, :StartTime, :EndTime, :Status, :Remark, :CreateTime, :UpdateTime, :EncryptDataContent
|
@@ -1311,13 +1292,10 @@ module TencentCloud
|
|
1311
1292
|
# 查询黑白名单数据出参
|
1312
1293
|
class OutputDescribeDataListFrontData < TencentCloud::Common::AbstractModel
|
1313
1294
|
# @param Code: 错误码,0 表示成功,非0表示失败错误码。 0:成功 1002:参数错误 4300:未开通服务 6000:系统内部错误
|
1314
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1315
1295
|
# @type Code: Integer
|
1316
1296
|
# @param Message: 错误信息
|
1317
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1318
1297
|
# @type Message: String
|
1319
1298
|
# @param Value: 黑白名单数据信息
|
1320
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1321
1299
|
# @type Value: :class:`Tencentcloud::Rce.v20201103.models.OuntputDescribeDataListInfo`
|
1322
1300
|
|
1323
1301
|
attr_accessor :Code, :Message, :Value
|
@@ -1341,34 +1319,24 @@ module TencentCloud
|
|
1341
1319
|
# 黑白名单详情出参
|
1342
1320
|
class OutputDescribeNameListDetail < TencentCloud::Common::AbstractModel
|
1343
1321
|
# @param NameListId: 名单ID
|
1344
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1345
1322
|
# @type NameListId: Integer
|
1346
1323
|
# @param ListName: 名单名称
|
1347
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1348
1324
|
# @type ListName: String
|
1349
1325
|
# @param ListType: 名单类型 [1 黑名单 2 白名单]
|
1350
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1351
1326
|
# @type ListType: Integer
|
1352
1327
|
# @param DataType: 数据类型[1 手机号 2 qqOpenId 3 2echatOpenId 4 ip 6 idfa 7 imei]
|
1353
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1354
1328
|
# @type DataType: Integer
|
1355
1329
|
# @param SceneCode: 场景Code
|
1356
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1357
1330
|
# @type SceneCode: String
|
1358
1331
|
# @param Status: 名单列表状态 [1 启用 2 停用]
|
1359
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1360
1332
|
# @type Status: Integer
|
1361
1333
|
# @param Remark: 描述
|
1362
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1363
1334
|
# @type Remark: String
|
1364
|
-
# @param CreateTime:
|
1365
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1335
|
+
# @param CreateTime: 创建时间
|
1366
1336
|
# @type CreateTime: String
|
1367
|
-
# @param UpdateTime:
|
1368
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1337
|
+
# @param UpdateTime: 更新时间
|
1369
1338
|
# @type UpdateTime: String
|
1370
1339
|
# @param EncryptionType: 加密类型 [0 无需加密,1 MD5加密,2 SHA256加密]
|
1371
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1372
1340
|
# @type EncryptionType: Integer
|
1373
1341
|
|
1374
1342
|
attr_accessor :NameListId, :ListName, :ListType, :DataType, :SceneCode, :Status, :Remark, :CreateTime, :UpdateTime, :EncryptionType
|
@@ -1403,10 +1371,8 @@ module TencentCloud
|
|
1403
1371
|
# 查询列表详情出参
|
1404
1372
|
class OutputDescribeNameListDetailFront < TencentCloud::Common::AbstractModel
|
1405
1373
|
# @param Code: 错误码,0 表示成功,非0表示失败错误码。 0:成功 1002:参数错误 4300:未开通服务 6000:系统内部错误
|
1406
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1407
1374
|
# @type Code: Integer
|
1408
1375
|
# @param Message: 错误信息
|
1409
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1410
1376
|
# @type Message: String
|
1411
1377
|
# @param Value: 列表详情信息
|
1412
1378
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1435,29 +1401,24 @@ module TencentCloud
|
|
1435
1401
|
# @param NameListId: 名单ID
|
1436
1402
|
# @type NameListId: Integer
|
1437
1403
|
# @param ListName: 名单名称
|
1438
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1439
1404
|
# @type ListName: String
|
1440
1405
|
# @param ListType: 名单类型 [1 黑名单 2 白名单]
|
1441
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1442
1406
|
# @type ListType: Integer
|
1443
1407
|
# @param DataType: 数据类型[1 手机号 2 qqOpenId 3 2echatOpenId 4 ip 6 idfa 7 imei]
|
1444
1408
|
# @type DataType: Integer
|
1445
1409
|
# @param Status: 记录状态 [1 启用 2 停用]
|
1446
1410
|
# @type Status: Integer
|
1447
1411
|
# @param Remark: 描述
|
1448
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1449
1412
|
# @type Remark: String
|
1450
|
-
# @param CreateTime:
|
1413
|
+
# @param CreateTime: 创建时间
|
1451
1414
|
# @type CreateTime: String
|
1452
|
-
# @param UpdateTime:
|
1415
|
+
# @param UpdateTime: 更新时间
|
1453
1416
|
# @type UpdateTime: String
|
1454
1417
|
# @param EffectCount: 有效数据/数据总数
|
1455
1418
|
# @type EffectCount: String
|
1456
1419
|
# @param EncryptionType: 加密类型[0 无需加密 1 MD5加密 2 SHA256加密]
|
1457
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1458
1420
|
# @type EncryptionType: Integer
|
1459
1421
|
# @param SceneCode: 场景Code,all_scene代表全部场景
|
1460
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1461
1422
|
# @type SceneCode: String
|
1462
1423
|
|
1463
1424
|
attr_accessor :NameListId, :ListName, :ListType, :DataType, :Status, :Remark, :CreateTime, :UpdateTime, :EffectCount, :EncryptionType, :SceneCode
|
@@ -1494,14 +1455,10 @@ module TencentCloud
|
|
1494
1455
|
# 查询黑白名单出参
|
1495
1456
|
class OutputDescribeNameListFrontFixListData < TencentCloud::Common::AbstractModel
|
1496
1457
|
# @param Code: 错误码,0 表示成功,非0表示失败错误码。 0:成功 1002:参数错误 4300:未开通服务 6000:系统内部错误
|
1497
|
-
|
1498
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1499
1458
|
# @type Code: Integer
|
1500
1459
|
# @param Message: 错误信息
|
1501
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1502
1460
|
# @type Message: String
|
1503
1461
|
# @param Value: 黑白名单列表信息
|
1504
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1505
1462
|
# @type Value: :class:`Tencentcloud::Rce.v20201103.models.OutputDescribeNameListInfo`
|
1506
1463
|
|
1507
1464
|
attr_accessor :Code, :Message, :Value
|
@@ -1525,7 +1482,6 @@ module TencentCloud
|
|
1525
1482
|
# 黑白名单信息
|
1526
1483
|
class OutputDescribeNameListInfo < TencentCloud::Common::AbstractModel
|
1527
1484
|
# @param Count: 总数
|
1528
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1529
1485
|
# @type Count: Integer
|
1530
1486
|
# @param List: 列表
|
1531
1487
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1554,25 +1510,18 @@ module TencentCloud
|
|
1554
1510
|
# 预付费 后付费 总数显示接口出参
|
1555
1511
|
class OutputDescribeUserUsageCnt < TencentCloud::Common::AbstractModel
|
1556
1512
|
# @param PayMode: 当前付费模式,0 后付费 1 预付费
|
1557
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1558
1513
|
# @type PayMode: Integer
|
1559
1514
|
# @param AfterPayModeThisMonthUsedCnt: 后付费本月使用量
|
1560
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1561
1515
|
# @type AfterPayModeThisMonthUsedCnt: Integer
|
1562
1516
|
# @param CreateTime: 创建时间
|
1563
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1564
1517
|
# @type CreateTime: String
|
1565
1518
|
# @param ExpireTime: 超出时间
|
1566
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1567
1519
|
# @type ExpireTime: String
|
1568
1520
|
# @param AfterPayModeLastMonthUsedCnt: 后付费上月使用量
|
1569
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1570
1521
|
# @type AfterPayModeLastMonthUsedCnt: Integer
|
1571
1522
|
# @param BeforePayModeTotalUsedCnt: 预付费总量
|
1572
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1573
1523
|
# @type BeforePayModeTotalUsedCnt: Integer
|
1574
1524
|
# @param BeforePayModeRemainUsedCnt: 预付费剩余用量
|
1575
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1576
1525
|
# @type BeforePayModeRemainUsedCnt: Integer
|
1577
1526
|
|
1578
1527
|
attr_accessor :PayMode, :AfterPayModeThisMonthUsedCnt, :CreateTime, :ExpireTime, :AfterPayModeLastMonthUsedCnt, :BeforePayModeTotalUsedCnt, :BeforePayModeRemainUsedCnt
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-rce
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1006
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|