Table of Contents

Class SecurityEvent

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Security event

[DataContract]
public class SecurityEvent
Inheritance
SecurityEvent
Inherited Members

Properties

Action

Action

[DataMember(Name = "action")]
public string Action { get; set; }

Property Value

string

Blocked

Blocked

[DataMember(Name = "blocked")]
public bool Blocked { get; set; }

Property Value

bool

CanonicalName

Canonical name

[DataMember(Name = "canonicalName")]
public string CanonicalName { get; set; }

Property Value

string

Classification

Classification

[DataMember(Name = "classification")]
public string Classification { get; set; }

Property Value

string

ClientIp

Client ip

[DataMember(Name = "clientIp")]
public string ClientIp { get; set; }

Property Value

string

ClientMac

Client mac

[DataMember(Name = "clientMac")]
public string ClientMac { get; set; }

Property Value

string

ClientName

Client name

[DataMember(Name = "clientName")]
public string ClientName { get; set; }

Property Value

string

DestIp

Destination ip

[DataMember(Name = "destIp")]
public string DestIp { get; set; }

Property Value

string

DestinationPort

Destination port

[DataMember(Name = "destinationPort")]
public int DestinationPort { get; set; }

Property Value

int

Disposition

Disposition

[DataMember(Name = "disposition")]
public string Disposition { get; set; }

Property Value

string

EventType

Event type

[DataMember(Name = "eventType")]
public string EventType { get; set; }

Property Value

string

FileHash

File hash

[DataMember(Name = "fileHash")]
public string FileHash { get; set; }

Property Value

string

FileSizeBytes

File size bytes

[DataMember(Name = "fileSizeBytes")]
public int FileSizeBytes { get; set; }

Property Value

int

FileType

File type

[DataMember(Name = "fileType")]
public string FileType { get; set; }

Property Value

string

Message

Message

[DataMember(Name = "message")]
public string Message { get; set; }

Property Value

string

Priority

Priority>

[DataMember(Name = "priority")]
public string Priority { get; set; }

Property Value

string

Protocol

Protocol

[DataMember(Name = "protocol")]
public string Protocol { get; set; }

Property Value

string

RuleId

Rule id

[DataMember(Name = "ruleId")]
public string RuleId { get; set; }

Property Value

string

SigSource

Sig source

[DataMember(Name = "sigSource")]
public string SigSource { get; set; }

Property Value

string

Signature

Signature

[DataMember(Name = "signature")]
public string Signature { get; set; }

Property Value

string

SrcIp

Src ip

[DataMember(Name = "srcIp")]
public string SrcIp { get; set; }

Property Value

string

Ts

Ts

[DataMember(Name = "ts")]
public string Ts { get; set; }

Property Value

string

Uri

URI

[DataMember(Name = "uri")]
public string Uri { get; set; }

Property Value

string