tencentcloud-sdk-dsgc 3.0.1109 → 3.0.1120
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 -1
- data/lib/v20190723/models.rb +43 -43
- 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: 62920faa2f5e34759d86f5a04b4c44b15fa4d2b4
|
4
|
+
data.tar.gz: 1ccfd390f1b46056829fe3d64344072f451d9604
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2e1b7afea1f2e85d43a5543b68cb5b3adda68adca60ae06955861559cd3669dafe9dc7eff66767727b30c943999c8a3959666455065417ead2e186c06be4e35
|
7
|
+
data.tar.gz: 4f0ec62e7b66be6e78bb4990e76347b1efc7dc41e896af6b7ddce6e7a097757b194399277f4828d935360012eeea409973bece6caf8aa62c42404fb03e56fe54
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1120
|
data/lib/v20190723/client.rb
CHANGED
@@ -1405,7 +1405,7 @@ module TencentCloud
|
|
1405
1405
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1406
1406
|
end
|
1407
1407
|
|
1408
|
-
# 获取DSPA
|
1408
|
+
# 获取DSPA评估模板关联的评估控制项列表
|
1409
1409
|
|
1410
1410
|
# @param request: Request instance for DescribeDSPAAssessmentTemplateControlItems.
|
1411
1411
|
# @type request: :class:`Tencentcloud::dsgc::V20190723::DescribeDSPAAssessmentTemplateControlItemsRequest`
|
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, 8
|
1392
|
+
deprecate :BusinessName=, :none, 2025, 8
|
1393
|
+
deprecate :BusinessDept, :none, 2025, 8
|
1394
|
+
deprecate :BusinessDept=, :none, 2025, 8
|
1395
|
+
deprecate :BusinessOwner, :none, 2025, 8
|
1396
|
+
deprecate :BusinessOwner=, :none, 2025, 8
|
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
|
@@ -1632,7 +1632,7 @@ module TencentCloud
|
|
1632
1632
|
# @type ComplianceGroupRules: Array
|
1633
1633
|
# @param LevelGroupId: 分级组ID,默认值为1,新增参数,可选
|
1634
1634
|
# @type LevelGroupId: Integer
|
1635
|
-
# @param Status: 1
|
1635
|
+
# @param Status: 1代表模板开启,0代表模板关闭
|
1636
1636
|
# @type Status: Integer
|
1637
1637
|
# @param CloseComplianceId: 该complianceId的开启状态将被关闭
|
1638
1638
|
# @type CloseComplianceId: Integer
|
@@ -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, 8
|
1755
|
+
deprecate :ResourceRegion=, :none, 2025, 8
|
1756
|
+
deprecate :Buckets, :none, 2025, 8
|
1757
|
+
deprecate :Buckets=, :none, 2025, 8
|
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, 8
|
1817
|
+
deprecate :ResourceRegion=, :none, 2025, 8
|
1818
|
+
deprecate :UpdateStatus, :none, 2025, 8
|
1819
|
+
deprecate :UpdateStatus=, :none, 2025, 8
|
1820
|
+
deprecate :UpdateId, :none, 2025, 8
|
1821
|
+
deprecate :UpdateId=, :none, 2025, 8
|
1822
|
+
deprecate :Items, :none, 2025, 8
|
1823
|
+
deprecate :Items=, :none, 2025, 8
|
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, 8
|
1876
|
+
deprecate :UpdateId=, :none, 2025, 8
|
1877
|
+
deprecate :ResourceRegion, :none, 2025, 8
|
1878
|
+
deprecate :ResourceRegion=, :none, 2025, 8
|
1879
1879
|
|
1880
1880
|
def initialize(updateid=nil, metatype=nil, dspaid=nil, resourceregion=nil, requestid=nil)
|
1881
1881
|
@UpdateId = updateid
|
@@ -2003,8 +2003,8 @@ module TencentCloud
|
|
2003
2003
|
|
2004
2004
|
attr_accessor :DspaId, :Name, :DataSourceId, :Enable, :Plan, :Period, :ResourceRegion, :DataSourceType, :GeneralRuleSetEnable, :Description, :Condition, :ComplianceGroupIds, :TimingStartTime, :Order, :Rows, :GlobalOrderField, :ScanRange
|
2005
2005
|
extend Gem::Deprecate
|
2006
|
-
deprecate :GeneralRuleSetEnable, :none, 2025,
|
2007
|
-
deprecate :GeneralRuleSetEnable=, :none, 2025,
|
2006
|
+
deprecate :GeneralRuleSetEnable, :none, 2025, 8
|
2007
|
+
deprecate :GeneralRuleSetEnable=, :none, 2025, 8
|
2008
2008
|
|
2009
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)
|
2010
2010
|
@DspaId = dspaid
|
@@ -3312,10 +3312,10 @@ module TencentCloud
|
|
3312
3312
|
|
3313
3313
|
attr_accessor :DspaId, :DataSourceType, :DataSourceId
|
3314
3314
|
extend Gem::Deprecate
|
3315
|
-
deprecate :DataSourceType, :none, 2025,
|
3316
|
-
deprecate :DataSourceType=, :none, 2025,
|
3317
|
-
deprecate :DataSourceId, :none, 2025,
|
3318
|
-
deprecate :DataSourceId=, :none, 2025,
|
3315
|
+
deprecate :DataSourceType, :none, 2025, 8
|
3316
|
+
deprecate :DataSourceType=, :none, 2025, 8
|
3317
|
+
deprecate :DataSourceId, :none, 2025, 8
|
3318
|
+
deprecate :DataSourceId=, :none, 2025, 8
|
3319
3319
|
|
3320
3320
|
def initialize(dspaid=nil, datasourcetype=nil, datasourceid=nil)
|
3321
3321
|
@DspaId = dspaid
|
@@ -4525,8 +4525,8 @@ module TencentCloud
|
|
4525
4525
|
|
4526
4526
|
attr_accessor :RiskSideItmeList, :RiskSideItemList, :RequestId
|
4527
4527
|
extend Gem::Deprecate
|
4528
|
-
deprecate :RiskSideItmeList, :none, 2025,
|
4529
|
-
deprecate :RiskSideItmeList=, :none, 2025,
|
4528
|
+
deprecate :RiskSideItmeList, :none, 2025, 8
|
4529
|
+
deprecate :RiskSideItmeList=, :none, 2025, 8
|
4530
4530
|
|
4531
4531
|
def initialize(risksideitmelist=nil, risksideitemlist=nil, requestid=nil)
|
4532
4532
|
@RiskSideItmeList = risksideitmelist
|
@@ -5178,8 +5178,8 @@ module TencentCloud
|
|
5178
5178
|
|
5179
5179
|
attr_accessor :DspaId, :TaskId, :BucketResultId, :ScanResultId
|
5180
5180
|
extend Gem::Deprecate
|
5181
|
-
deprecate :BucketResultId, :none, 2025,
|
5182
|
-
deprecate :BucketResultId=, :none, 2025,
|
5181
|
+
deprecate :BucketResultId, :none, 2025, 8
|
5182
|
+
deprecate :BucketResultId=, :none, 2025, 8
|
5183
5183
|
|
5184
5184
|
def initialize(dspaid=nil, taskid=nil, bucketresultid=nil, scanresultid=nil)
|
5185
5185
|
@DspaId = dspaid
|
@@ -5400,8 +5400,8 @@ module TencentCloud
|
|
5400
5400
|
|
5401
5401
|
attr_accessor :DspaId, :TaskId, :ComplianceId, :BucketResultId, :FileName, :CategoryId, :LevelId, :Offset, :Limit, :BucketName, :CategoryIdList, :ScanResultId
|
5402
5402
|
extend Gem::Deprecate
|
5403
|
-
deprecate :BucketResultId, :none, 2025,
|
5404
|
-
deprecate :BucketResultId=, :none, 2025,
|
5403
|
+
deprecate :BucketResultId, :none, 2025, 8
|
5404
|
+
deprecate :BucketResultId=, :none, 2025, 8
|
5405
5405
|
|
5406
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)
|
5407
5407
|
@DspaId = dspaid
|
@@ -5767,7 +5767,7 @@ module TencentCloud
|
|
5767
5767
|
# @type Limit: Integer
|
5768
5768
|
# @param ComplianceGroupTypeList: 合规组类型可选值:0 默认合规组, 1 系统合规组, 2 自定义合规组
|
5769
5769
|
# @type ComplianceGroupTypeList: Array
|
5770
|
-
# @param IsFilterCloseComplianceGroup:
|
5770
|
+
# @param IsFilterCloseComplianceGroup: 是否仅显示已开启模板
|
5771
5771
|
# @type IsFilterCloseComplianceGroup: Boolean
|
5772
5772
|
|
5773
5773
|
attr_accessor :DspaId, :ComplianceGroupId, :Name, :Offset, :Limit, :ComplianceGroupTypeList, :IsFilterCloseComplianceGroup
|
@@ -6277,8 +6277,8 @@ module TencentCloud
|
|
6277
6277
|
|
6278
6278
|
attr_accessor :DspaId, :TaskId, :DbResultId, :DbName, :ScanResultId
|
6279
6279
|
extend Gem::Deprecate
|
6280
|
-
deprecate :DbResultId, :none, 2025,
|
6281
|
-
deprecate :DbResultId=, :none, 2025,
|
6280
|
+
deprecate :DbResultId, :none, 2025, 8
|
6281
|
+
deprecate :DbResultId=, :none, 2025, 8
|
6282
6282
|
|
6283
6283
|
def initialize(dspaid=nil, taskid=nil, dbresultid=nil, dbname=nil, scanresultid=nil)
|
6284
6284
|
@DspaId = dspaid
|
@@ -8390,9 +8390,9 @@ module TencentCloud
|
|
8390
8390
|
# @type Disabled: Boolean
|
8391
8391
|
# @param IsAlias: 是否别名
|
8392
8392
|
# @type IsAlias: Boolean
|
8393
|
-
# @param Status: 1
|
8393
|
+
# @param Status: 1代表模板开启,0代表模板关闭
|
8394
8394
|
# @type Status: Integer
|
8395
|
-
# @param ModifyTime:
|
8395
|
+
# @param ModifyTime: 模板最后修改时间
|
8396
8396
|
# @type ModifyTime: String
|
8397
8397
|
|
8398
8398
|
attr_accessor :ComplianceGroupId, :Name, :Description, :ComplianceGroupType, :ComplianceGroupRules, :LevelGroupId, :Disabled, :IsAlias, :Status, :ModifyTime
|
@@ -10534,8 +10534,8 @@ module TencentCloud
|
|
10534
10534
|
|
10535
10535
|
attr_accessor :DspaId, :Status, :RiskLatestTableId, :Note, :ProcessPeople, :BathRiskIdList
|
10536
10536
|
extend Gem::Deprecate
|
10537
|
-
deprecate :RiskLatestTableId, :none, 2025,
|
10538
|
-
deprecate :RiskLatestTableId=, :none, 2025,
|
10537
|
+
deprecate :RiskLatestTableId, :none, 2025, 8
|
10538
|
+
deprecate :RiskLatestTableId=, :none, 2025, 8
|
10539
10539
|
|
10540
10540
|
def initialize(dspaid=nil, status=nil, risklatesttableid=nil, note=nil, processpeople=nil, bathriskidlist=nil)
|
10541
10541
|
@DspaId = dspaid
|
@@ -11749,7 +11749,7 @@ module TencentCloud
|
|
11749
11749
|
# @type ComplianceName: String
|
11750
11750
|
# @param ProgressPercent: 进度百分比
|
11751
11751
|
# @type ProgressPercent: Integer
|
11752
|
-
# @param ReportTemplateName:
|
11752
|
+
# @param ReportTemplateName: 报告模板名称
|
11753
11753
|
# @type ReportTemplateName: String
|
11754
11754
|
|
11755
11755
|
attr_accessor :Id, :ReportName, :ReportType, :ReportPeriod, :ReportPlan, :ReportStatus, :TimingStartTime, :CreateTime, :FinishedTime, :SubUin, :FailedMessage, :Enable, :ComplianceName, :ProgressPercent, :ReportTemplateName
|
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.1120
|
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-
|
11
|
+
date: 2025-08-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|