tencentcloud-sdk-csip 3.0.934 → 3.0.935

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20221121/models.rb +2 -125
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0d7a5add557c40c8868c3b7f60f8c7c81a547022
4
- data.tar.gz: 75842455ab0744c81ab3a4c7f0ee5f1214a63bd0
3
+ metadata.gz: 0d1ddb579550ef1273bfd3b28fc726b468a01c7e
4
+ data.tar.gz: 01ca474da2a80ef552a4eb6d4638213916fe5ca6
5
5
  SHA512:
6
- metadata.gz: 05135c2980ef348cd1e8f8ba59f5c10364e0dcfc5d772d202445472a76ec9d69909f1a2766f88a059240b6b49dd98c573a5ce0d41b58555f2aa39a3059d8324c
7
- data.tar.gz: 198889a15987944b46b98938c20c57a4895b3e00335f2098c48f4a93fa306b20c08e913fd6443c298def0fbe5edc6532e23720587ec528d84726e70f5ea34b74
6
+ metadata.gz: 0b510d74811c9777239b517afaf3ac35ad2bcd98b26d8df0d123c28b15704626dbcc0a50c865392a8f680e9d45992063f404e0145022d1bcb810c18f2c891c11
7
+ data.tar.gz: 80104c23e798f8addcb1fa546197946ed3e2857e111998e28ea95e95ce8ba762a4b32dd968557dcdd80389b67fae7b808c73ca1bd9a74501fe5d357893644a02
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.934
1
+ 3.0.935
@@ -871,53 +871,38 @@ module TencentCloud
871
871
  # @param Nick: 租户昵称
872
872
  # @type Nick: String
873
873
  # @param Region: 地域
874
- # 注意:此字段可能返回 null,表示取不到有效值。
875
874
  # @type Region: String
876
875
  # @param AssetId: pod id
877
876
  # @type AssetId: String
878
877
  # @param AssetName: pod名称
879
878
  # @type AssetName: String
880
879
  # @param InstanceCreateTime: pod创建时间
881
- # 注意:此字段可能返回 null,表示取不到有效值。
882
880
  # @type InstanceCreateTime: String
883
881
  # @param Namespace: 命名空间
884
- # 注意:此字段可能返回 null,表示取不到有效值。
885
882
  # @type Namespace: String
886
883
  # @param Status: 状态
887
- # 注意:此字段可能返回 null,表示取不到有效值。
888
884
  # @type Status: String
889
885
  # @param ClusterId: 集群id
890
- # 注意:此字段可能返回 null,表示取不到有效值。
891
886
  # @type ClusterId: String
892
887
  # @param ClusterName: 集群名称
893
- # 注意:此字段可能返回 null,表示取不到有效值。
894
888
  # @type ClusterName: String
895
889
  # @param MachineId: 主机id
896
- # 注意:此字段可能返回 null,表示取不到有效值。
897
890
  # @type MachineId: String
898
891
  # @param MachineName: 主机名
899
- # 注意:此字段可能返回 null,表示取不到有效值。
900
892
  # @type MachineName: String
901
893
  # @param PodIp: pod ip
902
- # 注意:此字段可能返回 null,表示取不到有效值。
903
894
  # @type PodIp: String
904
895
  # @param ServiceCount: 关联service数
905
- # 注意:此字段可能返回 null,表示取不到有效值。
906
896
  # @type ServiceCount: Integer
907
897
  # @param ContainerCount: 关联容器数
908
- # 注意:此字段可能返回 null,表示取不到有效值。
909
898
  # @type ContainerCount: Integer
910
899
  # @param PublicIp: 公网ip
911
- # 注意:此字段可能返回 null,表示取不到有效值。
912
900
  # @type PublicIp: String
913
901
  # @param PrivateIp: 内网ip
914
- # 注意:此字段可能返回 null,表示取不到有效值。
915
902
  # @type PrivateIp: String
916
903
  # @param IsCore: 是否核心:1:核心,2:非核心
917
- # 注意:此字段可能返回 null,表示取不到有效值。
918
904
  # @type IsCore: Integer
919
905
  # @param IsNewAsset: 是否新资产 1新
920
- # 注意:此字段可能返回 null,表示取不到有效值。
921
906
  # @type IsNewAsset: Integer
