{ "configVersion": "1.0.0", "engine": { "targetAttribute": "extension__", "maxConditionDepth": 5, "approvedWritableAttributes": [ "extension__" ], "defaultMembershipMode": "direct", "summaryInterval": 25 }, "personas": [ "Employee", "Guest", "Tier0-Admin" ], "dataSources": { "groups": { "enabled": true }, "roles": { "enabled": true } }, "logging": { "destination": "stream", "traceConditionValues": false }, "rules": [ { "id": "RULE-0010-GUEST", "persona": "Guest", "description": "Accounts whose user type is Guest.", "match": { "operator": "all", "conditions": [ { "operator": "equals", "type": "property", "property": "UserType", "value": "Guest" } ] }, "priority": 10, "enabled": true, "name": "Guest accounts" }, { "id": "RULE-0900-EMPLOYEE", "persona": "Employee", "description": "Default classification for member accounts.", "match": { "operator": "all", "conditions": [ { "operator": "isNotNull", "type": "property", "property": "Department" } ] }, "priority": 900, "enabled": true, "name": "Employees" } ] }