tencentcloud-sdk-csip 3.0.932 → 3.0.933

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20221121/models.rb +114 -26
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8e0d20144d17651ca4143c84913f1bc298297cc7
4
- data.tar.gz: dbd9a99d1711390ec658c9b627b77b1d62ded70c
3
+ metadata.gz: 6ea9b4cb758342ebf650bcf5f871c50317fb4417
4
+ data.tar.gz: 5e3c81ecd919f3ce96dc0fe7763b73f6e04c6cc2
5
5
  SHA512:
6
- metadata.gz: 9863ed17573cd239b65a2974cf6f9971f15d8e94ff6192b2058c347f1ba4dadb6283f623847d5242f84e6824b3545055dc83e40e9d8496164c03f2019dd33474
7
- data.tar.gz: 67b3ff3963088172ee2ed1fb9f45b18d30b9f1219781f9e4daf0022f9189672b2da952b53d63ce89c61f08becfdee05e1d53995b4180d2161ecfae15e2f98988
6
+ metadata.gz: 80bd87a2d8dbb2a71c9db06e4f3667b371e9213b4576a4e6b36c2b8fd0a7de77adb59e2535139ee45057561862d4214b5e9b1e6db77283af3eebff1ca46cdf04
7
+ data.tar.gz: 8ea0a32e0184479c299b994dad1348ae93f3013d6d1f6608d265f1cb92400c5416eb3ed0d0c02a7792bdcddfeca9da4f562b15a7a464a6df74ad0abee03ca86e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.932
1
+ 3.0.933
@@ -551,7 +551,7 @@ module TencentCloud
551
551
  # @param Victim: 受害者
552
552
  # 注意:此字段可能返回 null,表示取不到有效值。
553
553
  # @type Victim: :class:`Tencentcloud::Csip.v20221121.models.RoleInfo`
554
- # @param EvidenceData: 证据数据(例如攻击内容等)
554
+ # @param EvidenceData: 证据数据(例如攻击内容等,base64编码)
555
555
  # 注意:此字段可能返回 null,表示取不到有效值。
556
556
  # @type EvidenceData: String
557
557
  # @param EvidenceLocation: 证据位置(例如协议端口)
@@ -1131,10 +1131,13 @@ module TencentCloud
1131
1131
  # @param Uin: 用户uin
1132
1132
  # 注意:此字段可能返回 null,表示取不到有效值。
1133
1133
  # @type Uin: String
1134
+ # @param ClbId: 当资产类型为LBL的时候,展示该字段,方便定位具体的LB
1135
+ # 注意:此字段可能返回 null,表示取不到有效值。
1136
+ # @type ClbId: String
1134
1137
 
1135
- attr_accessor :Id, :CFGName, :CheckType, :InstanceId, :InstanceName, :InstanceType, :AffectAsset, :Level, :FirstTime, :RecentTime, :From, :Status, :CFGSTD, :CFGDescribe, :CFGFix, :CFGHelpURL, :Index, :AppId, :Nick, :Uin
1138
+ attr_accessor :Id, :CFGName, :CheckType, :InstanceId, :InstanceName, :InstanceType, :AffectAsset, :Level, :FirstTime, :RecentTime, :From, :Status, :CFGSTD, :CFGDescribe, :CFGFix, :CFGHelpURL, :Index, :AppId, :Nick, :Uin, :ClbId
1136
1139
 
1137
- def initialize(id=nil, cfgname=nil, checktype=nil, instanceid=nil, instancename=nil, instancetype=nil, affectasset=nil, level=nil, firsttime=nil, recenttime=nil, from=nil, status=nil, cfgstd=nil, cfgdescribe=nil, cfgfix=nil, cfghelpurl=nil, index=nil, appid=nil, nick=nil, uin=nil)
1140
+ def initialize(id=nil, cfgname=nil, checktype=nil, instanceid=nil, instancename=nil, instancetype=nil, affectasset=nil, level=nil, firsttime=nil, recenttime=nil, from=nil, status=nil, cfgstd=nil, cfgdescribe=nil, cfgfix=nil, cfghelpurl=nil, index=nil, appid=nil, nick=nil, uin=nil, clbid=nil)
1138
1141
  @Id = id
1139
1142
  @CFGName = cfgname