922
907
 
923
908
  attr_accessor :AppId, :Uin, :Nick, :Region, :AssetId, :AssetName, :InstanceCreateTime, :Namespace, :Status, :ClusterId, :ClusterName, :MachineId, :MachineName, :PodIp, :ServiceCount, :ContainerCount, :PublicIp, :PrivateIp, :IsCore, :IsNewAsset
@@ -972,34 +957,24 @@ module TencentCloud
972
957
  # 资产扫描结构细节
973
958
  class AssetInfoDetail < TencentCloud::Common::AbstractModel
974
959
  # @param AppID: 用户appid
975
- # 注意:此字段可能返回 null,表示取不到有效值。
976
960
  # @type AppID: String
977
961
  # @param CVEId: CVE编号
978
- # 注意:此字段可能返回 null,表示取不到有效值。
979
962
  # @type CVEId: String
980
963
  # @param IsScan: 是扫描,0默认未扫描,1正在扫描,2扫描完成,3扫描出错
981
- # 注意:此字段可能返回 null,表示取不到有效值。
982
964
  # @type IsScan: Integer
983
965
  # @param InfluenceAsset: 影响资产数目
984
- # 注意:此字段可能返回 null,表示取不到有效值。
985
966
  # @type InfluenceAsset: Integer
986
967
  # @param NotRepairAsset: 未修复资产数目
987
- # 注意:此字段可能返回 null,表示取不到有效值。
988
968
  # @type NotRepairAsset: Integer
989
969
  # @param NotProtectAsset: 未防护资产数目
990
- # 注意:此字段可能返回 null,表示取不到有效值。
991
970
  # @type NotProtectAsset: Integer
992
971
  # @param TaskId: 任务ID
993
- # 注意:此字段可能返回 null,表示取不到有效值。
994
972
  # @type TaskId: String
995
973
  # @param TaskPercent: 任务百分比
996
- # 注意:此字段可能返回 null,表示取不到有效值。
997
974
  # @type TaskPercent: Integer
998
975
  # @param TaskTime: 任务时间
999
- # 注意:此字段可能返回 null,表示取不到有效值。
1000
976
  # @type TaskTime: Integer
1001
977
  # @param ScanTime: 扫描时间
1002
- # 注意:此字段可能返回 null,表示取不到有效值。
1003
978
  # @type ScanTime: String
1004
979
 
1005
980
  attr_accessor :AppID, :CVEId, :IsScan, :InfluenceAsset, :NotRepairAsset, :NotProtectAsset, :TaskId, :TaskPercent, :TaskTime, :ScanTime
@@ -1068,10 +1043,8 @@ module TencentCloud
1068
1043
  # 安全中心资产标签
1069
1044
  class AssetTag < TencentCloud::Common::AbstractModel
1070
1045
  # @param TagKey: 标签的key值,可以是字母、数字、下划线
1071
- # 注意:此字段可能返回 null,表示取不到有效值。
1072
1046
  # @type TagKey: String
1073
1047
  # @param TagValue: 标签的vale值,可以是字母、数字、下划线
1074
- # 注意:此字段可能返回 null,表示取不到有效值。
1075
1048
  # @type TagValue: String
1076
1049
 
1077
1050
  attr_accessor :TagKey, :TagValue
@@ -1126,13 +1099,10 @@ module TencentCloud
1126
1099
  # @param AppId: 用户appid
1127
1100
  # @type AppId: String
1128
1101
  # @param Nick: 用户昵称
1129
- # 注意:此字段可能返回 null,表示取不到有效值。
1130
1102
  # @type Nick: String
1131
1103
  # @param Uin: 用户uin
1132
- # 注意:此字段可能返回 null,表示取不到有效值。
1133
1104
  # @type Uin: String
1134
1105
  # @param ClbId: 当资产类型为LBL的时候,展示该字段,方便定位具体的LB
1135
- # 注意:此字段可能返回 null,表示取不到有效值。
1136
1106
  # @type ClbId: String
1137
1107
 
1138
1108
  attr_accessor :Id, :CFGName, :CheckType, :InstanceId, :InstanceName, :InstanceType, :AffectAsset, :Level, :FirstTime, :RecentTime, :From, :Status, :CFGSTD, :CFGDescribe, :CFGFix, :CFGHelpURL, :Index, :AppId, :Nick, :Uin, :ClbId
