Table of Contents

Class SecurityCenter

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

Security Center

[ApiAccessReadOnlyClass]
[DataContract]
public class SecurityCenter
Inheritance
SecurityCenter
Inherited Members

Constructors

SecurityCenter()

public SecurityCenter()

Properties

AntiVirusName

Gets the anti virus name

[DataMember(Name = "antiVirusName")]
public string AntiVirusName { get; set; }

Property Value

string

FireWallName

Gets the fire wall name

[DataMember(Name = "fireWallName")]
public string FireWallName { get; set; }

Property Value

string

HasAntiVirus

Whether it has anti virus

[DataMember(Name = "hasAntiVirus")]
public bool HasAntiVirus { get; set; }

Property Value

bool

HasFireWallInstalled

Whether it has fire wall installed

[DataMember(Name = "hasFireWallInstalled")]
public bool HasFireWallInstalled { get; set; }

Property Value

bool

Id

Gets the id

[DataMember(Name = "id")]
public string Id { get; set; }

Property Value

string

IsAutoLoginDisabled

Whether auto login disabled

[DataMember(Name = "isAutoLoginDisabled")]
public bool IsAutoLoginDisabled { get; set; }

Property Value

bool

IsDiskEncrypted

Whether disk encrypted

[DataMember(Name = "isDiskEncrypted")]
public bool IsDiskEncrypted { get; set; }

Property Value

bool

IsFireWallEnabled

Whether fire wall enabled

[DataMember(Name = "isFireWallEnabled")]
public bool IsFireWallEnabled { get; set; }

Property Value

bool

IsRooted

Whether rooted

[DataMember(Name = "isRooted")]
public bool IsRooted { get; set; }

Property Value

bool

RunningProcs

Gets the running procs

[DataMember(Name = "runningProcs")]
public string RunningProcs { get; set; }

Property Value

string