Feature Request #9229
openProperty based enrollment filter
0%
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"]
    }
]
```
       Updated by Entgra Admin about 3 years ago
      Updated by Entgra Admin about 3 years ago
      
    
    From Gitlab
                ------------------------
                author: inosh 
                created_at: 2022-02-01 18:34:39 IST +0530 
                updated_at: 2022-02-01 18:34:39 IST +0530 
                ------------------------
changed the description
       Updated by Entgra Admin about 3 years ago
      Updated by Entgra Admin about 3 years ago
      
    
    From Gitlab
                ------------------------
                author: inosh 
                created_at: 2022-02-01 18:35:04 IST +0530 
                updated_at: 2022-02-01 18:35:04 IST +0530 
                ------------------------
changed the description
       Updated by Entgra Admin about 3 years ago
      Updated by Entgra Admin about 3 years ago
      
    
    From Gitlab
                ------------------------
                author: inosh 
                created_at: 2022-02-01 18:35:49 IST +0530 
                updated_at: 2022-02-01 18:35:49 IST +0530 
                ------------------------
changed the description
       Updated by Viranga  Gunarathna over 2 years ago
      Updated by Viranga  Gunarathna over 2 years ago
      
    
    - Project changed from product-uem 5.3.0 GA to 32
       Updated by Viranga  Gunarathna over 1 year ago
      Updated by Viranga  Gunarathna over 1 year ago
      
    
    - Project changed from 33 to Backlog