1140
1143
  @CheckType = checktype
@@ -1155,6 +1158,7 @@ module TencentCloud
1155
1158
  @AppId = appid
1156
1159
  @Nick = nick
1157
1160
  @Uin = uin
1161
+ @ClbId = clbid
1158
1162
  end
1159
1163
 
1160
1164
  def deserialize(params)
@@ -1178,6 +1182,7 @@ module TencentCloud
1178
1182
  @AppId = params['AppId']
1179
1183
  @Nick = params['Nick']
1180
1184
  @Uin = params['Uin']
1185
+ @ClbId = params['ClbId']
1181
1186
  end
1182
1187
  end
1183
1188
 
@@ -2593,10 +2598,16 @@ module TencentCloud
2593
2598
  # @param CWPFix: 0不支持,1支持
2594
2599
  # 注意:此字段可能返回 null,表示取不到有效值。
2595
2600
  # @type CWPFix: Integer
2601
+ # @param DataSupport: 产品支持状态
2602
+ # 注意:此字段可能返回 null,表示取不到有效值。
2603
+ # @type DataSupport: Array
2604
+ # @param CveId: cveId
2605
+ # 注意:此字段可能返回 null,表示取不到有效值。
2606
+ # @type CveId: String
2596
2607
 
2597
- attr_accessor :StateCode, :DataBug, :DataAsset, :VSSScan, :CWPScan, :CFWPatch, :WafPatch, :CWPFix
2608
+ attr_accessor :StateCode, :DataBug, :DataAsset, :VSSScan, :CWPScan, :CFWPatch, :WafPatch, :CWPFix, :DataSupport, :CveId
2598
2609
 
2599
- def initialize(statecode=nil, databug=nil, dataasset=nil, vssscan=nil, cwpscan=nil, cfwpatch=nil, wafpatch=nil, cwpfix=nil)
2610
+ def initialize(statecode=nil, databug=nil, dataasset=nil, vssscan=nil, cwpscan=nil, cfwpatch=nil, wafpatch=nil, cwpfix=nil, datasupport=nil, cveid=nil)
2600
2611
  @StateCode = statecode
2601
2612
  @DataBug = databug
2602
2613
  @DataAsset = dataasset
@@ -2605,6 +2616,8 @@ module TencentCloud
2605
2616
  @CFWPatch = cfwpatch
2606
2617
  @WafPatch = wafpatch
2607
2618
  @CWPFix = cwpfix
2619
+ @DataSupport = datasupport
2620
+ @CveId = cveid
2608
2621
  end
2609
2622
 
2610
2623
  def deserialize(params)
@@ -2630,6 +2643,15 @@ module TencentCloud
2630
2643
  @CFWPatch = params['CFWPatch']
2631
2644
  @WafPatch = params['WafPatch']
2632
2645
  @CWPFix = params['CWPFix']
2646
+ unless params['DataSupport'].nil?
2647
+ @DataSupport = []
2648
+ params['DataSupport'].each do |i|
2649
+ productsupport_tmp = ProductSupport.new
2650
+ productsupport_tmp.deserialize(i)
2651
+ @DataSupport << productsupport_tmp
2652
+ end
2653
+ end
2654
+ @CveId = params['CveId']
2633
2655
  end
2634
2656
  end
2635
2657
 
@@ -3149,7 +3171,7 @@ module TencentCloud
3149
3171
  class DescribeCVMAssetsRequest < TencentCloud::Common::AbstractModel
3150
3172
  # @param MemberId: 集团账号的成员id
3151
3173
  # @type MemberId: Array
3152
- # @param Filter: -
3174
+ # @param Filter: 过滤器参数
3153
3175
  # @type Filter: :class:`Tencentcloud::Csip.v20221121.models.Filter`
3154
3176
 
3155
3177
  attr_accessor :MemberId, :Filter
@@ -3170,10 +3192,10 @@ module TencentCloud
3170
3192
 
3171
3193
  # DescribeCVMAssets返回参数结构体
3172
3194
  class DescribeCVMAssetsResponse < TencentCloud::Common::AbstractModel
3173
- # @param Total: -
3195
+ # @param Total: 总数
3174
3196
  # 注意:此字段可能返回 null,表示取不到有效值。
3175
3197
  # @type Total: Integer
