tencentcloud-sdk-dsgc 3.0.703 → 3.0.705
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190723/models.rb +86 -20
- 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: b7583cdeab03a5aa51222c142997cac4ded6a6de
|
4
|
+
data.tar.gz: 6fa482a199d21de3055f3fcc00e7e2a1c697a6a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88ea116d62df78c8c6129081bd0820e217cee32424441a8c90b22cba447f008362c6c072cd24720ba145df3aacf8e4ff708672d003a6da18b8e585bf4e517af4
|
7
|
+
data.tar.gz: 5245895ecba5f1aca7e7433aff50ddd4983ead23a3fc2b0ee8fcee0714069441ecee794da34437bceb397d17eb714038a77051c33725792b41fac71b7465a1e1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.705
|
data/lib/v20190723/models.rb
CHANGED
@@ -1411,12 +1411,12 @@ module TencentCloud
|
|
1411
1411
|
|
1412
1412
|
attr_accessor :DspaId, :Name, :TemplateId, :BusinessName, :BusinessDept, :BusinessOwner, :ComplianceId, :DiscoveryCondition, :Description
|
1413
1413
|
extend Gem::Deprecate
|
1414
|
-
deprecate :BusinessName, :none, 2023,
|
1415
|
-
deprecate :BusinessName=, :none, 2023,
|
1416
|
-
deprecate :BusinessDept, :none, 2023,
|
1417
|
-
deprecate :BusinessDept=, :none, 2023,
|
1418
|
-
deprecate :BusinessOwner, :none, 2023,
|
1419
|
-
deprecate :BusinessOwner=, :none, 2023,
|
1414
|
+
deprecate :BusinessName, :none, 2023, 11
|
1415
|
+
deprecate :BusinessName=, :none, 2023, 11
|
1416
|
+
deprecate :BusinessDept, :none, 2023, 11
|
1417
|
+
deprecate :BusinessDept=, :none, 2023, 11
|
1418
|
+
deprecate :BusinessOwner, :none, 2023, 11
|
1419
|
+
deprecate :BusinessOwner=, :none, 2023, 11
|
1420
1420
|
|
1421
1421
|
def initialize(dspaid=nil, name=nil, templateid=nil, businessname=nil, businessdept=nil, businessowner=nil, complianceid=nil, discoverycondition=nil, description=nil)
|
1422
1422
|
@DspaId = dspaid
|
@@ -6444,15 +6444,19 @@ module TencentCloud
|
|
6444
6444
|
# @type Limit: Integer
|
6445
6445
|
# @param Filters: 过滤条件
|
6446
6446
|
# @type Filters: Array
|
6447
|
+
# @param CreditScore: 可信分排序,ASC升序
|
6448
|
+
# DESC降序
|
6449
|
+
# @type CreditScore: String
|
6447
6450
|
|
6448
|
-
attr_accessor :DspaId, :ComplianceId, :Offset, :Limit, :Filters
|
6451
|
+
attr_accessor :DspaId, :ComplianceId, :Offset, :Limit, :Filters, :CreditScore
|
6449
6452
|
|
6450
|
-
def initialize(dspaid=nil, complianceid=nil, offset=nil, limit=nil, filters=nil)
|
6453
|
+
def initialize(dspaid=nil, complianceid=nil, offset=nil, limit=nil, filters=nil, creditscore=nil)
|
6451
6454
|
@DspaId = dspaid
|
6452
6455
|
@ComplianceId = complianceid
|
6453
6456
|
@Offset = offset
|
6454
6457
|
@Limit = limit
|
6455
6458
|
@Filters = filters
|
6459
|
+
@CreditScore = creditscore
|
6456
6460
|
end
|
6457
6461
|
|
6458
6462
|
def deserialize(params)
|
@@ -6468,6 +6472,7 @@ module TencentCloud
|
|
6468
6472
|
@Filters << filter_tmp
|
6469
6473
|
end
|
6470
6474
|
end
|
6475
|
+
@CreditScore = params['CreditScore']
|
6471
6476
|
end
|
6472
6477
|
end
|
6473
6478
|
|
@@ -6793,17 +6798,22 @@ module TencentCloud
|
|
6793
6798
|
# @type DspaId: String
|
6794
6799
|
# @param ComplianceId: 合规组Id
|
6795
6800
|
# @type ComplianceId: Integer
|
6801
|
+
# @param CreditScore: 可信分排序,ASC-升序
|
6802
|
+
# DESC降序
|
6803
|
+
# @type CreditScore: String
|
6796
6804
|
|
6797
|
-
attr_accessor :DspaId, :ComplianceId
|
6805
|
+
attr_accessor :DspaId, :ComplianceId, :CreditScore
|
6798
6806
|
|
6799
|
-
def initialize(dspaid=nil, complianceid=nil)
|
6807
|
+
def initialize(dspaid=nil, complianceid=nil, creditscore=nil)
|
6800
6808
|
@DspaId = dspaid
|
6801
6809
|
@ComplianceId = complianceid
|
6810
|
+
@CreditScore = creditscore
|
6802
6811
|
end
|
6803
6812
|
|
6804
6813
|
def deserialize(params)
|
6805
6814
|
@DspaId = params['DspaId']
|
6806
6815
|
@ComplianceId = params['ComplianceId']
|
6816
|
+
@CreditScore = params['CreditScore']
|
6807
6817
|
end
|
6808
6818
|
end
|
6809
6819
|
|
@@ -9306,10 +9316,19 @@ module TencentCloud
|
|
9306
9316
|
# @param CategoryFullPath: 分类路径
|
9307
9317
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9308
9318
|
# @type CategoryFullPath: String
|
9319
|
+
# @param IdentifyType: 0.系统识别,1人工打标
|
9320
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9321
|
+
# @type IdentifyType: Integer
|
9322
|
+
# @param CheckStatus: 0未核查 1已核查
|
9323
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9324
|
+
# @type CheckStatus: Integer
|
9325
|
+
# @param IsSensitiveData: 0非敏感,1敏感
|
9326
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9327
|
+
# @type IsSensitiveData: Integer
|
9309
9328
|
|
9310
|
-
attr_accessor :DataSourceId, :DbType, :DbName, :TableName, :FieldName, :RuleName, :CategoryName, :LevelRiskName, :LevelRiskScore, :TrustedScore, :ResourceRegion, :FieldResultId, :RuleId, :LevelId, :CategoryId, :DataSourceName, :SafeGuard, :CategoryFullPath
|
9329
|
+
attr_accessor :DataSourceId, :DbType, :DbName, :TableName, :FieldName, :RuleName, :CategoryName, :LevelRiskName, :LevelRiskScore, :TrustedScore, :ResourceRegion, :FieldResultId, :RuleId, :LevelId, :CategoryId, :DataSourceName, :SafeGuard, :CategoryFullPath, :IdentifyType, :CheckStatus, :IsSensitiveData
|
9311
9330
|
|
9312
|
-
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)
|
9331
|
+
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)
|
9313
9332
|
@DataSourceId = datasourceid
|
9314
9333
|
@DbType = dbtype
|
9315
9334
|
@DbName = dbname
|
@@ -9328,6 +9347,9 @@ module TencentCloud
|
|
9328
9347
|
@DataSourceName = datasourcename
|
9329
9348
|
@SafeGuard = safeguard
|
9330
9349
|
@CategoryFullPath = categoryfullpath
|
9350
|
+
@IdentifyType = identifytype
|
9351
|
+
@CheckStatus = checkstatus
|
9352
|
+
@IsSensitiveData = issensitivedata
|
9331
9353
|
end
|
9332
9354
|
|
9333
9355
|
def deserialize(params)
|
@@ -9352,6 +9374,9 @@ module TencentCloud
|
|
9352
9374
|
@SafeGuard.deserialize(params['SafeGuard'])
|
9353
9375
|
end
|
9354
9376
|
@CategoryFullPath = params['CategoryFullPath']
|
9377
|
+
@IdentifyType = params['IdentifyType']
|
9378
|
+
@CheckStatus = params['CheckStatus']
|
9379
|
+
@IsSensitiveData = params['IsSensitiveData']
|
9355
9380
|
end
|
9356
9381
|
end
|
9357
9382
|
|
@@ -9720,10 +9745,14 @@ module TencentCloud
|
|
9720
9745
|
# @param RuleName: 规则名称
|
9721
9746
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9722
9747
|
# @type RuleName: String
|
9748
|
+
# @param IdentifyType: 0系统识别,1人工打标
|
9749
|
+
# @type IdentifyType: Integer
|
9750
|
+
# @param CheckStatus: 0未核查,1已核查
|
9751
|
+
# @type CheckStatus: Integer
|
9723
9752
|
|
9724
|
-
attr_accessor :FieldResultId, :DataSourceId, :DataSourceName, :DataSourceType, :ResourceRegion, :IndexName, :FieldName, :CategoryId, :CategoryName, :CategoryArr, :LevelId, :LevelRiskName, :LevelRiskScore, :TrustedScore, :RuleId, :RuleName
|
9753
|
+
attr_accessor :FieldResultId, :DataSourceId, :DataSourceName, :DataSourceType, :ResourceRegion, :IndexName, :FieldName, :CategoryId, :CategoryName, :CategoryArr, :LevelId, :LevelRiskName, :LevelRiskScore, :TrustedScore, :RuleId, :RuleName, :IdentifyType, :CheckStatus
|
9725
9754
|
|
9726
|
-
def initialize(fieldresultid=nil, datasourceid=nil, datasourcename=nil, datasourcetype=nil, resourceregion=nil, indexname=nil, fieldname=nil, categoryid=nil, categoryname=nil, categoryarr=nil, levelid=nil, levelriskname=nil, levelriskscore=nil, trustedscore=nil, ruleid=nil, rulename=nil)
|
9755
|
+
def initialize(fieldresultid=nil, datasourceid=nil, datasourcename=nil, datasourcetype=nil, resourceregion=nil, indexname=nil, fieldname=nil, categoryid=nil, categoryname=nil, categoryarr=nil, levelid=nil, levelriskname=nil, levelriskscore=nil, trustedscore=nil, ruleid=nil, rulename=nil, identifytype=nil, checkstatus=nil)
|
9727
9756
|
@FieldResultId = fieldresultid
|
9728
9757
|
@DataSourceId = datasourceid
|
9729
9758
|
@DataSourceName = datasourcename
|
@@ -9740,6 +9769,8 @@ module TencentCloud
|
|
9740
9769
|
@TrustedScore = trustedscore
|
9741
9770
|
@RuleId = ruleid
|
9742
9771
|
@RuleName = rulename
|
9772
|
+
@IdentifyType = identifytype
|
9773
|
+
@CheckStatus = checkstatus
|
9743
9774
|
end
|
9744
9775
|
|
9745
9776
|
def deserialize(params)
|
@@ -9759,6 +9790,8 @@ module TencentCloud
|
|
9759
9790
|
@TrustedScore = params['TrustedScore']
|
9760
9791
|
@RuleId = params['RuleId']
|
9761
9792
|
@RuleName = params['RuleName']
|
9793
|
+
@IdentifyType = params['IdentifyType']
|
9794
|
+
@CheckStatus = params['CheckStatus']
|
9762
9795
|
end
|
9763
9796
|
end
|
9764
9797
|
|
@@ -10607,8 +10640,8 @@ module TencentCloud
|
|
10607
10640
|
|
10608
10641
|
attr_accessor :DspaId, :RiskLatestTableId, :Status, :Note, :ProcessPeople, :BathRiskIdList
|
10609
10642
|
extend Gem::Deprecate
|
10610
|
-
deprecate :RiskLatestTableId, :none, 2023,
|
10611
|
-
deprecate :RiskLatestTableId=, :none, 2023,
|
10643
|
+
deprecate :RiskLatestTableId, :none, 2023, 11
|
10644
|
+
deprecate :RiskLatestTableId=, :none, 2023, 11
|
10612
10645
|
|
10613
10646
|
def initialize(dspaid=nil, risklatesttableid=nil, status=nil, note=nil, processpeople=nil, bathriskidlist=nil)
|
10614
10647
|
@DspaId = dspaid
|
@@ -11274,10 +11307,18 @@ module TencentCloud
|
|
11274
11307
|
# @type DestCategoryId: Integer
|
11275
11308
|
# @param DestLevelId: 调整后新的分级ID
|
11276
11309
|
# @type DestLevelId: Integer
|
11310
|
+
# @param SrcRuleId: 调整前的规则id(系统识别的id)
|
11311
|
+
# @type SrcRuleId: Integer
|
11312
|
+
# @param SrcCategoryId: 调整前的规则id(系统识别的id)
|
11313
|
+
# @type SrcCategoryId: Integer
|
11314
|
+
# @param SrcLevelId: 调整前的等级id
|
11315
|
+
# @type SrcLevelId: Integer
|
11316
|
+
# @param IdentifyType: 0系统识别,1人工打标
|
11317
|
+
# @type IdentifyType: Integer
|
11277
11318
|
|
11278
|
-
attr_accessor :DspaId, :FieldResultId, :ComplianceId, :IsSetNonSensitiveField, :DestRuleId, :DestCategoryId, :DestLevelId
|
11319
|
+
attr_accessor :DspaId, :FieldResultId, :ComplianceId, :IsSetNonSensitiveField, :DestRuleId, :DestCategoryId, :DestLevelId, :SrcRuleId, :SrcCategoryId, :SrcLevelId, :IdentifyType
|
11279
11320
|
|
11280
|
-
def initialize(dspaid=nil, fieldresultid=nil, complianceid=nil, issetnonsensitivefield=nil, destruleid=nil, destcategoryid=nil, destlevelid=nil)
|
11321
|
+
def initialize(dspaid=nil, fieldresultid=nil, complianceid=nil, issetnonsensitivefield=nil, destruleid=nil, destcategoryid=nil, destlevelid=nil, srcruleid=nil, srccategoryid=nil, srclevelid=nil, identifytype=nil)
|
11281
11322
|
@DspaId = dspaid
|
11282
11323
|
@FieldResultId = fieldresultid
|
11283
11324
|
@ComplianceId = complianceid
|
@@ -11285,6 +11326,10 @@ module TencentCloud
|
|
11285
11326
|
@DestRuleId = destruleid
|
11286
11327
|
@DestCategoryId = destcategoryid
|
11287
11328
|
@DestLevelId = destlevelid
|
11329
|
+
@SrcRuleId = srcruleid
|
11330
|
+
@SrcCategoryId = srccategoryid
|
11331
|
+
@SrcLevelId = srclevelid
|
11332
|
+
@IdentifyType = identifytype
|
11288
11333
|
end
|
11289
11334
|
|
11290
11335
|
def deserialize(params)
|
@@ -11295,6 +11340,10 @@ module TencentCloud
|
|
11295
11340
|
@DestRuleId = params['DestRuleId']
|
11296
11341
|
@DestCategoryId = params['DestCategoryId']
|
11297
11342
|
@DestLevelId = params['DestLevelId']
|
11343
|
+
@SrcRuleId = params['SrcRuleId']
|
11344
|
+
@SrcCategoryId = params['SrcCategoryId']
|
11345
|
+
@SrcLevelId = params['SrcLevelId']
|
11346
|
+
@IdentifyType = params['IdentifyType']
|
11298
11347
|
end
|
11299
11348
|
end
|
11300
11349
|
|
@@ -11330,10 +11379,19 @@ module TencentCloud
|
|
11330
11379
|
# @type DestCategoryId: Integer
|
11331
11380
|
# @param DestLevelId: 调整后新的分级ID
|
11332
11381
|
# @type DestLevelId: Integer
|
11382
|
+
# @param SrcRuleId: 调整前的规则ID
|
11383
|
+
# @type SrcRuleId: Integer
|
11384
|
+
# @param SrcCategoryId: 调整之前的分类id
|
11385
|
+
# @type SrcCategoryId: Integer
|
11386
|
+
# @param SrcLevelId: 调整之前的分级id
|
11387
|
+
# @type SrcLevelId: Integer
|
11388
|
+
# @param IdentifyType: 识别方式
|
11389
|
+
# 0-系统识别,1-人工打标
|
11390
|
+
# @type IdentifyType: Integer
|
11333
11391
|
|
11334
|
-
attr_accessor :DspaId, :FieldResultId, :ComplianceId, :IsSetNonSensitiveField, :DestRuleId, :DestCategoryId, :DestLevelId
|
11392
|
+
attr_accessor :DspaId, :FieldResultId, :ComplianceId, :IsSetNonSensitiveField, :DestRuleId, :DestCategoryId, :DestLevelId, :SrcRuleId, :SrcCategoryId, :SrcLevelId, :IdentifyType
|
11335
11393
|
|
11336
|
-
def initialize(dspaid=nil, fieldresultid=nil, complianceid=nil, issetnonsensitivefield=nil, destruleid=nil, destcategoryid=nil, destlevelid=nil)
|
11394
|
+
def initialize(dspaid=nil, fieldresultid=nil, complianceid=nil, issetnonsensitivefield=nil, destruleid=nil, destcategoryid=nil, destlevelid=nil, srcruleid=nil, srccategoryid=nil, srclevelid=nil, identifytype=nil)
|
11337
11395
|
@DspaId = dspaid
|
11338
11396
|
@FieldResultId = fieldresultid
|
11339
11397
|
@ComplianceId = complianceid
|
@@ -11341,6 +11399,10 @@ module TencentCloud
|
|
11341
11399
|
@DestRuleId = destruleid
|
11342
11400
|
@DestCategoryId = destcategoryid
|
11343
11401
|
@DestLevelId = destlevelid
|
11402
|
+
@SrcRuleId = srcruleid
|
11403
|
+
@SrcCategoryId = srccategoryid
|
11404
|
+
@SrcLevelId = srclevelid
|
11405
|
+
@IdentifyType = identifytype
|
11344
11406
|
end
|
11345
11407
|
|
11346
11408
|
def deserialize(params)
|
@@ -11351,6 +11413,10 @@ module TencentCloud
|
|
11351
11413
|
@DestRuleId = params['DestRuleId']
|
11352
11414
|
@DestCategoryId = params['DestCategoryId']
|
11353
11415
|
@DestLevelId = params['DestLevelId']
|
11416
|
+
@SrcRuleId = params['SrcRuleId']
|
11417
|
+
@SrcCategoryId = params['SrcCategoryId']
|
11418
|
+
@SrcLevelId = params['SrcLevelId']
|
11419
|
+
@IdentifyType = params['IdentifyType']
|
11354
11420
|
end
|
11355
11421
|
end
|
11356
11422
|
|
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.705
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-11-
|
11
|
+
date: 2023-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|