@@ -1221,10 +1191,8 @@ module TencentCloud
1221
1191
  # @param AppId: 用户appid
1222
1192
  # @type AppId: String
1223
1193
  # @param Nick: 用户昵称
1224
- # 注意:此字段可能返回 null,表示取不到有效值。
1225
1194
  # @type Nick: String
1226
1195
  # @param Uin: 用户uin
1227
- # 注意:此字段可能返回 null,表示取不到有效值。
1228
1196
  # @type Uin: String
1229
1197
  # @param From: 识别来源,详细看枚举返回。
1230
1198
  # @type From: String
@@ -1305,10 +1273,8 @@ module TencentCloud
1305
1273
  # @param AppId: 用户appid
1306
1274
  # @type AppId: String
1307
1275
  # @param Nick: 用户昵称
1308
- # 注意:此字段可能返回 null,表示取不到有效值。
1309
1276
  # @type Nick: String
1310
1277
  # @param Uin: 用户uin
1311
- # 注意:此字段可能返回 null,表示取不到有效值。
1312
1278
  # @type Uin: String
1313
1279
  # @param VULType: 漏洞类型
1314
1280
  # @type VULType: String
@@ -1345,7 +1311,6 @@ module TencentCloud
1345
1311
  # @param Payload: 攻击载荷
1346
1312
  # @type Payload: String
1347
1313
  # @param EMGCVulType: 应急漏洞类型,1-应急漏洞,0-非应急漏洞
1348
- # 注意:此字段可能返回 null,表示取不到有效值。
1349
1314
  # @type EMGCVulType: Integer
1350
1315
 
1351
1316
  attr_accessor :AffectAsset, :Level, :InstanceType, :Component, :Service, :RecentTime, :FirstTime, :Status, :Id, :Index, :InstanceId, :InstanceName, :AppId, :Nick, :Uin, :VULType, :Port, :Describe, :AppName, :References, :AppVersion, :VULURL, :VULName, :CVE, :Fix, :POCId, :From, :CWPVersion, :IsSupportRepair, :IsSupportDetect, :InstanceUUID, :Payload, :EMGCVulType
@@ -1641,10 +1606,8 @@ module TencentCloud
1641
1606
  # @param AppId: 用户appid
1642
1607
  # @type AppId: String
1643
1608
  # @param Nick: 用户昵称
1644
- # 注意:此字段可能返回 null,表示取不到有效值。
1645
1609
  # @type Nick: String
1646
1610
  # @param Uin: 用户uin
1647
- # 注意:此字段可能返回 null,表示取不到有效值。
1648
1611
  # @type Uin: String
1649
1612
  # @param PasswordType: 弱口令类型
1650
1613
  # @type PasswordType: String
@@ -3864,10 +3827,8 @@ module TencentCloud
3864
3827
  # DescribeListenerList返回参数结构体
3865
3828
  class DescribeListenerListResponse < TencentCloud::Common::AbstractModel
3866
3829
  # @param Total: 总数
3867
- # 注意:此字段可能返回 null,表示取不到有效值。
3868
3830
  # @type Total: Integer
3869
3831
  # @param Data: 监听器列表
3870
- # 注意:此字段可能返回 null,表示取不到有效值。
3871
3832
  # @type Data: Array
3872
3833
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3873
3834
  # @type RequestId: String
@@ -4022,10 +3983,8 @@ module TencentCloud
4022
3983
  # DescribeOrganizationUserInfo返回参数结构体
4023
3984
  class DescribeOrganizationUserInfoResponse < TencentCloud::Common::AbstractModel
4024
3985
  # @param TotalCount: 总条数
4025
- # 注意:此字段可能返回 null,表示取不到有效值。
4026
3986
  # @type TotalCount: Integer
4027
3987
  # @param Data: 集团用户列表
4028
- # 注意:此字段可能返回 null,表示取不到有效值。
4029
3988
  # @type Data: Array
4030
3989
  # @param JoinTypeLst: 加入方式枚举
4031
3990
  # @type JoinTypeLst: Array
@@ -5110,10 +5069,8 @@ module TencentCloud
5110
5069
  # DescribeScanReportList返回参数结构体