3176
- # @param Data: -
3198
+ # @param Data: 机器列表
3177
3199
  # 注意:此字段可能返回 null,表示取不到有效值。
3178
3200
  # @type Data: Array
3179
3201
  # @param RegionList: 地域列表
@@ -3347,16 +3369,20 @@ module TencentCloud
3347
3369
 
3348
3370
  # DescribeClusterPodAssets请求参数结构体
3349
3371
  class DescribeClusterPodAssetsRequest < TencentCloud::Common::AbstractModel
3372
+ # @param MemberId: 集团账号的成员id
3373
+ # @type MemberId: Array
3350
3374
  # @param Filter: 过滤
3351
3375
  # @type Filter: :class:`Tencentcloud::Csip.v20221121.models.Filter`
3352
3376
 
3353
- attr_accessor :Filter
3377
+ attr_accessor :MemberId, :Filter
3354
3378
 
3355
- def initialize(filter=nil)
3379
+ def initialize(memberid=nil, filter=nil)
3380
+ @MemberId = memberid
3356
3381
  @Filter = filter
3357
3382
  end
3358
3383
 
3359
3384
  def deserialize(params)
3385
+ @MemberId = params['MemberId']
3360
3386
  unless params['Filter'].nil?
3361
3387
  @Filter = Filter.new
3362
3388
  @Filter.deserialize(params['Filter'])
@@ -3483,7 +3509,7 @@ module TencentCloud
3483
3509
  class DescribeDbAssetsRequest < TencentCloud::Common::AbstractModel
3484
3510
  # @param MemberId: 集团账号的成员id
3485
3511
  # @type MemberId: Array
3486
- # @param Filter: -
3512
+ # @param Filter: 过滤器参数
3487
3513
  # @type Filter: :class:`Tencentcloud::Csip.v20221121.models.Filter`
3488
3514
  # @param AssetTypes: 资产类型:MYSQL/MARIADB/REDIS/MONGODB/POSTGRES/CTS/ES/KAFKA/COS/CBS/CFS
3489
3515
  # @type AssetTypes: Array
@@ -3603,7 +3629,7 @@ module TencentCloud
3603
3629
  class DescribeDomainAssetsRequest < TencentCloud::Common::AbstractModel
3604
3630
  # @param MemberId: 集团账号的成员id
3605
3631
  # @type MemberId: Array
3606
- # @param Filter: -
3632
+ # @param Filter: 过滤器参数
3607
3633
  # @type Filter: :class:`Tencentcloud::Csip.v20221121.models.Filter`
3608
3634
  # @param Tags: 安全中心自定义标签
3609
3635
  # @type Tags: Array
@@ -3635,10 +3661,10 @@ module TencentCloud
3635
3661
 
3636
3662
  # DescribeDomainAssets返回参数结构体
3637
3663
  class DescribeDomainAssetsResponse < TencentCloud::Common::AbstractModel
3638
- # @param Total: -
3664
+ # @param Total: 总数
3639
3665
  # 注意:此字段可能返回 null,表示取不到有效值。
3640
3666
  # @type Total: Integer
3641
- # @param Data: -
3667
+ # @param Data: 域名列表
3642
3668
  # 注意:此字段可能返回 null,表示取不到有效值。
3643
3669
  # @type Data: Array
3644
3670
  # @param DefenseStatusList: 防护状态列表
@@ -3816,7 +3842,7 @@ module TencentCloud
3816
3842
  class DescribeListenerListRequest < TencentCloud::Common::AbstractModel
3817
3843
  # @param MemberId: 集团账号的成员id
3818
3844
  # @type MemberId: Array
3819
- # @param Filter: -
3845
+ # @param Filter: 过滤器参数
3820
3846
  # @type Filter: :class:`Tencentcloud::Csip.v20221121.models.Filter`
3821
3847
 
3822
3848
  attr_accessor :MemberId, :Filter
@@ -4054,7 +4080,7 @@ module TencentCloud
4054
4080
  class DescribePublicIpAssetsRequest < TencentCloud::Common::AbstractModel
4055
4081
  # @param MemberId: 集团账号的成员id
4056
4082
  # @type MemberId: Array
4057
- # @param Filter: filte过滤条件
4083
+ # @param Filter: 过滤器参数
4058
4084
  # @type Filter: :class:`Tencentcloud::Csip.v20221121.models.Filter`
