tencentcloud-sdk-dsgc 3.0.775 → 3.0.776
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/models.rb +90 -24
- 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: 80d537d7d78c198c37757c7aca0cdb6d81d19397
|
4
|
+
data.tar.gz: d12bb7e88594d96641ae642c5c02d9b63721a481
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41b3105a491d5ccfa8e64d402fe41d78cc665967de7460aa57eeb52c228c83ad08c70fa240b1ee8c0a8cc1479140539c63028ab4e36a9253477cda77c32b8de3
|
7
|
+
data.tar.gz: 0676ffd4cee7ac49c0d3c52f561bb711b021e84fa08c3c5cf49d5e05dcd5c1b59e37b5b05f7bad3ecf2062830bc2a0ec1e0674a6387e2918381ef2330f8e9d40
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.776
|
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,
|
1415
|
-
deprecate :BusinessName=, :none,
|
1416
|
-
deprecate :BusinessDept, :none,
|
1417
|
-
deprecate :BusinessDept=, :none,
|
1418
|
-
deprecate :BusinessOwner, :none,
|
1419
|
-
deprecate :BusinessOwner=, :none,
|
1414
|
+
deprecate :BusinessName, :none, 2024, 3
|
1415
|
+
deprecate :BusinessName=, :none, 2024, 3
|
1416
|
+
deprecate :BusinessDept, :none, 2024, 3
|
1417
|
+
deprecate :BusinessDept=, :none, 2024, 3
|
1418
|
+
deprecate :BusinessOwner, :none, 2024, 3
|
1419
|
+
deprecate :BusinessOwner=, :none, 2024, 3
|
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
|
@@ -2185,10 +2185,17 @@ module TencentCloud
|
|
2185
2185
|
# @type Password: String
|
2186
2186
|
# @param ResourceName: 资源名称,1-60个字符。
|
2187
2187
|
# @type ResourceName: String
|
2188
|
+
# @param InstanceType: 实例类型
|
2189
|
+
# databse
|
2190
|
+
# sid
|
2191
|
+
# serviceName
|
2192
|
+
# @type InstanceType: String
|
2193
|
+
# @param InstanceValue: 实例值
|
2194
|
+
# @type InstanceValue: String
|
2188
2195
|
|
2189
|
-
attr_accessor :DspaId, :MetaType, :ResourceRegion, :ResourceId, :ResourceVip, :ResourceVPort, :ResourceUniqueVpcId, :ResourceUniqueSubnetId, :ResourceAccessType, :UserName, :Password, :ResourceName
|
2196
|
+
attr_accessor :DspaId, :MetaType, :ResourceRegion, :ResourceId, :ResourceVip, :ResourceVPort, :ResourceUniqueVpcId, :ResourceUniqueSubnetId, :ResourceAccessType, :UserName, :Password, :ResourceName, :InstanceType, :InstanceValue
|
2190
2197
|
|
2191
|
-
def initialize(dspaid=nil, metatype=nil, resourceregion=nil, resourceid=nil, resourcevip=nil, resourcevport=nil, resourceuniquevpcid=nil, resourceuniquesubnetid=nil, resourceaccesstype=nil, username=nil, password=nil, resourcename=nil)
|
2198
|
+
def initialize(dspaid=nil, metatype=nil, resourceregion=nil, resourceid=nil, resourcevip=nil, resourcevport=nil, resourceuniquevpcid=nil, resourceuniquesubnetid=nil, resourceaccesstype=nil, username=nil, password=nil, resourcename=nil, instancetype=nil, instancevalue=nil)
|
2192
2199
|
@DspaId = dspaid
|
2193
2200
|
@MetaType = metatype
|
2194
2201
|
@ResourceRegion = resourceregion
|
@@ -2201,6 +2208,8 @@ module TencentCloud
|
|
2201
2208
|
@UserName = username
|
2202
2209
|
@Password = password
|
2203
2210
|
@ResourceName = resourcename
|
2211
|
+
@InstanceType = instancetype
|
2212
|
+
@InstanceValue = instancevalue
|
2204
2213
|
end
|
2205
2214
|
|
2206
2215
|
def deserialize(params)
|
@@ -2216,6 +2225,8 @@ module TencentCloud
|
|
2216
2225
|
@UserName = params['UserName']
|
2217
2226
|
@Password = params['Password']
|
2218
2227
|
@ResourceName = params['ResourceName']
|
2228
|
+
@InstanceType = params['InstanceType']
|
2229
|
+
@InstanceValue = params['InstanceValue']
|
2219
2230
|
end
|
2220
2231
|
end
|
2221
2232
|
|
@@ -5965,17 +5976,21 @@ module TencentCloud
|
|
5965
5976
|
# @type DspaId: String
|
5966
5977
|
# @param DataSourceId: 数据源ID
|
5967
5978
|
# @type DataSourceId: String
|
5979
|
+
# @param DataSourceType: 数据源类型
|
5980
|
+
# @type DataSourceType: String
|
5968
5981
|
|
5969
|
-
attr_accessor :DspaId, :DataSourceId
|
5982
|
+
attr_accessor :DspaId, :DataSourceId, :DataSourceType
|
5970
5983
|
|
5971
|
-
def initialize(dspaid=nil, datasourceid=nil)
|
5984
|
+
def initialize(dspaid=nil, datasourceid=nil, datasourcetype=nil)
|
5972
5985
|
@DspaId = dspaid
|
5973
5986
|
@DataSourceId = datasourceid
|
5987
|
+
@DataSourceType = datasourcetype
|
5974
5988
|
end
|
5975
5989
|
|
5976
5990
|
def deserialize(params)
|
5977
5991
|
@DspaId = params['DspaId']
|
5978
5992
|
@DataSourceId = params['DataSourceId']
|
5993
|
+
@DataSourceType = params['DataSourceType']
|
5979
5994
|
end
|
5980
5995
|
end
|
5981
5996
|
|
@@ -6394,17 +6409,25 @@ module TencentCloud
|
|
6394
6409
|
# @type DspaId: String
|
6395
6410
|
# @param ComplianceId: 合规组id
|
6396
6411
|
# @type ComplianceId: Integer
|
6412
|
+
# @param BuildType: 云上还是自建
|
6413
|
+
# @type BuildType: String
|
6414
|
+
# @param DataSourceType: 数据源类型
|
6415
|
+
# @type DataSourceType: String
|
6397
6416
|
|
6398
|
-
attr_accessor :DspaId, :ComplianceId
|
6417
|
+
attr_accessor :DspaId, :ComplianceId, :BuildType, :DataSourceType
|
6399
6418
|
|
6400
|
-
def initialize(dspaid=nil, complianceid=nil)
|
6419
|
+
def initialize(dspaid=nil, complianceid=nil, buildtype=nil, datasourcetype=nil)
|
6401
6420
|
@DspaId = dspaid
|
6402
6421
|
@ComplianceId = complianceid
|
6422
|
+
@BuildType = buildtype
|
6423
|
+
@DataSourceType = datasourcetype
|
6403
6424
|
end
|
6404
6425
|
|
6405
6426
|
def deserialize(params)
|
6406
6427
|
@DspaId = params['DspaId']
|
6407
6428
|
@ComplianceId = params['ComplianceId']
|
6429
|
+
@BuildType = params['BuildType']
|
6430
|
+
@DataSourceType = params['DataSourceType']
|
6408
6431
|
end
|
6409
6432
|
end
|
6410
6433
|
|
@@ -6752,19 +6775,23 @@ module TencentCloud
|
|
6752
6775
|
# @type ComplianceId: Integer
|
6753
6776
|
# @param DataSourceType: 数据源类型,不填默认过滤非自建的所有关系型数据源类型,填selfbuilt-db只过滤自建类型
|
6754
6777
|
# @type DataSourceType: String
|
6778
|
+
# @param BuildType: 自建还是云上
|
6779
|
+
# @type BuildType: String
|
6755
6780
|
|
6756
|
-
attr_accessor :DspaId, :ComplianceId, :DataSourceType
|
6781
|
+
attr_accessor :DspaId, :ComplianceId, :DataSourceType, :BuildType
|
6757
6782
|
|
6758
|
-
def initialize(dspaid=nil, complianceid=nil, datasourcetype=nil)
|
6783
|
+
def initialize(dspaid=nil, complianceid=nil, datasourcetype=nil, buildtype=nil)
|
6759
6784
|
@DspaId = dspaid
|
6760
6785
|
@ComplianceId = complianceid
|
6761
6786
|
@DataSourceType = datasourcetype
|
6787
|
+
@BuildType = buildtype
|
6762
6788
|
end
|
6763
6789
|
|
6764
6790
|
def deserialize(params)
|
6765
6791
|
@DspaId = params['DspaId']
|
6766
6792
|
@ComplianceId = params['ComplianceId']
|
6767
6793
|
@DataSourceType = params['DataSourceType']
|
6794
|
+
@BuildType = params['BuildType']
|
6768
6795
|
end
|
6769
6796
|
end
|
6770
6797
|
|
@@ -7840,10 +7867,18 @@ module TencentCloud
|
|
7840
7867
|
# @param CategoryFullPath: 分类路径
|
7841
7868
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7842
7869
|
# @type CategoryFullPath: String
|
7870
|
+
# @param IdentifyType: 0-系统识别
|
7871
|
+
# 1-人工识别
|
7872
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7873
|
+
# @type IdentifyType: Integer
|
7874
|
+
# @param CheckStatus: 0-系统识别
|
7875
|
+
# 1-人工识别
|
7876
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7877
|
+
# @type CheckStatus: Integer
|
7843
7878
|
|
7844
|
-
attr_accessor :BucketName, :FileName, :RuleName, :SensitiveDataCount, :CategoryName, :LevelRiskName, :KMSEncrypted, :FileType, :FileSize, :LevelRiskScore, :DataSourceId, :RuleId, :ResourceRegion, :CategoryId, :LevelId, :FileResultId, :DataSourceName, :CategoryFullPath
|
7879
|
+
attr_accessor :BucketName, :FileName, :RuleName, :SensitiveDataCount, :CategoryName, :LevelRiskName, :KMSEncrypted, :FileType, :FileSize, :LevelRiskScore, :DataSourceId, :RuleId, :ResourceRegion, :CategoryId, :LevelId, :FileResultId, :DataSourceName, :CategoryFullPath, :IdentifyType, :CheckStatus
|
7845
7880
|
|
7846
|
-
def initialize(bucketname=nil, filename=nil, rulename=nil, sensitivedatacount=nil, categoryname=nil, levelriskname=nil, kmsencrypted=nil, filetype=nil, filesize=nil, levelriskscore=nil, datasourceid=nil, ruleid=nil, resourceregion=nil, categoryid=nil, levelid=nil, fileresultid=nil, datasourcename=nil, categoryfullpath=nil)
|
7881
|
+
def initialize(bucketname=nil, filename=nil, rulename=nil, sensitivedatacount=nil, categoryname=nil, levelriskname=nil, kmsencrypted=nil, filetype=nil, filesize=nil, levelriskscore=nil, datasourceid=nil, ruleid=nil, resourceregion=nil, categoryid=nil, levelid=nil, fileresultid=nil, datasourcename=nil, categoryfullpath=nil, identifytype=nil, checkstatus=nil)
|
7847
7882
|
@BucketName = bucketname
|
7848
7883
|
@FileName = filename
|
7849
7884
|
@RuleName = rulename
|
@@ -7862,6 +7897,8 @@ module TencentCloud
|
|
7862
7897
|
@FileResultId = fileresultid
|
7863
7898
|
@DataSourceName = datasourcename
|
7864
7899
|
@CategoryFullPath = categoryfullpath
|
7900
|
+
@IdentifyType = identifytype
|
7901
|
+
@CheckStatus = checkstatus
|
7865
7902
|
end
|
7866
7903
|
|
7867
7904
|
def deserialize(params)
|
@@ -7883,6 +7920,8 @@ module TencentCloud
|
|
7883
7920
|
@FileResultId = params['FileResultId']
|
7884
7921
|
@DataSourceName = params['DataSourceName']
|
7885
7922
|
@CategoryFullPath = params['CategoryFullPath']
|
7923
|
+
@IdentifyType = params['IdentifyType']
|
7924
|
+
@CheckStatus = params['CheckStatus']
|
7886
7925
|
end
|
7887
7926
|
end
|
7888
7927
|
|
@@ -8860,15 +8899,19 @@ module TencentCloud
|
|
8860
8899
|
# @param ResourceRegion: 资源所在地域
|
8861
8900
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8862
8901
|
# @type ResourceRegion: String
|
8902
|
+
# @param DataSourceType: 无
|
8903
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8904
|
+
# @type DataSourceType: String
|
8863
8905
|
|
8864
|
-
attr_accessor :DataSourceId, :Condition, :ProxyAddress, :DataSourceName, :ResourceRegion
|
8906
|
+
attr_accessor :DataSourceId, :Condition, :ProxyAddress, :DataSourceName, :ResourceRegion, :DataSourceType
|
8865
8907
|
|
8866
|
-
def initialize(datasourceid=nil, condition=nil, proxyaddress=nil, datasourcename=nil, resourceregion=nil)
|
8908
|
+
def initialize(datasourceid=nil, condition=nil, proxyaddress=nil, datasourcename=nil, resourceregion=nil, datasourcetype=nil)
|
8867
8909
|
@DataSourceId = datasourceid
|
8868
8910
|
@Condition = condition
|
8869
8911
|
@ProxyAddress = proxyaddress
|
8870
8912
|
@DataSourceName = datasourcename
|
8871
8913
|
@ResourceRegion = resourceregion
|
8914
|
+
@DataSourceType = datasourcetype
|
8872
8915
|
end
|
8873
8916
|
|
8874
8917
|
def deserialize(params)
|
@@ -8877,6 +8920,7 @@ module TencentCloud
|
|
8877
8920
|
@ProxyAddress = params['ProxyAddress']
|
8878
8921
|
@DataSourceName = params['DataSourceName']
|
8879
8922
|
@ResourceRegion = params['ResourceRegion']
|
8923
|
+
@DataSourceType = params['DataSourceType']
|
8880
8924
|
end
|
8881
8925
|
end
|
8882
8926
|
|
@@ -9500,10 +9544,16 @@ module TencentCloud
|
|
9500
9544
|
# @type ResourceAuthType: String
|
9501
9545
|
# @param ResourceAuthAccount: 授权账号名
|
9502
9546
|
# @type ResourceAuthAccount: String
|
9547
|
+
# @param InstanceType: x
|
9548
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9549
|
+
# @type InstanceType: String
|
9550
|
+
# @param InstanceValue: x
|
9551
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9552
|
+
# @type InstanceValue: String
|
9503
9553
|
|
9504
|
-
attr_accessor :ResourceId, :ResourceName, :ResourceVip, :ResourceVPort, :ResourceCreateTime, :ResourceUniqueVpcId, :ResourceUniqueSubnetId, :MetaType, :ResourceRegion, :ResourceSyncTime, :AuthStatus, :BuildType, :MasterInsId, :ResourceVpcId, :ResourceSubnetId, :Protocol, :ResourceVersion, :ResourceAuthType, :ResourceAuthAccount
|
9554
|
+
attr_accessor :ResourceId, :ResourceName, :ResourceVip, :ResourceVPort, :ResourceCreateTime, :ResourceUniqueVpcId, :ResourceUniqueSubnetId, :MetaType, :ResourceRegion, :ResourceSyncTime, :AuthStatus, :BuildType, :MasterInsId, :ResourceVpcId, :ResourceSubnetId, :Protocol, :ResourceVersion, :ResourceAuthType, :ResourceAuthAccount, :InstanceType, :InstanceValue
|
9505
9555
|
|
9506
|
-
def initialize(resourceid=nil, resourcename=nil, resourcevip=nil, resourcevport=nil, resourcecreatetime=nil, resourceuniquevpcid=nil, resourceuniquesubnetid=nil, metatype=nil, resourceregion=nil, resourcesynctime=nil, authstatus=nil, buildtype=nil, masterinsid=nil, resourcevpcid=nil, resourcesubnetid=nil, protocol=nil, resourceversion=nil, resourceauthtype=nil, resourceauthaccount=nil)
|
9556
|
+
def initialize(resourceid=nil, resourcename=nil, resourcevip=nil, resourcevport=nil, resourcecreatetime=nil, resourceuniquevpcid=nil, resourceuniquesubnetid=nil, metatype=nil, resourceregion=nil, resourcesynctime=nil, authstatus=nil, buildtype=nil, masterinsid=nil, resourcevpcid=nil, resourcesubnetid=nil, protocol=nil, resourceversion=nil, resourceauthtype=nil, resourceauthaccount=nil, instancetype=nil, instancevalue=nil)
|
9507
9557
|
@ResourceId = resourceid
|
9508
9558
|
@ResourceName = resourcename
|
9509
9559
|
@ResourceVip = resourcevip
|
@@ -9523,6 +9573,8 @@ module TencentCloud
|
|
9523
9573
|
@ResourceVersion = resourceversion
|
9524
9574
|
@ResourceAuthType = resourceauthtype
|
9525
9575
|
@ResourceAuthAccount = resourceauthaccount
|
9576
|
+
@InstanceType = instancetype
|
9577
|
+
@InstanceValue = instancevalue
|
9526
9578
|
end
|
9527
9579
|
|
9528
9580
|
def deserialize(params)
|
@@ -9545,6 +9597,8 @@ module TencentCloud
|
|
9545
9597
|
@ResourceVersion = params['ResourceVersion']
|
9546
9598
|
@ResourceAuthType = params['ResourceAuthType']
|
9547
9599
|
@ResourceAuthAccount = params['ResourceAuthAccount']
|
9600
|
+
@InstanceType = params['InstanceType']
|
9601
|
+
@InstanceValue = params['InstanceValue']
|
9548
9602
|
end
|
9549
9603
|
end
|
9550
9604
|
|
@@ -10640,8 +10694,8 @@ module TencentCloud
|
|
10640
10694
|
|
10641
10695
|
attr_accessor :DspaId, :RiskLatestTableId, :Status, :Note, :ProcessPeople, :BathRiskIdList
|
10642
10696
|
extend Gem::Deprecate
|
10643
|
-
deprecate :RiskLatestTableId, :none,
|
10644
|
-
deprecate :RiskLatestTableId=, :none,
|
10697
|
+
deprecate :RiskLatestTableId, :none, 2024, 3
|
10698
|
+
deprecate :RiskLatestTableId=, :none, 2024, 3
|
10645
10699
|
|
10646
10700
|
def initialize(dspaid=nil, risklatesttableid=nil, status=nil, note=nil, processpeople=nil, bathriskidlist=nil)
|
10647
10701
|
@DspaId = dspaid
|
@@ -10920,14 +10974,23 @@ module TencentCloud
|
|
10920
10974
|
# @type FileResultId: Integer
|
10921
10975
|
# @param IsSetNonSensitiveFile: 是否设置为非敏感文件
|
10922
10976
|
# @type IsSetNonSensitiveFile: Boolean
|
10977
|
+
# @param FileName: 文件名
|
10978
|
+
# @type FileName: String
|
10979
|
+
# @param BucketName: 桶名
|
10980
|
+
# @type BucketName: String
|
10981
|
+
# @param DataSourceId: 数据源id
|
10982
|
+
# @type DataSourceId: String
|
10923
10983
|
|
10924
|
-
attr_accessor :DspaId, :ComplianceId, :FileResultId, :IsSetNonSensitiveFile
|
10984
|
+
attr_accessor :DspaId, :ComplianceId, :FileResultId, :IsSetNonSensitiveFile, :FileName, :BucketName, :DataSourceId
|
10925
10985
|
|
10926
|
-
def initialize(dspaid=nil, complianceid=nil, fileresultid=nil, issetnonsensitivefile=nil)
|
10986
|
+
def initialize(dspaid=nil, complianceid=nil, fileresultid=nil, issetnonsensitivefile=nil, filename=nil, bucketname=nil, datasourceid=nil)
|
10927
10987
|
@DspaId = dspaid
|
10928
10988
|
@ComplianceId = complianceid
|
10929
10989
|
@FileResultId = fileresultid
|
10930
10990
|
@IsSetNonSensitiveFile = issetnonsensitivefile
|
10991
|
+
@FileName = filename
|
10992
|
+
@BucketName = bucketname
|
10993
|
+
@DataSourceId = datasourceid
|
10931
10994
|
end
|
10932
10995
|
|
10933
10996
|
def deserialize(params)
|
@@ -10935,6 +10998,9 @@ module TencentCloud
|
|
10935
10998
|
@ComplianceId = params['ComplianceId']
|
10936
10999
|
@FileResultId = params['FileResultId']
|
10937
11000
|
@IsSetNonSensitiveFile = params['IsSetNonSensitiveFile']
|
11001
|
+
@FileName = params['FileName']
|
11002
|
+
@BucketName = params['BucketName']
|
11003
|
+
@DataSourceId = params['DataSourceId']
|
10938
11004
|
end
|
10939
11005
|
end
|
10940
11006
|
|
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.776
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-03-
|
11
|
+
date: 2024-03-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|