GET
Get the security settings.
| Responses | |
| 200 | GET successful. |
| Response (application/json): object | ||
| Member | Type | Description |
eepromIntegrityCheck | boolean | Integrity check status of the EEPROM Since version: 2.7 read-only |
level | integer | The security level. 1 is the lowest, 3 is the highest. Example: 1 |
passcodeType | string | The type of passcode. |
supportedPasscodeTypes | array | The supported passcode types. Example: ['NoPasscode', 'NumericPasscode'] read-only |