tencentcloud-sdk-csip 3.0.933 → 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 -127
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6ea9b4cb758342ebf650bcf5f871c50317fb4417
4
- data.tar.gz: 5e3c81ecd919f3ce96dc0fe7763b73f6e04c6cc2
3
+ metadata.gz: 0d1ddb579550ef1273bfd3b28fc726b468a01c7e
4
+ data.tar.gz: 01ca474da2a80ef552a4eb6d4638213916fe5ca6
5
5
  SHA512:
6
- metadata.gz: 80bd87a2d8dbb2a71c9db06e4f3667b371e9213b4576a4e6b36c2b8fd0a7de77adb59e2535139ee45057561862d4214b5e9b1e6db77283af3eebff1ca46cdf04
7
- data.tar.gz: 8ea0a32e0184479c299b994dad1348ae93f3013d6d1f6608d265f1cb92400c5416eb3ed0d0c02a7792bdcddfeca9da4f562b15a7a464a6df74ad0abee03ca86e
6
+ metadata.gz: 0b510d74811c9777239b517afaf3ac35ad2bcd98b26d8df0d123c28b15704626dbcc0a50c865392a8f680e9d45992063f404e0145022d1bcb810c18f2c891c11
7
+ data.tar.gz: 80104c23e798f8addcb1fa546197946ed3e2857e111998e28ea95e95ce8ba762a4b32dd968557dcdd80389b67fae7b808c73ca1bd9a74501fe5d357893644a02
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.933
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,16 +3983,12 @@ 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
- # 注意:此字段可能返回 null,表示取不到有效值。
4032
3990
  # @type JoinTypeLst: Array
4033
3991
  # @param CloudTypeLst: 云厂商枚举
4034
- # 注意:此字段可能返回 null,表示取不到有效值。
4035
3992
  # @type CloudTypeLst: Array
4036
3993
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4037
3994
  # @type RequestId: String
@@ -5112,10 +5069,8 @@ module TencentCloud
5112
5069
  # DescribeScanReportList返回参数结构体
5113
5070
  class DescribeScanReportListResponse < TencentCloud::Common::AbstractModel
5114
5071
  # @param TotalCount: 总条数
5115
- # 注意:此字段可能返回 null,表示取不到有效值。
5116
5072
  # @type TotalCount: Integer
5117
5073
  # @param Data: 任务日志列表
5118
- # 注意:此字段可能返回 null,表示取不到有效值。
5119
5074
  # @type Data: Array
5120
5075
  # @param UINList: 主账户ID列表
5121
5076
  # @type UINList: Array
@@ -5183,16 +5138,12 @@ module TencentCloud
5183
5138
  # DescribeScanTaskList返回参数结构体
5184
5139
  class DescribeScanTaskListResponse < TencentCloud::Common::AbstractModel
5185
5140
  # @param TotalCount: 总条数
5186
- # 注意:此字段可能返回 null,表示取不到有效值。
5187
5141
  # @type TotalCount: Integer
5188
5142
  # @param Data: 任务日志列表
5189
- # 注意:此字段可能返回 null,表示取不到有效值。
5190
5143
  # @type Data: Array
5191
5144
  # @param UINList: 主账户ID列表
5192
- # 注意:此字段可能返回 null,表示取不到有效值。
5193
5145
  # @type UINList: Array
5194
5146
  # @param TaskModeList: 体检模式过滤列表
5195
- # 注意:此字段可能返回 null,表示取不到有效值。
5196
5147
  # @type TaskModeList: Array
5197
5148
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5198
5149
  # @type RequestId: String
@@ -5406,16 +5357,12 @@ module TencentCloud
5406
5357
  # DescribeTaskLogList返回参数结构体
5407
5358
  class DescribeTaskLogListResponse < TencentCloud::Common::AbstractModel
5408
5359
  # @param TotalCount: 总条数
5409
- # 注意:此字段可能返回 null,表示取不到有效值。
5410
5360
  # @type TotalCount: Integer
5411
5361
  # @param Data: 报告列表
5412
- # 注意:此字段可能返回 null,表示取不到有效值。
5413
5362
  # @type Data: Array
5414
5363
  # @param NotViewNumber: 待查看数量
5415
- # 注意:此字段可能返回 null,表示取不到有效值。
5416
5364
  # @type NotViewNumber: Integer
5417
5365
  # @param ReportTemplateNumber: 报告模板数
5418
- # 注意:此字段可能返回 null,表示取不到有效值。
5419
5366
  # @type ReportTemplateNumber: Integer
5420
5367
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5421
5368
  # @type RequestId: String
