AppAssignmentBodyArray

AppAssignmentBodyArray
AppAssignmentBodyArray
This class is array of AppAssignmentIndex
JSON Example
[
    {
        "app_product_id": 1,
        "entities": [
            {
                "entity_type": "Group",
                "path": "CN=test1,CN=Users,DC=test,DC=local"
            }
        ],
        "app_package_id": 0,
        "app_marker_id": 1,
        "delivery": "default",
        "filters": [
            {
                "type": "ComputerPrefixFilter",
                "value": "COMP"
            }
        ]
    }
]