tencentcloud-sdk-dsgc 3.0.965 → 3.0.966
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/v20190723/client.rb +1 -2
- data/lib/v20190723/models.rb +119 -605
- metadata +2 -2
data/lib/v20190723/models.rb
CHANGED
@@ -20,13 +20,10 @@ module TencentCloud
|
|
20
20
|
# AKSK泄漏信息
|
21
21
|
class AKSKLeak < TencentCloud::Common::AbstractModel
|
22
22
|
# @param AK: AK编码
|
23
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24
23
|
# @type AK: String
|
25
24
|
# @param SK: SK编码
|
26
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
27
25
|
# @type SK: String
|
28
26
|
# @param URL: URL编码
|
29
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30
27
|
# @type URL: String
|
31
28
|
|
32
29
|
attr_accessor :AK, :SK, :URL
|
@@ -47,10 +44,8 @@ module TencentCloud
|
|
47
44
|
# 账户风险
|
48
45
|
class AccountRisk < TencentCloud::Common::AbstractModel
|
49
46
|
# @param Id: id(可不参考)
|
50
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
51
47
|
# @type Id: String
|
52
48
|
# @param RiskAccount: 风险账户
|
53
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
54
49
|
# @type RiskAccount: String
|
55
50
|
|
56
51
|
attr_accessor :Id, :RiskAccount
|
@@ -73,7 +68,6 @@ module TencentCloud
|
|
73
68
|
# @param ItemName: 评估项名称
|
74
69
|
# @type ItemName: String
|
75
70
|
# @param Description: 评估项描述
|
76
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
77
71
|
# @type Description: String
|
78
72
|
# @param Source: 评估项来源,内置/用户自定,取值(system,user)
|
79
73
|
# @type Source: String
|
@@ -86,7 +80,6 @@ module TencentCloud
|
|
86
80
|
# @param Status: 评估项启用状态,启用/未启用,取值draft / launched
|
87
81
|
# @type Status: String
|
88
82
|
# @param TemplateCount: 评估项关联的模板数量
|
89
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
90
83
|
# @type TemplateCount: Integer
|
91
84
|
|
92
85
|
attr_accessor :ItemId, :ItemName, :Description, :Source, :ItemType, :ItemSubType, :CreatedTime, :Status, :TemplateCount
|
@@ -121,7 +114,6 @@ module TencentCloud
|
|
121
114
|
# @param RiskId: 风险项Id
|
122
115
|
# @type RiskId: String
|
123
116
|
# @param RiskDescription: 风险项描述
|
124
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
125
117
|
# @type RiskDescription: String
|
126
118
|
# @param TemplateId: 评估模板Id
|
127
119
|
# @type TemplateId: String
|
@@ -146,25 +138,18 @@ module TencentCloud
|
|
146
138
|
# @param RelatedAsset: 风险涉及资产
|
147
139
|
# @type RelatedAsset: String
|
148
140
|
# @param DataSourceId: 风险涉及资产id
|
149
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
150
141
|
# @type DataSourceId: String
|
151
142
|
# @param DataSourceName: 风险涉及资产名称
|
152
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
153
143
|
# @type DataSourceName: String
|
154
144
|
# @param AssetName: 资产名称
|
155
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
156
145
|
# @type AssetName: String
|
157
146
|
# @param SecurityProduct: 建议使用安全产品
|
158
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
159
147
|
# @type SecurityProduct: Array
|
160
148
|
# @param RiskType: 风险类型
|
161
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
162
149
|
# @type RiskType: String
|
163
150
|
# @param RiskSide: 风险面
|
164
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
165
151
|
# @type RiskSide: String
|
166
152
|
# @param DataSourceType: 数据源类型
|
167
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
168
153
|
# @type DataSourceType: String
|
169
154
|
|
170
155
|
attr_accessor :RiskId, :RiskDescription, :TemplateId, :TemplateName, :ControlItemId, :ControlItemName, :ControlItemDesc, :RiskLevel, :RiskMitigation, :Status, :CreatedTime, :RiskOwner, :RelatedAsset, :DataSourceId, :DataSourceName, :AssetName, :SecurityProduct, :RiskType, :RiskSide, :DataSourceType
|
@@ -226,31 +211,22 @@ module TencentCloud
|
|
226
211
|
# 风险项列表详细数据
|
227
212
|
class AssessmentRiskItem < TencentCloud::Common::AbstractModel
|
228
213
|
# @param Id: 脆弱项id
|
229
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
230
214
|
# @type Id: Integer
|
231
215
|
# @param RiskName: 名称
|
232
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
233
216
|
# @type RiskName: String
|
234
217
|
# @param Level: 脆弱性级别
|
235
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
236
218
|
# @type Level: String
|
237
219
|
# @param Description: 说明
|
238
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
239
220
|
# @type Description: String
|
240
221
|
# @param RiskType: 风险类型
|
241
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
242
222
|
# @type RiskType: String
|
243
223
|
# @param ReferTemplateCount: 关联模板个数
|
244
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
245
224
|
# @type ReferTemplateCount: Integer
|
246
225
|
# @param SupportDataSource: 支持的数据源
|
247
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
248
226
|
# @type SupportDataSource: Array
|
249
227
|
# @param RiskSide: 风险面
|
250
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
251
228
|
# @type RiskSide: String
|
252
229
|
# @param ReferTemplateList: 关联模板列表
|
253
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
254
230
|
# @type ReferTemplateList: Array
|
255
231
|
|
256
232
|
attr_accessor :Id, :RiskName, :Level, :Description, :RiskType, :ReferTemplateCount, :SupportDataSource, :RiskSide, :ReferTemplateList
|
@@ -292,8 +268,6 @@ module TencentCloud
|
|
292
268
|
# @param TaskId: 评估任务Id
|
293
269
|
# @type TaskId: String
|
294
270
|
# @param TaskUid: 评估任务的自增ID
|
295
|
-
|
296
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
297
271
|
# @type TaskUid: Integer
|
298
272
|
# @param TaskName: 评估任务名称
|
299
273
|
# @type TaskName: String
|
@@ -316,7 +290,6 @@ module TencentCloud
|
|
316
290
|
# @param RiskCount: 风险项数量(仅状态为finished的风险项不计入总数,其余状态均算入该数量)
|
317
291
|
# @type RiskCount: Integer
|
318
292
|
# @param FinishedTime: 评估任务完成时间
|
319
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
320
293
|
# @type FinishedTime: String
|
321
294
|
# @param CreatedTime: 评估任务发起时间
|
322
295
|
# @type CreatedTime: String
|
@@ -325,15 +298,12 @@ module TencentCloud
|
|
325
298
|
# @param RiskCountInfoList: 待处理各等级风险项信息
|
326
299
|
# @type RiskCountInfoList: Array
|
327
300
|
# @param DiscoveryCondition: 数据源信息
|
328
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
329
301
|
# @type DiscoveryCondition: :class:`Tencentcloud::Dsgc.v20190723.models.DiscoveryCondition`
|
330
302
|
# @param ErrorInfo: 评估任务失败信息
|
331
303
|
# @type ErrorInfo: String
|
332
304
|
# @param TemplateUid: 模板主键id
|
333
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
334
305
|
# @type TemplateUid: Integer
|
335
306
|
# @param ProgressPercent: 进度百分比
|
336
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
337
307
|
# @type ProgressPercent: Integer
|
338
308
|
|
339
309
|
attr_accessor :TaskId, :TaskUid, :TaskName, :BusinessName, :BusinessDept, :BusinessOwner, :TemplateId, :TemplateName, :ComplianceGroupId, :ComplianceGroupName, :ControlItemCount, :RiskCount, :FinishedTime, :CreatedTime, :Status, :RiskCountInfoList, :DiscoveryCondition, :ErrorInfo, :TemplateUid, :ProgressPercent
|
@@ -398,14 +368,12 @@ module TencentCloud
|
|
398
368
|
# DSPA评估模板
|
399
369
|
class AssessmentTemplate < TencentCloud::Common::AbstractModel
|
400
370
|
# @param Id: id
|
401
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
402
371
|
# @type Id: Integer
|
403
372
|
# @param TemplateId: 评估模板Id
|
404
373
|
# @type TemplateId: String
|
405
374
|
# @param TemplateName: 评估模板名称
|
406
375
|
# @type TemplateName: String
|
407
376
|
# @param Description: 描述信息
|
408
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
409
377
|
# @type Description: String
|
410
378
|
# @param Source: 模板来源,内置/用户自定,取值(system,user)
|
411
379
|
# @type Source: String
|
@@ -420,13 +388,10 @@ module TencentCloud
|
|
420
388
|
# @param Status: 模板启用状态,草稿/已启用,取值draft / launched
|
421
389
|
# @type Status: String
|
422
390
|
# @param SupportDataSource: 支持的数据源类型
|
423
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
424
391
|
# @type SupportDataSource: Array
|
425
392
|
# @param IsASMTemplate: 是否包含攻击面风险
|
426
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
427
393
|
# @type IsASMTemplate: Boolean
|
428
394
|
# @param IdentifyComplianceId: 合规组id
|
429
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
430
395
|
# @type IdentifyComplianceId: Integer
|
431
396
|
|
432
397
|
attr_accessor :Id, :TemplateId, :TemplateName, :Description, :Source, :UseType, :CreatedTime, :ControlItemCount, :AppliedItemCount, :Status, :SupportDataSource, :IsASMTemplate, :IdentifyComplianceId
|
@@ -467,22 +432,16 @@ module TencentCloud
|
|
467
432
|
# 数据资产报告-cos的资产详情
|
468
433
|
class AssetCosDetail < TencentCloud::Common::AbstractModel
|
469
434
|
# @param Bucket: 桶的名
|
470
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
471
435
|
# @type Bucket: String
|
472
436
|
# @param DataType: 数据源类型
|
473
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
474
437
|
# @type DataType: String
|
475
438
|
# @param FileNums: 文件的个数
|
476
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
477
439
|
# @type FileNums: Integer
|
478
440
|
# @param SensitiveFileNums: 敏感的文件个数
|
479
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
480
441
|
# @type SensitiveFileNums: Integer
|
481
442
|
# @param DistributionData: 敏感分布
|
482
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
483
443
|
# @type DistributionData: Array
|
484
444
|
# @param MatchedNum: cos文件的敏感数据个数
|
485
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
486
445
|
# @type MatchedNum: Integer
|
487
446
|
|
488
447
|
attr_accessor :Bucket, :DataType, :FileNums, :SensitiveFileNums, :DistributionData, :MatchedNum
|
@@ -516,28 +475,20 @@ module TencentCloud
|
|
516
475
|
# RDB敏感资产详情列表
|
517
476
|
class AssetDBDetail < TencentCloud::Common::AbstractModel
|
518
477
|
# @param DataSourceId: 数据源id
|
519
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
520
478
|
# @type DataSourceId: String
|
521
479
|
# @param DdName: 数据库名称
|
522
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
523
480
|
# @type DdName: String
|
524
481
|
# @param DataType: 数据库类型
|
525
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
526
482
|
# @type DataType: String
|
527
483
|
# @param TableNums: 表的数量
|
528
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
529
484
|
# @type TableNums: Integer
|
530
485
|
# @param SensitiveTableNums: 敏感表数量
|
531
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
532
486
|
# @type SensitiveTableNums: Integer
|
533
487
|
# @param FieldNums: 字段的数量
|
534
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
535
488
|
# @type FieldNums: Integer
|
536
489
|
# @param SensitiveFieldNums: 敏感字段的数量
|
537
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
538
490
|
# @type SensitiveFieldNums: Integer
|
539
491
|
# @param DistributionData: 敏感数据分布
|
540
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
541
492
|
# @type DistributionData: Array
|
542
493
|
|
543
494
|
attr_accessor :DataSourceId, :DdName, :DataType, :TableNums, :SensitiveTableNums, :FieldNums, :SensitiveFieldNums, :DistributionData
|
@@ -651,7 +602,6 @@ module TencentCloud
|
|
651
602
|
# @param DspaId: DSPA实例ID。
|
652
603
|
# @type DspaId: String
|
653
604
|
# @param Results: 授权结果。
|
654
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
655
605
|
# @type Results: Array
|
656
606
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
657
607
|
# @type RequestId: String
|
@@ -883,16 +833,12 @@ module TencentCloud
|
|
883
833
|
# @param Id: 分类规则绑定关系id
|
884
834
|
# @type Id: Integer
|
885
835
|
# @param AliasRuleId: 别名ID
|
886
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
887
836
|
# @type AliasRuleId: Integer
|
888
837
|
# @param AliasRuleName: 别名规则名称
|
889
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
890
838
|
# @type AliasRuleName: String
|
891
839
|
# @param RuleEffectItems: 各类分类分级规则数量
|
892
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
893
840
|
# @type RuleEffectItems: Array
|
894
841
|
# @param RuleStatus: 规则状态
|
895
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
896
842
|
# @type RuleStatus: Integer
|
897
843
|
|
898
844
|
attr_accessor :CategoryId, :RuleId, :RuleName, :LevelId, :LevelName, :Id, :AliasRuleId, :AliasRuleName, :RuleEffectItems, :RuleStatus
|
@@ -989,23 +935,18 @@ module TencentCloud
|
|
989
935
|
# @param Name: 模板名称
|
990
936
|
# @type Name: String
|
991
937
|
# @param Description: 描述
|
992
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
993
938
|
# @type Description: String
|
994
939
|
# @param ComplianceGroupType: 模板类型
|
995
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
996
940
|
# @type ComplianceGroupType: Integer
|
997
941
|
# @param LevelGroupId: 模板分级方案id
|
998
942
|
# @type LevelGroupId: Integer
|
999
943
|
# @param LevelGroupName: 模板分级方案名称
|
1000
944
|
# @type LevelGroupName: String
|
1001
945
|
# @param CreateTime: 创建时间
|
1002
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1003
946
|
# @type CreateTime: String
|
1004
947
|
# @param ModifyTime: 更新时间
|
1005
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1006
948
|
# @type ModifyTime: String
|
1007
949
|
# @param IsAlias: 是否开启别名
|
1008
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1009
950
|
# @type IsAlias: Boolean
|
1010
951
|
|
1011
952
|
attr_accessor :Id, :Name, :Description, :ComplianceGroupType, :LevelGroupId, :LevelGroupName, :CreateTime, :ModifyTime, :IsAlias
|
@@ -1102,16 +1043,12 @@ module TencentCloud
|
|
1102
1043
|
# 数据资产报告-cos的敏感资产报告详情
|
1103
1044
|
class CosAsset < TencentCloud::Common::AbstractModel
|
1104
1045
|
# @param BucketNums: 桶的个数
|
1105
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1106
1046
|
# @type BucketNums: Integer
|
1107
1047
|
# @param SensitiveBucketNums: 敏感桶的个数
|
1108
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1109
1048
|
# @type SensitiveBucketNums: Integer
|
1110
1049
|
# @param FileNums: 文件个数
|
1111
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1112
1050
|
# @type FileNums: Integer
|
1113
1051
|
# @param SensitiveFileNums: 敏感文件的个数
|
1114
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1115
1052
|
# @type SensitiveFileNums: Integer
|
1116
1053
|
|
1117
1054
|
attr_accessor :BucketNums, :SensitiveBucketNums, :FileNums, :SensitiveFileNums
|
@@ -1182,7 +1119,6 @@ module TencentCloud
|
|
1182
1119
|
# @param ResultDescription: 结果描述。
|
1183
1120
|
# @type ResultDescription: String
|
1184
1121
|
# @param ErrDescription: 错误信息描述。
|
1185
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1186
1122
|
# @type ErrDescription: :class:`Tencentcloud::Dsgc.v20190723.models.ErrDescription`
|
1187
1123
|
# @param ResourceId: 资源ID。
|
1188
1124
|
# @type ResourceId: String
|
@@ -1230,10 +1166,8 @@ module TencentCloud
|
|
1230
1166
|
# CreateAssetSortingReportRetryTask返回参数结构体
|
1231
1167
|
class CreateAssetSortingReportRetryTaskResponse < TencentCloud::Common::AbstractModel
|
1232
1168
|
# @param ReportTaskId: 任务id
|
1233
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1234
1169
|
# @type ReportTaskId: Integer
|
1235
1170
|
# @param Remark: 提示信息
|
1236
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1237
1171
|
# @type Remark: String
|
1238
1172
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1239
1173
|
# @type RequestId: String
|
@@ -1287,10 +1221,8 @@ module TencentCloud
|
|
1287
1221
|
# CreateAssetSortingReportTask返回参数结构体
|
1288
1222
|
class CreateAssetSortingReportTaskResponse < TencentCloud::Common::AbstractModel
|
1289
1223
|
# @param ReportTaskId: 报表任务id
|
1290
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1291
1224
|
# @type ReportTaskId: Integer
|
1292
1225
|
# @param Remark: 提示信息
|
1293
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1294
1226
|
# @type Remark: String
|
1295
1227
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1296
1228
|
# @type RequestId: String
|
@@ -1483,12 +1415,12 @@ module TencentCloud
|
|
1483
1415
|
|
1484
1416
|
attr_accessor :DspaId, :Name, :TemplateId, :BusinessName, :BusinessDept, :BusinessOwner, :ComplianceId, :DiscoveryCondition, :Description
|
1485
1417
|
extend Gem::Deprecate
|
1486
|
-
deprecate :BusinessName, :none, 2024,
|
1487
|
-
deprecate :BusinessName=, :none, 2024,
|
1488
|
-
deprecate :BusinessDept, :none, 2024,
|
1489
|
-
deprecate :BusinessDept=, :none, 2024,
|
1490
|
-
deprecate :BusinessOwner, :none, 2024,
|
1491
|
-
deprecate :BusinessOwner=, :none, 2024,
|
1418
|
+
deprecate :BusinessName, :none, 2024, 12
|
1419
|
+
deprecate :BusinessName=, :none, 2024, 12
|
1420
|
+
deprecate :BusinessDept, :none, 2024, 12
|
1421
|
+
deprecate :BusinessDept=, :none, 2024, 12
|
1422
|
+
deprecate :BusinessOwner, :none, 2024, 12
|
1423
|
+
deprecate :BusinessOwner=, :none, 2024, 12
|
1492
1424
|
|
1493
1425
|
def initialize(dspaid=nil, name=nil, templateid=nil, businessname=nil, businessdept=nil, businessowner=nil, complianceid=nil, discoverycondition=nil, description=nil)
|
1494
1426
|
@DspaId = dspaid
|
@@ -1550,8 +1482,6 @@ module TencentCloud
|
|
1550
1482
|
# @type Enable: Integer
|
1551
1483
|
# @param Bucket: 桶名
|
1552
1484
|
# @type Bucket: String
|
1553
|
-
# @param GeneralRuleSetEnable: 通用规则集开关,0 关闭,1 启用
|
1554
|
-
# @type GeneralRuleSetEnable: Integer
|
1555
1485
|
# @param Plan: 执行计划, 0立即 1定时,选择“立即”时,扫描周期只能选择单次。
|
1556
1486
|
# @type Plan: Integer
|
1557
1487
|
# @param Period: 扫描周期,0单次 1每天 2每周 3每月
|
@@ -1564,27 +1494,29 @@ module TencentCloud
|
|
1564
1494
|
# @type ResourceRegion: String
|
1565
1495
|
# @param Description: 任务描述,最大长度为1024个字符
|
1566
1496
|
# @type Description: String
|
1497
|
+
# @param GeneralRuleSetEnable: 通用规则集开关,0 关闭,1 启用
|
1498
|
+
# @type GeneralRuleSetEnable: Integer
|
1567
1499
|
# @param ComplianceGroupIds: 合规组ID列表,最多支持添加5个
|
1568
1500
|
# @type ComplianceGroupIds: Array
|
1569
1501
|
# @param TimingStartTime: 任务定时启动时间,格式如:2006-01-02 15:04:05
|
1570
1502
|
# 当执行计划(Plan字段)为”立即“时,定时启动时间不会生效,此场景下给该字段传值不会被保存。
|
1571
1503
|
# @type TimingStartTime: String
|
1572
1504
|
|
1573
|
-
attr_accessor :DspaId, :Name, :DataSourceId, :Enable, :Bucket, :
|
1505
|
+
attr_accessor :DspaId, :Name, :DataSourceId, :Enable, :Bucket, :Plan, :Period, :FileTypes, :FileSizeLimit, :ResourceRegion, :Description, :GeneralRuleSetEnable, :ComplianceGroupIds, :TimingStartTime
|
1574
1506
|
|
1575
|
-
def initialize(dspaid=nil, name=nil, datasourceid=nil, enable=nil, bucket=nil,
|
1507
|
+
def initialize(dspaid=nil, name=nil, datasourceid=nil, enable=nil, bucket=nil, plan=nil, period=nil, filetypes=nil, filesizelimit=nil, resourceregion=nil, description=nil, generalrulesetenable=nil, compliancegroupids=nil, timingstarttime=nil)
|
1576
1508
|
@DspaId = dspaid
|
1577
1509
|
@Name = name
|
1578
1510
|
@DataSourceId = datasourceid
|
1579
1511
|
@Enable = enable
|
1580
1512
|
@Bucket = bucket
|
1581
|
-
@GeneralRuleSetEnable = generalrulesetenable
|
1582
1513
|
@Plan = plan
|
1583
1514
|
@Period = period
|
1584
1515
|
@FileTypes = filetypes
|
1585
1516
|
@FileSizeLimit = filesizelimit
|
1586
1517
|
@ResourceRegion = resourceregion
|
1587
1518
|
@Description = description
|
1519
|
+
@GeneralRuleSetEnable = generalrulesetenable
|
1588
1520
|
@ComplianceGroupIds = compliancegroupids
|
1589
1521
|
@TimingStartTime = timingstarttime
|
1590
1522
|
end
|
@@ -1595,13 +1527,13 @@ module TencentCloud
|
|
1595
1527
|
@DataSourceId = params['DataSourceId']
|
1596
1528
|
@Enable = params['Enable']
|
1597
1529
|
@Bucket = params['Bucket']
|
1598
|
-
@GeneralRuleSetEnable = params['GeneralRuleSetEnable']
|
1599
1530
|
@Plan = params['Plan']
|
1600
1531
|
@Period = params['Period']
|
1601
1532
|
@FileTypes = params['FileTypes']
|
1602
1533
|
@FileSizeLimit = params['FileSizeLimit']
|
1603
1534
|
@ResourceRegion = params['ResourceRegion']
|
1604
1535
|
@Description = params['Description']
|
1536
|
+
@GeneralRuleSetEnable = params['GeneralRuleSetEnable']
|
1605
1537
|
@ComplianceGroupIds = params['ComplianceGroupIds']
|
1606
1538
|
@TimingStartTime = params['TimingStartTime']
|
1607
1539
|
end
|
@@ -1612,7 +1544,6 @@ module TencentCloud
|
|
1612
1544
|
# @param TaskId: 任务ID
|
1613
1545
|
# @type TaskId: Integer
|
1614
1546
|
# @param ResultId: 扫描结果ID
|
1615
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1616
1547
|
# @type ResultId: Integer
|
1617
1548
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1618
1549
|
# @type RequestId: String
|
@@ -1728,15 +1659,21 @@ module TencentCloud
|
|
1728
1659
|
# @type ComplianceGroupRules: Array
|
1729
1660
|
# @param LevelGroupId: 分级组ID,默认值为1,新增参数,可选
|
1730
1661
|
# @type LevelGroupId: Integer
|
1662
|
+
# @param Status: 1代表模版开启,0代表模版关闭
|
1663
|
+
# @type Status: Integer
|
1664
|
+
# @param CloseComplianceId: 该complianceId的开启状态将被关闭
|
1665
|
+
# @type CloseComplianceId: Integer
|
1731
1666
|
|
1732
|
-
attr_accessor :DspaId, :Name, :Description, :ComplianceGroupRules, :LevelGroupId
|
1667
|
+
attr_accessor :DspaId, :Name, :Description, :ComplianceGroupRules, :LevelGroupId, :Status, :CloseComplianceId
|
1733
1668
|
|
1734
|
-
def initialize(dspaid=nil, name=nil, description=nil, compliancegrouprules=nil, levelgroupid=nil)
|
1669
|
+
def initialize(dspaid=nil, name=nil, description=nil, compliancegrouprules=nil, levelgroupid=nil, status=nil, closecomplianceid=nil)
|
1735
1670
|
@DspaId = dspaid
|
1736
1671
|
@Name = name
|
1737
1672
|
@Description = description
|
1738
1673
|
@ComplianceGroupRules = compliancegrouprules
|
1739
1674
|
@LevelGroupId = levelgroupid
|
1675
|
+
@Status = status
|
1676
|
+
@CloseComplianceId = closecomplianceid
|
1740
1677
|
end
|
1741
1678
|
|
1742
1679
|
def deserialize(params)
|
@@ -1752,6 +1689,8 @@ module TencentCloud
|
|
1752
1689
|
end
|
1753
1690
|
end
|
1754
1691
|
@LevelGroupId = params['LevelGroupId']
|
1692
|
+
@Status = params['Status']
|
1693
|
+
@CloseComplianceId = params['CloseComplianceId']
|
1755
1694
|
end
|
1756
1695
|
end
|
1757
1696
|
|
@@ -1839,10 +1778,10 @@ module TencentCloud
|
|
1839
1778
|
|
1840
1779
|
attr_accessor :DspaId, :ResourceRegion, :Buckets, :CosBucketItems
|
1841
1780
|
extend Gem::Deprecate
|
1842
|
-
deprecate :ResourceRegion, :none, 2024,
|
1843
|
-
deprecate :ResourceRegion=, :none, 2024,
|
1844
|
-
deprecate :Buckets, :none, 2024,
|
1845
|
-
deprecate :Buckets=, :none, 2024,
|
1781
|
+
deprecate :ResourceRegion, :none, 2024, 12
|
1782
|
+
deprecate :ResourceRegion=, :none, 2024, 12
|
1783
|
+
deprecate :Buckets, :none, 2024, 12
|
1784
|
+
deprecate :Buckets=, :none, 2024, 12
|
1846
1785
|
|
1847
1786
|
def initialize(dspaid=nil, resourceregion=nil, buckets=nil, cosbucketitems=nil)
|
1848
1787
|
@DspaId = dspaid
|
@@ -1901,14 +1840,14 @@ module TencentCloud
|
|
1901
1840
|
|
1902
1841
|
attr_accessor :DspaId, :MetaType, :ResourceRegion, :UpdateStatus, :UpdateId, :Items, :CloudResourceItems
|
1903
1842
|
extend Gem::Deprecate
|
1904
|
-
deprecate :ResourceRegion, :none, 2024,
|
1905
|
-
deprecate :ResourceRegion=, :none, 2024,
|
1906
|
-
deprecate :UpdateStatus, :none, 2024,
|
1907
|
-
deprecate :UpdateStatus=, :none, 2024,
|
1908
|
-
deprecate :UpdateId, :none, 2024,
|
1909
|
-
deprecate :UpdateId=, :none, 2024,
|
1910
|
-
deprecate :Items, :none, 2024,
|
1911
|
-
deprecate :Items=, :none, 2024,
|
1843
|
+
deprecate :ResourceRegion, :none, 2024, 12
|
1844
|
+
deprecate :ResourceRegion=, :none, 2024, 12
|
1845
|
+
deprecate :UpdateStatus, :none, 2024, 12
|
1846
|
+
deprecate :UpdateStatus=, :none, 2024, 12
|
1847
|
+
deprecate :UpdateId, :none, 2024, 12
|
1848
|
+
deprecate :UpdateId=, :none, 2024, 12
|
1849
|
+
deprecate :Items, :none, 2024, 12
|
1850
|
+
deprecate :Items=, :none, 2024, 12
|
1912
1851
|
|
1913
1852
|
def initialize(dspaid=nil, metatype=nil, resourceregion=nil, updatestatus=nil, updateid=nil, items=nil, cloudresourceitems=nil)
|
1914
1853
|
@DspaId = dspaid
|
@@ -1960,10 +1899,10 @@ module TencentCloud
|
|
1960
1899
|
|
1961
1900
|
attr_accessor :UpdateId, :MetaType, :DspaId, :ResourceRegion, :RequestId
|
1962
1901
|
extend Gem::Deprecate
|
1963
|
-
deprecate :UpdateId, :none, 2024,
|
1964
|
-
deprecate :UpdateId=, :none, 2024,
|
1965
|
-
deprecate :ResourceRegion, :none, 2024,
|
1966
|
-
deprecate :ResourceRegion=, :none, 2024,
|
1902
|
+
deprecate :UpdateId, :none, 2024, 12
|
1903
|
+
deprecate :UpdateId=, :none, 2024, 12
|
1904
|
+
deprecate :ResourceRegion, :none, 2024, 12
|
1905
|
+
deprecate :ResourceRegion=, :none, 2024, 12
|
1967
1906
|
|
1968
1907
|
def initialize(updateid=nil, metatype=nil, dspaid=nil, resourceregion=nil, requestid=nil)
|
1969
1908
|
@UpdateId = updateid
|
@@ -2054,8 +1993,6 @@ module TencentCloud
|
|
2054
1993
|
# @type DataSourceId: String
|
2055
1994
|
# @param Enable: 任务开关,0 关闭,1 启用
|
2056
1995
|
# @type Enable: Integer
|
2057
|
-
# @param GeneralRuleSetEnable: 通用规则集开关,0 关闭,1 启用
|
2058
|
-
# @type GeneralRuleSetEnable: Integer
|
2059
1996
|
# @param Plan: 执行计划, 0立即 1定时,选择“立即”时,扫描周期只能选择单次
|
2060
1997
|
# @type Plan: Integer
|
2061
1998
|
# @param Period: 扫描周期,0单次 1每天 2每周 3每月
|
@@ -2071,6 +2008,8 @@ module TencentCloud
|
|
2071
2008
|
# cynosdbmysql 表示TDSQL-C MySQL版,
|
2072
2009
|
# selfbuilt-db 表示自建数据库
|
2073
2010
|
# @type DataSourceType: String
|
2011
|
+
# @param GeneralRuleSetEnable: 通用规则集开关,0 关闭,1 启用
|
2012
|
+
# @type GeneralRuleSetEnable: Integer
|
2074
2013
|
# @param Description: 任务描述,最大长度为1024个字符
|
2075
2014
|
# @type Description: String
|
2076
2015
|
# @param Condition: 用于传入的数据源的条件,目前只支持数据库,所以目前表示数据库的名称,选择多个数据库,之间通过逗号分隔,若不选,则默认选择全部数据库
|
@@ -2087,18 +2026,21 @@ module TencentCloud
|
|
2087
2026
|
# @param GlobalOrderField: 抽样的排序字段
|
2088
2027
|
# @type GlobalOrderField: String
|
2089
2028
|
|
2090
|
-
attr_accessor :DspaId, :Name, :DataSourceId, :Enable, :
|
2029
|
+
attr_accessor :DspaId, :Name, :DataSourceId, :Enable, :Plan, :Period, :ResourceRegion, :DataSourceType, :GeneralRuleSetEnable, :Description, :Condition, :ComplianceGroupIds, :TimingStartTime, :Order, :Rows, :GlobalOrderField
|
2030
|
+
extend Gem::Deprecate
|
2031
|
+
deprecate :GeneralRuleSetEnable, :none, 2024, 12
|
2032
|
+
deprecate :GeneralRuleSetEnable=, :none, 2024, 12
|
2091
2033
|
|
2092
|
-
def initialize(dspaid=nil, name=nil, datasourceid=nil, enable=nil,
|
2034
|
+
def initialize(dspaid=nil, name=nil, datasourceid=nil, enable=nil, plan=nil, period=nil, resourceregion=nil, datasourcetype=nil, generalrulesetenable=nil, description=nil, condition=nil, compliancegroupids=nil, timingstarttime=nil, order=nil, rows=nil, globalorderfield=nil)
|
2093
2035
|
@DspaId = dspaid
|
2094
2036
|
@Name = name
|
2095
2037
|
@DataSourceId = datasourceid
|
2096
2038
|
@Enable = enable
|
2097
|
-
@GeneralRuleSetEnable = generalrulesetenable
|
2098
2039
|
@Plan = plan
|
2099
2040
|
@Period = period
|
2100
2041
|
@ResourceRegion = resourceregion
|
2101
2042
|
@DataSourceType = datasourcetype
|
2043
|
+
@GeneralRuleSetEnable = generalrulesetenable
|
2102
2044
|
@Description = description
|
2103
2045
|
@Condition = condition
|
2104
2046
|
@ComplianceGroupIds = compliancegroupids
|
@@ -2113,11 +2055,11 @@ module TencentCloud
|
|
2113
2055
|
@Name = params['Name']
|
2114
2056
|
@DataSourceId = params['DataSourceId']
|
2115
2057
|
@Enable = params['Enable']
|
2116
|
-
@GeneralRuleSetEnable = params['GeneralRuleSetEnable']
|
2117
2058
|
@Plan = params['Plan']
|
2118
2059
|
@Period = params['Period']
|
2119
2060
|
@ResourceRegion = params['ResourceRegion']
|
2120
2061
|
@DataSourceType = params['DataSourceType']
|
2062
|
+
@GeneralRuleSetEnable = params['GeneralRuleSetEnable']
|
2121
2063
|
@Description = params['Description']
|
2122
2064
|
@Condition = params['Condition']
|
2123
2065
|
@ComplianceGroupIds = params['ComplianceGroupIds']
|
@@ -2133,7 +2075,6 @@ module TencentCloud
|
|
2133
2075
|
# @param TaskId: 任务ID
|
2134
2076
|
# @type TaskId: Integer
|
2135
2077
|
# @param ResultId: 扫描结果ID
|
2136
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2137
2078
|
# @type ResultId: Integer
|
2138
2079
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2139
2080
|
# @type RequestId: String
|
@@ -2436,10 +2377,8 @@ module TencentCloud
|
|
2436
2377
|
# CreateIdentifyRuleAnotherName返回参数结构体
|
2437
2378
|
class CreateIdentifyRuleAnotherNameResponse < TencentCloud::Common::AbstractModel
|
2438
2379
|
# @param AliasRuleId: 创建的别名规则id
|
2439
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2440
2380
|
# @type AliasRuleId: Integer
|
2441
2381
|
# @param AliasRuleName: 别名规则名称
|
2442
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2443
2382
|
# @type AliasRuleName: String
|
2444
2383
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2445
2384
|
# @type RequestId: String
|
@@ -2516,10 +2455,8 @@ module TencentCloud
|
|
2516
2455
|
# 绑定的实例信息
|
2517
2456
|
class DBInstanceInfo < TencentCloud::Common::AbstractModel
|
2518
2457
|
# @param ResourceId: 数据源id
|
2519
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2520
2458
|
# @type ResourceId: String
|
2521
2459
|
# @param DbInfos: 数据源绑定的db信息
|
2522
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2523
2460
|
# @type DbInfos: Array
|
2524
2461
|
|
2525
2462
|
attr_accessor :ResourceId, :DbInfos
|
@@ -2609,7 +2546,6 @@ module TencentCloud
|
|
2609
2546
|
# DSPA数据源的数据库信息
|
2610
2547
|
class DSPADataSourceDbInfo < TencentCloud::Common::AbstractModel
|
2611
2548
|
# @param DbName: 数据库名称
|
2612
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2613
2549
|
# @type DbName: String
|
2614
2550
|
|
2615
2551
|
attr_accessor :DbName
|
@@ -2626,16 +2562,13 @@ module TencentCloud
|
|
2626
2562
|
# 元数据类型
|
2627
2563
|
class DSPAMetaType < TencentCloud::Common::AbstractModel
|
2628
2564
|
# @param MetaType: 元数据类型
|
2629
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2630
2565
|
# @type MetaType: String
|
2631
2566
|
# @param Regions: 支持的此元数据类型的地域列表
|
2632
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2633
2567
|
# @type Regions: Array
|
2634
2568
|
# @param SupportedAuthTypes: 此元数据类型支持的授权类型:
|
2635
2569
|
# account -- 账户名密码授权,账户的最高只读权限需要由用户自行赋予;
|
2636
2570
|
# automatic -- 一键授权,由DSPA自动生成账户名密码并自动在实例中给账户名赋予最高只读权限;
|
2637
2571
|
# 如果此列表为空,表明此类资源不支持以上的授权机制,无法通过后台进行授权。
|
2638
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2639
2572
|
# @type SupportedAuthTypes: Array
|
2640
2573
|
|
2641
2574
|
attr_accessor :MetaType, :Regions, :SupportedAuthTypes
|
@@ -2656,7 +2589,6 @@ module TencentCloud
|
|
2656
2589
|
# DSPA分类分级任务扫描的表信息
|
2657
2590
|
class DSPATableInfo < TencentCloud::Common::AbstractModel
|
2658
2591
|
# @param TableName: 表名
|
2659
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2660
2592
|
# @type TableName: String
|
2661
2593
|
|
2662
2594
|
attr_accessor :TableName
|
@@ -2759,7 +2691,6 @@ module TencentCloud
|
|
2759
2691
|
# @param Operator: 操作符;只能取and, or的其中一种
|
2760
2692
|
# @type Operator: String
|
2761
2693
|
# @param Contents: 规则
|
2762
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2763
2694
|
# @type Contents: Array
|
2764
2695
|
|
2765
2696
|
attr_accessor :Operator, :Contents
|
@@ -2807,10 +2738,8 @@ module TencentCloud
|
|
2807
2738
|
# @param Name: 扩展参数名称,目前支持如下两个扩展属性名称:
|
2808
2739
|
# IsFullWordMatch,表示是否全文匹配,该Name对应的Value可取值为"true"或"false":,默认值为"false",
|
2809
2740
|
# IsIgnoreCase,表示是否忽略大小写,该Name对应的Value可取值为"true"或"false",默认值为"true"
|
2810
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2811
2741
|
# @type Name: String
|
2812
2742
|
# @param Value: 扩展参数值
|
2813
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2814
2743
|
# @type Value: String
|
2815
2744
|
|
2816
2745
|
attr_accessor :Name, :Value
|
@@ -2829,13 +2758,10 @@ module TencentCloud
|
|
2829
2758
|
# 查询绑定的db信息
|
2830
2759
|
class DbInfo < TencentCloud::Common::AbstractModel
|
2831
2760
|
# @param DbName: 数据库名称
|
2832
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2833
2761
|
# @type DbName: String
|
2834
2762
|
# @param ValidStatus: 绑定的状态
|
2835
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2836
2763
|
# @type ValidStatus: String
|
2837
2764
|
# @param BindType: 绑定的类型
|
2838
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2839
2765
|
# @type BindType: String
|
2840
2766
|
|
2841
2767
|
attr_accessor :DbName, :ValidStatus, :BindType
|
@@ -2900,7 +2826,6 @@ module TencentCloud
|
|
2900
2826
|
# @param ResultDescription: 结果描述。
|
2901
2827
|
# @type ResultDescription: String
|
2902
2828
|
# @param ErrDescription: 错误信息描述。
|
2903
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2904
2829
|
# @type ErrDescription: :class:`Tencentcloud::Dsgc.v20190723.models.ErrDescription`
|
2905
2830
|
# @param ResourceId: 资源ID。
|
2906
2831
|
# @type ResourceId: String
|
@@ -3021,7 +2946,6 @@ module TencentCloud
|
|
3021
2946
|
# DeleteCosMetaResource返回参数结构体
|
3022
2947
|
class DeleteCosMetaResourceResponse < TencentCloud::Common::AbstractModel
|
3023
2948
|
# @param Results: 结果集合。
|
3024
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3025
2949
|
# @type Results: Array
|
3026
2950
|
# @param DspaId: DSPA实例ID。
|
3027
2951
|
# @type DspaId: String
|
@@ -3363,52 +3287,36 @@ module TencentCloud
|
|
3363
3287
|
# DescribeAssetOverview返回参数结构体
|
3364
3288
|
class DescribeAssetOverviewResponse < TencentCloud::Common::AbstractModel
|
3365
3289
|
# @param DBInstanceNums: 数据库实例id
|
3366
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3367
3290
|
# @type DBInstanceNums: Integer
|
3368
3291
|
# @param DBNums: 数据库个数
|
3369
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3370
3292
|
# @type DBNums: Integer
|
3371
3293
|
# @param TableNums: 表的个数
|
3372
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3373
3294
|
# @type TableNums: Integer
|
3374
3295
|
# @param FieldNums: 字段个数
|
3375
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3376
3296
|
# @type FieldNums: Integer
|
3377
3297
|
# @param DBInstanceDistribution: 数据库实例的分布情况
|
3378
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3379
3298
|
# @type DBInstanceDistribution: Array
|
3380
3299
|
# @param DBDistribution: db分布情况
|
3381
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3382
3300
|
# @type DBDistribution: Array
|
3383
3301
|
# @param BucketNums: cos桶的数量
|
3384
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3385
3302
|
# @type BucketNums: Integer
|
3386
3303
|
# @param FileNums: 文件个数
|
3387
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3388
3304
|
# @type FileNums: Integer
|
3389
3305
|
# @param Remark: 用于对用户进行提示信息
|
3390
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3391
3306
|
# @type Remark: String
|
3392
3307
|
# @param EsInstanceNums: es实例数量
|
3393
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3394
3308
|
# @type EsInstanceNums: Integer
|
3395
3309
|
# @param EsIndexNums: es索引数量
|
3396
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3397
3310
|
# @type EsIndexNums: Integer
|
3398
3311
|
# @param EsFieldNums: es字段数量
|
3399
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3400
3312
|
# @type EsFieldNums: Integer
|
3401
3313
|
# @param MongoInstanceNums: mongo实例数量
|
3402
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3403
3314
|
# @type MongoInstanceNums: Integer
|
3404
3315
|
# @param MongoDbNums: mongo数据库数量
|
3405
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3406
3316
|
# @type MongoDbNums: Integer
|
3407
3317
|
# @param MongoColNums: mongo集合数量
|
3408
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3409
3318
|
# @type MongoColNums: Integer
|
3410
3319
|
# @param MongoFieldNums: mongo字段数量
|
3411
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3412
3320
|
# @type MongoFieldNums: Integer
|
3413
3321
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3414
3322
|
# @type RequestId: String
|
@@ -3497,10 +3405,8 @@ module TencentCloud
|
|
3497
3405
|
# DescribeBindDBList返回参数结构体
|
3498
3406
|
class DescribeBindDBListResponse < TencentCloud::Common::AbstractModel
|
3499
3407
|
# @param BindDBList: 绑定的DB列表(已废弃)
|
3500
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3501
3408
|
# @type BindDBList: Array
|
3502
3409
|
# @param BindList: 绑定信息
|
3503
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3504
3410
|
# @type BindList: Array
|
3505
3411
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3506
3412
|
# @type RequestId: String
|
@@ -3561,13 +3467,10 @@ module TencentCloud
|
|
3561
3467
|
# DescribeCOSAssetSensitiveDistribution返回参数结构体
|
3562
3468
|
class DescribeCOSAssetSensitiveDistributionResponse < TencentCloud::Common::AbstractModel
|
3563
3469
|
# @param CosAsset: cos的涉敏资产
|
3564
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3565
3470
|
# @type CosAsset: :class:`Tencentcloud::Dsgc.v20190723.models.CosAsset`
|
3566
3471
|
# @param TopAsset: 涉敏top
|
3567
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3568
3472
|
# @type TopAsset: Array
|
3569
3473
|
# @param CosDetail: cos资产详情列表
|
3570
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3571
3474
|
# @type CosDetail: Array
|
3572
3475
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3573
3476
|
# @type RequestId: String
|
@@ -3688,7 +3591,6 @@ module TencentCloud
|
|
3688
3591
|
# DescribeDSPAAssessmentHighRiskTop10Overview返回参数结构体
|
3689
3592
|
class DescribeDSPAAssessmentHighRiskTop10OverviewResponse < TencentCloud::Common::AbstractModel
|
3690
3593
|
# @param AssetsList: 含高风险资产TOP10的列表数据
|
3691
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3692
3594
|
# @type AssetsList: Array
|
3693
3595
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3694
3596
|
# @type RequestId: String
|
@@ -3740,61 +3642,42 @@ module TencentCloud
|
|
3740
3642
|
# DescribeDSPAAssessmentLatestRiskDetailInfo返回参数结构体
|
3741
3643
|
class DescribeDSPAAssessmentLatestRiskDetailInfoResponse < TencentCloud::Common::AbstractModel
|
3742
3644
|
# @param DataSourceId: 数据源id
|
3743
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3744
3645
|
# @type DataSourceId: String
|
3745
3646
|
# @param DataSourceName: 数据源name
|
3746
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3747
3647
|
# @type DataSourceName: String
|
3748
3648
|
# @param AssetName: 资产对象名称
|
3749
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3750
3649
|
# @type AssetName: String
|
3751
3650
|
# @param AssessmentTemplateId: 风险评估模板id
|
3752
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3753
3651
|
# @type AssessmentTemplateId: Integer
|
3754
3652
|
# @param IdentifyTemplateId: 分类分级的模板id
|
3755
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3756
3653
|
# @type IdentifyTemplateId: Integer
|
3757
3654
|
# @param RiskType: 风险类型
|
3758
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3759
3655
|
# @type RiskType: String
|
3760
3656
|
# @param RiskName: 风险项
|
3761
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3762
3657
|
# @type RiskName: String
|
3763
3658
|
# @param RiskDescription: 风险的描述
|
3764
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3765
3659
|
# @type RiskDescription: String
|
3766
3660
|
# @param RiskLevel: 风险的级别
|
3767
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3768
3661
|
# @type RiskLevel: String
|
3769
3662
|
# @param SuggestAction: 处置的建议
|
3770
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3771
3663
|
# @type SuggestAction: String
|
3772
3664
|
# @param Status: 处置状态
|
3773
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3774
3665
|
# @type Status: Integer
|
3775
3666
|
# @param Remark: 备注
|
3776
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3777
3667
|
# @type Remark: String
|
3778
3668
|
# @param SecurityProduct: 安全产品
|
3779
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3780
3669
|
# @type SecurityProduct: Array
|
3781
3670
|
# @param RiskDimension: 风险归属
|
3782
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3783
3671
|
# @type RiskDimension: String
|
3784
3672
|
# @param RelationAsset: 关联数据库(如果风险归属是instance)
|
3785
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3786
3673
|
# @type RelationAsset: Array
|
3787
3674
|
# @param AccountRiskDetail: 风险账号详情
|
3788
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3789
3675
|
# @type AccountRiskDetail: Array
|
3790
3676
|
# @param PrivilegeRiskDetail: 权限风险详情
|
3791
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3792
3677
|
# @type PrivilegeRiskDetail: Array
|
3793
3678
|
# @param PolicyRiskCosFileList: 策略风险的cos风险文件列表
|
3794
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3795
3679
|
# @type PolicyRiskCosFileList: Array
|
3796
3680
|
# @param AKSKLeak: AKSK泄漏列表
|
3797
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3798
3681
|
# @type AKSKLeak: Array
|
3799
3682
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3800
3683
|
# @type RequestId: String
|
@@ -3943,7 +3826,6 @@ module TencentCloud
|
|
3943
3826
|
# DescribeDSPAAssessmentLatestRiskList返回参数结构体
|
3944
3827
|
class DescribeDSPAAssessmentLatestRiskListResponse < TencentCloud::Common::AbstractModel
|
3945
3828
|
# @param LatestRiskList: 最新风险详情列表
|
3946
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3947
3829
|
# @type LatestRiskList: Array
|
3948
3830
|
# @param TotalCount: 总条数
|
3949
3831
|
# @type TotalCount: Integer
|
@@ -4178,8 +4060,7 @@ module TencentCloud
|
|
4178
4060
|
|
4179
4061
|
# DescribeDSPAAssessmentRiskDatasourceTop5返回参数结构体
|
4180
4062
|
class DescribeDSPAAssessmentRiskDatasourceTop5Response < TencentCloud::Common::AbstractModel
|
4181
|
-
# @param Items:
|
4182
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4063
|
+
# @param Items: 风险值
|
4183
4064
|
# @type Items: Array
|
4184
4065
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4185
4066
|
# @type RequestId: String
|
@@ -4283,7 +4164,6 @@ module TencentCloud
|
|
4283
4164
|
# DescribeDSPAAssessmentRiskDealedTrend返回参数结构体
|
4284
4165
|
class DescribeDSPAAssessmentRiskDealedTrendResponse < TencentCloud::Common::AbstractModel
|
4285
4166
|
# @param Items: 趋势统计结果
|
4286
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4287
4167
|
# @type Items: Array
|
4288
4168
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4289
4169
|
# @type RequestId: String
|
@@ -4336,13 +4216,10 @@ module TencentCloud
|
|
4336
4216
|
# DescribeDSPAAssessmentRiskDistributionOverview返回参数结构体
|
4337
4217
|
class DescribeDSPAAssessmentRiskDistributionOverviewResponse < TencentCloud::Common::AbstractModel
|
4338
4218
|
# @param RiskTypeDistribution: 风险类型分布
|
4339
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4340
4219
|
# @type RiskTypeDistribution: Array
|
4341
4220
|
# @param RiskDetailDistribution: 风险详情分布
|
4342
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4343
4221
|
# @type RiskDetailDistribution: Array
|
4344
4222
|
# @param RiskAssetsDistribution: 风险资产详情
|
4345
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4346
4223
|
# @type RiskAssetsDistribution: Array
|
4347
4224
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4348
4225
|
# @type RequestId: String
|
@@ -4403,8 +4280,7 @@ module TencentCloud
|
|
4403
4280
|
|
4404
4281
|
# DescribeDSPAAssessmentRiskItemTop5返回参数结构体
|
4405
4282
|
class DescribeDSPAAssessmentRiskItemTop5Response < TencentCloud::Common::AbstractModel
|
4406
|
-
# @param Items:
|
4407
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4283
|
+
# @param Items: 风险结果
|
4408
4284
|
# @type Items: Array
|
4409
4285
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4410
4286
|
# @type RequestId: String
|
@@ -4454,15 +4330,12 @@ module TencentCloud
|
|
4454
4330
|
# @param RiskLevelName: 风险级别名称
|
4455
4331
|
# @type RiskLevelName: String
|
4456
4332
|
# @param RiskLevelDescription: 风险级别描述
|
4457
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4458
4333
|
# @type RiskLevelDescription: String
|
4459
4334
|
# @param IdentifyComplianceId: 分类分级id
|
4460
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4461
4335
|
# @type IdentifyComplianceId: Integer
|
4462
4336
|
# @param IdentifyComplianceName: 分类分级模板名称
|
4463
4337
|
# @type IdentifyComplianceName: String
|
4464
4338
|
# @param RiskLevelMatrix: 风险数据
|
4465
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4466
4339
|
# @type RiskLevelMatrix: Array
|
4467
4340
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4468
4341
|
# @type RequestId: String
|
@@ -4524,7 +4397,6 @@ module TencentCloud
|
|
4524
4397
|
# @param TotalCount: 总条数
|
4525
4398
|
# @type TotalCount: Integer
|
4526
4399
|
# @param RiskLevelList: 风险等级列表
|
4527
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4528
4400
|
# @type RiskLevelList: Array
|
4529
4401
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4530
4402
|
# @type RequestId: String
|
@@ -4582,7 +4454,6 @@ module TencentCloud
|
|
4582
4454
|
# DescribeDSPAAssessmentRiskLevelTrend返回参数结构体
|
4583
4455
|
class DescribeDSPAAssessmentRiskLevelTrendResponse < TencentCloud::Common::AbstractModel
|
4584
4456
|
# @param Items: 结果集
|
4585
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4586
4457
|
# @type Items: Array
|
4587
4458
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4588
4459
|
# @type RequestId: String
|
@@ -4659,7 +4530,7 @@ module TencentCloud
|
|
4659
4530
|
class DescribeDSPAAssessmentRiskProcessHistoryRequest < TencentCloud::Common::AbstractModel
|
4660
4531
|
# @param DspaId: dspa实例id
|
4661
4532
|
# @type DspaId: String
|
4662
|
-
# @param RiskId:
|
4533
|
+
# @param RiskId: 风险id
|
4663
4534
|
# @type RiskId: Integer
|
4664
4535
|
|
4665
4536
|
attr_accessor :DspaId, :RiskId
|
@@ -4678,7 +4549,6 @@ module TencentCloud
|
|
4678
4549
|
# DescribeDSPAAssessmentRiskProcessHistory返回参数结构体
|
4679
4550
|
class DescribeDSPAAssessmentRiskProcessHistoryResponse < TencentCloud::Common::AbstractModel
|
4680
4551
|
# @param ProcessHistory: 处理的历史
|
4681
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4682
4552
|
# @type ProcessHistory: Array
|
4683
4553
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4684
4554
|
# @type RequestId: String
|
@@ -4726,7 +4596,6 @@ module TencentCloud
|
|
4726
4596
|
# DescribeDSPAAssessmentRiskSideDistributed返回参数结构体
|
4727
4597
|
class DescribeDSPAAssessmentRiskSideDistributedResponse < TencentCloud::Common::AbstractModel
|
4728
4598
|
# @param RiskSideDistributed: 风险面的分布
|
4729
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4730
4599
|
# @type RiskSideDistributed: Array
|
4731
4600
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4732
4601
|
# @type RequestId: String
|
@@ -4774,7 +4643,6 @@ module TencentCloud
|
|
4774
4643
|
# DescribeDSPAAssessmentRiskSideList返回参数结构体
|
4775
4644
|
class DescribeDSPAAssessmentRiskSideListResponse < TencentCloud::Common::AbstractModel
|
4776
4645
|
# @param RiskSideItmeList: 风险面列表
|
4777
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4778
4646
|
# @type RiskSideItmeList: Array
|
4779
4647
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4780
4648
|
# @type RequestId: String
|
@@ -4834,20 +4702,16 @@ module TencentCloud
|
|
4834
4702
|
# @param TemplateName: 模板名称
|
4835
4703
|
# @type TemplateName: String
|
4836
4704
|
# @param TemplateDescription: 模板的描述
|
4837
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4838
4705
|
# @type TemplateDescription: String
|
4839
4706
|
# @param RiskLevelId: 风险等级
|
4840
4707
|
# @type RiskLevelId: Integer
|
4841
4708
|
# @param RiskLevelName: 风险等级名称
|
4842
4709
|
# @type RiskLevelName: String
|
4843
4710
|
# @param RiskItemList: 脆弱项配置列表
|
4844
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4845
4711
|
# @type RiskItemList: Array
|
4846
4712
|
# @param TotalCount: 脆弱项配置条数
|
4847
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4848
4713
|
# @type TotalCount: Integer
|
4849
4714
|
# @param TaskCitations: 被任务引用次数
|
4850
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4851
4715
|
# @type TaskCitations: Integer
|
4852
4716
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4853
4717
|
# @type RequestId: String
|
@@ -4925,7 +4789,6 @@ module TencentCloud
|
|
4925
4789
|
# DescribeDSPAAssessmentRiskTemplateVulnerableList返回参数结构体
|
4926
4790
|
class DescribeDSPAAssessmentRiskTemplateVulnerableListResponse < TencentCloud::Common::AbstractModel
|
4927
4791
|
# @param RiskItemList: 脆弱项列表
|
4928
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4929
4792
|
# @type RiskItemList: Array
|
4930
4793
|
# @param TotalCount: 总条数
|
4931
4794
|
# @type TotalCount: Integer
|
@@ -5036,13 +4899,7 @@ module TencentCloud
|
|
5036
4899
|
# @type Offset: Integer
|
5037
4900
|
# @param Limit: 结果集个数限制。默认为20,最大值为100
|
5038
4901
|
# @type Limit: Integer
|
5039
|
-
# @param Filters:
|
5040
|
-
# 支持模糊搜索:TaskId,TaskName
|
5041
|
-
# 支持过滤:
|
5042
|
-
# BusinessName:业务名称
|
5043
|
-
# BusinessDept:业务部门名称
|
5044
|
-
# TemplateName:评估模版名称
|
5045
|
-
# Status:评估状态 (waiting待评估,processing评估中, , finished已评估, failed评估失败)
|
4902
|
+
# @param Filters: 过滤项。支持模糊搜索:TaskId,TaskName支持过滤:BusinessName:业务名称BusinessDept:业务部门名称TemplateName:评估模板名称Status:评估状态 (waiting待评估,processing评估中, , finished已评估, failed评估失败)
|
5046
4903
|
# @type Filters: Array
|
5047
4904
|
|
5048
4905
|
attr_accessor :DspaId, :Offset, :Limit, :Filters
|
@@ -5265,7 +5122,6 @@ module TencentCloud
|
|
5265
5122
|
# DescribeDSPACOSDataAssetBuckets返回参数结构体
|
5266
5123
|
class DescribeDSPACOSDataAssetBucketsResponse < TencentCloud::Common::AbstractModel
|
5267
5124
|
# @param Buckets: COS对象存储敏感数据资产已扫描的桶集合。
|
5268
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5269
5125
|
# @type Buckets: Array
|
5270
5126
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5271
5127
|
# @type RequestId: String
|
@@ -5307,7 +5163,6 @@ module TencentCloud
|
|
5307
5163
|
class DescribeDSPACOSDataAssetByComplianceIdResponse < TencentCloud::Common::AbstractModel
|
5308
5164
|
# @param Stats: 符合条件的COS存储对象的敏感数据资产统计记录
|
5309
5165
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5310
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5311
5166
|
# @type Stats: :class:`Tencentcloud::Dsgc.v20190723.models.DspaCOSDataAssetCount`
|
5312
5167
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5313
5168
|
# @type RequestId: String
|
@@ -5351,7 +5206,6 @@ module TencentCloud
|
|
5351
5206
|
# DescribeDSPACOSDataAssetDetail返回参数结构体
|
5352
5207
|
class DescribeDSPACOSDataAssetDetailResponse < TencentCloud::Common::AbstractModel
|
5353
5208
|
# @param Details: COS对象存储敏感数据资产详情列表
|
5354
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5355
5209
|
# @type Details: Array
|
5356
5210
|
# @param TotalCount: 符合条件的COS对象存储敏感数据资产数量
|
5357
5211
|
# @type TotalCount: Integer
|
@@ -5403,7 +5257,6 @@ module TencentCloud
|
|
5403
5257
|
# DescribeDSPACOSDiscoveryTaskDetail返回参数结构体
|
5404
5258
|
class DescribeDSPACOSDiscoveryTaskDetailResponse < TencentCloud::Common::AbstractModel
|
5405
5259
|
# @param Task: 任务详情
|
5406
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5407
5260
|
# @type Task: :class:`Tencentcloud::Dsgc.v20190723.models.DspaCOSDiscoveryTaskDetail`
|
5408
5261
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5409
5262
|
# @type RequestId: String
|
@@ -5451,7 +5304,6 @@ module TencentCloud
|
|
5451
5304
|
# DescribeDSPACOSDiscoveryTaskFiles返回参数结构体
|
5452
5305
|
class DescribeDSPACOSDiscoveryTaskFilesResponse < TencentCloud::Common::AbstractModel
|
5453
5306
|
# @param Files: 文件列表
|
5454
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5455
5307
|
# @type Files: Array
|
5456
5308
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5457
5309
|
# @type RequestId: String
|
@@ -5513,10 +5365,8 @@ module TencentCloud
|
|
5513
5365
|
# DescribeDSPACOSDiscoveryTaskResult返回参数结构体
|
5514
5366
|
class DescribeDSPACOSDiscoveryTaskResultResponse < TencentCloud::Common::AbstractModel
|
5515
5367
|
# @param Items: 扫描任务结果项
|
5516
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5517
5368
|
# @type Items: Array
|
5518
5369
|
# @param TotalCount: 符合条件的数据结果数目
|
5519
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5520
5370
|
# @type TotalCount: Integer
|
5521
5371
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5522
5372
|
# @type RequestId: String
|
@@ -5582,7 +5432,6 @@ module TencentCloud
|
|
5582
5432
|
# DescribeDSPACOSDiscoveryTasks返回参数结构体
|
5583
5433
|
class DescribeDSPACOSDiscoveryTasksResponse < TencentCloud::Common::AbstractModel
|
5584
5434
|
# @param Items: 任务列表
|
5585
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5586
5435
|
# @type Items: Array
|
5587
5436
|
# @param TotalCount: 符合条件的任务列表数
|
5588
5437
|
# @type TotalCount: Integer
|
@@ -5670,7 +5519,6 @@ module TencentCloud
|
|
5670
5519
|
# DescribeDSPACOSTaskResultDetail返回参数结构体
|
5671
5520
|
class DescribeDSPACOSTaskResultDetailResponse < TencentCloud::Common::AbstractModel
|
5672
5521
|
# @param Items: 扫描结果详情列表
|
5673
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5674
5522
|
# @type Items: Array
|
5675
5523
|
# @param TotalCount: 符合条件的详情数量
|
5676
5524
|
# @type TotalCount: Integer
|
@@ -5734,10 +5582,8 @@ module TencentCloud
|
|
5734
5582
|
# DescribeDSPACategories返回参数结构体
|
5735
5583
|
class DescribeDSPACategoriesResponse < TencentCloud::Common::AbstractModel
|
5736
5584
|
# @param Items: 敏感数据分类列表
|
5737
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5738
5585
|
# @type Items: Array
|
5739
5586
|
# @param TotalCount: 符合条件的敏感数据分类数
|
5740
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5741
5587
|
# @type TotalCount: Integer
|
5742
5588
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5743
5589
|
# @type RequestId: String
|
@@ -5787,7 +5633,6 @@ module TencentCloud
|
|
5787
5633
|
# DescribeDSPACategoryRuleStatistic返回参数结构体
|
5788
5634
|
class DescribeDSPACategoryRuleStatisticResponse < TencentCloud::Common::AbstractModel
|
5789
5635
|
# @param StatisticSet: 分类规则统计信息
|
5790
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5791
5636
|
# @type StatisticSet: Array
|
5792
5637
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5793
5638
|
# @type RequestId: String
|
@@ -5839,7 +5684,6 @@ module TencentCloud
|
|
5839
5684
|
# DescribeDSPACategoryRules返回参数结构体
|
5840
5685
|
class DescribeDSPACategoryRulesResponse < TencentCloud::Common::AbstractModel
|
5841
5686
|
# @param CategoryRules: 分类规则信息
|
5842
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5843
5687
|
# @type CategoryRules: Array
|
5844
5688
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5845
5689
|
# @type RequestId: String
|
@@ -5887,7 +5731,6 @@ module TencentCloud
|
|
5887
5731
|
# DescribeDSPACategoryTree返回参数结构体
|
5888
5732
|
class DescribeDSPACategoryTreeResponse < TencentCloud::Common::AbstractModel
|
5889
5733
|
# @param ResultJson: 分类树json
|
5890
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5891
5734
|
# @type ResultJson: String
|
5892
5735
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5893
5736
|
# @type RequestId: String
|
@@ -5932,7 +5775,6 @@ module TencentCloud
|
|
5932
5775
|
# DescribeDSPACategoryTreeWithRules返回参数结构体
|
5933
5776
|
class DescribeDSPACategoryTreeWithRulesResponse < TencentCloud::Common::AbstractModel
|
5934
5777
|
# @param ResultJson: 分类树json
|
5935
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5936
5778
|
# @type ResultJson: String
|
5937
5779
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5938
5780
|
# @type RequestId: String
|
@@ -5973,7 +5815,6 @@ module TencentCloud
|
|
5973
5815
|
# DescribeDSPAComplianceGroupDetail返回参数结构体
|
5974
5816
|
class DescribeDSPAComplianceGroupDetailResponse < TencentCloud::Common::AbstractModel
|
5975
5817
|
# @param Detail: 模板详情
|
5976
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5977
5818
|
# @type Detail: :class:`Tencentcloud::Dsgc.v20190723.models.ComplianceGroupDetail`
|
5978
5819
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5979
5820
|
# @type RequestId: String
|
@@ -6008,16 +5849,19 @@ module TencentCloud
|
|
6008
5849
|
# @type Limit: Integer
|
6009
5850
|
# @param ComplianceGroupTypeList: 合规组类型可选值:0 默认合规组, 1 系统合规组, 2 自定义合规组
|
6010
5851
|
# @type ComplianceGroupTypeList: Array
|
5852
|
+
# @param IsFilterCloseComplianceGroup: 是否仅显示已开启模版
|
5853
|
+
# @type IsFilterCloseComplianceGroup: Boolean
|
6011
5854
|
|
6012
|
-
attr_accessor :DspaId, :ComplianceGroupId, :Name, :Offset, :Limit, :ComplianceGroupTypeList
|
5855
|
+
attr_accessor :DspaId, :ComplianceGroupId, :Name, :Offset, :Limit, :ComplianceGroupTypeList, :IsFilterCloseComplianceGroup
|
6013
5856
|
|
6014
|
-
def initialize(dspaid=nil, compliancegroupid=nil, name=nil, offset=nil, limit=nil, compliancegrouptypelist=nil)
|
5857
|
+
def initialize(dspaid=nil, compliancegroupid=nil, name=nil, offset=nil, limit=nil, compliancegrouptypelist=nil, isfilterclosecompliancegroup=nil)
|
6015
5858
|
@DspaId = dspaid
|
6016
5859
|
@ComplianceGroupId = compliancegroupid
|
6017
5860
|
@Name = name
|
6018
5861
|
@Offset = offset
|
6019
5862
|
@Limit = limit
|
6020
5863
|
@ComplianceGroupTypeList = compliancegrouptypelist
|
5864
|
+
@IsFilterCloseComplianceGroup = isfilterclosecompliancegroup
|
6021
5865
|
end
|
6022
5866
|
|
6023
5867
|
def deserialize(params)
|
@@ -6027,16 +5871,15 @@ module TencentCloud
|
|
6027
5871
|
@Offset = params['Offset']
|
6028
5872
|
@Limit = params['Limit']
|
6029
5873
|
@ComplianceGroupTypeList = params['ComplianceGroupTypeList']
|
5874
|
+
@IsFilterCloseComplianceGroup = params['IsFilterCloseComplianceGroup']
|
6030
5875
|
end
|
6031
5876
|
end
|
6032
5877
|
|
6033
5878
|
# DescribeDSPAComplianceGroups返回参数结构体
|
6034
5879
|
class DescribeDSPAComplianceGroupsResponse < TencentCloud::Common::AbstractModel
|
6035
5880
|
# @param Items: 合规组列表
|
6036
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6037
5881
|
# @type Items: Array
|
6038
5882
|
# @param TotalCount: 符合条件的合规组列表数
|
6039
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6040
5883
|
# @type TotalCount: Integer
|
6041
5884
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6042
5885
|
# @type RequestId: String
|
@@ -6086,10 +5929,8 @@ module TencentCloud
|
|
6086
5929
|
# DescribeDSPAComplianceUpdateNotification返回参数结构体
|
6087
5930
|
class DescribeDSPAComplianceUpdateNotificationResponse < TencentCloud::Common::AbstractModel
|
6088
5931
|
# @param IsUpdated: 模板是否更新
|
6089
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6090
5932
|
# @type IsUpdated: Boolean
|
6091
5933
|
# @param TaskNameSet: 任务名称集合
|
6092
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6093
5934
|
# @type TaskNameSet: Array
|
6094
5935
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6095
5936
|
# @type RequestId: String
|
@@ -6136,15 +5977,17 @@ module TencentCloud
|
|
6136
5977
|
# DescribeDSPADataSourceDbInfo返回参数结构体
|
6137
5978
|
class DescribeDSPADataSourceDbInfoResponse < TencentCloud::Common::AbstractModel
|
6138
5979
|
# @param Items: 数据库信息列表
|
6139
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6140
5980
|
# @type Items: Array
|
5981
|
+
# @param DataSourceId: 数据源id
|
5982
|
+
# @type DataSourceId: String
|
6141
5983
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6142
5984
|
# @type RequestId: String
|
6143
5985
|
|
6144
|
-
attr_accessor :Items, :RequestId
|
5986
|
+
attr_accessor :Items, :DataSourceId, :RequestId
|
6145
5987
|
|
6146
|
-
def initialize(items=nil, requestid=nil)
|
5988
|
+
def initialize(items=nil, datasourceid=nil, requestid=nil)
|
6147
5989
|
@Items = items
|
5990
|
+
@DataSourceId = datasourceid
|
6148
5991
|
@RequestId = requestid
|
6149
5992
|
end
|
6150
5993
|
|
@@ -6157,6 +6000,7 @@ module TencentCloud
|
|
6157
6000
|
@Items << dspadatasourcedbinfo_tmp
|
6158
6001
|
end
|
6159
6002
|
end
|
6003
|
+
@DataSourceId = params['DataSourceId']
|
6160
6004
|
@RequestId = params['RequestId']
|
6161
6005
|
end
|
6162
6006
|
end
|
@@ -6202,7 +6046,6 @@ module TencentCloud
|
|
6202
6046
|
# @param TotalCount: 规则ID
|
6203
6047
|
# @type TotalCount: Integer
|
6204
6048
|
# @param Items: 规则集合
|
6205
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6206
6049
|
# @type Items: Array
|
6207
6050
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6208
6051
|
# @type RequestId: String
|
@@ -6288,7 +6131,6 @@ module TencentCloud
|
|
6288
6131
|
# DescribeDSPADiscoveryTaskDetail返回参数结构体
|
6289
6132
|
class DescribeDSPADiscoveryTaskDetailResponse < TencentCloud::Common::AbstractModel
|
6290
6133
|
# @param Task: 任务详情
|
6291
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6292
6134
|
# @type Task: :class:`Tencentcloud::Dsgc.v20190723.models.DspaDiscoveryTaskDetail`
|
6293
6135
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6294
6136
|
# @type RequestId: String
|
@@ -6368,10 +6210,8 @@ module TencentCloud
|
|
6368
6210
|
# DescribeDSPADiscoveryTaskResultDetail返回参数结构体
|
6369
6211
|
class DescribeDSPADiscoveryTaskResultDetailResponse < TencentCloud::Common::AbstractModel
|
6370
6212
|
# @param Items: 扫描结果详情列表
|
6371
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6372
6213
|
# @type Items: Array
|
6373
6214
|
# @param TotalCount: 符合条件的扫描结果详情记录数
|
6374
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6375
6215
|
# @type TotalCount: Integer
|
6376
6216
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6377
6217
|
# @type RequestId: String
|
@@ -6456,10 +6296,8 @@ module TencentCloud
|
|
6456
6296
|
# DescribeDSPADiscoveryTaskResult返回参数结构体
|
6457
6297
|
class DescribeDSPADiscoveryTaskResultResponse < TencentCloud::Common::AbstractModel
|
6458
6298
|
# @param Items: 扫描任务结果项
|
6459
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6460
6299
|
# @type Items: Array
|
6461
6300
|
# @param TotalCount: 符合条件的扫描任务结果记录数
|
6462
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6463
6301
|
# @type TotalCount: Integer
|
6464
6302
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6465
6303
|
# @type RequestId: String
|
@@ -6517,7 +6355,6 @@ module TencentCloud
|
|
6517
6355
|
# DescribeDSPADiscoveryTaskTables返回参数结构体
|
6518
6356
|
class DescribeDSPADiscoveryTaskTablesResponse < TencentCloud::Common::AbstractModel
|
6519
6357
|
# @param Items: 分类分级扫描表集合
|
6520
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6521
6358
|
# @type Items: Array
|
6522
6359
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6523
6360
|
# @type RequestId: String
|
@@ -6573,7 +6410,6 @@ module TencentCloud
|
|
6573
6410
|
# DescribeDSPAESDataAssetByComplianceId返回参数结构体
|
6574
6411
|
class DescribeDSPAESDataAssetByComplianceIdResponse < TencentCloud::Common::AbstractModel
|
6575
6412
|
# @param Stats: 概览统计结果
|
6576
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6577
6413
|
# @type Stats: :class:`Tencentcloud::Dsgc.v20190723.models.ESDataAssetCountDto`
|
6578
6414
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6579
6415
|
# @type RequestId: String
|
@@ -6641,10 +6477,8 @@ module TencentCloud
|
|
6641
6477
|
# DescribeDSPAESDataAssetDetail返回参数结构体
|
6642
6478
|
class DescribeDSPAESDataAssetDetailResponse < TencentCloud::Common::AbstractModel
|
6643
6479
|
# @param TotalCount: 总的个数
|
6644
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6645
6480
|
# @type TotalCount: Integer
|
6646
6481
|
# @param Details: 概览详情列表
|
6647
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6648
6482
|
# @type Details: Array
|
6649
6483
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6650
6484
|
# @type RequestId: String
|
@@ -6702,7 +6536,6 @@ module TencentCloud
|
|
6702
6536
|
# DescribeDSPAESDataSample返回参数结构体
|
6703
6537
|
class DescribeDSPAESDataSampleResponse < TencentCloud::Common::AbstractModel
|
6704
6538
|
# @param Items: 数据样本列表,最多10条数据
|
6705
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6706
6539
|
# @type Items: Array
|
6707
6540
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6708
6541
|
# @type RequestId: String
|
@@ -6736,7 +6569,7 @@ module TencentCloud
|
|
6736
6569
|
# @type CategoryIdList: Array
|
6737
6570
|
# @param LevelId: 敏感数据分级ID
|
6738
6571
|
# @type LevelId: Integer
|
6739
|
-
# @param DbName:
|
6572
|
+
# @param DbName: 数据库名称
|
6740
6573
|
# @type DbName: String
|
6741
6574
|
|
6742
6575
|
attr_accessor :DspaId, :TaskId, :ComplianceId, :Offset, :Limit, :CategoryIdList, :LevelId, :DbName
|
@@ -6767,10 +6600,8 @@ module TencentCloud
|
|
6767
6600
|
# DescribeDSPAESDiscoveryTaskResultDetail返回参数结构体
|
6768
6601
|
class DescribeDSPAESDiscoveryTaskResultDetailResponse < TencentCloud::Common::AbstractModel
|
6769
6602
|
# @param Items: ES扫描结果详情列表
|
6770
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6771
6603
|
# @type Items: Array
|
6772
6604
|
# @param TotalCount: 符合条件的扫描结果详情记录数
|
6773
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6774
6605
|
# @type TotalCount: Integer
|
6775
6606
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6776
6607
|
# @type RequestId: String
|
@@ -6883,11 +6714,9 @@ module TencentCloud
|
|
6883
6714
|
class DescribeDSPALevelGroupsResponse < TencentCloud::Common::AbstractModel
|
6884
6715
|
# @param Items: 符合条件的敏感数据分级标识记录
|
6885
6716
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6886
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6887
6717
|
# @type Items: Array
|
6888
6718
|
# @param TotalCount: 符合条件的敏感数据分级标识记录数
|
6889
6719
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6890
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6891
6720
|
# @type TotalCount: Integer
|
6892
6721
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6893
6722
|
# @type RequestId: String
|
@@ -7022,7 +6851,6 @@ module TencentCloud
|
|
7022
6851
|
# DescribeDSPARDBDataAssetDetail返回参数结构体
|
7023
6852
|
class DescribeDSPARDBDataAssetDetailResponse < TencentCloud::Common::AbstractModel
|
7024
6853
|
# @param Details: RDB关系数据库敏感数据资产详情列表
|
7025
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7026
6854
|
# @type Details: Array
|
7027
6855
|
# @param TotalCount: 符合条件的RDB关系数据库敏感数据资产数量
|
7028
6856
|
# @type TotalCount: Integer
|
@@ -7070,7 +6898,6 @@ module TencentCloud
|
|
7070
6898
|
# DescribeDSPASupportedMetas返回参数结构体
|
7071
6899
|
class DescribeDSPASupportedMetasResponse < TencentCloud::Common::AbstractModel
|
7072
6900
|
# @param Metas: 支持的元数据类型
|
7073
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7074
6901
|
# @type Metas: Array
|
7075
6902
|
# @param MaxDBInstanceLimit: 最大支持每批次同步数量
|
7076
6903
|
# @type MaxDBInstanceLimit: Integer
|
@@ -7130,7 +6957,6 @@ module TencentCloud
|
|
7130
6957
|
# DescribeDSPATaskResultDataSample返回参数结构体
|
7131
6958
|
class DescribeDSPATaskResultDataSampleResponse < TencentCloud::Common::AbstractModel
|
7132
6959
|
# @param Items: 数据样本列表,最多10条数据
|
7133
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7134
6960
|
# @type Items: Array
|
7135
6961
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7136
6962
|
# @type RequestId: String
|
@@ -7189,13 +7015,10 @@ module TencentCloud
|
|
7189
7015
|
# DescribeESAssetSensitiveDistribution返回参数结构体
|
7190
7016
|
class DescribeESAssetSensitiveDistributionResponse < TencentCloud::Common::AbstractModel
|
7191
7017
|
# @param ESAsset: ES的资产统计数据
|
7192
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7193
7018
|
# @type ESAsset: :class:`Tencentcloud::Dsgc.v20190723.models.ESAsset`
|
7194
7019
|
# @param TopAsset: 涉敏top数据
|
7195
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7196
7020
|
# @type TopAsset: Array
|
7197
7021
|
# @param ESDetail: ES的详情列表
|
7198
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7199
7022
|
# @type ESDetail: Array
|
7200
7023
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7201
7024
|
# @type RequestId: String
|
@@ -7339,13 +7162,10 @@ module TencentCloud
|
|
7339
7162
|
# DescribeMongoAssetSensitiveDistribution返回参数结构体
|
7340
7163
|
class DescribeMongoAssetSensitiveDistributionResponse < TencentCloud::Common::AbstractModel
|
7341
7164
|
# @param MongoAsset: mongo的资产统计数据
|
7342
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7343
7165
|
# @type MongoAsset: :class:`Tencentcloud::Dsgc.v20190723.models.MongoAsset`
|
7344
7166
|
# @param TopAsset: 涉敏top数据
|
7345
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7346
7167
|
# @type TopAsset: Array
|
7347
7168
|
# @param MongoDetail: mongo的详情列表
|
7348
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7349
7169
|
# @type MongoDetail: Array
|
7350
7170
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7351
7171
|
# @type RequestId: String
|
@@ -7418,13 +7238,10 @@ module TencentCloud
|
|
7418
7238
|
# DescribeRDBAssetSensitiveDistribution返回参数结构体
|
7419
7239
|
class DescribeRDBAssetSensitiveDistributionResponse < TencentCloud::Common::AbstractModel
|
7420
7240
|
# @param RDBAsset: rdb的资产统计数据
|
7421
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7422
7241
|
# @type RDBAsset: :class:`Tencentcloud::Dsgc.v20190723.models.RDBAsset`
|
7423
7242
|
# @param TopAsset: 涉敏top数据
|
7424
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7425
7243
|
# @type TopAsset: Array
|
7426
7244
|
# @param RDBDetail: rdb的详情列表
|
7427
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7428
7245
|
# @type RDBDetail: Array
|
7429
7246
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7430
7247
|
# @type RequestId: String
|
@@ -7490,7 +7307,6 @@ module TencentCloud
|
|
7490
7307
|
# DescribeReportTaskDownloadUrl返回参数结构体
|
7491
7308
|
class DescribeReportTaskDownloadUrlResponse < TencentCloud::Common::AbstractModel
|
7492
7309
|
# @param DownloadUrlSet: 下载链接集合
|
7493
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7494
7310
|
# @type DownloadUrlSet: Array
|
7495
7311
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7496
7312
|
# @type RequestId: String
|
@@ -7539,10 +7355,8 @@ module TencentCloud
|
|
7539
7355
|
# DescribeReportTasks返回参数结构体
|
7540
7356
|
class DescribeReportTasksResponse < TencentCloud::Common::AbstractModel
|
7541
7357
|
# @param TotalCount: 总数
|
7542
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7543
7358
|
# @type TotalCount: Integer
|
7544
7359
|
# @param ItemSet: 报表信息
|
7545
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7546
7360
|
# @type ItemSet: Array
|
7547
7361
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7548
7362
|
# @type RequestId: String
|
@@ -7657,16 +7471,12 @@ module TencentCloud
|
|
7657
7471
|
# DescribeSensitiveCOSDataDistribution返回参数结构体
|
7658
7472
|
class DescribeSensitiveCOSDataDistributionResponse < TencentCloud::Common::AbstractModel
|
7659
7473
|
# @param LevelDistribution: 分级分布
|
7660
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7661
7474
|
# @type LevelDistribution: Array
|
7662
7475
|
# @param CategoryDistribution: 分类分布
|
7663
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7664
7476
|
# @type CategoryDistribution: Array
|
7665
7477
|
# @param RuleDistribution: 规则分布详情
|
7666
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7667
7478
|
# @type RuleDistribution: Array
|
7668
7479
|
# @param SensitiveDataNum: 计算占比
|
7669
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7670
7480
|
# @type SensitiveDataNum: Integer
|
7671
7481
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7672
7482
|
# @type RequestId: String
|
@@ -7745,16 +7555,12 @@ module TencentCloud
|
|
7745
7555
|
# DescribeSensitiveRDBDataDistribution返回参数结构体
|
7746
7556
|
class DescribeSensitiveRDBDataDistributionResponse < TencentCloud::Common::AbstractModel
|
7747
7557
|
# @param LevelDistribution: 分级分布
|
7748
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7749
7558
|
# @type LevelDistribution: Array
|
7750
7559
|
# @param CategoryDistribution: 分类分布
|
7751
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7752
7560
|
# @type CategoryDistribution: Array
|
7753
7561
|
# @param RuleDistribution: 敏感规则分布详情列表
|
7754
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7755
7562
|
# @type RuleDistribution: Array
|
7756
7563
|
# @param SensitiveDataNum: 计算占比字段
|
7757
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7758
7564
|
# @type SensitiveDataNum: Integer
|
7759
7565
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7760
7566
|
# @type RequestId: String
|
@@ -7832,7 +7638,6 @@ module TencentCloud
|
|
7832
7638
|
# @param DspaId: DSPA实例ID。
|
7833
7639
|
# @type DspaId: String
|
7834
7640
|
# @param Results: 授权结果。
|
7835
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7836
7641
|
# @type Results: Array
|
7837
7642
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7838
7643
|
# @type RequestId: String
|
@@ -7862,16 +7667,12 @@ module TencentCloud
|
|
7862
7667
|
# DSPA敏感数据扫描数据源条件
|
7863
7668
|
class DiscoveryCondition < TencentCloud::Common::AbstractModel
|
7864
7669
|
# @param RDBInstances: RDB实例列表
|
7865
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7866
7670
|
# @type RDBInstances: Array
|
7867
7671
|
# @param COSInstances: COS实例列表
|
7868
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7869
7672
|
# @type COSInstances: Array
|
7870
7673
|
# @param NOSQLInstances: Mongo实例列表
|
7871
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7872
7674
|
# @type NOSQLInstances: Array
|
7873
7675
|
# @param ESInstances: ES实例列表
|
7874
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7875
7676
|
# @type ESInstances: Array
|
7876
7677
|
|
7877
7678
|
attr_accessor :RDBInstances, :COSInstances, :NOSQLInstances, :ESInstances
|
@@ -7942,31 +7743,22 @@ module TencentCloud
|
|
7942
7743
|
# COS对象存储敏感数据资产统计
|
7943
7744
|
class DspaCOSDataAssetCount < TencentCloud::Common::AbstractModel
|
7944
7745
|
# @param DataAssetType: 数组资产类型,0代表关系型数据库资产,1代表对象存储COS资产
|
7945
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7946
7746
|
# @type DataAssetType: Integer
|
7947
7747
|
# @param TotalBucketCnt: 已扫描的存储桶的个数
|
7948
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7949
7748
|
# @type TotalBucketCnt: Integer
|
7950
7749
|
# @param TotalObjectCnt: 对象总数
|
7951
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7952
7750
|
# @type TotalObjectCnt: Integer
|
7953
7751
|
# @param SensitiveCategoryCnt: 敏感数据类型个数
|
7954
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7955
7752
|
# @type SensitiveCategoryCnt: Integer
|
7956
7753
|
# @param SensitiveDataCnt: 敏感数据条数
|
7957
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7958
7754
|
# @type SensitiveDataCnt: Integer
|
7959
7755
|
# @param SensitiveLevel: 敏感等级分布
|
7960
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7961
7756
|
# @type SensitiveLevel: Array
|
7962
7757
|
# @param SensitiveBucketCnt: 敏感存储桶个数
|
7963
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7964
7758
|
# @type SensitiveBucketCnt: Integer
|
7965
7759
|
# @param SensitiveObjectCnt: 敏感对象个数
|
7966
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7967
7760
|
# @type SensitiveObjectCnt: Integer
|
7968
7761
|
# @param CategoryDistributed: 数据分类分布
|
7969
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7970
7762
|
# @type CategoryDistributed: Array
|
7971
7763
|
|
7972
7764
|
attr_accessor :DataAssetType, :TotalBucketCnt, :TotalObjectCnt, :SensitiveCategoryCnt, :SensitiveDataCnt, :SensitiveLevel, :SensitiveBucketCnt, :SensitiveObjectCnt, :CategoryDistributed
|
@@ -8037,30 +7829,22 @@ module TencentCloud
|
|
8037
7829
|
# @param RuleId: 规则id
|
8038
7830
|
# @type RuleId: Integer
|
8039
7831
|
# @param ResourceRegion: 资源所在地域
|
8040
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8041
7832
|
# @type ResourceRegion: String
|
8042
7833
|
# @param CategoryId: 分类ID
|
8043
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8044
7834
|
# @type CategoryId: Integer
|
8045
7835
|
# @param LevelId: 分级ID
|
8046
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8047
7836
|
# @type LevelId: Integer
|
8048
7837
|
# @param FileResultId: 文件扫描结果ID
|
8049
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8050
7838
|
# @type FileResultId: Integer
|
8051
7839
|
# @param DataSourceName: 数据源名称
|
8052
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8053
7840
|
# @type DataSourceName: String
|
8054
7841
|
# @param CategoryFullPath: 分类路径
|
8055
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8056
7842
|
# @type CategoryFullPath: String
|
8057
7843
|
# @param IdentifyType: 0-系统识别
|
8058
7844
|
# 1-人工识别
|
8059
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8060
7845
|
# @type IdentifyType: Integer
|
8061
7846
|
# @param CheckStatus: 0-系统识别
|
8062
7847
|
# 1-人工识别
|
8063
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8064
7848
|
# @type CheckStatus: Integer
|
8065
7849
|
|
8066
7850
|
attr_accessor :BucketName, :FileName, :RuleName, :SensitiveDataCount, :CategoryName, :LevelRiskName, :KMSEncrypted, :FileType, :FileSize, :LevelRiskScore, :DataSourceId, :RuleId, :ResourceRegion, :CategoryId, :LevelId, :FileResultId, :DataSourceName, :CategoryFullPath, :IdentifyType, :CheckStatus
|
@@ -8129,13 +7913,10 @@ module TencentCloud
|
|
8129
7913
|
# @param GeneralRuleSetEnable: 通用规则集开关,0 关闭,1 启用
|
8130
7914
|
# @type GeneralRuleSetEnable: Integer
|
8131
7915
|
# @param Result: 任务最新的一次执行结果信息,该字段用于查询任务列表接口
|
8132
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8133
7916
|
# @type Result: :class:`Tencentcloud::Dsgc.v20190723.models.ScanTaskResult`
|
8134
7917
|
# @param TimingStartTime: 定时开始时间
|
8135
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8136
7918
|
# @type TimingStartTime: String
|
8137
7919
|
# @param ComplianceUpdate: 关联分类模板是否更新
|
8138
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8139
7920
|
# @type ComplianceUpdate: Boolean
|
8140
7921
|
|
8141
7922
|
attr_accessor :Name, :Description, :Period, :Plan, :Enable, :DataSourceInfo, :GeneralRuleSetEnable, :Result, :TimingStartTime, :ComplianceUpdate
|
@@ -8178,16 +7959,12 @@ module TencentCloud
|
|
8178
7959
|
# @param DataSourceId: 数据源ID
|
8179
7960
|
# @type DataSourceId: String
|
8180
7961
|
# @param ProxyAddress: 代理地址
|
8181
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8182
7962
|
# @type ProxyAddress: Array
|
8183
7963
|
# @param DataSourceName: 数据源名称
|
8184
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8185
7964
|
# @type DataSourceName: String
|
8186
7965
|
# @param Condition: 扫描任务条件
|
8187
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8188
7966
|
# @type Condition: :class:`Tencentcloud::Dsgc.v20190723.models.DspaDiscoveryTaskCOSCondition`
|
8189
7967
|
# @param ResourceRegion: 资源所在地域
|
8190
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8191
7968
|
# @type ResourceRegion: String
|
8192
7969
|
|
8193
7970
|
attr_accessor :DataSourceId, :ProxyAddress, :DataSourceName, :Condition, :ResourceRegion
|
@@ -8229,13 +8006,10 @@ module TencentCloud
|
|
8229
8006
|
# @param GeneralRuleSetEnable: 通用规则集开关,0 关闭,1 启用
|
8230
8007
|
# @type GeneralRuleSetEnable: Integer
|
8231
8008
|
# @param DefaultComplianceInfo: 当创建任务时,用户打开了通用规则集开关,则该字段就会保存默认合规组信息
|
8232
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8233
8009
|
# @type DefaultComplianceInfo: Array
|
8234
8010
|
# @param CustomComplianceInfo: 该任务中用户选择的合规组信息列表
|
8235
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8236
8011
|
# @type CustomComplianceInfo: Array
|
8237
8012
|
# @param TimingStartTime: 定时开始时间
|
8238
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8239
8013
|
# @type TimingStartTime: String
|
8240
8014
|
|
8241
8015
|
attr_accessor :Name, :Description, :Period, :Plan, :Enable, :DataSourceInfo, :GeneralRuleSetEnable, :DefaultComplianceInfo, :CustomComplianceInfo, :TimingStartTime
|
@@ -8305,18 +8079,14 @@ module TencentCloud
|
|
8305
8079
|
# @param EndTime: Bucket扫描的结束时间,格式如:2006-01-02 15:04:05
|
8306
8080
|
# @type EndTime: String
|
8307
8081
|
# @param DataSourceName: 数据源名称
|
8308
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8309
8082
|
# @type DataSourceName: String
|
8310
8083
|
# @param Status: Bucket扫描状态,0待扫描 1扫描中 2扫描终止 3扫描成功 4扫描失败
|
8311
8084
|
# @type Status: Integer
|
8312
8085
|
# @param ErrorInfo: Bucket扫描结果错误信息
|
8313
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8314
8086
|
# @type ErrorInfo: String
|
8315
8087
|
# @param ResourceRegion: 资源所在地域
|
8316
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8317
8088
|
# @type ResourceRegion: String
|
8318
8089
|
# @param OverSize: 是否超额
|
8319
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8320
8090
|
# @type OverSize: String
|
8321
8091
|
|
8322
8092
|
attr_accessor :BucketResultId, :TaskId, :TaskName, :ResultId, :DataSourceId, :BucketName, :TotalFiles, :SensitiveDataNums, :EndTime, :DataSourceName, :Status, :ErrorInfo, :ResourceRegion, :OverSize
|
@@ -8399,16 +8169,12 @@ module TencentCloud
|
|
8399
8169
|
# DSPA数据分类分布
|
8400
8170
|
class DspaDataCategoryDistributed < TencentCloud::Common::AbstractModel
|
8401
8171
|
# @param CategoryId: 数据分类ID
|
8402
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8403
8172
|
# @type CategoryId: Integer
|
8404
8173
|
# @param CategoryName: 数据分类名称
|
8405
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8406
8174
|
# @type CategoryName: String
|
8407
8175
|
# @param Count: 数据分类统计个数
|
8408
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8409
8176
|
# @type Count: Integer
|
8410
8177
|
# @param CategoryFullPath: 分类路径
|
8411
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8412
8178
|
# @type CategoryFullPath: String
|
8413
8179
|
|
8414
8180
|
attr_accessor :CategoryId, :CategoryName, :Count, :CategoryFullPath
|
@@ -8452,10 +8218,8 @@ module TencentCloud
|
|
8452
8218
|
class DspaDiscoveryCOSDataRule < TencentCloud::Common::AbstractModel
|
8453
8219
|
# @param Operator: 只能取and 、or两个值其中之一,and:字段和内容同时满足,or:字段和内容满足其一.
|
8454
8220
|
# 默认值为or
|
8455
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8456
8221
|
# @type Operator: String
|
8457
8222
|
# @param Contents: 规则内容
|
8458
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8459
8223
|
# @type Contents: Array
|
8460
8224
|
|
8461
8225
|
attr_accessor :Operator, :Contents
|
@@ -8481,19 +8245,14 @@ module TencentCloud
|
|
8481
8245
|
# 分类分级任务COS识别规则
|
8482
8246
|
class DspaDiscoveryCOSRules < TencentCloud::Common::AbstractModel
|
8483
8247
|
# @param Status: 规则状态;0 不启用, 1 启用
|
8484
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8485
8248
|
# @type Status: Integer
|
8486
8249
|
# @param RegexRule: regex规则内容
|
8487
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8488
8250
|
# @type RegexRule: :class:`Tencentcloud::Dsgc.v20190723.models.DspaDiscoveryCOSDataRule`
|
8489
8251
|
# @param KeywordRule: 关键词规则内容组,最大支持5个关键词。
|
8490
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8491
8252
|
# @type KeywordRule: :class:`Tencentcloud::Dsgc.v20190723.models.DspaDiscoveryCOSDataRule`
|
8492
8253
|
# @param IgnoreStringRule: 忽略词规则内容组,最大支持5个忽略词。
|
8493
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8494
8254
|
# @type IgnoreStringRule: :class:`Tencentcloud::Dsgc.v20190723.models.DspaDiscoveryCOSDataRule`
|
8495
8255
|
# @param MaxMatch: 最大匹配距离,默认值为100。上限为500.
|
8496
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8497
8256
|
# @type MaxMatch: Integer
|
8498
8257
|
|
8499
8258
|
attr_accessor :Status, :RegexRule, :KeywordRule, :IgnoreStringRule, :MaxMatch
|
@@ -8529,60 +8288,45 @@ module TencentCloud
|
|
8529
8288
|
# @param TaskId: 任务ID
|
8530
8289
|
# @type TaskId: Integer
|
8531
8290
|
# @param FileResultId: 扫描File结果详情ID
|
8532
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8533
8291
|
# @type FileResultId: Integer
|
8534
8292
|
# @param BucketName: 所属桶名
|
8535
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8536
8293
|
# @type BucketName: String
|
8537
8294
|
# @param FileName: 所属文件名
|
8538
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8539
8295
|
# @type FileName: String
|
8540
8296
|
# @param CategoryId: 敏感数据分类ID
|
8541
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8542
8297
|
# @type CategoryId: Integer
|
8543
8298
|
# @param CategoryName: 敏感数据分类名称
|
8544
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8545
8299
|
# @type CategoryName: String
|
8546
8300
|
# @param LevelId: 敏感数据分级ID
|
8547
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8548
8301
|
# @type LevelId: Integer
|
8549
8302
|
# @param LevelName: 敏感数据分级名称
|
8550
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8551
8303
|
# @type LevelName: String
|
8552
8304
|
# @param KMSEncrypted: KMS加密,true or false
|
8553
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8554
8305
|
# @type KMSEncrypted: Boolean
|
8555
8306
|
# @param RuleName: 规则名称
|
8556
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8557
8307
|
# @type RuleName: String
|
8558
8308
|
# @param RuleId: 规则ID
|
8559
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8560
8309
|
# @type RuleId: Integer
|
8561
8310
|
# @param LevelRiskScore: 敏感数据分级分数
|
8562
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8563
8311
|
# @type LevelRiskScore: Integer
|
8564
8312
|
# @param FileSize: 文件大小,单位为KB
|
8565
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8566
8313
|
# @type FileSize: Integer
|
8567
8314
|
# @param FileType: 文件类型,如csv,txt
|
8568
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8569
8315
|
# @type FileType: String
|
8570
8316
|
# @param SensitiveDataCount: 敏感数据出现次数
|
8571
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8572
8317
|
# @type SensitiveDataCount: Integer
|
8573
8318
|
# @param CategoryFullPath: 分类树路径
|
8574
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8575
8319
|
# @type CategoryFullPath: Array
|
8320
|
+
# @param CategoryArr: 分类树路径
|
8321
|
+
# @type CategoryArr: Array
|
8576
8322
|
# @param ComplianceId: 合规组ID
|
8577
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8578
8323
|
# @type ComplianceId: Integer
|
8579
8324
|
# @param ResultId: 结果id
|
8580
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8581
8325
|
# @type ResultId: Integer
|
8582
8326
|
|
8583
|
-
attr_accessor :TaskId, :FileResultId, :BucketName, :FileName, :CategoryId, :CategoryName, :LevelId, :LevelName, :KMSEncrypted, :RuleName, :RuleId, :LevelRiskScore, :FileSize, :FileType, :SensitiveDataCount, :CategoryFullPath, :ComplianceId, :ResultId
|
8327
|
+
attr_accessor :TaskId, :FileResultId, :BucketName, :FileName, :CategoryId, :CategoryName, :LevelId, :LevelName, :KMSEncrypted, :RuleName, :RuleId, :LevelRiskScore, :FileSize, :FileType, :SensitiveDataCount, :CategoryFullPath, :CategoryArr, :ComplianceId, :ResultId
|
8584
8328
|
|
8585
|
-
def initialize(taskid=nil, fileresultid=nil, bucketname=nil, filename=nil, categoryid=nil, categoryname=nil, levelid=nil, levelname=nil, kmsencrypted=nil, rulename=nil, ruleid=nil, levelriskscore=nil, filesize=nil, filetype=nil, sensitivedatacount=nil, categoryfullpath=nil, complianceid=nil, resultid=nil)
|
8329
|
+
def initialize(taskid=nil, fileresultid=nil, bucketname=nil, filename=nil, categoryid=nil, categoryname=nil, levelid=nil, levelname=nil, kmsencrypted=nil, rulename=nil, ruleid=nil, levelriskscore=nil, filesize=nil, filetype=nil, sensitivedatacount=nil, categoryfullpath=nil, categoryarr=nil, complianceid=nil, resultid=nil)
|
8586
8330
|
@TaskId = taskid
|
8587
8331
|
@FileResultId = fileresultid
|
8588
8332
|
@BucketName = bucketname
|
@@ -8599,6 +8343,7 @@ module TencentCloud
|
|
8599
8343
|
@FileType = filetype
|
8600
8344
|
@SensitiveDataCount = sensitivedatacount
|
8601
8345
|
@CategoryFullPath = categoryfullpath
|
8346
|
+
@CategoryArr = categoryarr
|
8602
8347
|
@ComplianceId = complianceid
|
8603
8348
|
@ResultId = resultid
|
8604
8349
|
end
|
@@ -8620,6 +8365,7 @@ module TencentCloud
|
|
8620
8365
|
@FileType = params['FileType']
|
8621
8366
|
@SensitiveDataCount = params['SensitiveDataCount']
|
8622
8367
|
@CategoryFullPath = params['CategoryFullPath']
|
8368
|
+
@CategoryArr = params['CategoryArr']
|
8623
8369
|
@ComplianceId = params['ComplianceId']
|
8624
8370
|
@ResultId = params['ResultId']
|
8625
8371
|
end
|
@@ -8628,22 +8374,16 @@ module TencentCloud
|
|
8628
8374
|
# 合规组
|
8629
8375
|
class DspaDiscoveryComplianceGroup < TencentCloud::Common::AbstractModel
|
8630
8376
|
# @param ComplianceGroupId: 合规组ID
|
8631
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8632
8377
|
# @type ComplianceGroupId: Integer
|
8633
8378
|
# @param Name: 合规组名称
|
8634
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8635
8379
|
# @type Name: String
|
8636
8380
|
# @param Description: 合规组描述信息
|
8637
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8638
8381
|
# @type Description: String
|
8639
8382
|
# @param ComplianceGroupType: 合规组类型;0 默认合规组,1 系统合规组(除默认合规组外), 2 自定义合规组
|
8640
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8641
8383
|
# @type ComplianceGroupType: Integer
|
8642
8384
|
# @param ComplianceGroupRules: 合规组对应的规则项
|
8643
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8644
8385
|
# @type ComplianceGroupRules: Array
|
8645
8386
|
# @param LevelGroupId: 合规组对应的分级组ID
|
8646
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8647
8387
|
# @type LevelGroupId: Integer
|
8648
8388
|
|
8649
8389
|
attr_accessor :ComplianceGroupId, :Name, :Description, :ComplianceGroupType, :ComplianceGroupRules, :LevelGroupId
|
@@ -8677,33 +8417,29 @@ module TencentCloud
|
|
8677
8417
|
# 合规组信息
|
8678
8418
|
class DspaDiscoveryComplianceGroupInfo < TencentCloud::Common::AbstractModel
|
8679
8419
|
# @param ComplianceGroupId: 合规组ID
|
8680
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8681
8420
|
# @type ComplianceGroupId: Integer
|
8682
8421
|
# @param Name: 合规组名称
|
8683
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8684
8422
|
# @type Name: String
|
8685
8423
|
# @param Description: 合规组描述信息
|
8686
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8687
8424
|
# @type Description: String
|
8688
8425
|
# @param ComplianceGroupType: 合规组类型;0 默认合规组,1 系统合规组(除默认合规组外), 2 自定义合规组
|
8689
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8690
8426
|
# @type ComplianceGroupType: Integer
|
8691
8427
|
# @param ComplianceGroupRules: 合规组对应的规则项
|
8692
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8693
8428
|
# @type ComplianceGroupRules: Array
|
8694
8429
|
# @param LevelGroupId: 合规组对应的分级组ID
|
8695
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8696
8430
|
# @type LevelGroupId: Integer
|
8697
8431
|
# @param Disabled: 是否禁止使用(true,禁止使用,false,可以使用)
|
8698
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8699
8432
|
# @type Disabled: Boolean
|
8700
8433
|
# @param IsAlias: 是否别名
|
8701
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8702
8434
|
# @type IsAlias: Boolean
|
8435
|
+
# @param Status: 1代表模版开启,0代表模版关闭
|
8436
|
+
# @type Status: Integer
|
8437
|
+
# @param ModifyTime: 模版最后修改时间
|
8438
|
+
# @type ModifyTime: String
|
8703
8439
|
|
8704
|
-
attr_accessor :ComplianceGroupId, :Name, :Description, :ComplianceGroupType, :ComplianceGroupRules, :LevelGroupId, :Disabled, :IsAlias
|
8440
|
+
attr_accessor :ComplianceGroupId, :Name, :Description, :ComplianceGroupType, :ComplianceGroupRules, :LevelGroupId, :Disabled, :IsAlias, :Status, :ModifyTime
|
8705
8441
|
|
8706
|
-
def initialize(compliancegroupid=nil, name=nil, description=nil, compliancegrouptype=nil, compliancegrouprules=nil, levelgroupid=nil, disabled=nil, isalias=nil)
|
8442
|
+
def initialize(compliancegroupid=nil, name=nil, description=nil, compliancegrouptype=nil, compliancegrouprules=nil, levelgroupid=nil, disabled=nil, isalias=nil, status=nil, modifytime=nil)
|
8707
8443
|
@ComplianceGroupId = compliancegroupid
|
8708
8444
|
@Name = name
|
8709
8445
|
@Description = description
|
@@ -8712,6 +8448,8 @@ module TencentCloud
|
|
8712
8448
|
@LevelGroupId = levelgroupid
|
8713
8449
|
@Disabled = disabled
|
8714
8450
|
@IsAlias = isalias
|
8451
|
+
@Status = status
|
8452
|
+
@ModifyTime = modifytime
|
8715
8453
|
end
|
8716
8454
|
|
8717
8455
|
def deserialize(params)
|
@@ -8730,28 +8468,24 @@ module TencentCloud
|
|
8730
8468
|
@LevelGroupId = params['LevelGroupId']
|
8731
8469
|
@Disabled = params['Disabled']
|
8732
8470
|
@IsAlias = params['IsAlias']
|
8471
|
+
@Status = params['Status']
|
8472
|
+
@ModifyTime = params['ModifyTime']
|
8733
8473
|
end
|
8734
8474
|
end
|
8735
8475
|
|
8736
8476
|
# 合规组中规则信息,用于合规组列表中规则信息展示
|
8737
8477
|
class DspaDiscoveryComplianceGroupRule < TencentCloud::Common::AbstractModel
|
8738
8478
|
# @param RuleId: 敏感数据识别规则ID
|
8739
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8740
8479
|
# @type RuleId: Integer
|
8741
8480
|
# @param RuleName: 敏感数据识别规则名称
|
8742
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8743
8481
|
# @type RuleName: String
|
8744
8482
|
# @param CategoryId: 敏感数据分类ID
|
8745
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8746
8483
|
# @type CategoryId: Integer
|
8747
8484
|
# @param LevelId: 敏感数据分级ID, 目前只支持高、中、低三级
|
8748
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8749
8485
|
# @type LevelId: Integer
|
8750
8486
|
# @param CategoryName: 合规组对应的分类信息
|
8751
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8752
8487
|
# @type CategoryName: String
|
8753
8488
|
# @param LevelRiskName: 分级名称
|
8754
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8755
8489
|
# @type LevelRiskName: String
|
8756
8490
|
|
8757
8491
|
attr_accessor :RuleId, :RuleName, :CategoryId, :LevelId, :CategoryName, :LevelRiskName
|
@@ -8778,16 +8512,12 @@ module TencentCloud
|
|
8778
8512
|
# 合规组中规则信息,用于合规组列表中规则信息展示
|
8779
8513
|
class DspaDiscoveryComplianceGroupRuleInfo < TencentCloud::Common::AbstractModel
|
8780
8514
|
# @param RuleId: 敏感数据识别规则ID
|
8781
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8782
8515
|
# @type RuleId: Integer
|
8783
8516
|
# @param RuleName: 敏感数据识别规则名称
|
8784
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8785
8517
|
# @type RuleName: String
|
8786
8518
|
# @param CategoryId: 敏感数据分类ID
|
8787
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8788
8519
|
# @type CategoryId: Integer
|
8789
8520
|
# @param LevelId: 敏感数据分级ID, 目前只支持高、中、低三级
|
8790
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8791
8521
|
# @type LevelId: Integer
|
8792
8522
|
|
8793
8523
|
attr_accessor :RuleId, :RuleName, :CategoryId, :LevelId
|
@@ -8811,12 +8541,10 @@ module TencentCloud
|
|
8811
8541
|
class DspaDiscoveryDataContent < TencentCloud::Common::AbstractModel
|
8812
8542
|
# @param RuleContent: 规则内容,可以是正则规则,关键词,
|
8813
8543
|
# 忽略词扥
|
8814
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8815
8544
|
# @type RuleContent: String
|
8816
8545
|
# @param IsIgnoreCase: 是否区分大小写
|
8817
8546
|
# false: 不区分大小写
|
8818
8547
|
# true:区分大小写
|
8819
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8820
8548
|
# @type IsIgnoreCase: Boolean
|
8821
8549
|
|
8822
8550
|
attr_accessor :RuleContent, :IsIgnoreCase
|
@@ -8837,13 +8565,10 @@ module TencentCloud
|
|
8837
8565
|
# @param RuleType: 规则类型;取值:
|
8838
8566
|
# keyword 关键字,
|
8839
8567
|
# regex 正则
|
8840
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8841
8568
|
# @type RuleType: String
|
8842
8569
|
# @param RuleContent: 内容
|
8843
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8844
8570
|
# @type RuleContent: String
|
8845
8571
|
# @param ExtendParameters: 该字段是针对规则类型RuleType为keyword类型时的一个扩展属性
|
8846
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8847
8572
|
# @type ExtendParameters: Array
|
8848
8573
|
|
8849
8574
|
attr_accessor :RuleType, :RuleContent, :ExtendParameters
|
@@ -8871,10 +8596,8 @@ module TencentCloud
|
|
8871
8596
|
# 敏感数据识别规则集
|
8872
8597
|
class DspaDiscoveryDataRules < TencentCloud::Common::AbstractModel
|
8873
8598
|
# @param Operator: 操作符;只能取and, or的其中一种
|
8874
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8875
8599
|
# @type Operator: String
|
8876
8600
|
# @param Contents: 规则
|
8877
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8878
8601
|
# @type Contents: Array
|
8879
8602
|
|
8880
8603
|
attr_accessor :Operator, :Contents
|
@@ -8900,25 +8623,18 @@ module TencentCloud
|
|
8900
8623
|
# 敏感数据分级信息
|
8901
8624
|
class DspaDiscoveryLevelDetail < TencentCloud::Common::AbstractModel
|
8902
8625
|
# @param LevelGroupName: 分级组名称,唯一性约束,最多60个字符,仅允许输入中文、英文字母、数字、'_'、'-',并且开头和结尾需为中文、英文字母或者数字,Name不可重复
|
8903
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8904
8626
|
# @type LevelGroupName: String
|
8905
8627
|
# @param Source: 分级组来源,0为内置,1为自定义
|
8906
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8907
8628
|
# @type Source: Integer
|
8908
8629
|
# @param LevelGroupDesc: 分级组描述,最多1024字符
|
8909
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8910
8630
|
# @type LevelGroupDesc: String
|
8911
8631
|
# @param LevelDetail: 具体分级标识详情
|
8912
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8913
8632
|
# @type LevelDetail: Array
|
8914
8633
|
# @param RefComplianceCnt: 引用合规组次数
|
8915
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8916
8634
|
# @type RefComplianceCnt: Integer
|
8917
8635
|
# @param RefCompliance: 引用合规组
|
8918
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8919
8636
|
# @type RefCompliance: Array
|
8920
8637
|
# @param LevelGroupId: 分级组ID
|
8921
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8922
8638
|
# @type LevelGroupId: Integer
|
8923
8639
|
|
8924
8640
|
attr_accessor :LevelGroupName, :Source, :LevelGroupDesc, :LevelDetail, :RefComplianceCnt, :RefCompliance, :LevelGroupId
|
@@ -8961,16 +8677,12 @@ module TencentCloud
|
|
8961
8677
|
# 分类分级任务RDB数据规则
|
8962
8678
|
class DspaDiscoveryRDBRules < TencentCloud::Common::AbstractModel
|
8963
8679
|
# @param Status: 规则状态;0 不启用, 1 启用
|
8964
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8965
8680
|
# @type Status: Integer
|
8966
8681
|
# @param MatchOperator: 只能取and 、or两个值其中之一,and:字段和内容同时满足,or:字段和内容满足其一
|
8967
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8968
8682
|
# @type MatchOperator: String
|
8969
8683
|
# @param MetaRule: 字段名包含规则,最大支持选择9项
|
8970
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8971
8684
|
# @type MetaRule: :class:`Tencentcloud::Dsgc.v20190723.models.DspaDiscoveryDataRules`
|
8972
8685
|
# @param ContentRule: 内容包含规则,最大支持选择9项
|
8973
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8974
8686
|
# @type ContentRule: :class:`Tencentcloud::Dsgc.v20190723.models.DspaDiscoveryDataRules`
|
8975
8687
|
|
8976
8688
|
attr_accessor :Status, :MatchOperator, :MetaRule, :ContentRule
|
@@ -8999,25 +8711,18 @@ module TencentCloud
|
|
8999
8711
|
# 敏感数据扫描任务识别规则详情
|
9000
8712
|
class DspaDiscoveryRuleDetail < TencentCloud::Common::AbstractModel
|
9001
8713
|
# @param RuleId: 规则ID
|
9002
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9003
8714
|
# @type RuleId: Integer
|
9004
8715
|
# @param Name: 规则名称
|
9005
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9006
8716
|
# @type Name: String
|
9007
8717
|
# @param Description: 规则描述
|
9008
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9009
8718
|
# @type Description: String
|
9010
8719
|
# @param Source: 规则来源,取值:0 内置, 1 自定义
|
9011
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9012
8720
|
# @type Source: Integer
|
9013
8721
|
# @param RDBRules: RDB规则详情
|
9014
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9015
8722
|
# @type RDBRules: :class:`Tencentcloud::Dsgc.v20190723.models.DspaDiscoveryRDBRules`
|
9016
8723
|
# @param COSRules: COS规则详情
|
9017
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9018
8724
|
# @type COSRules: :class:`Tencentcloud::Dsgc.v20190723.models.DspaDiscoveryCOSRules`
|
9019
8725
|
# @param Status: 0关闭,1开启
|
9020
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9021
8726
|
# @type Status: Integer
|
9022
8727
|
|
9023
8728
|
attr_accessor :RuleId, :Name, :Description, :Source, :RDBRules, :COSRules, :Status
|
@@ -9052,13 +8757,10 @@ module TencentCloud
|
|
9052
8757
|
# 描述对象存储类敏感识别扫描人元数据条件。
|
9053
8758
|
class DspaDiscoveryTaskCOSCondition < TencentCloud::Common::AbstractModel
|
9054
8759
|
# @param Bucket: 数据桶名称
|
9055
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9056
8760
|
# @type Bucket: String
|
9057
8761
|
# @param FileTypes: 文件类型
|
9058
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9059
8762
|
# @type FileTypes: Array
|
9060
8763
|
# @param FileSizeLimit: 文件大小上限,单位为KB,如1000, 目前单个文件最大只支持1GB(1048576KB)
|
9061
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9062
8764
|
# @type FileSizeLimit: Integer
|
9063
8765
|
|
9064
8766
|
attr_accessor :Bucket, :FileTypes, :FileSizeLimit
|
@@ -9083,16 +8785,12 @@ module TencentCloud
|
|
9083
8785
|
# @param Condition: 用于传入的数据源的条件,可以选择多个数据库,数据库之间通过逗号分隔,如果为空,默认是全部数据库
|
9084
8786
|
# @type Condition: String
|
9085
8787
|
# @param ProxyAddress: 代理地址
|
9086
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9087
8788
|
# @type ProxyAddress: Array
|
9088
8789
|
# @param DataSourceName: 数据源名称
|
9089
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9090
8790
|
# @type DataSourceName: String
|
9091
8791
|
# @param ResourceRegion: 资源所在地域
|
9092
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9093
8792
|
# @type ResourceRegion: String
|
9094
8793
|
# @param DataSourceType: 数据源类型
|
9095
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9096
8794
|
# @type DataSourceType: String
|
9097
8795
|
|
9098
8796
|
attr_accessor :DataSourceId, :Condition, :ProxyAddress, :DataSourceName, :ResourceRegion, :DataSourceType
|
@@ -9137,21 +8835,16 @@ module TencentCloud
|
|
9137
8835
|
# @param EndTime: DB扫描的结束时间,格式如:2006-01-02 15:04:05
|
9138
8836
|
# @type EndTime: String
|
9139
8837
|
# @param DataSourceName: 数据源名称
|
9140
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9141
8838
|
# @type DataSourceName: String
|
9142
8839
|
# @param Status: DB扫描状态,0待扫描 1扫描中 2扫描终止 3扫描成功 4扫描失败
|
9143
8840
|
# @type Status: Integer
|
9144
8841
|
# @param ErrorInfo: DB扫描结果错误信息
|
9145
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9146
8842
|
# @type ErrorInfo: String
|
9147
8843
|
# @param ResourceRegion: 资源所在地域
|
9148
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9149
8844
|
# @type ResourceRegion: String
|
9150
8845
|
# @param SensitiveField: 敏感字段数
|
9151
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9152
8846
|
# @type SensitiveField: Integer
|
9153
8847
|
# @param TotalField: 总的字段数
|
9154
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9155
8848
|
# @type TotalField: Integer
|
9156
8849
|
|
9157
8850
|
attr_accessor :DbResultId, :TaskId, :TaskName, :ResultId, :DataSourceId, :DbName, :TotalTables, :SensitiveTables, :EndTime, :DataSourceName, :Status, :ErrorInfo, :ResourceRegion, :SensitiveField, :TotalField
|
@@ -9198,7 +8891,6 @@ module TencentCloud
|
|
9198
8891
|
# @param Name: 任务名称
|
9199
8892
|
# @type Name: String
|
9200
8893
|
# @param Description: 任务描述
|
9201
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9202
8894
|
# @type Description: String
|
9203
8895
|
# @param Period: 执行周期,0单次 1每天 2每周 3每月
|
9204
8896
|
# @type Period: Integer
|
@@ -9207,19 +8899,14 @@ module TencentCloud
|
|
9207
8899
|
# @param Enable: 任务开关;1 打开,0 关闭
|
9208
8900
|
# @type Enable: Integer
|
9209
8901
|
# @param DataSourceInfo: 元数据对象信息
|
9210
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9211
8902
|
# @type DataSourceInfo: :class:`Tencentcloud::Dsgc.v20190723.models.DspaDiscoveryTaskDataSource`
|
9212
8903
|
# @param GeneralRuleSetEnable: 通用规则集开关,0 关闭,1 启用
|
9213
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9214
8904
|
# @type GeneralRuleSetEnable: Integer
|
9215
8905
|
# @param DefaultComplianceInfo: 当创建任务时,用户打开了通用规则集开关,则该字段就会保存默认合规组信息
|
9216
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9217
8906
|
# @type DefaultComplianceInfo: Array
|
9218
8907
|
# @param CustomComplianceInfo: 该任务中用户选择的合规组信息列表
|
9219
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9220
8908
|
# @type CustomComplianceInfo: Array
|
9221
8909
|
# @param TimingStartTime: 定时开始时间
|
9222
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9223
8910
|
# @type TimingStartTime: String
|
9224
8911
|
|
9225
8912
|
attr_accessor :Name, :Description, :Period, :Plan, :Enable, :DataSourceInfo, :GeneralRuleSetEnable, :DefaultComplianceInfo, :CustomComplianceInfo, :TimingStartTime
|
@@ -9293,15 +8980,15 @@ module TencentCloud
|
|
9293
8980
|
# @param LevelRiskScore: 敏感数据分级分数
|
9294
8981
|
# @type LevelRiskScore: Integer
|
9295
8982
|
# @param SafeGuard: 保护措施
|
9296
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9297
8983
|
# @type SafeGuard: :class:`Tencentcloud::Dsgc.v20190723.models.DspaSafeGuard`
|
9298
8984
|
# @param CategoryFullPath: 分类路径
|
9299
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9300
8985
|
# @type CategoryFullPath: String
|
8986
|
+
# @param SchemaName: 模式名
|
8987
|
+
# @type SchemaName: String
|
9301
8988
|
|
9302
|
-
attr_accessor :TaskId, :FieldResultId, :TableName, :FieldName, :CategoryId, :CategoryName, :LevelId, :LevelName, :RuleName, :RuleId, :LevelRiskScore, :SafeGuard, :CategoryFullPath
|
8989
|
+
attr_accessor :TaskId, :FieldResultId, :TableName, :FieldName, :CategoryId, :CategoryName, :LevelId, :LevelName, :RuleName, :RuleId, :LevelRiskScore, :SafeGuard, :CategoryFullPath, :SchemaName
|
9303
8990
|
|
9304
|
-
def initialize(taskid=nil, fieldresultid=nil, tablename=nil, fieldname=nil, categoryid=nil, categoryname=nil, levelid=nil, levelname=nil, rulename=nil, ruleid=nil, levelriskscore=nil, safeguard=nil, categoryfullpath=nil)
|
8991
|
+
def initialize(taskid=nil, fieldresultid=nil, tablename=nil, fieldname=nil, categoryid=nil, categoryname=nil, levelid=nil, levelname=nil, rulename=nil, ruleid=nil, levelriskscore=nil, safeguard=nil, categoryfullpath=nil, schemaname=nil)
|
9305
8992
|
@TaskId = taskid
|
9306
8993
|
@FieldResultId = fieldresultid
|
9307
8994
|
@TableName = tablename
|
@@ -9315,6 +9002,7 @@ module TencentCloud
|
|
9315
9002
|
@LevelRiskScore = levelriskscore
|
9316
9003
|
@SafeGuard = safeguard
|
9317
9004
|
@CategoryFullPath = categoryfullpath
|
9005
|
+
@SchemaName = schemaname
|
9318
9006
|
end
|
9319
9007
|
|
9320
9008
|
def deserialize(params)
|
@@ -9334,13 +9022,13 @@ module TencentCloud
|
|
9334
9022
|
@SafeGuard.deserialize(params['SafeGuard'])
|
9335
9023
|
end
|
9336
9024
|
@CategoryFullPath = params['CategoryFullPath']
|
9025
|
+
@SchemaName = params['SchemaName']
|
9337
9026
|
end
|
9338
9027
|
end
|
9339
9028
|
|
9340
9029
|
# 数据样本
|
9341
9030
|
class DspaFieldResultDataSample < TencentCloud::Common::AbstractModel
|
9342
9031
|
# @param DataSample: 数据样本
|
9343
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9344
9032
|
# @type DataSample: String
|
9345
9033
|
|
9346
9034
|
attr_accessor :DataSample
|
@@ -9389,13 +9077,10 @@ module TencentCloud
|
|
9389
9077
|
# 2: 明确不自动续费
|
9390
9078
|
# @type RenewFlag: Integer
|
9391
9079
|
# @param Channel: 实例渠道
|
9392
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9393
9080
|
# @type Channel: String
|
9394
9081
|
# @param InsAuthCount: 已授权的实例数量
|
9395
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9396
9082
|
# @type InsAuthCount: Integer
|
9397
9083
|
# @param InsTotalQuota: 已购买的实例数量
|
9398
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9399
9084
|
# @type InsTotalQuota: Integer
|
9400
9085
|
|
9401
9086
|
attr_accessor :DspaId, :DspaName, :DspaDescription, :DBAuthCount, :CosBindCount, :InstanceVersion, :Status, :ExpiredAt, :AppId, :TrialVersion, :TrialEndAt, :DbTotalQuota, :CosTotalQuota, :CosQuotaUnit, :RenewFlag, :Channel, :InsAuthCount, :InsTotalQuota
|
@@ -9446,34 +9131,24 @@ module TencentCloud
|
|
9446
9131
|
# RDB关系型数据库敏感数据资产统计
|
9447
9132
|
class DspaRDBDataAssetCount < TencentCloud::Common::AbstractModel
|
9448
9133
|
# @param DataAssetType: 数组资产类型,0代表关系型数据库资产,1代表对象存储COS资产
|
9449
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9450
9134
|
# @type DataAssetType: Integer
|
9451
9135
|
# @param TotalDbCnt: 已扫描的数据库的个数
|
9452
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9453
9136
|
# @type TotalDbCnt: Integer
|
9454
9137
|
# @param TotalTableCnt: 数据库表的个数
|
9455
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9456
9138
|
# @type TotalTableCnt: Integer
|
9457
9139
|
# @param SensitiveCategoryCnt: 敏感数据类型个数
|
9458
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9459
9140
|
# @type SensitiveCategoryCnt: Integer
|
9460
9141
|
# @param SensitiveFieldCnt: 敏感字段的个数
|
9461
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9462
9142
|
# @type SensitiveFieldCnt: Integer
|
9463
9143
|
# @param SensitiveLevel: 敏感等级分布
|
9464
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9465
9144
|
# @type SensitiveLevel: Array
|
9466
9145
|
# @param SensitiveDbCnt: 敏感数据库的个数
|
9467
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9468
9146
|
# @type SensitiveDbCnt: Integer
|
9469
9147
|
# @param SensitiveTableCnt: 敏感数据库表的个数
|
9470
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9471
9148
|
# @type SensitiveTableCnt: Integer
|
9472
9149
|
# @param TotalFieldCnt: 扫描字段的个数
|
9473
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9474
9150
|
# @type TotalFieldCnt: Integer
|
9475
9151
|
# @param CategoryDistributed: 数据分类分布
|
9476
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9477
9152
|
# @type CategoryDistributed: Array
|
9478
9153
|
|
9479
9154
|
attr_accessor :DataAssetType, :TotalDbCnt, :TotalTableCnt, :SensitiveCategoryCnt, :SensitiveFieldCnt, :SensitiveLevel, :SensitiveDbCnt, :SensitiveTableCnt, :TotalFieldCnt, :CategoryDistributed
|
@@ -9538,48 +9213,37 @@ module TencentCloud
|
|
9538
9213
|
# @param LevelRiskName: 敏感等级
|
9539
9214
|
# @type LevelRiskName: String
|
9540
9215
|
# @param LevelRiskScore: 分级风险分数,1-10,最小值为1,最大值为10
|
9541
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9542
9216
|
# @type LevelRiskScore: Integer
|
9543
9217
|
# @param TrustedScore: 可信分
|
9544
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9545
9218
|
# @type TrustedScore: String
|
9546
9219
|
# @param ResourceRegion: 资源所在地域
|
9547
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9548
9220
|
# @type ResourceRegion: String
|
9549
9221
|
# @param FieldResultId: 字段扫描结果ID
|
9550
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9551
9222
|
# @type FieldResultId: String
|
9552
9223
|
# @param RuleId: 规则ID
|
9553
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9554
9224
|
# @type RuleId: Integer
|
9555
9225
|
# @param LevelId: 分级ID
|
9556
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9557
9226
|
# @type LevelId: Integer
|
9558
9227
|
# @param CategoryId: 分类ID
|
9559
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9560
9228
|
# @type CategoryId: Integer
|
9561
9229
|
# @param DataSourceName: 数据源名称
|
9562
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9563
9230
|
# @type DataSourceName: String
|
9564
9231
|
# @param SafeGuard: 保护措施
|
9565
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9566
9232
|
# @type SafeGuard: :class:`Tencentcloud::Dsgc.v20190723.models.DspaSafeGuard`
|
9567
9233
|
# @param CategoryFullPath: 分类路径
|
9568
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9569
9234
|
# @type CategoryFullPath: String
|
9570
9235
|
# @param IdentifyType: 0.系统识别,1人工打标
|
9571
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9572
9236
|
# @type IdentifyType: Integer
|
9573
9237
|
# @param CheckStatus: 0未核查 1已核查
|
9574
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9575
9238
|
# @type CheckStatus: Integer
|
9576
9239
|
# @param IsSensitiveData: 0非敏感,1敏感
|
9577
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9578
9240
|
# @type IsSensitiveData: Integer
|
9241
|
+
# @param SchemaName: 模式名
|
9242
|
+
# @type SchemaName: String
|
9579
9243
|
|
9580
|
-
attr_accessor :DataSourceId, :DbType, :DbName, :TableName, :FieldName, :RuleName, :CategoryName, :LevelRiskName, :LevelRiskScore, :TrustedScore, :ResourceRegion, :FieldResultId, :RuleId, :LevelId, :CategoryId, :DataSourceName, :SafeGuard, :CategoryFullPath, :IdentifyType, :CheckStatus, :IsSensitiveData
|
9244
|
+
attr_accessor :DataSourceId, :DbType, :DbName, :TableName, :FieldName, :RuleName, :CategoryName, :LevelRiskName, :LevelRiskScore, :TrustedScore, :ResourceRegion, :FieldResultId, :RuleId, :LevelId, :CategoryId, :DataSourceName, :SafeGuard, :CategoryFullPath, :IdentifyType, :CheckStatus, :IsSensitiveData, :SchemaName
|
9581
9245
|
|
9582
|
-
def initialize(datasourceid=nil, dbtype=nil, dbname=nil, tablename=nil, fieldname=nil, rulename=nil, categoryname=nil, levelriskname=nil, levelriskscore=nil, trustedscore=nil, resourceregion=nil, fieldresultid=nil, ruleid=nil, levelid=nil, categoryid=nil, datasourcename=nil, safeguard=nil, categoryfullpath=nil, identifytype=nil, checkstatus=nil, issensitivedata=nil)
|
9246
|
+
def initialize(datasourceid=nil, dbtype=nil, dbname=nil, tablename=nil, fieldname=nil, rulename=nil, categoryname=nil, levelriskname=nil, levelriskscore=nil, trustedscore=nil, resourceregion=nil, fieldresultid=nil, ruleid=nil, levelid=nil, categoryid=nil, datasourcename=nil, safeguard=nil, categoryfullpath=nil, identifytype=nil, checkstatus=nil, issensitivedata=nil, schemaname=nil)
|
9583
9247
|
@DataSourceId = datasourceid
|
9584
9248
|
@DbType = dbtype
|
9585
9249
|
@DbName = dbname
|
@@ -9601,6 +9265,7 @@ module TencentCloud
|
|
9601
9265
|
@IdentifyType = identifytype
|
9602
9266
|
@CheckStatus = checkstatus
|
9603
9267
|
@IsSensitiveData = issensitivedata
|
9268
|
+
@SchemaName = schemaname
|
9604
9269
|
end
|
9605
9270
|
|
9606
9271
|
def deserialize(params)
|
@@ -9628,6 +9293,7 @@ module TencentCloud
|
|
9628
9293
|
@IdentifyType = params['IdentifyType']
|
9629
9294
|
@CheckStatus = params['CheckStatus']
|
9630
9295
|
@IsSensitiveData = params['IsSensitiveData']
|
9296
|
+
@SchemaName = params['SchemaName']
|
9631
9297
|
end
|
9632
9298
|
end
|
9633
9299
|
|
@@ -9661,13 +9327,11 @@ module TencentCloud
|
|
9661
9327
|
# UNSET 未设置
|
9662
9328
|
# DISABLE 规则设置未启用
|
9663
9329
|
# ENABLE 规则设置并启用
|
9664
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9665
9330
|
# @type Encrypt: String
|
9666
9331
|
# @param Desensitization: 脱敏状态,可取值如下:
|
9667
9332
|
# UNSET 未设置
|
9668
9333
|
# DISABLE 规则设置未启用
|
9669
9334
|
# ENABLE 规则设置并启用
|
9670
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9671
9335
|
# @type Desensitization: String
|
9672
9336
|
|
9673
9337
|
attr_accessor :Encrypt, :Desensitization
|
@@ -9752,15 +9416,12 @@ module TencentCloud
|
|
9752
9416
|
# @param ResourceAuthAccount: 授权账号名
|
9753
9417
|
# @type ResourceAuthAccount: String
|
9754
9418
|
# @param InstanceType: 实例类型
|
9755
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9756
9419
|
# @type InstanceType: String
|
9757
9420
|
# @param InstanceValue: 实例值
|
9758
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9759
9421
|
# @type InstanceValue: String
|
9760
9422
|
# @param GovernAuthStatus: //治理授权状态(0:关闭 1:开启)
|
9761
9423
|
# @type GovernAuthStatus: Integer
|
9762
9424
|
# @param AuthRange: 授权范围:all - 授权整个数据源 manual:手动指定数据源
|
9763
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9764
9425
|
# @type AuthRange: String
|
9765
9426
|
|
9766
9427
|
attr_accessor :ResourceId, :ResourceName, :ResourceVip, :ResourceVPort, :ResourceCreateTime, :ResourceUniqueVpcId, :ResourceUniqueSubnetId, :MetaType, :ResourceRegion, :ResourceSyncTime, :AuthStatus, :BuildType, :MasterInsId, :ResourceVpcId, :ResourceSubnetId, :Protocol, :ResourceVersion, :ResourceAuthType, :ResourceAuthAccount, :InstanceType, :InstanceValue, :GovernAuthStatus, :AuthRange
|
@@ -9821,16 +9482,12 @@ module TencentCloud
|
|
9821
9482
|
# es的资产统计结果
|
9822
9483
|
class ESAsset < TencentCloud::Common::AbstractModel
|
9823
9484
|
# @param IndexNums: 索引总数量
|
9824
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9825
9485
|
# @type IndexNums: Integer
|
9826
9486
|
# @param SensitiveIndexNums: 敏感索引的数量
|
9827
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9828
9487
|
# @type SensitiveIndexNums: Integer
|
9829
9488
|
# @param FieldNums: 字段数量
|
9830
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9831
9489
|
# @type FieldNums: Integer
|
9832
9490
|
# @param SensitiveFieldNums: 敏感的字段数量
|
9833
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9834
9491
|
# @type SensitiveFieldNums: Integer
|
9835
9492
|
|
9836
9493
|
attr_accessor :IndexNums, :SensitiveIndexNums, :FieldNums, :SensitiveFieldNums
|
@@ -9853,22 +9510,16 @@ module TencentCloud
|
|
9853
9510
|
# es敏感资产详情列表
|
9854
9511
|
class ESAssetDBDetail < TencentCloud::Common::AbstractModel
|
9855
9512
|
# @param DataSourceId: 数据源id
|
9856
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9857
9513
|
# @type DataSourceId: String
|
9858
9514
|
# @param IndexName: 索引名称
|
9859
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9860
9515
|
# @type IndexName: String
|
9861
9516
|
# @param DataType: 数据库类型
|
9862
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9863
9517
|
# @type DataType: String
|
9864
9518
|
# @param FieldNums: 字段的数量
|
9865
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9866
9519
|
# @type FieldNums: Integer
|
9867
9520
|
# @param SensitiveFieldNums: 敏感字段的数量
|
9868
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9869
9521
|
# @type SensitiveFieldNums: Integer
|
9870
9522
|
# @param DistributionData: 敏感数据分布
|
9871
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9872
9523
|
# @type DistributionData: Array
|
9873
9524
|
|
9874
9525
|
attr_accessor :DataSourceId, :IndexName, :DataType, :FieldNums, :SensitiveFieldNums, :DistributionData
|
@@ -9902,28 +9553,20 @@ module TencentCloud
|
|
9902
9553
|
# ES的概览页统计数据
|
9903
9554
|
class ESDataAssetCountDto < TencentCloud::Common::AbstractModel
|
9904
9555
|
# @param DataAssetType: es
|
9905
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9906
9556
|
# @type DataAssetType: Integer
|
9907
9557
|
# @param SensitiveIndexCnt: 敏感索引个数
|
9908
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9909
9558
|
# @type SensitiveIndexCnt: Integer
|
9910
9559
|
# @param TotalIndexCnt: 总的索引个数
|
9911
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9912
9560
|
# @type TotalIndexCnt: Integer
|
9913
9561
|
# @param SensitiveFieldCnt: 敏感字段个数
|
9914
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9915
9562
|
# @type SensitiveFieldCnt: Integer
|
9916
9563
|
# @param TotalFieldCnt: 总的字段个数
|
9917
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9918
9564
|
# @type TotalFieldCnt: Integer
|
9919
9565
|
# @param SensitiveCategoryCnt: 敏感分类的个数
|
9920
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9921
9566
|
# @type SensitiveCategoryCnt: Integer
|
9922
9567
|
# @param SensitiveLevel: 敏感分级的分布
|
9923
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9924
9568
|
# @type SensitiveLevel: Array
|
9925
9569
|
# @param CategoryDistributed: 敏感分类的分布
|
9926
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9927
9570
|
# @type CategoryDistributed: Array
|
9928
9571
|
|
9929
9572
|
attr_accessor :DataAssetType, :SensitiveIndexCnt, :TotalIndexCnt, :SensitiveFieldCnt, :TotalFieldCnt, :SensitiveCategoryCnt, :SensitiveLevel, :CategoryDistributed
|
@@ -9968,52 +9611,36 @@ module TencentCloud
|
|
9968
9611
|
# ES的概览页资产详情
|
9969
9612
|
class ESDataAssetDetail < TencentCloud::Common::AbstractModel
|
9970
9613
|
# @param FieldResultId: id
|
9971
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9972
9614
|
# @type FieldResultId: Integer
|
9973
9615
|
# @param DataSourceId: 数据源id
|
9974
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9975
9616
|
# @type DataSourceId: String
|
9976
9617
|
# @param DataSourceName: 数据源名称
|
9977
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9978
9618
|
# @type DataSourceName: String
|
9979
9619
|
# @param DataSourceType: 类型
|
9980
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9981
9620
|
# @type DataSourceType: String
|
9982
9621
|
# @param ResourceRegion: 地域信息
|
9983
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9984
9622
|
# @type ResourceRegion: String
|
9985
9623
|
# @param IndexName: 索引名称
|
9986
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9987
9624
|
# @type IndexName: String
|
9988
9625
|
# @param FieldName: 字段名称
|
9989
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9990
9626
|
# @type FieldName: String
|
9991
9627
|
# @param CategoryId: 分类id
|
9992
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9993
9628
|
# @type CategoryId: Integer
|
9994
9629
|
# @param CategoryName: 分类名称
|
9995
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9996
9630
|
# @type CategoryName: String
|
9997
9631
|
# @param CategoryArr: 分类路径数组
|
9998
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9999
9632
|
# @type CategoryArr: Array
|
10000
9633
|
# @param LevelId: 等级id
|
10001
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10002
9634
|
# @type LevelId: Integer
|
10003
9635
|
# @param LevelRiskName: 分级名称
|
10004
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10005
9636
|
# @type LevelRiskName: String
|
10006
9637
|
# @param LevelRiskScore: 分级分数
|
10007
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10008
9638
|
# @type LevelRiskScore: Integer
|
10009
9639
|
# @param TrustedScore: 可信分
|
10010
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10011
9640
|
# @type TrustedScore: Float
|
10012
9641
|
# @param RuleId: 规则id
|
10013
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10014
9642
|
# @type RuleId: Integer
|
10015
9643
|
# @param RuleName: 规则名称
|
10016
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10017
9644
|
# @type RuleName: String
|
10018
9645
|
# @param IdentifyType: 0系统识别,1人工打标
|
10019
9646
|
# @type IdentifyType: Integer
|
@@ -10100,37 +9727,26 @@ module TencentCloud
|
|
10100
9727
|
# ES扫描任务结果详情
|
10101
9728
|
class ESTaskResultDetail < TencentCloud::Common::AbstractModel
|
10102
9729
|
# @param Id: id
|
10103
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10104
9730
|
# @type Id: Integer
|
10105
9731
|
# @param TaskId: 任务id
|
10106
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10107
9732
|
# @type TaskId: Integer
|
10108
9733
|
# @param FieldName: 字段名称
|
10109
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10110
9734
|
# @type FieldName: String
|
10111
9735
|
# @param RuleId: 规则id
|
10112
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10113
9736
|
# @type RuleId: Integer
|
10114
9737
|
# @param RuleName: 规则名称
|
10115
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10116
9738
|
# @type RuleName: String
|
10117
9739
|
# @param CategoryId: 分类id
|
10118
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10119
9740
|
# @type CategoryId: Integer
|
10120
9741
|
# @param CategoryName: 分类名称
|
10121
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10122
9742
|
# @type CategoryName: String
|
10123
9743
|
# @param CategoryArr: 多级分类的路径
|
10124
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10125
9744
|
# @type CategoryArr: Array
|
10126
9745
|
# @param LevelId: 分级id
|
10127
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10128
9746
|
# @type LevelId: Integer
|
10129
9747
|
# @param LevelName: 分级名称
|
10130
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10131
9748
|
# @type LevelName: String
|
10132
9749
|
# @param LevelRiskScore: 分级分数
|
10133
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10134
9750
|
# @type LevelRiskScore: Integer
|
10135
9751
|
|
10136
9752
|
attr_accessor :Id, :TaskId, :FieldName, :RuleId, :RuleName, :CategoryId, :CategoryName, :CategoryArr, :LevelId, :LevelName, :LevelRiskScore
|
@@ -10383,7 +9999,6 @@ module TencentCloud
|
|
10383
9999
|
# @param ConnectionStatus: 连接状态,success -- 连接成功,failed -- 连接失败
|
10384
10000
|
# @type ConnectionStatus: String
|
10385
10001
|
# @param ConnectionDesc: 连接状态的描述信息。
|
10386
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10387
10002
|
# @type ConnectionDesc: String
|
10388
10003
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10389
10004
|
# @type RequestId: String
|
@@ -10522,31 +10137,22 @@ module TencentCloud
|
|
10522
10137
|
# 高风险资产详情信息
|
10523
10138
|
class HighRiskAssetsDetail < TencentCloud::Common::AbstractModel
|
10524
10139
|
# @param InstanceId: 实例id
|
10525
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10526
10140
|
# @type InstanceId: String
|
10527
10141
|
# @param DataSourceType: 数据源类型
|
10528
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10529
10142
|
# @type DataSourceType: String
|
10530
10143
|
# @param DataSourceName: 数据源名称
|
10531
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10532
10144
|
# @type DataSourceName: String
|
10533
10145
|
# @param AssetsName: 资产对象名称
|
10534
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10535
10146
|
# @type AssetsName: String
|
10536
10147
|
# @param HighRiskCount: 高风险个数
|
10537
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10538
10148
|
# @type HighRiskCount: Integer
|
10539
10149
|
# @param RiskType: 风险类型
|
10540
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10541
10150
|
# @type RiskType: String
|
10542
10151
|
# @param TotalRiskCount: 总的风险个数
|
10543
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10544
10152
|
# @type TotalRiskCount: Integer
|
10545
10153
|
# @param RiskSide: 风险面
|
10546
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10547
10154
|
# @type RiskSide: String
|
10548
10155
|
# @param ResourceRegion: 地域
|
10549
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10550
10156
|
# @type ResourceRegion: String
|
10551
10157
|
|
10552
10158
|
attr_accessor :InstanceId, :DataSourceType, :DataSourceName, :AssetsName, :HighRiskCount, :RiskType, :TotalRiskCount, :RiskSide, :ResourceRegion
|
@@ -10631,12 +10237,19 @@ module TencentCloud
|
|
10631
10237
|
# @param Offset: 分页偏移量,默认为0。
|
10632
10238
|
# @type Offset: Integer
|
10633
10239
|
# @param Filters: 过滤项。
|
10634
|
-
# 支持的过滤项包括:DspaId、Status、Version、DspaName。
|
10240
|
+
# 支持的过滤项包括:DspaId、Status、Version、DspaName、Channel。
|
10635
10241
|
# DspaId和DspaName支持模糊搜索。
|
10636
10242
|
# Status支持的可选值:enabled、disabled。
|
10637
10243
|
# Version支持的可选值:trial、official。
|
10244
|
+
# Channel支持的可选值:sp_cds_dsgc_pre(代表dsgc实例)、sp_cds_dsgc_wedata_dc(代表wedata实例)
|
10638
10245
|
# @type Filters: Array
|
10639
10246
|
# @param ListMode: 展示模式。
|
10247
|
+
|
10248
|
+
# 目前只有两个值的处理逻辑:
|
10249
|
+
|
10250
|
+
# 空值:需要查询每个实例的配额信息,因为是串行查询,所以速度很慢,limit最大为100
|
10251
|
+
|
10252
|
+
# "simple":不需要查询每个实例的配额信息,速度快,limit最大为1000
|
10640
10253
|
# @type ListMode: String
|
10641
10254
|
|
10642
10255
|
attr_accessor :Limit, :Offset, :Filters, :ListMode
|
@@ -10747,10 +10360,8 @@ module TencentCloud
|
|
10747
10360
|
# @param TotalCount: 符合条件的COS元数据数量。
|
10748
10361
|
# @type TotalCount: Integer
|
10749
10362
|
# @param Items: COS元数据信息
|
10750
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10751
10363
|
# @type Items: Array
|
10752
10364
|
# @param DspaId: DSPA实例ID
|
10753
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10754
10365
|
# @type DspaId: String
|
10755
10366
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10756
10367
|
# @type RequestId: String
|
@@ -10936,8 +10547,8 @@ module TencentCloud
|
|
10936
10547
|
|
10937
10548
|
attr_accessor :DspaId, :Status, :RiskLatestTableId, :Note, :ProcessPeople, :BathRiskIdList
|
10938
10549
|
extend Gem::Deprecate
|
10939
|
-
deprecate :RiskLatestTableId, :none, 2024,
|
10940
|
-
deprecate :RiskLatestTableId=, :none, 2024,
|
10550
|
+
deprecate :RiskLatestTableId, :none, 2024, 12
|
10551
|
+
deprecate :RiskLatestTableId=, :none, 2024, 12
|
10941
10552
|
|
10942
10553
|
def initialize(dspaid=nil, status=nil, risklatesttableid=nil, note=nil, processpeople=nil, bathriskidlist=nil)
|
10943
10554
|
@DspaId = dspaid
|
@@ -11079,32 +10690,32 @@ module TencentCloud
|
|
11079
10690
|
# @type DspaId: String
|
11080
10691
|
# @param TemplateName: 模板名称
|
11081
10692
|
# @type TemplateName: String
|
11082
|
-
# @param TemplateDescription: 模板的描述
|
11083
|
-
# @type TemplateDescription: String
|
11084
10693
|
# @param TemplateId: 模板id
|
11085
10694
|
# @type TemplateId: Integer
|
11086
10695
|
# @param RiskLevelId: 修改的风险等级id
|
11087
10696
|
# @type RiskLevelId: Integer
|
10697
|
+
# @param TemplateDescription: 模板的描述
|
10698
|
+
# @type TemplateDescription: String
|
11088
10699
|
# @param RiskIdList: 脆弱项列表
|
11089
10700
|
# @type RiskIdList: Array
|
11090
10701
|
|
11091
|
-
attr_accessor :DspaId, :TemplateName, :
|
10702
|
+
attr_accessor :DspaId, :TemplateName, :TemplateId, :RiskLevelId, :TemplateDescription, :RiskIdList
|
11092
10703
|
|
11093
|
-
def initialize(dspaid=nil, templatename=nil,
|
10704
|
+
def initialize(dspaid=nil, templatename=nil, templateid=nil, risklevelid=nil, templatedescription=nil, riskidlist=nil)
|
11094
10705
|
@DspaId = dspaid
|
11095
10706
|
@TemplateName = templatename
|
11096
|
-
@TemplateDescription = templatedescription
|
11097
10707
|
@TemplateId = templateid
|
11098
10708
|
@RiskLevelId = risklevelid
|
10709
|
+
@TemplateDescription = templatedescription
|
11099
10710
|
@RiskIdList = riskidlist
|
11100
10711
|
end
|
11101
10712
|
|
11102
10713
|
def deserialize(params)
|
11103
10714
|
@DspaId = params['DspaId']
|
11104
10715
|
@TemplateName = params['TemplateName']
|
11105
|
-
@TemplateDescription = params['TemplateDescription']
|
11106
10716
|
@TemplateId = params['TemplateId']
|
11107
10717
|
@RiskLevelId = params['RiskLevelId']
|
10718
|
+
@TemplateDescription = params['TemplateDescription']
|
11108
10719
|
@RiskIdList = params['RiskIdList']
|
11109
10720
|
end
|
11110
10721
|
end
|
@@ -11913,22 +11524,16 @@ module TencentCloud
|
|
11913
11524
|
# mongo的资产统计结果
|
11914
11525
|
class MongoAsset < TencentCloud::Common::AbstractModel
|
11915
11526
|
# @param DbNums: DB总数量
|
11916
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11917
11527
|
# @type DbNums: Integer
|
11918
11528
|
# @param SensitiveDbNums: 敏感DB数量
|
11919
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11920
11529
|
# @type SensitiveDbNums: Integer
|
11921
11530
|
# @param ColNums: 集合数量
|
11922
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11923
11531
|
# @type ColNums: Integer
|
11924
11532
|
# @param SensitiveColNums: 敏感集合的数量
|
11925
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11926
11533
|
# @type SensitiveColNums: Integer
|
11927
11534
|
# @param FieldNums: 字段数量
|
11928
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11929
11535
|
# @type FieldNums: Integer
|
11930
11536
|
# @param SensitiveFieldNums: 敏感的字段数量
|
11931
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11932
11537
|
# @type SensitiveFieldNums: Integer
|
11933
11538
|
|
11934
11539
|
attr_accessor :DbNums, :SensitiveDbNums, :ColNums, :SensitiveColNums, :FieldNums, :SensitiveFieldNums
|
@@ -11955,28 +11560,20 @@ module TencentCloud
|
|
11955
11560
|
# mongo敏感资产详情列表
|
11956
11561
|
class MongoAssetDBDetail < TencentCloud::Common::AbstractModel
|
11957
11562
|
# @param DataSourceId: 数据源id
|
11958
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11959
11563
|
# @type DataSourceId: String
|
11960
11564
|
# @param DdName: 数据库名称
|
11961
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11962
11565
|
# @type DdName: String
|
11963
11566
|
# @param DataType: 数据库类型
|
11964
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11965
11567
|
# @type DataType: String
|
11966
11568
|
# @param ColNums: 集合的数量
|
11967
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11968
11569
|
# @type ColNums: Integer
|
11969
11570
|
# @param SensitiveColNums: 敏感集合数量
|
11970
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11971
11571
|
# @type SensitiveColNums: Integer
|
11972
11572
|
# @param FieldNums: 字段的数量
|
11973
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11974
11573
|
# @type FieldNums: Integer
|
11975
11574
|
# @param SensitiveFieldNums: 敏感字段的数量
|
11976
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11977
11575
|
# @type SensitiveFieldNums: Integer
|
11978
11576
|
# @param DistributionData: 敏感数据分布
|
11979
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11980
11577
|
# @type DistributionData: Array
|
11981
11578
|
|
11982
11579
|
attr_accessor :DataSourceId, :DdName, :DataType, :ColNums, :SensitiveColNums, :FieldNums, :SensitiveFieldNums, :DistributionData
|
@@ -12046,10 +11643,8 @@ module TencentCloud
|
|
12046
11643
|
# 数据资产报告-各种key-value的展示数据结构
|
12047
11644
|
class Note < TencentCloud::Common::AbstractModel
|
12048
11645
|
# @param Key: 通用key,例如分类名称
|
12049
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12050
11646
|
# @type Key: String
|
12051
11647
|
# @param Value: 通用value,例如分类个数
|
12052
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12053
11648
|
# @type Value: Integer
|
12054
11649
|
|
12055
11650
|
attr_accessor :Key, :Value
|
@@ -12068,13 +11663,10 @@ module TencentCloud
|
|
12068
11663
|
# 权限风险详情
|
12069
11664
|
class PrivilegeRisk < TencentCloud::Common::AbstractModel
|
12070
11665
|
# @param AccountName: 账户名
|
12071
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12072
11666
|
# @type AccountName: Array
|
12073
11667
|
# @param TableName: 表名称
|
12074
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12075
11668
|
# @type TableName: String
|
12076
11669
|
# @param Description: 说明
|
12077
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12078
11670
|
# @type Description: String
|
12079
11671
|
|
12080
11672
|
attr_accessor :AccountName, :TableName, :Description
|
@@ -12095,16 +11687,12 @@ module TencentCloud
|
|
12095
11687
|
# 处理历史
|
12096
11688
|
class ProcessHistory < TencentCloud::Common::AbstractModel
|
12097
11689
|
# @param Time: 处理时间
|
12098
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12099
11690
|
# @type Time: String
|
12100
11691
|
# @param Status: 状态
|
12101
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12102
11692
|
# @type Status: Integer
|
12103
11693
|
# @param Handler: 处理人
|
12104
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12105
11694
|
# @type Handler: String
|
12106
11695
|
# @param Note: 备注
|
12107
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12108
11696
|
# @type Note: String
|
12109
11697
|
|
12110
11698
|
attr_accessor :Time, :Status, :Handler, :Note
|
@@ -12234,22 +11822,16 @@ module TencentCloud
|
|
12234
11822
|
# rdb的资产统计结果
|
12235
11823
|
class RDBAsset < TencentCloud::Common::AbstractModel
|
12236
11824
|
# @param DbNums: DB总数量
|
12237
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12238
11825
|
# @type DbNums: Integer
|
12239
11826
|
# @param SensitiveDbNums: 敏感DB数量
|
12240
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12241
11827
|
# @type SensitiveDbNums: Integer
|
12242
11828
|
# @param TableNums: 表数量
|
12243
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12244
11829
|
# @type TableNums: Integer
|
12245
11830
|
# @param SensitiveTableNums: 敏感表的数量
|
12246
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12247
11831
|
# @type SensitiveTableNums: Integer
|
12248
11832
|
# @param FieldNums: 字段数量
|
12249
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12250
11833
|
# @type FieldNums: Integer
|
12251
11834
|
# @param SensitiveFieldNums: 敏感的字段数量
|
12252
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12253
11835
|
# @type SensitiveFieldNums: Integer
|
12254
11836
|
|
12255
11837
|
attr_accessor :DbNums, :SensitiveDbNums, :TableNums, :SensitiveTableNums, :FieldNums, :SensitiveFieldNums
|
@@ -12282,7 +11864,6 @@ module TencentCloud
|
|
12282
11864
|
# @param ResourceRegion: 资源所在地域
|
12283
11865
|
# @type ResourceRegion: String
|
12284
11866
|
# @param DBs: 若未来扩展到DBName粒度,可采用
|
12285
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12286
11867
|
# @type DBs: Array
|
12287
11868
|
|
12288
11869
|
attr_accessor :DataSourceId, :DataSourceType, :ResourceRegion, :DBs
|
@@ -12316,43 +11897,30 @@ module TencentCloud
|
|
12316
11897
|
# @param ReportName: 报告名称
|
12317
11898
|
# @type ReportName: String
|
12318
11899
|
# @param ReportType: 报告类型(AssetSorting:资产梳理)
|
12319
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12320
11900
|
# @type ReportType: String
|
12321
11901
|
# @param ReportPeriod: 报告周期(0单次 1每天 2每周 3每月)
|
12322
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12323
11902
|
# @type ReportPeriod: Integer
|
12324
11903
|
# @param ReportPlan: 执行计划 (0:单次报告 1:定时报告)
|
12325
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12326
11904
|
# @type ReportPlan: Integer
|
12327
11905
|
# @param ReportStatus: 报告导出状态(Success 成功, Failed 失败, InProgress 进行中)
|
12328
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12329
11906
|
# @type ReportStatus: String
|
12330
11907
|
# @param TimingStartTime: 任务下次启动时间
|
12331
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12332
11908
|
# @type TimingStartTime: String
|
12333
11909
|
# @param CreateTime: 创建时间
|
12334
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12335
11910
|
# @type CreateTime: String
|
12336
11911
|
# @param FinishedTime: 完成时间
|
12337
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12338
11912
|
# @type FinishedTime: String
|
12339
11913
|
# @param SubUin: 子账号uin
|
12340
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12341
11914
|
# @type SubUin: String
|
12342
11915
|
# @param FailedMessage: 失败信息
|
12343
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12344
11916
|
# @type FailedMessage: String
|
12345
11917
|
# @param Enable: 是否启用(0:否 1:是)
|
12346
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12347
11918
|
# @type Enable: Integer
|
12348
11919
|
# @param ComplianceName: 识别模板名称
|
12349
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12350
11920
|
# @type ComplianceName: String
|
12351
11921
|
# @param ProgressPercent: 进度百分比
|
12352
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12353
11922
|
# @type ProgressPercent: Integer
|
12354
11923
|
# @param ReportTemplateName: 报告模版名称
|
12355
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12356
11924
|
# @type ReportTemplateName: String
|
12357
11925
|
|
12358
11926
|
attr_accessor :Id, :ReportName, :ReportType, :ReportPeriod, :ReportPlan, :ReportStatus, :TimingStartTime, :CreateTime, :FinishedTime, :SubUin, :FailedMessage, :Enable, :ComplianceName, :ProgressPercent, :ReportTemplateName
|
@@ -12437,7 +12005,6 @@ module TencentCloud
|
|
12437
12005
|
# @param Count: 该等级风险项数量
|
12438
12006
|
# @type Count: Integer
|
12439
12007
|
# @param RiskLevelName: 风险等级名称
|
12440
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12441
12008
|
# @type RiskLevelName: String
|
12442
12009
|
|
12443
12010
|
attr_accessor :RiskLevel, :Count, :RiskLevelName
|
@@ -12464,7 +12031,6 @@ module TencentCloud
|
|
12464
12031
|
# @param Handled: 已解决数量
|
12465
12032
|
# @type Handled: Integer
|
12466
12033
|
# @param NewDiscoveryHandled: 新发现
|
12467
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12468
12034
|
# @type NewDiscoveryHandled: Integer
|
12469
12035
|
|
12470
12036
|
attr_accessor :Date, :Unhandled, :Handled, :NewDiscoveryHandled
|
@@ -12509,61 +12075,42 @@ module TencentCloud
|
|
12509
12075
|
# @param Id: 最新风险项id
|
12510
12076
|
# @type Id: Integer
|
12511
12077
|
# @param DataSourceId: 数据源id
|
12512
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12513
12078
|
# @type DataSourceId: String
|
12514
12079
|
# @param DataSourceName: 数据源名称
|
12515
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12516
12080
|
# @type DataSourceName: String
|
12517
12081
|
# @param DataSourceType: 数据源类型
|
12518
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12519
12082
|
# @type DataSourceType: String
|
12520
12083
|
# @param ResourceRegion: 资源地域
|
12521
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12522
12084
|
# @type ResourceRegion: String
|
12523
12085
|
# @param AssetName: 资产名称
|
12524
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12525
12086
|
# @type AssetName: String
|
12526
12087
|
# @param RiskType: 风险类型
|
12527
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12528
12088
|
# @type RiskType: String
|
12529
12089
|
# @param RiskName: 风险项
|
12530
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12531
12090
|
# @type RiskName: String
|
12532
12091
|
# @param RiskLevel: 风险级别
|
12533
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12534
12092
|
# @type RiskLevel: String
|
12535
12093
|
# @param RiskDescription: 风险描述
|
12536
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12537
12094
|
# @type RiskDescription: String
|
12538
12095
|
# @param SuggestAction: 建议措施
|
12539
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12540
12096
|
# @type SuggestAction: String
|
12541
12097
|
# @param SecurityProduct: 安全产品(可能有多个)
|
12542
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12543
12098
|
# @type SecurityProduct: Array
|
12544
12099
|
# @param Status: 状态(waiting:待处理,processing:处理中,finished:已处理,ignored:已忽略)
|
12545
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12546
12100
|
# @type Status: Integer
|
12547
12101
|
# @param ScanTime: 扫描时间
|
12548
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12549
12102
|
# @type ScanTime: String
|
12550
12103
|
# @param LastProcessTime: 最后处置时间
|
12551
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12552
12104
|
# @type LastProcessTime: String
|
12553
12105
|
# @param IdentifyComplianceId: 分类分级合规组Id
|
12554
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12555
12106
|
# @type IdentifyComplianceId: Integer
|
12556
12107
|
# @param ItemSubType: 类型
|
12557
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12558
12108
|
# @type ItemSubType: String
|
12559
12109
|
# @param RiskSide: 风险面
|
12560
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12561
12110
|
# @type RiskSide: String
|
12562
12111
|
# @param APIRiskLinkURL: API安全风险链接
|
12563
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12564
12112
|
# @type APIRiskLinkURL: String
|
12565
12113
|
# @param Remark: 备注
|
12566
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12567
12114
|
# @type Remark: String
|
12568
12115
|
|
12569
12116
|
attr_accessor :Id, :DataSourceId, :DataSourceName, :DataSourceType, :ResourceRegion, :AssetName, :RiskType, :RiskName, :RiskLevel, :RiskDescription, :SuggestAction, :SecurityProduct, :Status, :ScanTime, :LastProcessTime, :IdentifyComplianceId, :ItemSubType, :RiskSide, :APIRiskLinkURL, :Remark
|
@@ -12625,19 +12172,14 @@ module TencentCloud
|
|
12625
12172
|
# 风险级别详情的矩阵
|
12626
12173
|
class RiskLevelMatrix < TencentCloud::Common::AbstractModel
|
12627
12174
|
# @param Id: 存储id
|
12628
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12629
12175
|
# @type Id: Integer
|
12630
12176
|
# @param SensitiveLevelId: 分类分级levelID
|
12631
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12632
12177
|
# @type SensitiveLevelId: Integer
|
12633
12178
|
# @param SensitiveLevelName: 分类分级名称
|
12634
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12635
12179
|
# @type SensitiveLevelName: String
|
12636
12180
|
# @param VulnerabilityLevel: 漏洞级别
|
12637
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12638
12181
|
# @type VulnerabilityLevel: String
|
12639
12182
|
# @param RiskLevel: 风险级别
|
12640
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12641
12183
|
# @type RiskLevel: String
|
12642
12184
|
|
12643
12185
|
attr_accessor :Id, :SensitiveLevelId, :SensitiveLevelName, :VulnerabilityLevel, :RiskLevel
|
@@ -12662,19 +12204,14 @@ module TencentCloud
|
|
12662
12204
|
# 风险等级列表
|
12663
12205
|
class RiskLevelRisk < TencentCloud::Common::AbstractModel
|
12664
12206
|
# @param Id: 风险id
|
12665
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12666
12207
|
# @type Id: Integer
|
12667
12208
|
# @param RiskLevelName: 风险等级列表
|
12668
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12669
12209
|
# @type RiskLevelName: String
|
12670
12210
|
# @param RiskLevelDescription: 风险级别描述
|
12671
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12672
12211
|
# @type RiskLevelDescription: String
|
12673
12212
|
# @param IdentifyComplianceName: 引用的分类分级模板
|
12674
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12675
12213
|
# @type IdentifyComplianceName: String
|
12676
12214
|
# @param Type: 类型,区分自定义还是系统内置
|
12677
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12678
12215
|
# @type Type: String
|
12679
12216
|
|
12680
12217
|
attr_accessor :Id, :RiskLevelName, :RiskLevelDescription, :IdentifyComplianceName, :Type
|
@@ -12731,13 +12268,10 @@ module TencentCloud
|
|
12731
12268
|
# 用于生成默认的风险级别矩阵
|
12732
12269
|
class RiskMatrixLevel < TencentCloud::Common::AbstractModel
|
12733
12270
|
# @param Name: 名称
|
12734
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12735
12271
|
# @type Name: String
|
12736
12272
|
# @param Id: 就是id
|
12737
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12738
12273
|
# @type Id: Integer
|
12739
12274
|
# @param Score: 分数
|
12740
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12741
12275
|
# @type Score: Float
|
12742
12276
|
|
12743
12277
|
attr_accessor :Name, :Id, :Score
|
@@ -12758,10 +12292,8 @@ module TencentCloud
|
|
12758
12292
|
# 风险面的分布
|
12759
12293
|
class RiskSideDistributed < TencentCloud::Common::AbstractModel
|
12760
12294
|
# @param AssessmentRiskSide: 风险面
|
12761
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12762
12295
|
# @type AssessmentRiskSide: :class:`Tencentcloud::Dsgc.v20190723.models.Note`
|
12763
12296
|
# @param AssessmentRisk: 风险类型
|
12764
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12765
12297
|
# @type AssessmentRisk: Array
|
12766
12298
|
|
12767
12299
|
attr_accessor :AssessmentRiskSide, :AssessmentRisk
|
@@ -12790,19 +12322,14 @@ module TencentCloud
|
|
12790
12322
|
# 数据资产报告-rdb的敏感数据规则分布
|
12791
12323
|
class RuleDistribution < TencentCloud::Common::AbstractModel
|
12792
12324
|
# @param RuleId: 规则id
|
12793
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12794
12325
|
# @type RuleId: Integer
|
12795
12326
|
# @param RuleName: 规则名称
|
12796
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12797
12327
|
# @type RuleName: String
|
12798
12328
|
# @param LevelId: 分级id
|
12799
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12800
12329
|
# @type LevelId: Integer
|
12801
12330
|
# @param LevelName: 分级名称
|
12802
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12803
12331
|
# @type LevelName: String
|
12804
12332
|
# @param RuleCnt: 规则数量
|
12805
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12806
12333
|
# @type RuleCnt: Integer
|
12807
12334
|
|
12808
12335
|
attr_accessor :RuleId, :RuleName, :LevelId, :LevelName, :RuleCnt
|
@@ -12827,10 +12354,8 @@ module TencentCloud
|
|
12827
12354
|
# 分类分级规则数量
|
12828
12355
|
class RuleEffectItem < TencentCloud::Common::AbstractModel
|
12829
12356
|
# @param Name: 规则描述
|
12830
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12831
12357
|
# @type Name: String
|
12832
12358
|
# @param Value: 规则值
|
12833
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12834
12359
|
# @type Value: Integer
|
12835
12360
|
|
12836
12361
|
attr_accessor :Name, :Value
|
@@ -12849,15 +12374,12 @@ module TencentCloud
|
|
12849
12374
|
# 敏感识别任务COS识别规则
|
12850
12375
|
class ScanTaskCOSRules < TencentCloud::Common::AbstractModel
|
12851
12376
|
# @param RegexRule: regex规则内容
|
12852
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12853
12377
|
# @type RegexRule: :class:`Tencentcloud::Dsgc.v20190723.models.COSDataRule`
|
12854
12378
|
# @param Status: 规则状态;0 不启用, 1 启用
|
12855
12379
|
# @type Status: Integer
|
12856
12380
|
# @param KeywordRule: 关键词规则内容组,最大支持5个关键词。
|
12857
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12858
12381
|
# @type KeywordRule: :class:`Tencentcloud::Dsgc.v20190723.models.COSDataRule`
|
12859
12382
|
# @param IgnoreStringRule: 忽略词规则内容组,最大支持5个忽略词。
|
12860
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12861
12383
|
# @type IgnoreStringRule: :class:`Tencentcloud::Dsgc.v20190723.models.COSDataRule`
|
12862
12384
|
# @param MaxMatch: 最大匹配距离,默认值为100。上限为500.
|
12863
12385
|
# @type MaxMatch: Integer
|
@@ -12954,14 +12476,20 @@ module TencentCloud
|
|
12954
12476
|
# @type Status: Integer
|
12955
12477
|
# @param Result: 扫描任务结果展示,如果扫描失败,则显示失败原因
|
12956
12478
|
# @type Result: String
|
12479
|
+
# @param ResultDescription: 结果描述
|
12480
|
+
# @type ResultDescription: String
|
12481
|
+
# @param Suggestion: 结果建议
|
12482
|
+
# @type Suggestion: String
|
12957
12483
|
|
12958
|
-
attr_accessor :Id, :EndTime, :Status, :Result
|
12484
|
+
attr_accessor :Id, :EndTime, :Status, :Result, :ResultDescription, :Suggestion
|
12959
12485
|
|
12960
|
-
def initialize(id=nil, endtime=nil, status=nil, result=nil)
|
12486
|
+
def initialize(id=nil, endtime=nil, status=nil, result=nil, resultdescription=nil, suggestion=nil)
|
12961
12487
|
@Id = id
|
12962
12488
|
@EndTime = endtime
|
12963
12489
|
@Status = status
|
12964
12490
|
@Result = result
|
12491
|
+
@ResultDescription = resultdescription
|
12492
|
+
@Suggestion = suggestion
|
12965
12493
|
end
|
12966
12494
|
|
12967
12495
|
def deserialize(params)
|
@@ -12969,16 +12497,16 @@ module TencentCloud
|
|
12969
12497
|
@EndTime = params['EndTime']
|
12970
12498
|
@Status = params['Status']
|
12971
12499
|
@Result = params['Result']
|
12500
|
+
@ResultDescription = params['ResultDescription']
|
12501
|
+
@Suggestion = params['Suggestion']
|
12972
12502
|
end
|
12973
12503
|
end
|
12974
12504
|
|
12975
12505
|
# 建议使用的安全产品
|
12976
12506
|
class SecurityProduct < TencentCloud::Common::AbstractModel
|
12977
12507
|
# @param ProductName: 产品名称
|
12978
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12979
12508
|
# @type ProductName: String
|
12980
12509
|
# @param ReferUrl: 产品链接
|
12981
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12982
12510
|
# @type ReferUrl: String
|
12983
12511
|
|
12984
12512
|
attr_accessor :ProductName, :ReferUrl
|
@@ -13045,7 +12573,6 @@ module TencentCloud
|
|
13045
12573
|
# StartDSPADiscoveryTask返回参数结构体
|
13046
12574
|
class StartDSPADiscoveryTaskResponse < TencentCloud::Common::AbstractModel
|
13047
12575
|
# @param ResultId: 任务扫描结果ID
|
13048
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13049
12576
|
# @type ResultId: Integer
|
13050
12577
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13051
12578
|
# @type RequestId: String
|
@@ -13086,7 +12613,6 @@ module TencentCloud
|
|
13086
12613
|
# StopDSPADiscoveryTask返回参数结构体
|
13087
12614
|
class StopDSPADiscoveryTaskResponse < TencentCloud::Common::AbstractModel
|
13088
12615
|
# @param ResultId: 任务扫描结果ID
|
13089
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13090
12616
|
# @type ResultId: Integer
|
13091
12617
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13092
12618
|
# @type RequestId: String
|
@@ -13107,7 +12633,6 @@ module TencentCloud
|
|
13107
12633
|
# 生成的建议的风险等级矩阵
|
13108
12634
|
class SuggestRiskLevelMatrix < TencentCloud::Common::AbstractModel
|
13109
12635
|
# @param RiskLevelMatrix: 矩阵
|
13110
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13111
12636
|
# @type RiskLevelMatrix: Array
|
13112
12637
|
|
13113
12638
|
attr_accessor :RiskLevelMatrix
|
@@ -13131,16 +12656,12 @@ module TencentCloud
|
|
13131
12656
|
# 建议生成的二位矩阵的第二层
|
13132
12657
|
class SuggestRiskLevelMatrixItem < TencentCloud::Common::AbstractModel
|
13133
12658
|
# @param SensitiveLevel: 分类分级等级
|
13134
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13135
12659
|
# @type SensitiveLevel: :class:`Tencentcloud::Dsgc.v20190723.models.RiskMatrixLevel`
|
13136
12660
|
# @param VulnerabilityLevel: 脆弱项等级
|
13137
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13138
12661
|
# @type VulnerabilityLevel: :class:`Tencentcloud::Dsgc.v20190723.models.RiskMatrixLevel`
|
13139
12662
|
# @param RiskName: 风险名
|
13140
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13141
12663
|
# @type RiskName: String
|
13142
12664
|
# @param RiskScore: 分数
|
13143
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13144
12665
|
# @type RiskScore: Float
|
13145
12666
|
|
13146
12667
|
attr_accessor :SensitiveLevel, :VulnerabilityLevel, :RiskName, :RiskScore
|
@@ -13166,13 +12687,11 @@ module TencentCloud
|
|
13166
12687
|
end
|
13167
12688
|
end
|
13168
12689
|
|
13169
|
-
#
|
12690
|
+
# 评估模板的详情数据
|
13170
12691
|
class TemplateInfo < TencentCloud::Common::AbstractModel
|
13171
12692
|
# @param TemplateId: 模板id
|
13172
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13173
12693
|
# @type TemplateId: Integer
|
13174
12694
|
# @param TemplateName: 模板名称
|
13175
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13176
12695
|
# @type TemplateName: String
|
13177
12696
|
|
13178
12697
|
attr_accessor :TemplateId, :TemplateName
|
@@ -13191,10 +12710,8 @@ module TencentCloud
|
|
13191
12710
|
# 数据资产报告-涉敏top的资产
|
13192
12711
|
class TopAsset < TencentCloud::Common::AbstractModel
|
13193
12712
|
# @param LevelName: 分级名称
|
13194
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13195
12713
|
# @type LevelName: String
|
13196
12714
|
# @param TopStat: top数据信息
|
13197
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13198
12715
|
# @type TopStat: Array
|
13199
12716
|
|
13200
12717
|
attr_accessor :LevelName, :TopStat
|
@@ -13220,13 +12737,10 @@ module TencentCloud
|
|
13220
12737
|
# 设敏top资产的信息
|
13221
12738
|
class TopAssetStat < TencentCloud::Common::AbstractModel
|
13222
12739
|
# @param DataSourceId: 数据源id
|
13223
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13224
12740
|
# @type DataSourceId: String
|
13225
12741
|
# @param SubData: db_name
|
13226
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13227
12742
|
# @type SubData: String
|
13228
12743
|
# @param SensitiveCnt: 敏感个数
|
13229
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13230
12744
|
# @type SensitiveCnt: Integer
|
13231
12745
|
|
13232
12746
|
attr_accessor :DataSourceId, :SubData, :SensitiveCnt
|