@@ -5592,21 +5539,16 @@ module TencentCloud
5592
5539
  # DescribeVULRiskAdvanceCFGList返回参数结构体
5593
5540
  class DescribeVULRiskAdvanceCFGListResponse < TencentCloud::Common::AbstractModel
5594
5541
  # @param Data: 配置项列表
5595
- # 注意:此字段可能返回 null,表示取不到有效值。
5596
5542
  # @type Data: Array
5597
5543
  # @param TotalCount: 总数
5598
5544
  # @type TotalCount: Integer
5599
5545
  # @param RiskLevelLists: 风险等级过滤列表
5600
- # 注意:此字段可能返回 null,表示取不到有效值。
5601
5546
  # @type RiskLevelLists: Array
5602
5547
  # @param VULTypeLists: 漏洞类型过滤列表
5603
- # 注意:此字段可能返回 null,表示取不到有效值。
5604
5548
  # @type VULTypeLists: Array
5605
5549
  # @param CheckFromLists: 识别来源过滤列表
5606
- # 注意:此字段可能返回 null,表示取不到有效值。
5607
5550
  # @type CheckFromLists: Array
5608
5551
  # @param VulTagList: 漏洞标签列表
5609
- # 注意:此字段可能返回 null,表示取不到有效值。
5610
5552
  # @type VulTagList: Array
5611
5553
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5612
5554
  # @type RequestId: String
@@ -7151,10 +7093,8 @@ module TencentCloud
7151
7093
  # @param AppId: 用户appid
7152
7094
  # @type AppId: String
7153
7095
  # @param Nick: 用户昵称
7154
- # 注意:此字段可能返回 null,表示取不到有效值。
7155
7096
  # @type Nick: String
7156
7097
  # @param Uin: 用户uin
7157
- # 注意:此字段可能返回 null,表示取不到有效值。
7158
7098
  # @type Uin: String
7159
7099
  # @param Service: 服务
7160
7100
  # @type Service: String
@@ -7486,40 +7426,28 @@ module TencentCloud
7486
7426
  # 扫描任务详情
7487
7427
  class ScanTaskInfo < TencentCloud::Common::AbstractModel
7488
7428
  # @param TaskId: 任务Id
7489
- # 注意:此字段可能返回 null,表示取不到有效值。
7490
7429
  # @type TaskId: String
7491
7430
  # @param TaskName: 任务名称
7492
- # 注意:此字段可能返回 null,表示取不到有效值。
7493
7431
  # @type TaskName: String
7494
7432
  # @param Status: 任务状态码:1等待开始 2正在扫描 3扫描出错 4扫描完成
7495
- # 注意:此字段可能返回 null,表示取不到有效值。
7496
7433
  # @type Status: Integer
7497
7434
  # @param Progress: 任务进度
7498
- # 注意:此字段可能返回 null,表示取不到有效值。
7499
7435
  # @type Progress: Integer
7500
7436
  # @param TaskTime: 任务完成时间
7501
- # 注意:此字段可能返回 null,表示取不到有效值。
7502
7437
  # @type TaskTime: String
7503
7438
  # @param ReportId: 报告ID
7504
- # 注意:此字段可能返回 null,表示取不到有效值。
7505
7439
  # @type ReportId: String
7506
7440
  # @param ReportName: 报告名称
7507
- # 注意:此字段可能返回 null,表示取不到有效值。
7508
7441
  # @type ReportName: String
7509
7442
  # @param ScanPlan: 扫描计划,0-周期任务,1-立即扫描,2-定时扫描,3-自定义
7510
- # 注意:此字段可能返回 null,表示取不到有效值。
7511
7443
  # @type ScanPlan: Integer
7512
7444
  # @param AssetCount: 关联的资产数
7513
- # 注意:此字段可能返回 null,表示取不到有效值。
7514
7445
  # @type AssetCount: Integer
7515
7446
  # @param AppId: APP ID
7516
- # 注意:此字段可能返回 null,表示取不到有效值。
7517
7447
  # @type AppId: String
7518
7448
  # @param UIN: 用户主账户ID
7519
- # 注意:此字段可能返回 null,表示取不到有效值。
7520
7449
  # @type UIN: String
7521
7450
  # @param UserName: 用户名称
7522
- # 注意:此字段可能返回 null,表示取不到有效值。
7523
7451
  # @type UserName: String
7524
7452
 
7525
7453
  attr_accessor :TaskId, :TaskName, :Status, :Progress, :TaskTime, :ReportId, :ReportName, :ScanPlan, :AssetCount, :AppId, :UIN, :UserName
