tencentcloud-sdk-csip 3.0.1138 → 3.0.1173
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/v20221121/client.rb +1 -1
- data/lib/v20221121/models.rb +73 -16
- 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: b625dbf3effc1b2b1f59917eaa1cd039006699d1
|
|
4
|
+
data.tar.gz: 0f0d7e2008e7beff58fc7d7ec60321e3bc02b83d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 31a550193d4ee9d4ce625d01e77010ea2a814e2fbfdbfa2412977d43a7b765c3316909e322e0aeb5631ba0a472ac3b4a8a7499e79e4375220e7ffdc0898cdbb9
|
|
7
|
+
data.tar.gz: 400e6cc363b2e559432b8132e6d30ebb52a5f7c7b5c5f960981be41dd067b1320464ff31d3f3ecaeb84611c27ec515322fd0fd492e998287b85c4102fa3c9adc
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1173
|
data/lib/v20221121/client.rb
CHANGED
|
@@ -605,7 +605,7 @@ module TencentCloud
|
|
|
605
605
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
606
606
|
end
|
|
607
607
|
|
|
608
|
-
#
|
|
608
|
+
# 检查视角下云资源配置风险列表
|
|
609
609
|
|
|
610
610
|
# @param request: Request instance for DescribeCheckViewRisks.
|
|
611
611
|
# @type request: :class:`Tencentcloud::csip::V20221121::DescribeCheckViewRisksRequest`
|
data/lib/v20221121/models.rb
CHANGED
|
@@ -96,10 +96,12 @@ module TencentCloud
|
|
|
96
96
|
# @type Evidence: String
|
|
97
97
|
# @param RuleKey: 告警规则标识
|
|
98
98
|
# @type RuleKey: String
|
|
99
|
+
# @param CloudType: 云厂商类型 0:腾讯云 1:亚马逊云 2:微软云 3:谷歌云 4:阿里云 5:华为云
|
|
100
|
+
# @type CloudType: Integer
|
|
99
101
|
|
|
100
|
-
attr_accessor :Name, :Level, :ID, :AlarmRuleID, :AlarmType, :AccessKey, :AccessKeyID, :AccessKeyRemark, :LastAlarmTime, :Status, :Date, :Tag, :Uin, :Nickname, :SubUin, :SubNickname, :Type, :AppID, :LeakEvidence, :IsSupportEditWhiteAccount, :Evidence, :RuleKey
|
|
102
|
+
attr_accessor :Name, :Level, :ID, :AlarmRuleID, :AlarmType, :AccessKey, :AccessKeyID, :AccessKeyRemark, :LastAlarmTime, :Status, :Date, :Tag, :Uin, :Nickname, :SubUin, :SubNickname, :Type, :AppID, :LeakEvidence, :IsSupportEditWhiteAccount, :Evidence, :RuleKey, :CloudType
|
|
101
103
|
|
|
102
|
-
def initialize(name=nil, level=nil, id=nil, alarmruleid=nil, alarmtype=nil, accesskey=nil, accesskeyid=nil, accesskeyremark=nil, lastalarmtime=nil, status=nil, date=nil, tag=nil, uin=nil, nickname=nil, subuin=nil, subnickname=nil, type=nil, appid=nil, leakevidence=nil, issupporteditwhiteaccount=nil, evidence=nil, rulekey=nil)
|
|
104
|
+
def initialize(name=nil, level=nil, id=nil, alarmruleid=nil, alarmtype=nil, accesskey=nil, accesskeyid=nil, accesskeyremark=nil, lastalarmtime=nil, status=nil, date=nil, tag=nil, uin=nil, nickname=nil, subuin=nil, subnickname=nil, type=nil, appid=nil, leakevidence=nil, issupporteditwhiteaccount=nil, evidence=nil, rulekey=nil, cloudtype=nil)
|
|
103
105
|
@Name = name
|
|
104
106
|
@Level = level
|
|
105
107
|
@ID = id
|
|
@@ -122,6 +124,7 @@ module TencentCloud
|
|
|
122
124
|
@IsSupportEditWhiteAccount = issupporteditwhiteaccount
|
|
123
125
|
@Evidence = evidence
|
|
124
126
|
@RuleKey = rulekey
|
|
127
|
+
@CloudType = cloudtype
|
|
125
128
|
end
|
|
126
129
|
|
|
127
130
|
def deserialize(params)
|
|
@@ -147,6 +150,7 @@ module TencentCloud
|
|
|
147
150
|
@IsSupportEditWhiteAccount = params['IsSupportEditWhiteAccount']
|
|
148
151
|
@Evidence = params['Evidence']
|
|
149
152
|
@RuleKey = params['RuleKey']
|
|
153
|
+
@CloudType = params['CloudType']
|
|
150
154
|
end
|
|
151
155
|
end
|
|
152
156
|
|
|
@@ -247,10 +251,12 @@ module TencentCloud
|
|
|
247
251
|
# @param CheckStatus: 0 表示已检测
|
|
248
252
|
# 1 表示检测中
|
|
249
253
|
# @type CheckStatus: Integer
|
|
254
|
+
# @param CloudType: 云厂商类型 0:腾讯云 1:亚马逊云 2:微软云 3:谷歌云 4:阿里云 5:华为云
|
|
255
|
+
# @type CloudType: Integer
|
|
250
256
|
|
|
251
|
-
attr_accessor :ID, :Name, :Remark, :AppID, :Uin, :Nickname, :SubUin, :SubNickname, :Type, :Advice, :AccessKeyAlarmList, :AccessKeyRiskList, :IPCount, :CreateTime, :LastAccessTime, :Status, :CheckStatus
|
|
257
|
+
attr_accessor :ID, :Name, :Remark, :AppID, :Uin, :Nickname, :SubUin, :SubNickname, :Type, :Advice, :AccessKeyAlarmList, :AccessKeyRiskList, :IPCount, :CreateTime, :LastAccessTime, :Status, :CheckStatus, :CloudType
|
|
252
258
|
|
|
253
|
-
def initialize(id=nil, name=nil, remark=nil, appid=nil, uin=nil, nickname=nil, subuin=nil, subnickname=nil, type=nil, advice=nil, accesskeyalarmlist=nil, accesskeyrisklist=nil, ipcount=nil, createtime=nil, lastaccesstime=nil, status=nil, checkstatus=nil)
|
|
259
|
+
def initialize(id=nil, name=nil, remark=nil, appid=nil, uin=nil, nickname=nil, subuin=nil, subnickname=nil, type=nil, advice=nil, accesskeyalarmlist=nil, accesskeyrisklist=nil, ipcount=nil, createtime=nil, lastaccesstime=nil, status=nil, checkstatus=nil, cloudtype=nil)
|
|
254
260
|
@ID = id
|
|
255
261
|
@Name = name
|
|
256
262
|
@Remark = remark
|
|
@@ -268,6 +274,7 @@ module TencentCloud
|
|
|
268
274
|
@LastAccessTime = lastaccesstime
|
|
269
275
|
@Status = status
|
|
270
276
|
@CheckStatus = checkstatus
|
|
277
|
+
@CloudType = cloudtype
|
|
271
278
|
end
|
|
272
279
|
|
|
273
280
|
def deserialize(params)
|
|
@@ -302,6 +309,7 @@ module TencentCloud
|
|
|
302
309
|
@LastAccessTime = params['LastAccessTime']
|
|
303
310
|
@Status = params['Status']
|
|
304
311
|
@CheckStatus = params['CheckStatus']
|
|
312
|
+
@CloudType = params['CloudType']
|
|
305
313
|
end
|
|
306
314
|
end
|
|
307
315
|
|
|
@@ -454,10 +462,12 @@ module TencentCloud
|
|
|
454
462
|
# @type LoginFlag: Integer
|
|
455
463
|
# @param CheckStatus: 0 表示已检测 1 表示检测中
|
|
456
464
|
# @type CheckStatus: Integer
|
|
465
|
+
# @param CloudType: 云厂商类型 0:腾讯云 1:亚马逊云 2:微软云 3:谷歌云 4:阿里云 5:华为云
|
|
466
|
+
# @type CloudType: Integer
|
|
457
467
|
|
|
458
|
-
attr_accessor :ID, :Name, :Type, :AccessType, :Advice, :AccessKeyAlarmList, :AccessKeyRiskList, :AppID, :Nickname, :SubNickname, :Uin, :SubUin, :LoginIP, :LoginLocation, :LoginTime, :ISP, :ActionFlag, :LoginFlag, :CheckStatus
|
|
468
|
+
attr_accessor :ID, :Name, :Type, :AccessType, :Advice, :AccessKeyAlarmList, :AccessKeyRiskList, :AppID, :Nickname, :SubNickname, :Uin, :SubUin, :LoginIP, :LoginLocation, :LoginTime, :ISP, :ActionFlag, :LoginFlag, :CheckStatus, :CloudType
|
|
459
469
|
|
|
460
|
-
def initialize(id=nil, name=nil, type=nil, accesstype=nil, advice=nil, accesskeyalarmlist=nil, accesskeyrisklist=nil, appid=nil, nickname=nil, subnickname=nil, uin=nil, subuin=nil, loginip=nil, loginlocation=nil, logintime=nil, isp=nil, actionflag=nil, loginflag=nil, checkstatus=nil)
|
|
470
|
+
def initialize(id=nil, name=nil, type=nil, accesstype=nil, advice=nil, accesskeyalarmlist=nil, accesskeyrisklist=nil, appid=nil, nickname=nil, subnickname=nil, uin=nil, subuin=nil, loginip=nil, loginlocation=nil, logintime=nil, isp=nil, actionflag=nil, loginflag=nil, checkstatus=nil, cloudtype=nil)
|
|
461
471
|
@ID = id
|
|
462
472
|
@Name = name
|
|
463
473
|
@Type = type
|
|
@@ -477,6 +487,7 @@ module TencentCloud
|
|
|
477
487
|
@ActionFlag = actionflag
|
|
478
488
|
@LoginFlag = loginflag
|
|
479
489
|
@CheckStatus = checkstatus
|
|
490
|
+
@CloudType = cloudtype
|
|
480
491
|
end
|
|
481
492
|
|
|
482
493
|
def deserialize(params)
|
|
@@ -513,6 +524,7 @@ module TencentCloud
|
|
|
513
524
|
@ActionFlag = params['ActionFlag']
|
|
514
525
|
@LoginFlag = params['LoginFlag']
|
|
515
526
|
@CheckStatus = params['CheckStatus']
|
|
527
|
+
@CloudType = params['CloudType']
|
|
516
528
|
end
|
|
517
529
|
end
|
|
518
530
|
|
|
@@ -1612,10 +1624,12 @@ module TencentCloud
|
|
|
1612
1624
|
# @type Severity: String
|
|
1613
1625
|
# @param RiskRuleId: 风险规则ID
|
|
1614
1626
|
# @type RiskRuleId: String
|
|
1627
|
+
# @param Classify: 处置分类
|
|
1628
|
+
# @type Classify: String
|
|
1615
1629
|
|
|
1616
|
-
attr_accessor :AppId, :Provider, :ProviderName, :CloudAccountName, :CloudAccountId, :InstanceName, :InstanceId, :CreateTime, :UpdateTime, :RiskStatus, :RiskTitle, :CheckType, :Severity, :RiskRuleId
|
|
1630
|
+
attr_accessor :AppId, :Provider, :ProviderName, :CloudAccountName, :CloudAccountId, :InstanceName, :InstanceId, :CreateTime, :UpdateTime, :RiskStatus, :RiskTitle, :CheckType, :Severity, :RiskRuleId, :Classify
|
|
1617
1631
|
|
|
1618
|
-
def initialize(appid=nil, provider=nil, providername=nil, cloudaccountname=nil, cloudaccountid=nil, instancename=nil, instanceid=nil, createtime=nil, updatetime=nil, riskstatus=nil, risktitle=nil, checktype=nil, severity=nil, riskruleid=nil)
|
|
1632
|
+
def initialize(appid=nil, provider=nil, providername=nil, cloudaccountname=nil, cloudaccountid=nil, instancename=nil, instanceid=nil, createtime=nil, updatetime=nil, riskstatus=nil, risktitle=nil, checktype=nil, severity=nil, riskruleid=nil, classify=nil)
|
|
1619
1633
|
@AppId = appid
|
|
1620
1634
|
@Provider = provider
|
|
1621
1635
|
@ProviderName = providername
|
|
@@ -1630,6 +1644,7 @@ module TencentCloud
|
|
|
1630
1644
|
@CheckType = checktype
|
|
1631
1645
|
@Severity = severity
|
|
1632
1646
|
@RiskRuleId = riskruleid
|
|
1647
|
+
@Classify = classify
|
|
1633
1648
|
end
|
|
1634
1649
|
|
|
1635
1650
|
def deserialize(params)
|
|
@@ -1647,6 +1662,7 @@ module TencentCloud
|
|
|
1647
1662
|
@CheckType = params['CheckType']
|
|
1648
1663
|
@Severity = params['Severity']
|
|
1649
1664
|
@RiskRuleId = params['RiskRuleId']
|
|
1665
|
+
@Classify = params['Classify']
|
|
1650
1666
|
end
|
|
1651
1667
|
end
|
|
1652
1668
|
|
|
@@ -2953,10 +2969,12 @@ module TencentCloud
|
|
|
2953
2969
|
# @type AssetType: String
|
|
2954
2970
|
# @param EventType: 事件类型
|
|
2955
2971
|
# @type EventType: String
|
|
2972
|
+
# @param Classify: 处置分类
|
|
2973
|
+
# @type Classify: String
|
|
2956
2974
|
|
|
2957
|
-
attr_accessor :RiskRuleId, :RiskTitle, :CheckType, :Severity, :RiskDesc, :CreateTime, :UpdateTime, :Provider, :RiskStatus, :AssetCount, :RiskCount, :AssetType, :EventType
|
|
2975
|
+
attr_accessor :RiskRuleId, :RiskTitle, :CheckType, :Severity, :RiskDesc, :CreateTime, :UpdateTime, :Provider, :RiskStatus, :AssetCount, :RiskCount, :AssetType, :EventType, :Classify
|
|
2958
2976
|
|
|
2959
|
-
def initialize(riskruleid=nil, risktitle=nil, checktype=nil, severity=nil, riskdesc=nil, createtime=nil, updatetime=nil, provider=nil, riskstatus=nil, assetcount=nil, riskcount=nil, assettype=nil, eventtype=nil)
|
|
2977
|
+
def initialize(riskruleid=nil, risktitle=nil, checktype=nil, severity=nil, riskdesc=nil, createtime=nil, updatetime=nil, provider=nil, riskstatus=nil, assetcount=nil, riskcount=nil, assettype=nil, eventtype=nil, classify=nil)
|
|
2960
2978
|
@RiskRuleId = riskruleid
|
|
2961
2979
|
@RiskTitle = risktitle
|
|
2962
2980
|
@CheckType = checktype
|
|
@@ -2970,6 +2988,7 @@ module TencentCloud
|
|
|
2970
2988
|
@RiskCount = riskcount
|
|
2971
2989
|
@AssetType = assettype
|
|
2972
2990
|
@EventType = eventtype
|
|
2991
|
+
@Classify = classify
|
|
2973
2992
|
end
|
|
2974
2993
|
|
|
2975
2994
|
def deserialize(params)
|
|
@@ -2986,6 +3005,7 @@ module TencentCloud
|
|
|
2986
3005
|
@RiskCount = params['RiskCount']
|
|
2987
3006
|
@AssetType = params['AssetType']
|
|
2988
3007
|
@EventType = params['EventType']
|
|
3008
|
+
@Classify = params['Classify']
|
|
2989
3009
|
end
|
|
2990
3010
|
end
|
|
2991
3011
|
|
|
@@ -9571,10 +9591,18 @@ module TencentCloud
|
|
|
9571
9591
|
# @type PortDetectCount: Integer
|
|
9572
9592
|
# @param PortDetectResult: 端口开放结果
|
|
9573
9593
|
# @type PortDetectResult: String
|
|
9594
|
+
# @param Tag: 标签
|
|
9595
|
+
# @type Tag: String
|
|
9596
|
+
# @param Comment: 备注
|
|
9597
|
+
# @type Comment: String
|
|
9598
|
+
# @param ToGovernedRiskCount: 待治理风险数量
|
|
9599
|
+
# @type ToGovernedRiskCount: Integer
|
|
9600
|
+
# @param ToGovernedRiskContent: 待治理风险内容
|
|
9601
|
+
# @type ToGovernedRiskContent: String
|
|
9574
9602
|
|
|
9575
|
-
attr_accessor :Provider, :CloudAccountName, :CloudAccountId, :Domain, :Ip, :Port, :Status, :RiskType, :AclType, :AclList, :AssetId, :InstanceName, :AssetType, :PortServiceCount, :HighRiskPortServiceCount, :WebAppCount, :RiskWebAppCount, :WeakPasswordCount, :VulCount, :CreateTime, :UpdateTime, :AssetTypeName, :DisplayStatus, :DisplayRiskType, :ScanTaskStatus, :Uuid, :HasScan, :AppId, :AppIdStr, :ExposureID, :PortDetectCount, :PortDetectResult
|
|
9603
|
+
attr_accessor :Provider, :CloudAccountName, :CloudAccountId, :Domain, :Ip, :Port, :Status, :RiskType, :AclType, :AclList, :AssetId, :InstanceName, :AssetType, :PortServiceCount, :HighRiskPortServiceCount, :WebAppCount, :RiskWebAppCount, :WeakPasswordCount, :VulCount, :CreateTime, :UpdateTime, :AssetTypeName, :DisplayStatus, :DisplayRiskType, :ScanTaskStatus, :Uuid, :HasScan, :AppId, :AppIdStr, :ExposureID, :PortDetectCount, :PortDetectResult, :Tag, :Comment, :ToGovernedRiskCount, :ToGovernedRiskContent
|
|
9576
9604
|
|
|
9577
|
-
def initialize(provider=nil, cloudaccountname=nil, cloudaccountid=nil, domain=nil, ip=nil, port=nil, status=nil, risktype=nil, acltype=nil, acllist=nil, assetid=nil, instancename=nil, assettype=nil, portservicecount=nil, highriskportservicecount=nil, webappcount=nil, riskwebappcount=nil, weakpasswordcount=nil, vulcount=nil, createtime=nil, updatetime=nil, assettypename=nil, displaystatus=nil, displayrisktype=nil, scantaskstatus=nil, uuid=nil, hasscan=nil, appid=nil, appidstr=nil, exposureid=nil, portdetectcount=nil, portdetectresult=nil)
|
|
9605
|
+
def initialize(provider=nil, cloudaccountname=nil, cloudaccountid=nil, domain=nil, ip=nil, port=nil, status=nil, risktype=nil, acltype=nil, acllist=nil, assetid=nil, instancename=nil, assettype=nil, portservicecount=nil, highriskportservicecount=nil, webappcount=nil, riskwebappcount=nil, weakpasswordcount=nil, vulcount=nil, createtime=nil, updatetime=nil, assettypename=nil, displaystatus=nil, displayrisktype=nil, scantaskstatus=nil, uuid=nil, hasscan=nil, appid=nil, appidstr=nil, exposureid=nil, portdetectcount=nil, portdetectresult=nil, tag=nil, comment=nil, togovernedriskcount=nil, togovernedriskcontent=nil)
|
|
9578
9606
|
@Provider = provider
|
|
9579
9607
|
@CloudAccountName = cloudaccountname
|
|
9580
9608
|
@CloudAccountId = cloudaccountid
|
|
@@ -9607,6 +9635,10 @@ module TencentCloud
|
|
|
9607
9635
|
@ExposureID = exposureid
|
|
9608
9636
|
@PortDetectCount = portdetectcount
|
|
9609
9637
|
@PortDetectResult = portdetectresult
|
|
9638
|
+
@Tag = tag
|
|
9639
|
+
@Comment = comment
|
|
9640
|
+
@ToGovernedRiskCount = togovernedriskcount
|
|
9641
|
+
@ToGovernedRiskContent = togovernedriskcontent
|
|
9610
9642
|
end
|
|
9611
9643
|
|
|
9612
9644
|
def deserialize(params)
|
|
@@ -9642,6 +9674,10 @@ module TencentCloud
|
|
|
9642
9674
|
@ExposureID = params['ExposureID']
|
|
9643
9675
|
@PortDetectCount = params['PortDetectCount']
|
|
9644
9676
|
@PortDetectResult = params['PortDetectResult']
|
|
9677
|
+
@Tag = params['Tag']
|
|
9678
|
+
@Comment = params['Comment']
|
|
9679
|
+
@ToGovernedRiskCount = params['ToGovernedRiskCount']
|
|
9680
|
+
@ToGovernedRiskContent = params['ToGovernedRiskContent']
|
|
9645
9681
|
end
|
|
9646
9682
|
end
|
|
9647
9683
|
|
|
@@ -9799,10 +9835,12 @@ module TencentCloud
|
|
|
9799
9835
|
# @type Status: String
|
|
9800
9836
|
# @param EngineRegion: TSE的网关真实地域
|
|
9801
9837
|
# @type EngineRegion: String
|
|
9838
|
+
# @param WeakPasswordRisk: 弱口令风险
|
|
9839
|
+
# @type WeakPasswordRisk: Integer
|
|
9802
9840
|
|
|
9803
|
-
attr_accessor :AppId, :Uin, :AssetId, :AssetName, :AssetType, :PrivateIp, :PublicIp, :Region, :VpcId, :VpcName, :Tag, :OutboundPeakBandwidth, :InboundPeakBandwidth, :OutboundCumulativeFlow, :InboundCumulativeFlow, :NetworkAttack, :ExposedPort, :ExposedVUL, :ConfigureRisk, :CreateTime, :ScanTask, :LastScanTime, :Nick, :AddressIPV6, :IsCore, :RiskExposure, :IsNewAsset, :Status, :EngineRegion
|
|
9841
|
+
attr_accessor :AppId, :Uin, :AssetId, :AssetName, :AssetType, :PrivateIp, :PublicIp, :Region, :VpcId, :VpcName, :Tag, :OutboundPeakBandwidth, :InboundPeakBandwidth, :OutboundCumulativeFlow, :InboundCumulativeFlow, :NetworkAttack, :ExposedPort, :ExposedVUL, :ConfigureRisk, :CreateTime, :ScanTask, :LastScanTime, :Nick, :AddressIPV6, :IsCore, :RiskExposure, :IsNewAsset, :Status, :EngineRegion, :WeakPasswordRisk
|
|
9804
9842
|
|
|
9805
|
-
def initialize(appid=nil, uin=nil, assetid=nil, assetname=nil, assettype=nil, privateip=nil, publicip=nil, region=nil, vpcid=nil, vpcname=nil, tag=nil, outboundpeakbandwidth=nil, inboundpeakbandwidth=nil, outboundcumulativeflow=nil, inboundcumulativeflow=nil, networkattack=nil, exposedport=nil, exposedvul=nil, configurerisk=nil, createtime=nil, scantask=nil, lastscantime=nil, nick=nil, addressipv6=nil, iscore=nil, riskexposure=nil, isnewasset=nil, status=nil, engineregion=nil)
|
|
9843
|
+
def initialize(appid=nil, uin=nil, assetid=nil, assetname=nil, assettype=nil, privateip=nil, publicip=nil, region=nil, vpcid=nil, vpcname=nil, tag=nil, outboundpeakbandwidth=nil, inboundpeakbandwidth=nil, outboundcumulativeflow=nil, inboundcumulativeflow=nil, networkattack=nil, exposedport=nil, exposedvul=nil, configurerisk=nil, createtime=nil, scantask=nil, lastscantime=nil, nick=nil, addressipv6=nil, iscore=nil, riskexposure=nil, isnewasset=nil, status=nil, engineregion=nil, weakpasswordrisk=nil)
|
|
9806
9844
|
@AppId = appid
|
|
9807
9845
|
@Uin = uin
|
|
9808
9846
|
@AssetId = assetid
|
|
@@ -9832,6 +9870,7 @@ module TencentCloud
|
|
|
9832
9870
|
@IsNewAsset = isnewasset
|
|
9833
9871
|
@Status = status
|
|
9834
9872
|
@EngineRegion = engineregion
|
|
9873
|
+
@WeakPasswordRisk = weakpasswordrisk
|
|
9835
9874
|
end
|
|
9836
9875
|
|
|
9837
9876
|
def deserialize(params)
|
|
@@ -9871,6 +9910,7 @@ module TencentCloud
|
|
|
9871
9910
|
@IsNewAsset = params['IsNewAsset']
|
|
9872
9911
|
@Status = params['Status']
|
|
9873
9912
|
@EngineRegion = params['EngineRegion']
|
|
9913
|
+
@WeakPasswordRisk = params['WeakPasswordRisk']
|
|
9874
9914
|
end
|
|
9875
9915
|
end
|
|
9876
9916
|
|
|
@@ -11836,6 +11876,7 @@ module TencentCloud
|
|
|
11836
11876
|
# @param Region: IP地域
|
|
11837
11877
|
# @type Region: String
|
|
11838
11878
|
# @param EventType: 调用方式
|
|
11879
|
+
# -1:未统计
|
|
11839
11880
|
# 0:控制台调用
|
|
11840
11881
|
# 1:API
|
|
11841
11882
|
# @type EventType: Integer
|
|
@@ -11865,10 +11906,15 @@ module TencentCloud
|
|
|
11865
11906
|
# @type ShowStatus: Boolean
|
|
11866
11907
|
# @param ISP: 运营商字段
|
|
11867
11908
|
# @type ISP: String
|
|
11909
|
+
# @param VpcInfo: 账号外vpc信息
|
|
11910
|
+
# @type VpcInfo: Array
|
|
11911
|
+
# @param CloudType: 云类型
|
|
11912
|
+
# 0为腾讯云
|
|
11913
|
+
# @type CloudType: Integer
|
|
11868
11914
|
|
|
11869
|
-
attr_accessor :ID, :SourceIP, :Remark, :AppID, :Region, :EventType, :IPType, :AccessKeyAlarmList, :AKInfo, :ActionCount, :LastAccessTime, :InstanceID, :InstanceName, :Uin, :Nickname, :ShowStatus, :ISP
|
|
11915
|
+
attr_accessor :ID, :SourceIP, :Remark, :AppID, :Region, :EventType, :IPType, :AccessKeyAlarmList, :AKInfo, :ActionCount, :LastAccessTime, :InstanceID, :InstanceName, :Uin, :Nickname, :ShowStatus, :ISP, :VpcInfo, :CloudType
|
|
11870
11916
|
|
|
11871
|
-
def initialize(id=nil, sourceip=nil, remark=nil, appid=nil, region=nil, eventtype=nil, iptype=nil, accesskeyalarmlist=nil, akinfo=nil, actioncount=nil, lastaccesstime=nil, instanceid=nil, instancename=nil, uin=nil, nickname=nil, showstatus=nil, isp=nil)
|
|
11917
|
+
def initialize(id=nil, sourceip=nil, remark=nil, appid=nil, region=nil, eventtype=nil, iptype=nil, accesskeyalarmlist=nil, akinfo=nil, actioncount=nil, lastaccesstime=nil, instanceid=nil, instancename=nil, uin=nil, nickname=nil, showstatus=nil, isp=nil, vpcinfo=nil, cloudtype=nil)
|
|
11872
11918
|
@ID = id
|
|
11873
11919
|
@SourceIP = sourceip
|
|
11874
11920
|
@Remark = remark
|
|
@@ -11886,6 +11932,8 @@ module TencentCloud
|
|
|
11886
11932
|
@Nickname = nickname
|
|
11887
11933
|
@ShowStatus = showstatus
|
|
11888
11934
|
@ISP = isp
|
|
11935
|
+
@VpcInfo = vpcinfo
|
|
11936
|
+
@CloudType = cloudtype
|
|
11889
11937
|
end
|
|
11890
11938
|
|
|
11891
11939
|
def deserialize(params)
|
|
@@ -11920,6 +11968,15 @@ module TencentCloud
|
|
|
11920
11968
|
@Nickname = params['Nickname']
|
|
11921
11969
|
@ShowStatus = params['ShowStatus']
|
|
11922
11970
|
@ISP = params['ISP']
|
|
11971
|
+
unless params['VpcInfo'].nil?
|
|
11972
|
+
@VpcInfo = []
|
|
11973
|
+
params['VpcInfo'].each do |i|
|
|
11974
|
+
sourceipvpcinfo_tmp = SourceIPVpcInfo.new
|
|
11975
|
+
sourceipvpcinfo_tmp.deserialize(i)
|
|
11976
|
+
@VpcInfo << sourceipvpcinfo_tmp
|
|
11977
|
+
end
|
|
11978
|
+
end
|
|
11979
|
+
@CloudType = params['CloudType']
|
|
11923
11980
|
end
|
|
11924
11981
|
end
|
|
11925
11982
|
|
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.
|
|
4
|
+
version: 3.0.1173
|
|
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-11-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|