4059
4085
  # @param Tags: 安全中心自定义标签
4060
4086
  # @type Tags: Array
@@ -5258,16 +5284,20 @@ module TencentCloud
5258
5284
 
5259
5285
  # DescribeSubnetAssets请求参数结构体
5260
5286
  class DescribeSubnetAssetsRequest < TencentCloud::Common::AbstractModel
5287
+ # @param MemberId: 集团账号的成员id
5288
+ # @type MemberId: Array
5261
5289
  # @param Filter: 过滤参数
5262
5290
  # @type Filter: :class:`Tencentcloud::Csip.v20221121.models.Filter`
5263
5291
 
5264
- attr_accessor :Filter
5292
+ attr_accessor :MemberId, :Filter
5265
5293
 
5266
- def initialize(filter=nil)
5294
+ def initialize(memberid=nil, filter=nil)
5295
+ @MemberId = memberid
5267
5296
  @Filter = filter
5268
5297
  end
5269
5298
 
5270
5299
  def deserialize(params)
5300
+ @MemberId = params['MemberId']
5271
5301
  unless params['Filter'].nil?
5272
5302
  @Filter = Filter.new
5273
5303
  @Filter.deserialize(params['Filter'])
@@ -5487,16 +5517,20 @@ module TencentCloud
5487
5517
 
5488
5518
  # DescribeTopAttackInfo请求参数结构体
5489
5519
  class DescribeTopAttackInfoRequest < TencentCloud::Common::AbstractModel
5520
+ # @param MemberId: 集团账号的成员id
5521
+ # @type MemberId: Array
5490
5522
  # @param OperatedMemberId: 被调用的集团账号的成员id
5491
5523
  # @type OperatedMemberId: Array
5492
5524
 
5493
- attr_accessor :OperatedMemberId
5525
+ attr_accessor :MemberId, :OperatedMemberId
5494
5526
 
5495
- def initialize(operatedmemberid=nil)
5527
+ def initialize(memberid=nil, operatedmemberid=nil)
5528
+ @MemberId = memberid
5496
5529
  @OperatedMemberId = operatedmemberid
5497
5530
  end
5498
5531
 
5499
5532
  def deserialize(params)
5533
+ @MemberId = params['MemberId']
5500
5534
  @OperatedMemberId = params['OperatedMemberId']
5501
5535
  end
5502
5536
  end
@@ -5714,16 +5748,20 @@ module TencentCloud
5714
5748
 
5715
5749
  # DescribeVpcAssets请求参数结构体
5716
5750
  class DescribeVpcAssetsRequest < TencentCloud::Common::AbstractModel
5751
+ # @param MemberId: 集团账号的成员id
5752
+ # @type MemberId: Array
5717
5753
  # @param Filter: 过滤参数
5718
5754
  # @type Filter: :class:`Tencentcloud::Csip.v20221121.models.Filter`
5719
5755
 
5720
- attr_accessor :Filter
5756
+ attr_accessor :MemberId, :Filter
5721
5757
 
5722
- def initialize(filter=nil)
5758
+ def initialize(memberid=nil, filter=nil)
5759
+ @MemberId = memberid
5723
5760
  @Filter = filter
5724
5761
  end
5725
5762
 
5726
5763
  def deserialize(params)
5764
+ @MemberId = params['MemberId']
5727
5765
  unless params['Filter'].nil?
5728
5766
  @Filter = Filter.new
5729
5767
  @Filter.deserialize(params['Filter'])
@@ -6571,15 +6609,19 @@ module TencentCloud
6571
6609
  class ModifyOrganizationAccountStatusRequest < TencentCloud::Common::AbstractModel
6572
6610
  # @param Status: 修改集团账号状态,1 开启, 2关闭
6573
6611
  # @type Status: Integer
6612
+ # @param MemberId: 集团账号的成员id
6613
+ # @type MemberId: Array
6574
6614
 
6575
- attr_accessor :Status
6615
+ attr_accessor :Status, :MemberId
6576
6616
 
6577
- def initialize(status=nil)
6617
+ def initialize(status=nil, memberid=nil)
6578
6618
  @Status = status
6619
+ @MemberId = memberid
6579
6620
  end
6580
6621
 