@@ -7936,16 +7864,12 @@ module TencentCloud
7936
7864
  class ServiceSupport < TencentCloud::Common::AbstractModel
7937
7865
  # @param ServiceName: 产品名称:
7938
7866
  # "cfw_waf_virtual", "cwp_detect", "cwp_defense", "cwp_fix"
7939
- # 注意:此字段可能返回 null,表示取不到有效值。
7940
7867
  # @type ServiceName: String
7941
7868
  # @param SupportHandledCount: 已处理的资产总数
7942
- # 注意:此字段可能返回 null,表示取不到有效值。
7943
7869
  # @type SupportHandledCount: Integer
7944
7870
  # @param SupportTotalCount: 支持的资产总数
7945
- # 注意:此字段可能返回 null,表示取不到有效值。
7946
7871
  # @type SupportTotalCount: Integer
7947
7872
  # @param IsSupport: 是否支持该产品1支持;0不支持
7948
- # 注意:此字段可能返回 null,表示取不到有效值。
7949
7873
  # @type IsSupport: Boolean
7950
7874
 
7951
7875
  attr_accessor :ServiceName, :SupportHandledCount, :SupportTotalCount, :IsSupport
@@ -8154,11 +8078,9 @@ module TencentCloud
8154
8078
 
8155
8079
  # 主机标签信息
8156
8080
  class Tags < TencentCloud::Common::AbstractModel
8157
- # @param TagKey:
8158
- # 注意:此字段可能返回 null,表示取不到有效值。
8081
+ # @param TagKey: 主机标签key
8159
8082
  # @type TagKey: String
8160
- # @param TagValue:
8161
- # 注意:此字段可能返回 null,表示取不到有效值。
8083
+ # @param TagValue: 主机标签value
8162
8084
  # @type TagValue: String
8163
8085
 
8164
8086
  attr_accessor :TagKey, :TagValue
@@ -8233,21 +8155,16 @@ module TencentCloud
8233
8155
  # 任务资产项
8234
8156
  class TaskAssetObject < TencentCloud::Common::AbstractModel
8235
8157
  # @param AssetName: 资产名
8236
- # 注意:此字段可能返回 null,表示取不到有效值。
8237
8158
  # @type AssetName: String
8238
8159
  # @param InstanceType: 资产类型
8239
- # 注意:此字段可能返回 null,表示取不到有效值。
8240
8160
  # @type InstanceType: String
8241
8161
  # @param AssetType: 资产分类
8242
- # 注意:此字段可能返回 null,表示取不到有效值。
8243
8162
  # @type AssetType: String
8244
8163
  # @param Asset: ip/域名/资产id,数据库id等
8245
8164
  # @type Asset: String
8246
8165
  # @param Region: 地域
8247
- # 注意:此字段可能返回 null,表示取不到有效值。
8248
8166
  # @type Region: String
8249
8167
  # @param Arn: 多云资产唯一id
8250
- # 注意:此字段可能返回 null,表示取不到有效值。
8251
8168
  # @type Arn: String
8252
8169
 
8253
8170
  attr_accessor :AssetName, :InstanceType, :AssetType, :Asset, :Region, :Arn
@@ -8354,45 +8271,32 @@ module TencentCloud
8354
8271
  # 任务报告信息
8355
8272
  class TaskLogInfo < TencentCloud::Common::AbstractModel
8356
8273
  # @param TaskLogName: 报告名称
8357
- # 注意:此字段可能返回 null,表示取不到有效值。
8358
8274
  # @type TaskLogName: String
8359
8275
  # @param TaskLogId: 报告ID
8360
8276
  # @type TaskLogId: String
8361
8277
  # @param AssetsNumber: 关联资产个数
8362
- # 注意:此字段可能返回 null,表示取不到有效值。
8363
8278
  # @type AssetsNumber: Integer
8364
8279
  # @param RiskNumber: 安全风险数量
8365
- # 注意:此字段可能返回 null,表示取不到有效值。
8366
8280
  # @type RiskNumber: Integer
8367
8281
  # @param Time: 报告生成时间
8368
- # 注意:此字段可能返回 null,表示取不到有效值。
8369
8282
  # @type Time: String
8370
8283
  # @param Status: 任务状态码:0 初始值 1正在扫描 2扫描完成 3扫描出错,4停止,5暂停,6该任务已被重启过
8371
- # 注意:此字段可能返回 null,表示取不到有效值。
8372
8284
  # @type Status: Integer
8373
8285
  # @param TaskName: 关联任务名称
8374
- # 注意:此字段可能返回 null,表示取不到有效值。
8375
8286
  # @type TaskName: String