5111
5070
  class DescribeScanReportListResponse < TencentCloud::Common::AbstractModel
5112
5071
  # @param TotalCount: 总条数
5113
- # 注意:此字段可能返回 null,表示取不到有效值。
5114
5072
  # @type TotalCount: Integer
5115
5073
  # @param Data: 任务日志列表
5116
- # 注意:此字段可能返回 null,表示取不到有效值。
5117
5074
  # @type Data: Array
5118
5075
  # @param UINList: 主账户ID列表
5119
5076
  # @type UINList: Array
@@ -5181,16 +5138,12 @@ module TencentCloud
5181
5138
  # DescribeScanTaskList返回参数结构体
5182
5139
  class DescribeScanTaskListResponse < TencentCloud::Common::AbstractModel
5183
5140
  # @param TotalCount: 总条数
5184
- # 注意:此字段可能返回 null,表示取不到有效值。
5185
5141
  # @type TotalCount: Integer
5186
5142
  # @param Data: 任务日志列表
5187
- # 注意:此字段可能返回 null,表示取不到有效值。
5188
5143
  # @type Data: Array
5189
5144
  # @param UINList: 主账户ID列表
5190
- # 注意:此字段可能返回 null,表示取不到有效值。
5191
5145
  # @type UINList: Array
5192
5146
  # @param TaskModeList: 体检模式过滤列表
5193
- # 注意:此字段可能返回 null,表示取不到有效值。
5194
5147
  # @type TaskModeList: Array
5195
5148
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5196
5149
  # @type RequestId: String
@@ -5404,16 +5357,12 @@ module TencentCloud
5404
5357
  # DescribeTaskLogList返回参数结构体
5405
5358
  class DescribeTaskLogListResponse < TencentCloud::Common::AbstractModel
5406
5359
  # @param TotalCount: 总条数
5407
- # 注意:此字段可能返回 null,表示取不到有效值。
5408
5360
  # @type TotalCount: Integer
5409
5361
  # @param Data: 报告列表
5410
- # 注意:此字段可能返回 null,表示取不到有效值。
5411
5362
  # @type Data: Array
5412
5363
  # @param NotViewNumber: 待查看数量
5413
- # 注意:此字段可能返回 null,表示取不到有效值。
5414
5364
  # @type NotViewNumber: Integer
5415
5365
  # @param ReportTemplateNumber: 报告模板数
5416
- # 注意:此字段可能返回 null,表示取不到有效值。
5417
5366
  # @type ReportTemplateNumber: Integer
5418
5367
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5419
5368
  # @type RequestId: String
@@ -5590,21 +5539,16 @@ module TencentCloud
5590
5539
  # DescribeVULRiskAdvanceCFGList返回参数结构体
5591
5540
  class DescribeVULRiskAdvanceCFGListResponse < TencentCloud::Common::AbstractModel
5592
5541
  # @param Data: 配置项列表
5593
- # 注意:此字段可能返回 null,表示取不到有效值。
5594
5542
  # @type Data: Array
5595
5543
  # @param TotalCount: 总数
5596
5544
  # @type TotalCount: Integer
5597
5545
  # @param RiskLevelLists: 风险等级过滤列表
5598
- # 注意:此字段可能返回 null,表示取不到有效值。
5599
5546
  # @type RiskLevelLists: Array
5600
5547
  # @param VULTypeLists: 漏洞类型过滤列表
5601
- # 注意:此字段可能返回 null,表示取不到有效值。
5602
5548
  # @type VULTypeLists: Array
5603
5549
  # @param CheckFromLists: 识别来源过滤列表
5604
- # 注意:此字段可能返回 null,表示取不到有效值。
5605
5550
  # @type CheckFromLists: Array
5606
5551
  # @param VulTagList: 漏洞标签列表
5607
- # 注意:此字段可能返回 null,表示取不到有效值。
5608
5552
  # @type VulTagList: Array
5609
5553
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5610
5554
  # @type RequestId: String
@@ -7149,10 +7093,8 @@ module TencentCloud
7149
7093
  # @param AppId: 用户appid
7150
7094
  # @type AppId: String
7151
7095
  # @param Nick: 用户昵称
7152
- # 注意:此字段可能返回 null,表示取不到有效值。
7153
7096
  # @type Nick: String
