Class SecurityEvent
Security event
[DataContract]
public class SecurityEvent
- Inheritance
-
SecurityEvent
- Inherited Members
Properties
Action
Action
[DataMember(Name = "action")]
public string Action { get; set; }
Property Value
Blocked
Blocked
[DataMember(Name = "blocked")]
public bool Blocked { get; set; }
Property Value
CanonicalName
Canonical name
[DataMember(Name = "canonicalName")]
public string CanonicalName { get; set; }
Property Value
Classification
Classification
[DataMember(Name = "classification")]
public string Classification { get; set; }
Property Value
ClientIp
Client ip
[DataMember(Name = "clientIp")]
public string ClientIp { get; set; }
Property Value
ClientMac
Client mac
[DataMember(Name = "clientMac")]
public string ClientMac { get; set; }
Property Value
ClientName
Client name
[DataMember(Name = "clientName")]
public string ClientName { get; set; }
Property Value
DestIp
Destination ip
[DataMember(Name = "destIp")]
public string DestIp { get; set; }
Property Value
DestinationPort
Destination port
[DataMember(Name = "destinationPort")]
public int DestinationPort { get; set; }
Property Value
Disposition
Disposition
[DataMember(Name = "disposition")]
public string Disposition { get; set; }
Property Value
EventType
Event type
[DataMember(Name = "eventType")]
public string EventType { get; set; }
Property Value
FileHash
File hash
[DataMember(Name = "fileHash")]
public string FileHash { get; set; }
Property Value
FileSizeBytes
File size bytes
[DataMember(Name = "fileSizeBytes")]
public int FileSizeBytes { get; set; }
Property Value
FileType
File type
[DataMember(Name = "fileType")]
public string FileType { get; set; }
Property Value
Message
Message
[DataMember(Name = "message")]
public string Message { get; set; }
Property Value
Priority
Priority>
[DataMember(Name = "priority")]
public string Priority { get; set; }
Property Value
Protocol
Protocol
[DataMember(Name = "protocol")]
public string Protocol { get; set; }
Property Value
RuleId
Rule id
[DataMember(Name = "ruleId")]
public string RuleId { get; set; }
Property Value
SigSource
Sig source
[DataMember(Name = "sigSource")]
public string SigSource { get; set; }
Property Value
Signature
Signature
[DataMember(Name = "signature")]
public string Signature { get; set; }
Property Value
SrcIp
Src ip
[DataMember(Name = "srcIp")]
public string SrcIp { get; set; }
Property Value
Ts
Ts
[DataMember(Name = "ts")]
public string Ts { get; set; }
Property Value
Uri
URI
[DataMember(Name = "uri")]
public string Uri { get; set; }