Class SecurityCenter
- Namespace
- Meraki.Api.Data
- Assembly
- Meraki.Api.dll
[DataContract]
public class SecurityCenter
- Inheritance
-
SecurityCenter
- Inherited Members
-
Properties
AntiVirusName
[DataMember(Name = "antiVirusName")]
public string AntiVirusName { get; set; }
Property Value
- string
FireWallName
[DataMember(Name = "fireWallName")]
public string FireWallName { get; set; }
Property Value
- string
HasAntiVirus
[DataMember(Name = "hasAntiVirus")]
public bool HasAntiVirus { get; set; }
Property Value
- bool
HasFireWallInstalled
[DataMember(Name = "hasFireWallInstalled")]
public bool HasFireWallInstalled { get; set; }
Property Value
- bool
Id
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
- string
IsAutoLoginDisabled
[DataMember(Name = "isAutoLoginDisabled")]
public bool IsAutoLoginDisabled { get; set; }
Property Value
- bool
IsDiskEncrypted
[DataMember(Name = "isDiskEncrypted")]
public bool IsDiskEncrypted { get; set; }
Property Value
- bool
IsFireWallEnabled
[DataMember(Name = "isFireWallEnabled")]
public bool IsFireWallEnabled { get; set; }
Property Value
- bool
IsRooted
[DataMember(Name = "isRooted")]
public bool IsRooted { get; set; }
Property Value
- bool
RunningProcs
[DataMember(Name = "runningProcs")]
public string RunningProcs { get; set; }
Property Value
- string