7154
7097
  # @param Uin: 用户uin
7155
- # 注意:此字段可能返回 null,表示取不到有效值。
7156
7098
  # @type Uin: String
7157
7099
  # @param Service: 服务
7158
7100
  # @type Service: String
@@ -7484,40 +7426,28 @@ module TencentCloud
7484
7426
  # 扫描任务详情
7485
7427
  class ScanTaskInfo < TencentCloud::Common::AbstractModel
7486
7428
  # @param TaskId: 任务Id
7487
- # 注意:此字段可能返回 null,表示取不到有效值。
7488
7429
  # @type TaskId: String
7489
7430
  # @param TaskName: 任务名称
7490
- # 注意:此字段可能返回 null,表示取不到有效值。
7491
7431
  # @type TaskName: String
7492
7432
  # @param Status: 任务状态码:1等待开始 2正在扫描 3扫描出错 4扫描完成
7493
- # 注意:此字段可能返回 null,表示取不到有效值。
7494
7433
  # @type Status: Integer
7495
7434
  # @param Progress: 任务进度
7496
- # 注意:此字段可能返回 null,表示取不到有效值。
7497
7435
  # @type Progress: Integer
7498
7436
  # @param TaskTime: 任务完成时间
7499
- # 注意:此字段可能返回 null,表示取不到有效值。
7500
7437
  # @type TaskTime: String
7501
7438
  # @param ReportId: 报告ID
7502
- # 注意:此字段可能返回 null,表示取不到有效值。
7503
7439
  # @type ReportId: String
7504
7440
  # @param ReportName: 报告名称
7505
- # 注意:此字段可能返回 null,表示取不到有效值。
7506
7441
  # @type ReportName: String
7507
7442
  # @param ScanPlan: 扫描计划,0-周期任务,1-立即扫描,2-定时扫描,3-自定义
7508
- # 注意:此字段可能返回 null,表示取不到有效值。
7509
7443
  # @type ScanPlan: Integer
7510
7444
  # @param AssetCount: 关联的资产数
7511
- # 注意:此字段可能返回 null,表示取不到有效值。
7512
7445
  # @type AssetCount: Integer
7513
7446
  # @param AppId: APP ID
7514
- # 注意:此字段可能返回 null,表示取不到有效值。
7515
7447
  # @type AppId: String
7516
7448
  # @param UIN: 用户主账户ID
7517
- # 注意:此字段可能返回 null,表示取不到有效值。
7518
7449
  # @type UIN: String
7519
7450
  # @param UserName: 用户名称
7520
- # 注意:此字段可能返回 null,表示取不到有效值。
7521
7451
  # @type UserName: String
7522
7452
 
7523
7453
  attr_accessor :TaskId, :TaskName, :Status, :Progress, :TaskTime, :ReportId, :ReportName, :ScanPlan, :AssetCount, :AppId, :UIN, :UserName
@@ -7934,16 +7864,12 @@ module TencentCloud
7934
7864
  class ServiceSupport < TencentCloud::Common::AbstractModel
7935
7865
  # @param ServiceName: 产品名称:
7936
7866
  # "cfw_waf_virtual", "cwp_detect", "cwp_defense", "cwp_fix"
7937
- # 注意:此字段可能返回 null,表示取不到有效值。
7938
7867
  # @type ServiceName: String
7939
7868
  # @param SupportHandledCount: 已处理的资产总数
7940
- # 注意:此字段可能返回 null,表示取不到有效值。
7941
7869
  # @type SupportHandledCount: Integer
7942
7870
  # @param SupportTotalCount: 支持的资产总数
7943
- # 注意:此字段可能返回 null,表示取不到有效值。
7944
7871
  # @type SupportTotalCount: Integer
7945
7872
  # @param IsSupport: 是否支持该产品1支持;0不支持
7946
- # 注意:此字段可能返回 null,表示取不到有效值。
7947
7873
  # @type IsSupport: Boolean
7948
7874
 
7949
7875
  attr_accessor :ServiceName, :SupportHandledCount, :SupportTotalCount, :IsSupport
@@ -8152,11 +8078,9 @@ module TencentCloud
8152
8078
 
8153
8079
  # 主机标签信息
8154
8080
  class Tags < TencentCloud::Common::AbstractModel
