tencentcloud-sdk-csip 3.0.932 → 3.0.934

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 -28
  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: 0d7a5add557c40c8868c3b7f60f8c7c81a547022
4
+ data.tar.gz: 75842455ab0744c81ab3a4c7f0ee5f1214a63bd0
5
5
  SHA512:
6
- metadata.gz: 9863ed17573cd239b65a2974cf6f9971f15d8e94ff6192b2058c347f1ba4dadb6283f623847d5242f84e6824b3545055dc83e40e9d8496164c03f2019dd33474
7
- data.tar.gz: 67b3ff3963088172ee2ed1fb9f45b18d30b9f1219781f9e4daf0022f9189672b2da952b53d63ce89c61f08becfdee05e1d53995b4180d2161ecfae15e2f98988
6
+ metadata.gz: 05135c2980ef348cd1e8f8ba59f5c10364e0dcfc5d772d202445472a76ec9d69909f1a2766f88a059240b6b49dd98c573a5ce0d41b58555f2aa39a3059d8324c
7
+ data.tar.gz: 198889a15987944b46b98938c20c57a4895b3e00335f2098c48f4a93fa306b20c08e913fd6443c298def0fbe5edc6532e23720587ec528d84726e70f5ea34b74
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.932
1
+ 3.0.934
@@ -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
@@ -4002,10 +4028,8 @@ module TencentCloud
4002
4028
  # 注意:此字段可能返回 null,表示取不到有效值。
4003
4029
  # @type Data: Array
4004
4030
  # @param JoinTypeLst: 加入方式枚举
4005
- # 注意:此字段可能返回 null,表示取不到有效值。
4006
4031
  # @type JoinTypeLst: Array
4007
4032
  # @param CloudTypeLst: 云厂商枚举
4008
- # 注意:此字段可能返回 null,表示取不到有效值。
4009
4033
  # @type CloudTypeLst: Array
4010
4034
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4011
4035
  # @type RequestId: String
@@ -4054,7 +4078,7 @@ module TencentCloud
4054
4078
  class DescribePublicIpAssetsRequest < TencentCloud::Common::AbstractModel
4055
4079
  # @param MemberId: 集团账号的成员id
4056
4080
  # @type MemberId: Array
4057
- # @param Filter: filte过滤条件
4081
+ # @param Filter: 过滤器参数
4058
4082
  # @type Filter: :class:`Tencentcloud::Csip.v20221121.models.Filter`
4059
4083
  # @param Tags: 安全中心自定义标签
4060
4084
  # @type Tags: Array
@@ -5258,16 +5282,20 @@ module TencentCloud
5258
5282
 
5259
5283
  # DescribeSubnetAssets请求参数结构体
5260
5284
  class DescribeSubnetAssetsRequest < TencentCloud::Common::AbstractModel
5285
+ # @param MemberId: 集团账号的成员id
5286
+ # @type MemberId: Array
5261
5287
  # @param Filter: 过滤参数
5262
5288
  # @type Filter: :class:`Tencentcloud::Csip.v20221121.models.Filter`
5263
5289
 
5264
- attr_accessor :Filter
5290
+ attr_accessor :MemberId, :Filter
5265
5291
 
5266
- def initialize(filter=nil)
5292
+ def initialize(memberid=nil, filter=nil)
5293
+ @MemberId = memberid
5267
5294
  @Filter = filter
5268
5295
  end
5269
5296
 
5270
5297
  def deserialize(params)
5298
+ @MemberId = params['MemberId']
5271
5299
  unless params['Filter'].nil?
5272
5300
  @Filter = Filter.new
5273
5301
  @Filter.deserialize(params['Filter'])
@@ -5487,16 +5515,20 @@ module TencentCloud
5487
5515
 
5488
5516
  # DescribeTopAttackInfo请求参数结构体
5489
5517
  class DescribeTopAttackInfoRequest < TencentCloud::Common::AbstractModel
5518
+ # @param MemberId: 集团账号的成员id
5519
+ # @type MemberId: Array
5490
5520
  # @param OperatedMemberId: 被调用的集团账号的成员id
5491
5521
  # @type OperatedMemberId: Array
5492
5522
 
5493
- attr_accessor :OperatedMemberId
5523
+ attr_accessor :MemberId, :OperatedMemberId
5494
5524
 
5495
- def initialize(operatedmemberid=nil)
5525
+ def initialize(memberid=nil, operatedmemberid=nil)
5526
+ @MemberId = memberid
5496
5527
  @OperatedMemberId = operatedmemberid
5497
5528
  end
5498
5529
 
5499
5530
  def deserialize(params)
5531
+ @MemberId = params['MemberId']
5500
5532
  @OperatedMemberId = params['OperatedMemberId']
5501
5533
  end
5502
5534
  end
@@ -5714,16 +5746,20 @@ module TencentCloud
5714
5746
 
5715
5747
  # DescribeVpcAssets请求参数结构体
5716
5748
  class DescribeVpcAssetsRequest < TencentCloud::Common::AbstractModel
5749
+ # @param MemberId: 集团账号的成员id
5750
+ # @type MemberId: Array
5717
5751
  # @param Filter: 过滤参数
5718
5752
  # @type Filter: :class:`Tencentcloud::Csip.v20221121.models.Filter`
5719
5753
 
5720
- attr_accessor :Filter
5754
+ attr_accessor :MemberId, :Filter
5721
5755
 
