Class: TencentCloud::Cwp::V20180228::SecurityDynamic
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::SecurityDynamic
- Defined in:
- lib/v20180228/models.rb
Overview
安全事件消息数据。
Instance Attribute Summary collapse
-
#EventTime ⇒ Object
- MALWARE:木马事件
- NON_LOCAL_LOGIN:异地登录
- BRUTEATTACK_SUCCESS:密码破解成功
- VUL:漏洞
- BASELINE:安全基线
- RISK: 严重
- HIGH: 高危
- NORMAL: 中危
- LOW: 低危
- UNKNOWNED: 可疑
. -
#EventType ⇒ Object
- MALWARE:木马事件
- NON_LOCAL_LOGIN:异地登录
- BRUTEATTACK_SUCCESS:密码破解成功
- VUL:漏洞
- BASELINE:安全基线
- RISK: 严重
- HIGH: 高危
- NORMAL: 中危
- LOW: 低危
- UNKNOWNED: 可疑
. -
#Message ⇒ Object
- MALWARE:木马事件
- NON_LOCAL_LOGIN:异地登录
- BRUTEATTACK_SUCCESS:密码破解成功
- VUL:漏洞
- BASELINE:安全基线
- RISK: 严重
- HIGH: 高危
- NORMAL: 中危
- LOW: 低危
- UNKNOWNED: 可疑
. -
#SecurityLevel ⇒ Object
- MALWARE:木马事件
- NON_LOCAL_LOGIN:异地登录
- BRUTEATTACK_SUCCESS:密码破解成功
- VUL:漏洞
- BASELINE:安全基线
- RISK: 严重
- HIGH: 高危
- NORMAL: 中危
- LOW: 低危
- UNKNOWNED: 可疑
. -
#Uuid ⇒ Object
- MALWARE:木马事件
- NON_LOCAL_LOGIN:异地登录
- BRUTEATTACK_SUCCESS:密码破解成功
- VUL:漏洞
- BASELINE:安全基线
- RISK: 严重
- HIGH: 高危
- NORMAL: 中危
- LOW: 低危
- UNKNOWNED: 可疑
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(uuid = nil, eventtime = nil, eventtype = nil, message = nil, securitylevel = nil) ⇒ SecurityDynamic
constructor
A new instance of SecurityDynamic.
Constructor Details
#initialize(uuid = nil, eventtime = nil, eventtype = nil, message = nil, securitylevel = nil) ⇒ SecurityDynamic
Returns a new instance of SecurityDynamic.
38561 38562 38563 38564 38565 38566 38567 |
# File 'lib/v20180228/models.rb', line 38561 def initialize(uuid=nil, eventtime=nil, eventtype=nil, =nil, securitylevel=nil) @Uuid = uuid @EventTime = eventtime @EventType = eventtype @Message = @SecurityLevel = securitylevel end |
Instance Attribute Details
#EventTime ⇒ Object
38559 38560 38561 |
# File 'lib/v20180228/models.rb', line 38559 def EventTime @EventTime end |
#EventType ⇒ Object
38559 38560 38561 |
# File 'lib/v20180228/models.rb', line 38559 def EventType @EventType end |
#Message ⇒ Object
38559 38560 38561 |
# File 'lib/v20180228/models.rb', line 38559 def Message @Message end |
#SecurityLevel ⇒ Object
38559 38560 38561 |
# File 'lib/v20180228/models.rb', line 38559 def SecurityLevel @SecurityLevel end |
#Uuid ⇒ Object
38559 38560 38561 |
# File 'lib/v20180228/models.rb', line 38559 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
38569 38570 38571 38572 38573 38574 38575 |
# File 'lib/v20180228/models.rb', line 38569 def deserialize(params) @Uuid = params['Uuid'] @EventTime = params['EventTime'] @EventType = params['EventType'] @Message = params['Message'] @SecurityLevel = params['SecurityLevel'] end |