8155
- # @param TagKey:
8156
- # 注意:此字段可能返回 null,表示取不到有效值。
8081
+ # @param TagKey: 主机标签key
8157
8082
  # @type TagKey: String
8158
- # @param TagValue:
8159
- # 注意:此字段可能返回 null,表示取不到有效值。
8083
+ # @param TagValue: 主机标签value
8160
8084
  # @type TagValue: String
8161
8085
 
8162
8086
  attr_accessor :TagKey, :TagValue
@@ -8231,21 +8155,16 @@ module TencentCloud
8231
8155
  # 任务资产项
8232
8156
  class TaskAssetObject < TencentCloud::Common::AbstractModel
8233
8157
  # @param AssetName: 资产名
8234
- # 注意:此字段可能返回 null,表示取不到有效值。
8235
8158
  # @type AssetName: String
8236
8159
  # @param InstanceType: 资产类型
8237
- # 注意:此字段可能返回 null,表示取不到有效值。
8238
8160
  # @type InstanceType: String
8239
8161
  # @param AssetType: 资产分类
8240
- # 注意:此字段可能返回 null,表示取不到有效值。
8241
8162
  # @type AssetType: String
8242
8163
  # @param Asset: ip/域名/资产id,数据库id等
8243
8164
  # @type Asset: String
8244
8165
  # @param Region: 地域
8245
- # 注意:此字段可能返回 null,表示取不到有效值。
8246
8166
  # @type Region: String
8247
8167
  # @param Arn: 多云资产唯一id
8248
- # 注意:此字段可能返回 null,表示取不到有效值。
8249
8168
  # @type Arn: String
8250
8169
 
8251
8170
  attr_accessor :AssetName, :InstanceType, :AssetType, :Asset, :Region, :Arn
@@ -8352,45 +8271,32 @@ module TencentCloud
8352
8271
  # 任务报告信息
8353
8272
  class TaskLogInfo < TencentCloud::Common::AbstractModel
8354
8273
  # @param TaskLogName: 报告名称
8355
- # 注意:此字段可能返回 null,表示取不到有效值。
8356
8274
  # @type TaskLogName: String
8357
8275
  # @param TaskLogId: 报告ID
8358
8276
  # @type TaskLogId: String
8359
8277
  # @param AssetsNumber: 关联资产个数
8360
- # 注意:此字段可能返回 null,表示取不到有效值。
8361
8278
  # @type AssetsNumber: Integer
8362
8279
  # @param RiskNumber: 安全风险数量
8363
- # 注意:此字段可能返回 null,表示取不到有效值。
8364
8280
  # @type RiskNumber: Integer
8365
8281
  # @param Time: 报告生成时间
8366
- # 注意:此字段可能返回 null,表示取不到有效值。
8367
8282
  # @type Time: String
8368
8283
  # @param Status: 任务状态码:0 初始值 1正在扫描 2扫描完成 3扫描出错,4停止,5暂停,6该任务已被重启过
8369
- # 注意:此字段可能返回 null,表示取不到有效值。
8370
8284
  # @type Status: Integer
8371
8285
  # @param TaskName: 关联任务名称
8372
- # 注意:此字段可能返回 null,表示取不到有效值。
8373
8286
  # @type TaskName: String
8374
8287
  # @param StartTime: 扫描开始时间
8375
- # 注意:此字段可能返回 null,表示取不到有效值。
8376
8288
  # @type StartTime: String
8377
8289
  # @param TaskCenterTaskId: 任务中心扫描任务ID
8378
- # 注意:此字段可能返回 null,表示取不到有效值。
8379
8290
  # @type TaskCenterTaskId: String
8380
8291
  # @param AppId: 租户ID
8381
- # 注意:此字段可能返回 null,表示取不到有效值。
8382
8292
  # @type AppId: String
8383
8293
  # @param UIN: 主账户ID
8384
- # 注意:此字段可能返回 null,表示取不到有效值。
8385
8294
  # @type UIN: String
8386
8295
  # @param UserName: 用户名称
8387
- # 注意:此字段可能返回 null,表示取不到有效值。
8388
8296
  # @type UserName: String
8389
8297
  # @param ReportType: 报告类型: 1安全体检 2日报 3周报 4月报
8390
- # 注意:此字段可能返回 null,表示取不到有效值。
8391
8298
  # @type ReportType: Integer
