Actions
Feature Request #9229
openProperty based enrollment filter
Status:
In Progress
Priority:
None
Assignee:
-
Start date:
01/02/2022
Due date:
% Done:
0%
Estimated time:
0:00 h
CallRef:
Description
From Gitlab
            ------------------------
            gitlabId   --> 1231  https://gitlab.com/entgra/product-iots/-/issues/1231
            labels     --> Status: Implementation, Type: New Feature,  
            assignees  -->  
            created_at --> 2022-02-01 18:34:29 IST +0530
            updated_at --> 2022-02-24 12:14:36 IST +0530
            ------------------------
There must be a feature where the device should be enrolled or not depends on a property being reported by a device. These properties must be defined by the UI(tenant config). The perpertirs can be a set of string, set of numbers or a range of numbers. Example: The device must be between Android OS versions 5-10. Tenant config,```
"enrollment_prechecks" : [
    {"type": "NUMBER_RANGE",
    "property_name": "OS_VERSION" 
    "lower_limit": 0
    "uper_limit": 4},
    {"type": "Strings",
    "property_name": "DEVICE_MODEL" 
    "strings": ["asdsa", "asd"]
    }
]
```
Actions