rules/conditions/Azure/IAM/azure-non-privileged-roles.json

{
    filter: [
        {
            conditions : [
                ["templateId", "inotmatch", "b24988ac-6180-42a0-ab88-20f7382dd24c"],
                ["templateId", "inotmatch", "8e3af657-a8ff-443c-a75c-2fe8c4bcb635"],
                ["templateId", "inotmatch", "a8889054-8d42-49c9-bc1c-52486c10e7cd"],
                ["templateId", "inotmatch", "f58310d9-a9f6-439a-9e8d-f62e7b41a168"],
                ["templateId", "inotmatch", "18d7d88d-d35e-4fb5-a5c3-7773c20a72d9"]
            ],
            operator : 'and'
        }
    ]
}