5722
- def initialize(filter=nil)
5756
+ def initialize(memberid=nil, filter=nil)
5757
+ @MemberId = memberid
5723
5758
  @Filter = filter
5724
5759
  end
5725
5760
 
5726
5761
  def deserialize(params)
5762
+ @MemberId = params['MemberId']
5727
5763
  unless params['Filter'].nil?
5728
5764
  @Filter = Filter.new
5729
5765
  @Filter.deserialize(params['Filter'])
@@ -6571,15 +6607,19 @@ module TencentCloud
6571
6607
  class ModifyOrganizationAccountStatusRequest < TencentCloud::Common::AbstractModel
6572
6608
  # @param Status: 修改集团账号状态,1 开启, 2关闭
6573
6609
  # @type Status: Integer
6610
+ # @param MemberId: 集团账号的成员id
6611
+ # @type MemberId: Array
6574
6612
 
6575
- attr_accessor :Status
6613
+ attr_accessor :Status, :MemberId
6576
6614
 
6577
- def initialize(status=nil)
6615
+ def initialize(status=nil, memberid=nil)
6578
6616
  @Status = status
6617
+ @MemberId = memberid
6579
6618
  end
6580
6619
 
6581
6620
  def deserialize(params)
6582
6621
  @Status = params['Status']
6622
+ @MemberId = params['MemberId']
6583
6623
  end
6584
6624
  end
6585
6625
 
@@ -7158,6 +7198,48 @@ module TencentCloud
7158
7198
  end
7159
7199
  end
7160
7200
 
7201
+ # 漏洞信息产品支持状态
7202
+ class ProductSupport < TencentCloud::Common::AbstractModel
7203
+ # @param VSSScan: true支持扫描。false不支持扫描
7204
+ # 注意:此字段可能返回 null,表示取不到有效值。
7205
+ # @type VSSScan: Boolean
7206
+ # @param CWPScan: 0不支持,1支持
7207
+ # 注意:此字段可能返回 null,表示取不到有效值。
7208
+ # @type CWPScan: String
7209
+ # @param CFWPatch: 1支持虚拟补丁,0或空不支持
7210
+ # 注意:此字段可能返回 null,表示取不到有效值。
7211
+ # @type CFWPatch: String
7212
+ # @param WafPatch: 0不支持,1支持
7213
+ # 注意:此字段可能返回 null,表示取不到有效值。
7214
+ # @type WafPatch: Integer
7215
+ # @param CWPFix: 0不支持,1支持
7216
+ # 注意:此字段可能返回 null,表示取不到有效值。
7217
+ # @type CWPFix: Integer
7218
+ # @param CveId: cveid
7219
+ # 注意:此字段可能返回 null,表示取不到有效值。
7220
+ # @type CveId: String
7221
+
7222
+ attr_accessor :VSSScan, :CWPScan, :CFWPatch, :WafPatch, :CWPFix, :CveId
7223
+
7224
+ def initialize(vssscan=nil, cwpscan=nil, cfwpatch=nil, wafpatch=nil, cwpfix=nil, cveid=nil)
7225
+ @VSSScan = vssscan
7226
+ @CWPScan = cwpscan
7227
+ @CFWPatch = cfwpatch
7228
+ @WafPatch = wafpatch
7229
+ @CWPFix = cwpfix
7230
+ @CveId = cveid
7231
+ end
7232
+
7233
+ def deserialize(params)
7234
+ @VSSScan = params['VSSScan']
7235
+ @CWPScan = params['CWPScan']
7236
+ @CFWPatch = params['CFWPatch']
7237
+ @WafPatch = params['WafPatch']
7238
+ @CWPFix = params['CWPFix']
7239
+ @CveId = params['CveId']
7240
+ end
7241
+ end
7242
+
7161
7243
  # 公网IP和域名资产列表key
7162
7244
  class PublicIpDomainListKey < TencentCloud::Common::AbstractModel
7163
7245
  # @param Asset: 资产值
@@ -8391,14 +8473,17 @@ module TencentCloud
8391
8473
  # 4:取消标记处置
8392
8474
  # 5:取消标记忽略
8393
8475
  # @type OperateType: Integer
8476
+ # @param MemberId: 集团账号的成员id
8477
+ # @type MemberId: Array
8394
8478
  # @param OperatedMemberId: 被调用的集团账号的成员id
8395
8479
  # @type OperatedMemberId: Array
8396
8480
 
8397
- attr_accessor :ID, :OperateType, :OperatedMemberId
8481
+ attr_accessor :ID, :OperateType, :MemberId, :OperatedMemberId
8398
8482
 
8399
- def initialize(id=nil, operatetype=nil, operatedmemberid=nil)
8483
+ def initialize(id=nil, operatetype=nil, memberid=nil, operatedmemberid=nil)
8400
8484
  @ID = id
8401
8485
  @OperateType = operatetype
8486
+ @MemberId = memberid
8402
8487
  @OperatedMemberId = operatedmemberid
8403
8488
  end
8404
8489
 
@@ -8412,6 +8497,7 @@ module TencentCloud
8412
8497
  end
8413
8498
  end
8414
8499
  @OperateType = params['OperateType']
8500
+ @MemberId = params['MemberId']
8415
8501
  @OperatedMemberId = params['OperatedMemberId']
8416
8502
  end
8417
8503
  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.934
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