8376
8287
  # @param StartTime: 扫描开始时间
8377
- # 注意:此字段可能返回 null,表示取不到有效值。
8378
8288
  # @type StartTime: String
8379
8289
  # @param TaskCenterTaskId: 任务中心扫描任务ID
8380
- # 注意:此字段可能返回 null,表示取不到有效值。
8381
8290
  # @type TaskCenterTaskId: String
8382
8291
  # @param AppId: 租户ID
8383
- # 注意:此字段可能返回 null,表示取不到有效值。
8384
8292
  # @type AppId: String
8385
8293
  # @param UIN: 主账户ID
8386
- # 注意:此字段可能返回 null,表示取不到有效值。
8387
8294
  # @type UIN: String
8388
8295
  # @param UserName: 用户名称
8389
- # 注意:此字段可能返回 null,表示取不到有效值。
8390
8296
  # @type UserName: String
8391
8297
  # @param ReportType: 报告类型: 1安全体检 2日报 3周报 4月报
8392
- # 注意:此字段可能返回 null,表示取不到有效值。
8393
8298
  # @type ReportType: Integer
8394
8299
  # @param TemplateId: 报告模板id
8395
- # 注意:此字段可能返回 null,表示取不到有效值。
8396
8300
  # @type TemplateId: Integer
8397
8301
 
8398
8302
  attr_accessor :TaskLogName, :TaskLogId, :AssetsNumber, :RiskNumber, :Time, :Status, :TaskName, :StartTime, :TaskCenterTaskId, :AppId, :UIN, :UserName, :ReportType, :TemplateId
@@ -8435,16 +8339,12 @@ module TencentCloud
8435
8339
  # 报告pdf下载的临时链接
8436
8340
  class TaskLogURL < TencentCloud::Common::AbstractModel
8437
8341
  # @param URL: 报告下载临时链接
8438
- # 注意:此字段可能返回 null,表示取不到有效值。
8439
8342
  # @type URL: String
8440
8343
  # @param LogId: 任务报告id
8441
- # 注意:此字段可能返回 null,表示取不到有效值。
8442
8344
  # @type LogId: String
8443
8345
  # @param TaskLogName: 任务报告名称
8444
- # 注意:此字段可能返回 null,表示取不到有效值。
8445
8346
  # @type TaskLogName: String
8446
8347
  # @param AppId: APP ID
8447
- # 注意:此字段可能返回 null,表示取不到有效值。
8448
8348
  # @type AppId: String
8449
8349
 
8450
8350
  attr_accessor :URL, :LogId, :TaskLogName, :AppId
@@ -8540,49 +8440,36 @@ module TencentCloud
8540
8440
  # @param CheckFrom: 识别来源
8541
8441
  # @type CheckFrom: String
8542
8442
  # @param Enable: 是否启用,1-启用,0-禁用
8543
- # 注意:此字段可能返回 null,表示取不到有效值。
8544
8443
  # @type Enable: Integer
8545
8444
  # @param VULType: 风险类型
8546
8445
  # @type VULType: String
8547
8446
  # @param ImpactVersion: 影响版本
8548
8447
  # @type ImpactVersion: String
8549
8448
  # @param CVE: CVE
8550
- # 注意:此字段可能返回 null,表示取不到有效值。
8551
8449
  # @type CVE: String
8552
8450
  # @param VULTag: 漏洞标签
8553
8451
  # @type VULTag: Array
8554
8452
  # @param FixMethod: 修复方式
8555
- # 注意:此字段可能返回 null,表示取不到有效值。
8556
8453
  # @type FixMethod: Array
8557
8454
  # @param ReleaseTime: 披露时间
8558
- # 注意:此字段可能返回 null,表示取不到有效值。
8559
8455
  # @type ReleaseTime: String
8560
8456
  # @param EMGCVulType: 应急漏洞类型,1-应急漏洞,0-非应急漏洞
8561
- # 注意:此字段可能返回 null,表示取不到有效值。
8562
8457
  # @type EMGCVulType: Integer
8563
8458
  # @param VULDescribe: 漏洞描述
8564
- # 注意:此字段可能返回 null,表示取不到有效值。
8565
8459
  # @type VULDescribe: String
8566
8460
  # @param ImpactComponent: 影响组件
8567
- # 注意:此字段可能返回 null,表示取不到有效值。
8568
8461
  # @type ImpactComponent: String
8569
8462
  # @param Payload: 漏洞Payload
8570
- # 注意:此字段可能返回 null,表示取不到有效值。
8571
8463
  # @type Payload: String
