{ "configVersion": "1.0.0", "engine": { "maxConditionDepth": 5, "defaultMembershipMode": "direct", "targetAttribute": "extension__", "summaryInterval": 25, "approvedWritableAttributes": [ "extension__" ] }, "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" }, { "match": { "operator": "all", "conditions": [ { "operator": "isNotNull", "type": "property", "property": "Department" } ] }, "persona": "Employee", "enabled": true, "priority": 900, "description": "Default classification for member accounts.", "name": "Employees", "id": "RULE-0010-GUEST" } ] }