8392
8299
  # @param TemplateId: 报告模板id
8393
- # 注意:此字段可能返回 null,表示取不到有效值。
8394
8300
  # @type TemplateId: Integer
8395
8301
 
8396
8302
  attr_accessor :TaskLogName, :TaskLogId, :AssetsNumber, :RiskNumber, :Time, :Status, :TaskName, :StartTime, :TaskCenterTaskId, :AppId, :UIN, :UserName, :ReportType, :TemplateId
@@ -8433,16 +8339,12 @@ module TencentCloud
8433
8339
  # 报告pdf下载的临时链接
8434
8340
  class TaskLogURL < TencentCloud::Common::AbstractModel
8435
8341
  # @param URL: 报告下载临时链接
8436
- # 注意:此字段可能返回 null,表示取不到有效值。
8437
8342
  # @type URL: String
8438
8343
  # @param LogId: 任务报告id
8439
- # 注意:此字段可能返回 null,表示取不到有效值。
8440
8344
  # @type LogId: String
8441
8345
  # @param TaskLogName: 任务报告名称
8442
- # 注意:此字段可能返回 null,表示取不到有效值。
8443
8346
  # @type TaskLogName: String
8444
8347
  # @param AppId: APP ID
8445
- # 注意:此字段可能返回 null,表示取不到有效值。
8446
8348
  # @type AppId: String
8447
8349
 
8448
8350
  attr_accessor :URL, :LogId, :TaskLogName, :AppId
@@ -8538,49 +8440,36 @@ module TencentCloud
8538
8440
  # @param CheckFrom: 识别来源
8539
8441
  # @type CheckFrom: String
8540
8442
  # @param Enable: 是否启用,1-启用,0-禁用
8541
- # 注意:此字段可能返回 null,表示取不到有效值。
8542
8443
  # @type Enable: Integer
8543
8444
  # @param VULType: 风险类型
8544
8445
  # @type VULType: String
8545
8446
  # @param ImpactVersion: 影响版本
8546
8447
  # @type ImpactVersion: String
8547
8448
  # @param CVE: CVE
8548
- # 注意:此字段可能返回 null,表示取不到有效值。
8549
8449
  # @type CVE: String
8550
8450
  # @param VULTag: 漏洞标签
8551
8451
  # @type VULTag: Array
8552
8452
  # @param FixMethod: 修复方式
8553
- # 注意:此字段可能返回 null,表示取不到有效值。
8554
8453
  # @type FixMethod: Array
8555
8454
  # @param ReleaseTime: 披露时间
8556
- # 注意:此字段可能返回 null,表示取不到有效值。
8557
8455
  # @type ReleaseTime: String
8558
8456
  # @param EMGCVulType: 应急漏洞类型,1-应急漏洞,0-非应急漏洞
8559
- # 注意:此字段可能返回 null,表示取不到有效值。
8560
8457
  # @type EMGCVulType: Integer
8561
8458
  # @param VULDescribe: 漏洞描述
8562
- # 注意:此字段可能返回 null,表示取不到有效值。
8563
8459
  # @type VULDescribe: String
8564
8460
  # @param ImpactComponent: 影响组件
8565
- # 注意:此字段可能返回 null,表示取不到有效值。
8566
8461
  # @type ImpactComponent: String
8567
8462
  # @param Payload: 漏洞Payload
8568
- # 注意:此字段可能返回 null,表示取不到有效值。
8569
8463
  # @type Payload: String
8570
8464
  # @param References: 技术参考
8571
- # 注意:此字段可能返回 null,表示取不到有效值。
8572
8465
  # @type References: String
8573
8466
  # @param CVSS: cvss评分
8574
- # 注意:此字段可能返回 null,表示取不到有效值。
8575
8467
  # @type CVSS: String
8576
8468
  # @param AttackHeat: 攻击热度
8577
- # 注意:此字段可能返回 null,表示取不到有效值。
8578
8469
  # @type AttackHeat: String
8579
8470
  # @param ServiceSupport: 安全产品支持情况
8580
- # 注意:此字段可能返回 null,表示取不到有效值。
8581
8471
  # @type ServiceSupport: Array
8582
8472
  # @param RecentScanTime: 最新检测时间
