rules/conditions/EntraID/Applications/test-names.json

{
    filter: [
        {
            conditions : [
                ["displayName", "imatch", "demo"],
                ["displayName", "imatch", "test"],
                ["displayName", "imatch", "trial"],
                ["displayName", "imatch", "proof"],
                ["displayName", "imatch", "evaluation"],
                ["displayName", "imatch", "experiment"],
                ["displayName", "imatch", "backup"],
                ["displayName", "imatch", "temp"],
                ["displayName", "imatch", "old"],
                ["displayName", "imatch", "legacy"],
                ["displayName", "imatch", "dev"],
                ["displayName", "imatch", "staging"]
            ],
            operator : 'or'
        }
    ]
}