6581
6622
  def deserialize(params)
6582
6623
  @Status = params['Status']
6624
+ @MemberId = params['MemberId']
6583
6625
  end
6584
6626
  end
6585
6627
 
@@ -7158,6 +7200,48 @@ module TencentCloud
7158
7200
  end
7159
7201
  end
7160
7202
 
7203
+ # 漏洞信息产品支持状态
7204
+ class ProductSupport < TencentCloud::Common::AbstractModel
7205
+ # @param VSSScan: true支持扫描。false不支持扫描
7206
+ # 注意:此字段可能返回 null,表示取不到有效值。
7207
+ # @type VSSScan: Boolean
7208
+ # @param CWPScan: 0不支持,1支持
7209
+ # 注意:此字段可能返回 null,表示取不到有效值。
7210
+ # @type CWPScan: String
7211
+ # @param CFWPatch: 1支持虚拟补丁,0或空不支持
7212
+ # 注意:此字段可能返回 null,表示取不到有效值。
7213
+ # @type CFWPatch: String
7214
+ # @param WafPatch: 0不支持,1支持
7215
+ # 注意:此字段可能返回 null,表示取不到有效值。
7216
+ # @type WafPatch: Integer
7217
+ # @param CWPFix: 0不支持,1支持
7218
+ # 注意:此字段可能返回 null,表示取不到有效值。
7219
+ # @type CWPFix: Integer
7220
+ # @param CveId: cveid
7221
+ # 注意:此字段可能返回 null,表示取不到有效值。
7222
+ # @type CveId: String
7223
+
7224
+ attr_accessor :VSSScan, :CWPScan, :CFWPatch, :WafPatch, :CWPFix, :CveId
7225
+
7226
+ def initialize(vssscan=nil, cwpscan=nil, cfwpatch=nil, wafpatch=nil, cwpfix=nil, cveid=nil)
7227
+ @VSSScan = vssscan
7228
+ @CWPScan = cwpscan
7229
+ @CFWPatch = cfwpatch
7230
+ @WafPatch = wafpatch
7231
+ @CWPFix = cwpfix
7232
+ @CveId = cveid
7233
+ end
7234
+
7235
+ def deserialize(params)
7236
+ @VSSScan = params['VSSScan']
7237
+ @CWPScan = params['CWPScan']
7238
+ @CFWPatch = params['CFWPatch']
7239
+ @WafPatch = params['WafPatch']
7240
+ @CWPFix = params['CWPFix']
7241
+ @CveId = params['CveId']
7242
+ end
7243
+ end
7244
+
7161
7245
  # 公网IP和域名资产列表key
7162
7246
  class PublicIpDomainListKey < TencentCloud::Common::AbstractModel
7163
7247
  # @param Asset: 资产值
@@ -8391,14 +8475,17 @@ module TencentCloud
8391
8475
  # 4:取消标记处置
8392
8476
  # 5:取消标记忽略
8393
8477
  # @type OperateType: Integer
8478
+ # @param MemberId: 集团账号的成员id
8479
+ # @type MemberId: Array
8394
8480
  # @param OperatedMemberId: 被调用的集团账号的成员id
8395
8481
  # @type OperatedMemberId: Array
8396
8482
 
8397
- attr_accessor :ID, :OperateType, :OperatedMemberId
8483
+ attr_accessor :ID, :OperateType, :MemberId, :OperatedMemberId
8398
8484
 
8399
- def initialize(id=nil, operatetype=nil, operatedmemberid=nil)
8485
+ def initialize(id=nil, operatetype=nil, memberid=nil, operatedmemberid=nil)
8400
8486
  @ID = id
8401
8487
  @OperateType = operatetype
8488
+ @MemberId = memberid
8402
8489
  @OperatedMemberId = operatedmemberid
8403
8490
  end
8404
8491
 
@@ -8412,6 +8499,7 @@ module TencentCloud
8412
8499
  end
8413
8500
  end
8414
8501
  @OperateType = params['OperateType']
8502
+ @MemberId = params['MemberId']
8415
8503
  @OperatedMemberId = params['OperatedMemberId']
8416
8504
  end
8417
8505
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-csip
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.932
4
+ version: 3.0.933
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-10-29 00:00:00.000000000 Z
11
+ date: 2024-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common