8572
8464
  # @param References: 技术参考
8573
- # 注意:此字段可能返回 null,表示取不到有效值。
8574
8465
  # @type References: String
8575
8466
  # @param CVSS: cvss评分
8576
- # 注意:此字段可能返回 null,表示取不到有效值。
8577
8467
  # @type CVSS: String
8578
8468
  # @param AttackHeat: 攻击热度
8579
- # 注意:此字段可能返回 null,表示取不到有效值。
8580
8469
  # @type AttackHeat: String
8581
8470
  # @param ServiceSupport: 安全产品支持情况
8582
- # 注意:此字段可能返回 null,表示取不到有效值。
8583
8471
  # @type ServiceSupport: Array
8584
8472
  # @param RecentScanTime: 最新检测时间
8585
- # 注意:此字段可能返回 null,表示取不到有效值。
8586
8473
  # @type RecentScanTime: String
8587
8474
 
8588
8475
  attr_accessor :RiskId, :VULName, :RiskLevel, :CheckFrom, :Enable, :VULType, :ImpactVersion, :CVE, :VULTag, :FixMethod, :ReleaseTime, :EMGCVulType, :VULDescribe, :ImpactComponent, :Payload, :References, :CVSS, :AttackHeat, :ServiceSupport, :RecentScanTime
@@ -8721,18 +8608,14 @@ module TencentCloud
8721
8608
  # @param VULURL: 风险点
8722
8609
  # @type VULURL: String
8723
8610
  # @param Nick: 用户昵称
8724
- # 注意:此字段可能返回 null,表示取不到有效值。
8725
8611
  # @type Nick: String
8726
8612
  # @param AppId: 用户appid
8727
8613
  # @type AppId: String
8728
8614
  # @param Uin: 用户uin
8729
- # 注意:此字段可能返回 null,表示取不到有效值。
8730
8615
  # @type Uin: String
8731
8616
  # @param Fix: 修复建议
8732
- # 注意:此字段可能返回 null,表示取不到有效值。
8733
8617
  # @type Fix: String
8734
8618
  # @param EMGCVulType: 应急漏洞类型,1-应急漏洞,0-非应急漏洞
8735
- # 注意:此字段可能返回 null,表示取不到有效值。
8736
8619
  # @type EMGCVulType: Integer
8737
8620
 
8738
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
@@ -9032,10 +8915,8 @@ module TencentCloud
9032
8915
  # 漏洞影响组件信息
9033
8916
  class VulImpactComponentInfo < TencentCloud::Common::AbstractModel
9034
8917
  # @param Component: 组件名称
9035
- # 注意:此字段可能返回 null,表示取不到有效值。
9036
8918
  # @type Component: String
9037
8919
  # @param Version: 版本名称
9038
- # 注意:此字段可能返回 null,表示取不到有效值。
9039
8920
  # @type Version: String
9040
8921
 
9041
8922
  attr_accessor :Component, :Version
@@ -9054,16 +8935,12 @@ module TencentCloud
9054
8935
  # 漏洞趋势-攻击趋势、影响用户、影响资产
9055
8936
  class VulTrend < TencentCloud::Common::AbstractModel
9056
8937
  # @param AffectAssetCount: 影响的资产数
9057
- # 注意:此字段可能返回 null,表示取不到有效值。
9058
8938
  # @type AffectAssetCount: Integer
9059
8939
  # @param AffectUserCount: 影响的用户数
9060
- # 注意:此字段可能返回 null,表示取不到有效值。
9061
8940
  # @type AffectUserCount: Integer
9062
8941
  # @param AttackCount: 攻击数
9063
- # 注意:此字段可能返回 null,表示取不到有效值。
9064
8942
  # @type AttackCount: Integer
9065
8943
  # @param Date: 时间
9066
- # 注意:此字段可能返回 null,表示取不到有效值。
9067
8944
  # @type Date: String
9068
8945
 
9069
8946
  attr_accessor :AffectAssetCount, :AffectUserCount, :AttackCount, :Date
@@ -9106,10 +8983,8 @@ module TencentCloud
9106
8983
  # @param AppId: 用户appid
9107
8984
  # @type AppId: String
9108
8985
  # @param Nick: 用户昵称
9109
- # 注意:此字段可能返回 null,表示取不到有效值。
9110
8986
  # @type Nick: String
9111
8987
  # @param Uin: 用户uin
9112
- # 注意:此字段可能返回 null,表示取不到有效值。
9113
8988
  # @type Uin: String
9114
8989
  # @param URL: 风险链接
9115
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.933
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