Click or drag to resize

SecurityAlert Class

SecurityAlert
Inheritance Hierarchy
SystemObject
  Omada.OE.Model.SubscriptionsSecurityAlert

Namespace:  Omada.OE.Model.Subscriptions
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class SecurityAlert

The SecurityAlert type exposes the following members.

Constructors
  NameDescription
Public methodSecurityAlert
Top
Properties
  NameDescription
Public propertyCategory
Category of the alert (for example, credentialTheft, ransomware, etc.).
Public propertyConfidence
Confidence of the detection logic (percentage between 1-100).
Public propertyCreatedDateTime
Time at which the alert was created by the alert provider.
Public propertyDescription
Description
Public propertyId
Id
Public propertyIdentityId
Identity
Public propertySeverity
The severity
Public propertyStatus
Status
Public propertyTitle
Alert title.
Public propertyUserPrincipalName
UserPrincipalName
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also