tencentcloud-sdk-dsgc 3.0.1074 → 3.0.1089
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 -3
- data/lib/v20190723/models.rb +157 -64
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dc3217b57ae4e9a699a3d1fe9aa822fef68228c4
|
4
|
+
data.tar.gz: 01a3af903e9c04b1a6402d4e68d3a4d125870278
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba4d9cc40e6cd6708254ba8d8a447145d31880daf53fe81ced7cf90c22d99633c799a40249b4e1bb46e0fe4a2c03b32b89836d3e35674d51efdfbc72fd2754a0
|
7
|
+
data.tar.gz: fa4f1961caa5b6c36c23e07a14d95524a5be307615d14c6e2fcf33945f479e4ff426c9a5cf4e4d79aaba529592d1def5bd22c6bcf91e50f3e4de8bed95922805
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1089
|
data/lib/v20190723/client.rb
CHANGED
@@ -1936,9 +1936,7 @@ module TencentCloud
|
|
1936
1936
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1937
1937
|
end
|
1938
1938
|
|
1939
|
-
# 获取分类分级任务结果,该接口只有在任务状态为以下状态时才支持结果正常查询:
|
1940
|
-
# 3 扫描成功,
|
1941
|
-
# 4 扫描失败
|
1939
|
+
# 获取分类分级任务结果,该接口只有在任务状态为以下状态时才支持结果正常查询:3 扫描成功,4 扫描失败
|
1942
1940
|
|
1943
1941
|
# @param request: Request instance for DescribeDSPADiscoveryTaskResult.
|
1944
1942
|
# @type request: :class:`Tencentcloud::dsgc::V20190723::DescribeDSPADiscoveryTaskResultRequest`
|
data/lib/v20190723/models.rb
CHANGED
@@ -1388,12 +1388,12 @@ module TencentCloud
|
|
1388
1388
|
|
1389
1389
|
attr_accessor :DspaId, :Name, :TemplateId, :BusinessName, :BusinessDept, :BusinessOwner, :ComplianceId, :DiscoveryCondition, :Description
|
1390
1390
|
extend Gem::Deprecate
|
1391
|
-
deprecate :BusinessName, :none, 2025,
|
1392
|
-
deprecate :BusinessName=, :none, 2025,
|
1393
|
-
deprecate :BusinessDept, :none, 2025,
|
1394
|
-
deprecate :BusinessDept=, :none, 2025,
|
1395
|
-
deprecate :BusinessOwner, :none, 2025,
|
1396
|
-
deprecate :BusinessOwner=, :none, 2025,
|
1391
|
+
deprecate :BusinessName, :none, 2025, 6
|
1392
|
+
deprecate :BusinessName=, :none, 2025, 6
|
1393
|
+
deprecate :BusinessDept, :none, 2025, 6
|
1394
|
+
deprecate :BusinessDept=, :none, 2025, 6
|
1395
|
+
deprecate :BusinessOwner, :none, 2025, 6
|
1396
|
+
deprecate :BusinessOwner=, :none, 2025, 6
|
1397
1397
|
|
1398
1398
|
def initialize(dspaid=nil, name=nil, templateid=nil, businessname=nil, businessdept=nil, businessowner=nil, complianceid=nil, discoverycondition=nil, description=nil)
|
1399
1399
|
@DspaId = dspaid
|
@@ -1751,10 +1751,10 @@ module TencentCloud
|
|
1751
1751
|
|
1752
1752
|
attr_accessor :DspaId, :ResourceRegion, :Buckets, :CosBucketItems
|
1753
1753
|
extend Gem::Deprecate
|
1754
|
-
deprecate :ResourceRegion, :none, 2025,
|
1755
|
-
deprecate :ResourceRegion=, :none, 2025,
|
1756
|
-
deprecate :Buckets, :none, 2025,
|
1757
|
-
deprecate :Buckets=, :none, 2025,
|
1754
|
+
deprecate :ResourceRegion, :none, 2025, 6
|
1755
|
+
deprecate :ResourceRegion=, :none, 2025, 6
|
1756
|
+
deprecate :Buckets, :none, 2025, 6
|
1757
|
+
deprecate :Buckets=, :none, 2025, 6
|
1758
1758
|
|
1759
1759
|
def initialize(dspaid=nil, resourceregion=nil, buckets=nil, cosbucketitems=nil)
|
1760
1760
|
@DspaId = dspaid
|
@@ -1813,14 +1813,14 @@ module TencentCloud
|
|
1813
1813
|
|
1814
1814
|
attr_accessor :DspaId, :MetaType, :ResourceRegion, :UpdateStatus, :UpdateId, :Items, :CloudResourceItems
|
1815
1815
|
extend Gem::Deprecate
|
1816
|
-
deprecate :ResourceRegion, :none, 2025,
|
1817
|
-
deprecate :ResourceRegion=, :none, 2025,
|
1818
|
-
deprecate :UpdateStatus, :none, 2025,
|
1819
|
-
deprecate :UpdateStatus=, :none, 2025,
|
1820
|
-
deprecate :UpdateId, :none, 2025,
|
1821
|
-
deprecate :UpdateId=, :none, 2025,
|
1822
|
-
deprecate :Items, :none, 2025,
|
1823
|
-
deprecate :Items=, :none, 2025,
|
1816
|
+
deprecate :ResourceRegion, :none, 2025, 6
|
1817
|
+
deprecate :ResourceRegion=, :none, 2025, 6
|
1818
|
+
deprecate :UpdateStatus, :none, 2025, 6
|
1819
|
+
deprecate :UpdateStatus=, :none, 2025, 6
|
1820
|
+
deprecate :UpdateId, :none, 2025, 6
|
1821
|
+
deprecate :UpdateId=, :none, 2025, 6
|
1822
|
+
deprecate :Items, :none, 2025, 6
|
1823
|
+
deprecate :Items=, :none, 2025, 6
|
1824
1824
|
|
1825
1825
|
def initialize(dspaid=nil, metatype=nil, resourceregion=nil, updatestatus=nil, updateid=nil, items=nil, cloudresourceitems=nil)
|
1826
1826
|
@DspaId = dspaid
|
@@ -1872,10 +1872,10 @@ module TencentCloud
|
|
1872
1872
|
|
1873
1873
|
attr_accessor :UpdateId, :MetaType, :DspaId, :ResourceRegion, :RequestId
|
1874
1874
|
extend Gem::Deprecate
|
1875
|
-
deprecate :UpdateId, :none, 2025,
|
1876
|
-
deprecate :UpdateId=, :none, 2025,
|
1877
|
-
deprecate :ResourceRegion, :none, 2025,
|
1878
|
-
deprecate :ResourceRegion=, :none, 2025,
|
1875
|
+
deprecate :UpdateId, :none, 2025, 6
|
1876
|
+
deprecate :UpdateId=, :none, 2025, 6
|
1877
|
+
deprecate :ResourceRegion, :none, 2025, 6
|
1878
|
+
deprecate :ResourceRegion=, :none, 2025, 6
|
1879
1879
|
|
1880
1880
|
def initialize(updateid=nil, metatype=nil, dspaid=nil, resourceregion=nil, requestid=nil)
|
1881
1881
|
@UpdateId = updateid
|
@@ -1998,13 +1998,15 @@ module TencentCloud
|
|
1998
1998
|
# @type Rows: Integer
|
1999
1999
|
# @param GlobalOrderField: 抽样的排序字段
|
2000
2000
|
# @type GlobalOrderField: String
|
2001
|
+
# @param ScanRange: full:全量扫描 incre:变更扫描
|
2002
|
+
# @type ScanRange: String
|
2001
2003
|
|
2002
|
-
attr_accessor :DspaId, :Name, :DataSourceId, :Enable, :Plan, :Period, :ResourceRegion, :DataSourceType, :GeneralRuleSetEnable, :Description, :Condition, :ComplianceGroupIds, :TimingStartTime, :Order, :Rows, :GlobalOrderField
|
2004
|
+
attr_accessor :DspaId, :Name, :DataSourceId, :Enable, :Plan, :Period, :ResourceRegion, :DataSourceType, :GeneralRuleSetEnable, :Description, :Condition, :ComplianceGroupIds, :TimingStartTime, :Order, :Rows, :GlobalOrderField, :ScanRange
|
2003
2005
|
extend Gem::Deprecate
|
2004
|
-
deprecate :GeneralRuleSetEnable, :none, 2025,
|
2005
|
-
deprecate :GeneralRuleSetEnable=, :none, 2025,
|
2006
|
+
deprecate :GeneralRuleSetEnable, :none, 2025, 6
|
2007
|
+
deprecate :GeneralRuleSetEnable=, :none, 2025, 6
|
2006
2008
|
|
2007
|
-
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)
|
2009
|
+
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, scanrange=nil)
|
2008
2010
|
@DspaId = dspaid
|
2009
2011
|
@Name = name
|
2010
2012
|
@DataSourceId = datasourceid
|
@@ -2021,6 +2023,7 @@ module TencentCloud
|
|
2021
2023
|
@Order = order
|
2022
2024
|
@Rows = rows
|
2023
2025
|
@GlobalOrderField = globalorderfield
|
2026
|
+
@ScanRange = scanrange
|
2024
2027
|
end
|
2025
2028
|
|
2026
2029
|
def deserialize(params)
|
@@ -2040,6 +2043,7 @@ module TencentCloud
|
|
2040
2043
|
@Order = params['Order']
|
2041
2044
|
@Rows = params['Rows']
|
2042
2045
|
@GlobalOrderField = params['GlobalOrderField']
|
2046
|
+
@ScanRange = params['ScanRange']
|
2043
2047
|
end
|
2044
2048
|
end
|
2045
2049
|
|
@@ -3308,10 +3312,10 @@ module TencentCloud
|
|
3308
3312
|
|
3309
3313
|
attr_accessor :DspaId, :DataSourceType, :DataSourceId
|
3310
3314
|
extend Gem::Deprecate
|
3311
|
-
deprecate :DataSourceType, :none, 2025,
|
3312
|
-
deprecate :DataSourceType=, :none, 2025,
|
3313
|
-
deprecate :DataSourceId, :none, 2025,
|
3314
|
-
deprecate :DataSourceId=, :none, 2025,
|
3315
|
+
deprecate :DataSourceType, :none, 2025, 6
|
3316
|
+
deprecate :DataSourceType=, :none, 2025, 6
|
3317
|
+
deprecate :DataSourceId, :none, 2025, 6
|
3318
|
+
deprecate :DataSourceId=, :none, 2025, 6
|
3315
3319
|
|
3316
3320
|
def initialize(dspaid=nil, datasourcetype=nil, datasourceid=nil)
|
3317
3321
|
@DspaId = dspaid
|
@@ -4521,8 +4525,8 @@ module TencentCloud
|
|
4521
4525
|
|
4522
4526
|
attr_accessor :RiskSideItmeList, :RiskSideItemList, :RequestId
|
4523
4527
|
extend Gem::Deprecate
|
4524
|
-
deprecate :RiskSideItmeList, :none, 2025,
|
4525
|
-
deprecate :RiskSideItmeList=, :none, 2025,
|
4528
|
+
deprecate :RiskSideItmeList, :none, 2025, 6
|
4529
|
+
deprecate :RiskSideItmeList=, :none, 2025, 6
|
4526
4530
|
|
4527
4531
|
def initialize(risksideitmelist=nil, risksideitemlist=nil, requestid=nil)
|
4528
4532
|
@RiskSideItmeList = risksideitmelist
|
@@ -5169,19 +5173,26 @@ module TencentCloud
|
|
5169
5173
|
# @type TaskId: Integer
|
5170
5174
|
# @param BucketResultId: 扫描Bucket任务结果ID
|
5171
5175
|
# @type BucketResultId: Integer
|
5176
|
+
# @param ScanResultId: 扫描结果id
|
5177
|
+
# @type ScanResultId: Integer
|
5172
5178
|
|
5173
|
-
attr_accessor :DspaId, :TaskId, :BucketResultId
|
5179
|
+
attr_accessor :DspaId, :TaskId, :BucketResultId, :ScanResultId
|
5180
|
+
extend Gem::Deprecate
|
5181
|
+
deprecate :BucketResultId, :none, 2025, 6
|
5182
|
+
deprecate :BucketResultId=, :none, 2025, 6
|
5174
5183
|
|
5175
|
-
def initialize(dspaid=nil, taskid=nil, bucketresultid=nil)
|
5184
|
+
def initialize(dspaid=nil, taskid=nil, bucketresultid=nil, scanresultid=nil)
|
5176
5185
|
@DspaId = dspaid
|
5177
5186
|
@TaskId = taskid
|
5178
5187
|
@BucketResultId = bucketresultid
|
5188
|
+
@ScanResultId = scanresultid
|
5179
5189
|
end
|
5180
5190
|
|
5181
5191
|
def deserialize(params)
|
5182
5192
|
@DspaId = params['DspaId']
|
5183
5193
|
@TaskId = params['TaskId']
|
5184
5194
|
@BucketResultId = params['BucketResultId']
|
5195
|
+
@ScanResultId = params['ScanResultId']
|
5185
5196
|
end
|
5186
5197
|
end
|
5187
5198
|
|
@@ -5221,14 +5232,23 @@ module TencentCloud
|
|
5221
5232
|
# ResourceRegion:资源所在地域
|
5222
5233
|
# 每项过滤条件最多支持5个。
|
5223
5234
|
# @type Filters: Array
|
5235
|
+
# @param StartTime: 开始时间
|
5236
|
+
# @type StartTime: String
|
5237
|
+
# @param EndTime: 结束时间
|
5238
|
+
# @type EndTime: String
|
5239
|
+
# @param FetchHistory: 是否查询历史结果
|
5240
|
+
# @type FetchHistory: Boolean
|
5224
5241
|
|
5225
|
-
attr_accessor :DspaId, :Offset, :Limit, :Filters
|
5242
|
+
attr_accessor :DspaId, :Offset, :Limit, :Filters, :StartTime, :EndTime, :FetchHistory
|
5226
5243
|
|
5227
|
-
def initialize(dspaid=nil, offset=nil, limit=nil, filters=nil)
|
5244
|
+
def initialize(dspaid=nil, offset=nil, limit=nil, filters=nil, starttime=nil, endtime=nil, fetchhistory=nil)
|
5228
5245
|
@DspaId = dspaid
|
5229
5246
|
@Offset = offset
|
5230
5247
|
@Limit = limit
|
5231
5248
|
@Filters = filters
|
5249
|
+
@StartTime = starttime
|
5250
|
+
@EndTime = endtime
|
5251
|
+
@FetchHistory = fetchhistory
|
5232
5252
|
end
|
5233
5253
|
|
5234
5254
|
def deserialize(params)
|
@@ -5243,6 +5263,9 @@ module TencentCloud
|
|
5243
5263
|
@Filters << filter_tmp
|
5244
5264
|
end
|
5245
5265
|
end
|
5266
|
+
@StartTime = params['StartTime']
|
5267
|
+
@EndTime = params['EndTime']
|
5268
|
+
@FetchHistory = params['FetchHistory']
|
5246
5269
|
end
|
5247
5270
|
end
|
5248
5271
|
|
@@ -5252,14 +5275,17 @@ module TencentCloud
|
|
5252
5275
|
# @type Items: Array
|
5253
5276
|
# @param TotalCount: 符合条件的数据结果数目
|
5254
5277
|
# @type TotalCount: Integer
|
5278
|
+
# @param MaxCount: 最大展示扫描结果次数
|
5279
|
+
# @type MaxCount: Integer
|
5255
5280
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5256
5281
|
# @type RequestId: String
|
5257
5282
|
|
5258
|
-
attr_accessor :Items, :TotalCount, :RequestId
|
5283
|
+
attr_accessor :Items, :TotalCount, :MaxCount, :RequestId
|
5259
5284
|
|
5260
|
-
def initialize(items=nil, totalcount=nil, requestid=nil)
|
5285
|
+
def initialize(items=nil, totalcount=nil, maxcount=nil, requestid=nil)
|
5261
5286
|
@Items = items
|
5262
5287
|
@TotalCount = totalcount
|
5288
|
+
@MaxCount = maxcount
|
5263
5289
|
@RequestId = requestid
|
5264
5290
|
end
|
5265
5291
|
|
@@ -5273,6 +5299,7 @@ module TencentCloud
|
|
5273
5299
|
end
|
5274
5300
|
end
|
5275
5301
|
@TotalCount = params['TotalCount']
|
5302
|
+
@MaxCount = params['MaxCount']
|
5276
5303
|
@RequestId = params['RequestId']
|
5277
5304
|
end
|
5278
5305
|
end
|
@@ -5350,10 +5377,10 @@ module TencentCloud
|
|
5350
5377
|
# @type DspaId: String
|
5351
5378
|
# @param TaskId: 任务ID
|
5352
5379
|
# @type TaskId: Integer
|
5353
|
-
# @param BucketResultId: 扫描Bucket结果ID
|
5354
|
-
# @type BucketResultId: Integer
|
5355
5380
|
# @param ComplianceId: 合规组ID
|
5356
5381
|
# @type ComplianceId: Integer
|
5382
|
+
# @param BucketResultId: 扫描Bucket结果ID
|
5383
|
+
# @type BucketResultId: Integer
|
5357
5384
|
# @param FileName: 文件名
|
5358
5385
|
# @type FileName: String
|
5359
5386
|
# @param CategoryId: 敏感数据分类ID
|
@@ -5368,14 +5395,19 @@ module TencentCloud
|
|
5368
5395
|
# @type BucketName: String
|
5369
5396
|
# @param CategoryIdList: 多级分类的分类ID集合
|
5370
5397
|
# @type CategoryIdList: Array
|
5398
|
+
# @param ScanResultId: 扫描结果id
|
5399
|
+
# @type ScanResultId: Integer
|
5371
5400
|
|
5372
|
-
attr_accessor :DspaId, :TaskId, :
|
5401
|
+
attr_accessor :DspaId, :TaskId, :ComplianceId, :BucketResultId, :FileName, :CategoryId, :LevelId, :Offset, :Limit, :BucketName, :CategoryIdList, :ScanResultId
|
5402
|
+
extend Gem::Deprecate
|
5403
|
+
deprecate :BucketResultId, :none, 2025, 6
|
5404
|
+
deprecate :BucketResultId=, :none, 2025, 6
|
5373
5405
|
|
5374
|
-
def initialize(dspaid=nil, taskid=nil,
|
5406
|
+
def initialize(dspaid=nil, taskid=nil, complianceid=nil, bucketresultid=nil, filename=nil, categoryid=nil, levelid=nil, offset=nil, limit=nil, bucketname=nil, categoryidlist=nil, scanresultid=nil)
|
5375
5407
|
@DspaId = dspaid
|
5376
5408
|
@TaskId = taskid
|
5377
|
-
@BucketResultId = bucketresultid
|
5378
5409
|
@ComplianceId = complianceid
|
5410
|
+
@BucketResultId = bucketresultid
|
5379
5411
|
@FileName = filename
|
5380
5412
|
@CategoryId = categoryid
|
5381
5413
|
@LevelId = levelid
|
@@ -5383,13 +5415,14 @@ module TencentCloud
|
|
5383
5415
|
@Limit = limit
|
5384
5416
|
@BucketName = bucketname
|
5385
5417
|
@CategoryIdList = categoryidlist
|
5418
|
+
@ScanResultId = scanresultid
|
5386
5419
|
end
|
5387
5420
|
|
5388
5421
|
def deserialize(params)
|
5389
5422
|
@DspaId = params['DspaId']
|
5390
5423
|
@TaskId = params['TaskId']
|
5391
|
-
@BucketResultId = params['BucketResultId']
|
5392
5424
|
@ComplianceId = params['ComplianceId']
|
5425
|
+
@BucketResultId = params['BucketResultId']
|
5393
5426
|
@FileName = params['FileName']
|
5394
5427
|
@CategoryId = params['CategoryId']
|
5395
5428
|
@LevelId = params['LevelId']
|
@@ -5397,6 +5430,7 @@ module TencentCloud
|
|
5397
5430
|
@Limit = params['Limit']
|
5398
5431
|
@BucketName = params['BucketName']
|
5399
5432
|
@CategoryIdList = params['CategoryIdList']
|
5433
|
+
@ScanResultId = params['ScanResultId']
|
5400
5434
|
end
|
5401
5435
|
end
|
5402
5436
|
|
@@ -6059,10 +6093,12 @@ module TencentCloud
|
|
6059
6093
|
# @type Limit: Integer
|
6060
6094
|
# @param CategoryIdList: 多级分类的分类ID集合
|
6061
6095
|
# @type CategoryIdList: Array
|
6096
|
+
# @param ScanResultId: 任务扫描id
|
6097
|
+
# @type ScanResultId: Integer
|
6062
6098
|
|
6063
|
-
attr_accessor :DspaId, :TaskId, :DbResultId, :ComplianceId, :DbName, :TableName, :CategoryId, :LevelId, :Offset, :Limit, :CategoryIdList
|
6099
|
+
attr_accessor :DspaId, :TaskId, :DbResultId, :ComplianceId, :DbName, :TableName, :CategoryId, :LevelId, :Offset, :Limit, :CategoryIdList, :ScanResultId
|
6064
6100
|
|
6065
|
-
def initialize(dspaid=nil, taskid=nil, dbresultid=nil, complianceid=nil, dbname=nil, tablename=nil, categoryid=nil, levelid=nil, offset=nil, limit=nil, categoryidlist=nil)
|
6101
|
+
def initialize(dspaid=nil, taskid=nil, dbresultid=nil, complianceid=nil, dbname=nil, tablename=nil, categoryid=nil, levelid=nil, offset=nil, limit=nil, categoryidlist=nil, scanresultid=nil)
|
6066
6102
|
@DspaId = dspaid
|
6067
6103
|
@TaskId = taskid
|
6068
6104
|
@DbResultId = dbresultid
|
@@ -6074,6 +6110,7 @@ module TencentCloud
|
|
6074
6110
|
@Offset = offset
|
6075
6111
|
@Limit = limit
|
6076
6112
|
@CategoryIdList = categoryidlist
|
6113
|
+
@ScanResultId = scanresultid
|
6077
6114
|
end
|
6078
6115
|
|
6079
6116
|
def deserialize(params)
|
@@ -6088,6 +6125,7 @@ module TencentCloud
|
|
6088
6125
|
@Offset = params['Offset']
|
6089
6126
|
@Limit = params['Limit']
|
6090
6127
|
@CategoryIdList = params['CategoryIdList']
|
6128
|
+
@ScanResultId = params['ScanResultId']
|
6091
6129
|
end
|
6092
6130
|
end
|
6093
6131
|
|
@@ -6149,10 +6187,16 @@ module TencentCloud
|
|
6149
6187
|
# @type Limit: Integer
|
6150
6188
|
# @param ResourceRegion: 资源所在地域
|
6151
6189
|
# @type ResourceRegion: String
|
6190
|
+
# @param StartTime: 开始时间
|
6191
|
+
# @type StartTime: String
|
6192
|
+
# @param EndTime: 结束时间
|
6193
|
+
# @type EndTime: String
|
6194
|
+
# @param FetchHistory: 是否查询历史结果
|
6195
|
+
# @type FetchHistory: Boolean
|
6152
6196
|
|
6153
|
-
attr_accessor :DspaId, :DataSourceType, :TaskId, :TaskName, :DataSourceId, :DbName, :Offset, :Limit, :ResourceRegion
|
6197
|
+
attr_accessor :DspaId, :DataSourceType, :TaskId, :TaskName, :DataSourceId, :DbName, :Offset, :Limit, :ResourceRegion, :StartTime, :EndTime, :FetchHistory
|
6154
6198
|
|
6155
|
-
def initialize(dspaid=nil, datasourcetype=nil, taskid=nil, taskname=nil, datasourceid=nil, dbname=nil, offset=nil, limit=nil, resourceregion=nil)
|
6199
|
+
def initialize(dspaid=nil, datasourcetype=nil, taskid=nil, taskname=nil, datasourceid=nil, dbname=nil, offset=nil, limit=nil, resourceregion=nil, starttime=nil, endtime=nil, fetchhistory=nil)
|
6156
6200
|
@DspaId = dspaid
|
6157
6201
|
@DataSourceType = datasourcetype
|
6158
6202
|
@TaskId = taskid
|
@@ -6162,6 +6206,9 @@ module TencentCloud
|
|
6162
6206
|
@Offset = offset
|
6163
6207
|
@Limit = limit
|
6164
6208
|
@ResourceRegion = resourceregion
|
6209
|
+
@StartTime = starttime
|
6210
|
+
@EndTime = endtime
|
6211
|
+
@FetchHistory = fetchhistory
|
6165
6212
|
end
|
6166
6213
|
|
6167
6214
|
def deserialize(params)
|
@@ -6174,6 +6221,9 @@ module TencentCloud
|
|
6174
6221
|
@Offset = params['Offset']
|
6175
6222
|
@Limit = params['Limit']
|
6176
6223
|
@ResourceRegion = params['ResourceRegion']
|
6224
|
+
@StartTime = params['StartTime']
|
6225
|
+
@EndTime = params['EndTime']
|
6226
|
+
@FetchHistory = params['FetchHistory']
|
6177
6227
|
end
|
6178
6228
|
end
|
6179
6229
|
|
@@ -6183,14 +6233,17 @@ module TencentCloud
|
|
6183
6233
|
# @type Items: Array
|
6184
6234
|
# @param TotalCount: 符合条件的扫描任务结果记录数
|
6185
6235
|
# @type TotalCount: Integer
|
6236
|
+
# @param MaxCount: 最大展示扫描结果次数
|
6237
|
+
# @type MaxCount: Integer
|
6186
6238
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6187
6239
|
# @type RequestId: String
|
6188
6240
|
|
6189
|
-
attr_accessor :Items, :TotalCount, :RequestId
|
6241
|
+
attr_accessor :Items, :TotalCount, :MaxCount, :RequestId
|
6190
6242
|
|
6191
|
-
def initialize(items=nil, totalcount=nil, requestid=nil)
|
6243
|
+
def initialize(items=nil, totalcount=nil, maxcount=nil, requestid=nil)
|
6192
6244
|
@Items = items
|
6193
6245
|
@TotalCount = totalcount
|
6246
|
+
@MaxCount = maxcount
|
6194
6247
|
@RequestId = requestid
|
6195
6248
|
end
|
6196
6249
|
|
@@ -6204,6 +6257,7 @@ module TencentCloud
|
|
6204
6257
|
end
|
6205
6258
|
end
|
6206
6259
|
@TotalCount = params['TotalCount']
|
6260
|
+
@MaxCount = params['MaxCount']
|
6207
6261
|
@RequestId = params['RequestId']
|
6208
6262
|
end
|
6209
6263
|
end
|
@@ -6218,14 +6272,20 @@ module TencentCloud
|
|
6218
6272
|
# @type DbResultId: Integer
|
6219
6273
|
# @param DbName: db名称
|
6220
6274
|
# @type DbName: String
|
6275
|
+
# @param ScanResultId: 任务扫描id
|
6276
|
+
# @type ScanResultId: Integer
|
6221
6277
|
|
6222
|
-
attr_accessor :DspaId, :TaskId, :DbResultId, :DbName
|
6278
|
+
attr_accessor :DspaId, :TaskId, :DbResultId, :DbName, :ScanResultId
|
6279
|
+
extend Gem::Deprecate
|
6280
|
+
deprecate :DbResultId, :none, 2025, 6
|
6281
|
+
deprecate :DbResultId=, :none, 2025, 6
|
6223
6282
|
|
6224
|
-
def initialize(dspaid=nil, taskid=nil, dbresultid=nil, dbname=nil)
|
6283
|
+
def initialize(dspaid=nil, taskid=nil, dbresultid=nil, dbname=nil, scanresultid=nil)
|
6225
6284
|
@DspaId = dspaid
|
6226
6285
|
@TaskId = taskid
|
6227
6286
|
@DbResultId = dbresultid
|
6228
6287
|
@DbName = dbname
|
6288
|
+
@ScanResultId = scanresultid
|
6229
6289
|
end
|
6230
6290
|
|
6231
6291
|
def deserialize(params)
|
@@ -6233,6 +6293,7 @@ module TencentCloud
|
|
6233
6293
|
@TaskId = params['TaskId']
|
6234
6294
|
@DbResultId = params['DbResultId']
|
6235
6295
|
@DbName = params['DbName']
|
6296
|
+
@ScanResultId = params['ScanResultId']
|
6236
6297
|
end
|
6237
6298
|
end
|
6238
6299
|
|
@@ -7977,10 +8038,14 @@ module TencentCloud
|
|
7977
8038
|
# @type ResourceRegion: String
|
7978
8039
|
# @param OverSize: 是否超额
|
7979
8040
|
# @type OverSize: String
|
8041
|
+
# @param TaskInstanceId: 任务实例id
|
8042
|
+
# @type TaskInstanceId: String
|
8043
|
+
# @param StartTime: 开始时间
|
8044
|
+
# @type StartTime: String
|
7980
8045
|
|
7981
|
-
attr_accessor :BucketResultId, :TaskId, :TaskName, :ResultId, :DataSourceId, :BucketName, :TotalFiles, :SensitiveDataNums, :EndTime, :DataSourceName, :Status, :ErrorInfo, :ResourceRegion, :OverSize
|
8046
|
+
attr_accessor :BucketResultId, :TaskId, :TaskName, :ResultId, :DataSourceId, :BucketName, :TotalFiles, :SensitiveDataNums, :EndTime, :DataSourceName, :Status, :ErrorInfo, :ResourceRegion, :OverSize, :TaskInstanceId, :StartTime
|
7982
8047
|
|
7983
|
-
def initialize(bucketresultid=nil, taskid=nil, taskname=nil, resultid=nil, datasourceid=nil, bucketname=nil, totalfiles=nil, sensitivedatanums=nil, endtime=nil, datasourcename=nil, status=nil, errorinfo=nil, resourceregion=nil, oversize=nil)
|
8048
|
+
def initialize(bucketresultid=nil, taskid=nil, taskname=nil, resultid=nil, datasourceid=nil, bucketname=nil, totalfiles=nil, sensitivedatanums=nil, endtime=nil, datasourcename=nil, status=nil, errorinfo=nil, resourceregion=nil, oversize=nil, taskinstanceid=nil, starttime=nil)
|
7984
8049
|
@BucketResultId = bucketresultid
|
7985
8050
|
@TaskId = taskid
|
7986
8051
|
@TaskName = taskname
|
@@ -7995,6 +8060,8 @@ module TencentCloud
|
|
7995
8060
|
@ErrorInfo = errorinfo
|
7996
8061
|
@ResourceRegion = resourceregion
|
7997
8062
|
@OverSize = oversize
|
8063
|
+
@TaskInstanceId = taskinstanceid
|
8064
|
+
@StartTime = starttime
|
7998
8065
|
end
|
7999
8066
|
|
8000
8067
|
def deserialize(params)
|
@@ -8012,6 +8079,8 @@ module TencentCloud
|
|
8012
8079
|
@ErrorInfo = params['ErrorInfo']
|
8013
8080
|
@ResourceRegion = params['ResourceRegion']
|
8014
8081
|
@OverSize = params['OverSize']
|
8082
|
+
@TaskInstanceId = params['TaskInstanceId']
|
8083
|
+
@StartTime = params['StartTime']
|
8015
8084
|
end
|
8016
8085
|
end
|
8017
8086
|
|
@@ -8668,10 +8737,12 @@ module TencentCloud
|
|
8668
8737
|
# @type TimingStartTime: String
|
8669
8738
|
# @param ComplianceUpdate: 关联模板是否更新
|
8670
8739
|
# @type ComplianceUpdate: Boolean
|
8740
|
+
# @param ScanRange: full:全量扫描 incre:变更扫描
|
8741
|
+
# @type ScanRange: String
|
8671
8742
|
|
8672
|
-
attr_accessor :TaskId, :Name, :Description, :Period, :Plan, :Enable, :DataSourceInfo, :GeneralRuleSetEnable, :Result, :TimingStartTime, :ComplianceUpdate
|
8743
|
+
attr_accessor :TaskId, :Name, :Description, :Period, :Plan, :Enable, :DataSourceInfo, :GeneralRuleSetEnable, :Result, :TimingStartTime, :ComplianceUpdate, :ScanRange
|
8673
8744
|
|
8674
|
-
def initialize(taskid=nil, name=nil, description=nil, period=nil, plan=nil, enable=nil, datasourceinfo=nil, generalrulesetenable=nil, result=nil, timingstarttime=nil, complianceupdate=nil)
|
8745
|
+
def initialize(taskid=nil, name=nil, description=nil, period=nil, plan=nil, enable=nil, datasourceinfo=nil, generalrulesetenable=nil, result=nil, timingstarttime=nil, complianceupdate=nil, scanrange=nil)
|
8675
8746
|
@TaskId = taskid
|
8676
8747
|
@Name = name
|
8677
8748
|
@Description = description
|
@@ -8683,6 +8754,7 @@ module TencentCloud
|
|
8683
8754
|
@Result = result
|
8684
8755
|
@TimingStartTime = timingstarttime
|
8685
8756
|
@ComplianceUpdate = complianceupdate
|
8757
|
+
@ScanRange = scanrange
|
8686
8758
|
end
|
8687
8759
|
|
8688
8760
|
def deserialize(params)
|
@@ -8703,6 +8775,7 @@ module TencentCloud
|
|
8703
8775
|
end
|
8704
8776
|
@TimingStartTime = params['TimingStartTime']
|
8705
8777
|
@ComplianceUpdate = params['ComplianceUpdate']
|
8778
|
+
@ScanRange = params['ScanRange']
|
8706
8779
|
end
|
8707
8780
|
end
|
8708
8781
|
|
@@ -8798,10 +8871,16 @@ module TencentCloud
|
|
8798
8871
|
# @type SensitiveField: Integer
|
8799
8872
|
# @param TotalField: 总的字段数
|
8800
8873
|
# @type TotalField: Integer
|
8874
|
+
# @param TaskInstanceId: 任务实例id
|
8875
|
+
# @type TaskInstanceId: String
|
8876
|
+
# @param StartTime: 开始时间
|
8877
|
+
# @type StartTime: String
|
8878
|
+
# @param ScanRange: 扫描范围(full:全量扫描 incre:变更扫描)
|
8879
|
+
# @type ScanRange: String
|
8801
8880
|
|
8802
|
-
attr_accessor :DbResultId, :TaskId, :TaskName, :ResultId, :DataSourceId, :DbName, :TotalTables, :SensitiveTables, :EndTime, :DataSourceName, :Status, :ErrorInfo, :ResourceRegion, :SensitiveField, :TotalField
|
8881
|
+
attr_accessor :DbResultId, :TaskId, :TaskName, :ResultId, :DataSourceId, :DbName, :TotalTables, :SensitiveTables, :EndTime, :DataSourceName, :Status, :ErrorInfo, :ResourceRegion, :SensitiveField, :TotalField, :TaskInstanceId, :StartTime, :ScanRange
|
8803
8882
|
|
8804
|
-
def initialize(dbresultid=nil, taskid=nil, taskname=nil, resultid=nil, datasourceid=nil, dbname=nil, totaltables=nil, sensitivetables=nil, endtime=nil, datasourcename=nil, status=nil, errorinfo=nil, resourceregion=nil, sensitivefield=nil, totalfield=nil)
|
8883
|
+
def initialize(dbresultid=nil, taskid=nil, taskname=nil, resultid=nil, datasourceid=nil, dbname=nil, totaltables=nil, sensitivetables=nil, endtime=nil, datasourcename=nil, status=nil, errorinfo=nil, resourceregion=nil, sensitivefield=nil, totalfield=nil, taskinstanceid=nil, starttime=nil, scanrange=nil)
|
8805
8884
|
@DbResultId = dbresultid
|
8806
8885
|
@TaskId = taskid
|
8807
8886
|
@TaskName = taskname
|
@@ -8817,6 +8896,9 @@ module TencentCloud
|
|
8817
8896
|
@ResourceRegion = resourceregion
|
8818
8897
|
@SensitiveField = sensitivefield
|
8819
8898
|
@TotalField = totalfield
|
8899
|
+
@TaskInstanceId = taskinstanceid
|
8900
|
+
@StartTime = starttime
|
8901
|
+
@ScanRange = scanrange
|
8820
8902
|
end
|
8821
8903
|
|
8822
8904
|
def deserialize(params)
|
@@ -8835,6 +8917,9 @@ module TencentCloud
|
|
8835
8917
|
@ResourceRegion = params['ResourceRegion']
|
8836
8918
|
@SensitiveField = params['SensitiveField']
|
8837
8919
|
@TotalField = params['TotalField']
|
8920
|
+
@TaskInstanceId = params['TaskInstanceId']
|
8921
|
+
@StartTime = params['StartTime']
|
8922
|
+
@ScanRange = params['ScanRange']
|
8838
8923
|
end
|
8839
8924
|
end
|
8840
8925
|
|
@@ -8860,10 +8945,12 @@ module TencentCloud
|
|
8860
8945
|
# @type CustomComplianceInfo: Array
|
8861
8946
|
# @param TimingStartTime: 定时开始时间
|
8862
8947
|
# @type TimingStartTime: String
|
8948
|
+
# @param ScanRange: full:全量扫描 incre:变更扫描
|
8949
|
+
# @type ScanRange: String
|
8863
8950
|
|
8864
|
-
attr_accessor :Name, :Description, :Period, :Plan, :Enable, :DataSourceInfo, :GeneralRuleSetEnable, :DefaultComplianceInfo, :CustomComplianceInfo, :TimingStartTime
|
8951
|
+
attr_accessor :Name, :Description, :Period, :Plan, :Enable, :DataSourceInfo, :GeneralRuleSetEnable, :DefaultComplianceInfo, :CustomComplianceInfo, :TimingStartTime, :ScanRange
|
8865
8952
|
|
8866
|
-
def initialize(name=nil, description=nil, period=nil, plan=nil, enable=nil, datasourceinfo=nil, generalrulesetenable=nil, defaultcomplianceinfo=nil, customcomplianceinfo=nil, timingstarttime=nil)
|
8953
|
+
def initialize(name=nil, description=nil, period=nil, plan=nil, enable=nil, datasourceinfo=nil, generalrulesetenable=nil, defaultcomplianceinfo=nil, customcomplianceinfo=nil, timingstarttime=nil, scanrange=nil)
|
8867
8954
|
@Name = name
|
8868
8955
|
@Description = description
|
8869
8956
|
@Period = period
|
@@ -8874,6 +8961,7 @@ module TencentCloud
|
|
8874
8961
|
@DefaultComplianceInfo = defaultcomplianceinfo
|
8875
8962
|
@CustomComplianceInfo = customcomplianceinfo
|
8876
8963
|
@TimingStartTime = timingstarttime
|
8964
|
+
@ScanRange = scanrange
|
8877
8965
|
end
|
8878
8966
|
|
8879
8967
|
def deserialize(params)
|
@@ -8904,6 +8992,7 @@ module TencentCloud
|
|
8904
8992
|
end
|
8905
8993
|
end
|
8906
8994
|
@TimingStartTime = params['TimingStartTime']
|
8995
|
+
@ScanRange = params['ScanRange']
|
8907
8996
|
end
|
8908
8997
|
end
|
8909
8998
|
|
@@ -10445,8 +10534,8 @@ module TencentCloud
|
|
10445
10534
|
|
10446
10535
|
attr_accessor :DspaId, :Status, :RiskLatestTableId, :Note, :ProcessPeople, :BathRiskIdList
|
10447
10536
|
extend Gem::Deprecate
|
10448
|
-
deprecate :RiskLatestTableId, :none, 2025,
|
10449
|
-
deprecate :RiskLatestTableId=, :none, 2025,
|
10537
|
+
deprecate :RiskLatestTableId, :none, 2025, 6
|
10538
|
+
deprecate :RiskLatestTableId=, :none, 2025, 6
|
10450
10539
|
|
10451
10540
|
def initialize(dspaid=nil, status=nil, risklatesttableid=nil, note=nil, processpeople=nil, bathriskidlist=nil)
|
10452
10541
|
@DspaId = dspaid
|
@@ -11058,10 +11147,12 @@ module TencentCloud
|
|
11058
11147
|
# cynosdbmysql 表示TDSQL-C MySQL版,
|
11059
11148
|
# selfbuilt-db 表示自建数据库
|
11060
11149
|
# @type DataSourceType: String
|
11150
|
+
# @param ScanRange: full:全量扫描 incre:变更扫描
|
11151
|
+
# @type ScanRange: String
|
11061
11152
|
|
11062
|
-
attr_accessor :DspaId, :TaskId, :Name, :Description, :Enable, :DataSourceId, :Condition, :GeneralRuleSetEnable, :ComplianceGroupIds, :Plan, :Period, :TimingStartTime, :ResourceRegion, :DataSourceType
|
11153
|
+
attr_accessor :DspaId, :TaskId, :Name, :Description, :Enable, :DataSourceId, :Condition, :GeneralRuleSetEnable, :ComplianceGroupIds, :Plan, :Period, :TimingStartTime, :ResourceRegion, :DataSourceType, :ScanRange
|
11063
11154
|
|
11064
|
-
def initialize(dspaid=nil, taskid=nil, name=nil, description=nil, enable=nil, datasourceid=nil, condition=nil, generalrulesetenable=nil, compliancegroupids=nil, plan=nil, period=nil, timingstarttime=nil, resourceregion=nil, datasourcetype=nil)
|
11155
|
+
def initialize(dspaid=nil, taskid=nil, name=nil, description=nil, enable=nil, datasourceid=nil, condition=nil, generalrulesetenable=nil, compliancegroupids=nil, plan=nil, period=nil, timingstarttime=nil, resourceregion=nil, datasourcetype=nil, scanrange=nil)
|
11065
11156
|
@DspaId = dspaid
|
11066
11157
|
@TaskId = taskid
|
11067
11158
|
@Name = name
|
@@ -11076,6 +11167,7 @@ module TencentCloud
|
|
11076
11167
|
@TimingStartTime = timingstarttime
|
11077
11168
|
@ResourceRegion = resourceregion
|
11078
11169
|
@DataSourceType = datasourcetype
|
11170
|
+
@ScanRange = scanrange
|
11079
11171
|
end
|
11080
11172
|
|
11081
11173
|
def deserialize(params)
|
@@ -11093,6 +11185,7 @@ module TencentCloud
|
|
11093
11185
|
@TimingStartTime = params['TimingStartTime']
|
11094
11186
|
@ResourceRegion = params['ResourceRegion']
|
11095
11187
|
@DataSourceType = params['DataSourceType']
|
11188
|
+
@ScanRange = params['ScanRange']
|
11096
11189
|
end
|
11097
11190
|
end
|
11098
11191
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-dsgc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1089
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|