8583
- # 注意:此字段可能返回 null,表示取不到有效值。
8584
8473
  # @type RecentScanTime: String
8585
8474
 
8586
8475
  attr_accessor :RiskId, :VULName, :RiskLevel, :CheckFrom, :Enable, :VULType, :ImpactVersion, :CVE, :VULTag, :FixMethod, :ReleaseTime, :EMGCVulType, :VULDescribe, :ImpactComponent, :Payload, :References, :CVSS, :AttackHeat, :ServiceSupport, :RecentScanTime
@@ -8719,18 +8608,14 @@ module TencentCloud
8719
8608
  # @param VULURL: 风险点
8720
8609
  # @type VULURL: String
8721
8610
  # @param Nick: 用户昵称
8722
- # 注意:此字段可能返回 null,表示取不到有效值。
8723
8611
  # @type Nick: String
8724
8612
  # @param AppId: 用户appid
8725
8613
  # @type AppId: String
8726
8614
  # @param Uin: 用户uin
8727
- # 注意:此字段可能返回 null,表示取不到有效值。
8728
8615
  # @type Uin: String
8729
8616
  # @param Fix: 修复建议
8730
- # 注意:此字段可能返回 null,表示取不到有效值。
8731
8617
  # @type Fix: String
8732
8618
  # @param EMGCVulType: 应急漏洞类型,1-应急漏洞,0-非应急漏洞
8733
- # 注意:此字段可能返回 null,表示取不到有效值。
8734
8619
  # @type EMGCVulType: Integer
8735
8620
 
8736
8621
  attr_accessor :Port, :NoHandleCount, :Level, :Component, :RecentTime, :FirstTime, :AffectAssetCount, :Id, :From, :Index, :VULType, :VULName, :CVE, :Describe, :Payload, :AppName, :References, :AppVersion, :VULURL, :Nick, :AppId, :Uin, :Fix, :EMGCVulType
@@ -9030,10 +8915,8 @@ module TencentCloud
9030
8915
  # 漏洞影响组件信息
9031
8916
  class VulImpactComponentInfo < TencentCloud::Common::AbstractModel
9032
8917
  # @param Component: 组件名称
9033
- # 注意:此字段可能返回 null,表示取不到有效值。
9034
8918
  # @type Component: String
9035
8919
  # @param Version: 版本名称
9036
- # 注意:此字段可能返回 null,表示取不到有效值。
9037
8920
  # @type Version: String
9038
8921
 
9039
8922
  attr_accessor :Component, :Version
@@ -9052,16 +8935,12 @@ module TencentCloud
9052
8935
  # 漏洞趋势-攻击趋势、影响用户、影响资产
9053
8936
  class VulTrend < TencentCloud::Common::AbstractModel
9054
8937
  # @param AffectAssetCount: 影响的资产数
9055
- # 注意:此字段可能返回 null,表示取不到有效值。
9056
8938
  # @type AffectAssetCount: Integer
9057
8939
  # @param AffectUserCount: 影响的用户数
9058
- # 注意:此字段可能返回 null,表示取不到有效值。
9059
8940
  # @type AffectUserCount: Integer
9060
8941
  # @param AttackCount: 攻击数
9061
- # 注意:此字段可能返回 null,表示取不到有效值。
9062
8942
  # @type AttackCount: Integer
9063
8943
  # @param Date: 时间
9064
- # 注意:此字段可能返回 null,表示取不到有效值。
9065
8944
  # @type Date: String
9066
8945
 
9067
8946
  attr_accessor :AffectAssetCount, :AffectUserCount, :AttackCount, :Date
@@ -9104,10 +8983,8 @@ module TencentCloud
9104
8983
  # @param AppId: 用户appid
9105
8984
  # @type AppId: String
9106
8985
  # @param Nick: 用户昵称
9107
- # 注意:此字段可能返回 null,表示取不到有效值。
9108
8986
  # @type Nick: String
9109
8987
  # @param Uin: 用户uin
9110
- # 注意:此字段可能返回 null,表示取不到有效值。
9111
8988
  # @type Uin: String
9112
8989
  # @param URL: 风险链接
9113
8990
  # @type URL: String
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.934
4
+ version: 3.0.935
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-31 00:00:00.000000000 Z
11
+ date: 2024-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common