Reference Tables for all the Enums used in Hardware Access APIs
Access Entity Enum
| Enum | Description |
|---|
| VEHICLE | Vehicle based access |
| PERSON | Human based access |
Access UUID Type Enum
| Enum | Description |
|---|
| TAG | MD5 of RFID, NFC ID |
| LPN | MD5 of License plate number |
| FACE | Base64 of Face of a person seeking access |
| PIN | MD5 of Access pin |
| FINGERPRINT | Base64 Fingerprint of person seeking access |
| PHONE_NUMBER | MD5 hash of the phone number of the entity seeking access. Phone number will be country specific mobile number format. For India it is a 10 digit number. |
Direction Enum
| Enum | Description |
|---|
| IN | Entity trying to enter premises |
| OUT | Entity trying to leave premises |
Status Enum
| Enum | Description |
|---|
| ALLOW | Entity access is authorized |
| DISALLOW | Entity access is denied |
Device Type Enum
| Enum | Description |
|---|
| MONITORING | Represents monitoring Type Devices |
| ACCESS | Represents access type devices |
Monitoring Device Type Enum
| Enum | Description |
|---|
| CCTV | Represents CCTV devices |
| EDGE | Represents Edge devices |
Location Type Enum
| Enum | Description |
|---|
| GATE | Represents gate as a location |