By adding the parent group ID it would make it simpler to create JSON files and parse out any that you may not want. Also would closely match vSphere API schema.
{
"ParentGroupID": {
"System": "Anonymous,View",
"Dell": [
{
"Deploy-Provisioning": "Configure HW Configuration Profile,Configure Hypervisor Deployment Profile",
"Reporting": "Create a Report,Run a Report "
}
]
}
}
By adding the parent group ID it would make it simpler to create JSON files and parse out any that you may not want. Also would closely match vSphere API schema.
{
"ParentGroupID": {
"System": "Anonymous,View",
"Dell": [
{
"Deploy-Provisioning": "Configure HW Configuration Profile,Configure Hypervisor Deployment Profile",
"Reporting": "Create a Report,Run a Report "
}
]
}
}