From 3370d88f7a1c9c6a598c9eef27ba55d47aff212f Mon Sep 17 00:00:00 2001 From: kwjung Date: Thu, 10 Mar 2022 10:32:50 +0900 Subject: [PATCH] fixed: job assignee can remove or update any issue created by the task owner #4424 --- CHANGELOG.md | 1 + cvat/apps/iam/rules/issues.csv | 8 +- cvat/apps/iam/rules/issues.rego | 8 +- cvat/apps/iam/rules/issues_test.gen.rego | 11449 +++++++++++---------- 4 files changed, 5736 insertions(+), 5730 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0846ed45c5af..43166e4bb1f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Permission error occured when accessing the JobCommits () +- job assignee can remove or update any issue created by the task owner () ### Security - TDB diff --git a/cvat/apps/iam/rules/issues.csv b/cvat/apps/iam/rules/issues.csv index 961691e0e765..8e77d53235c2 100644 --- a/cvat/apps/iam/rules/issues.csv +++ b/cvat/apps/iam/rules/issues.csv @@ -10,10 +10,10 @@ view,Issue,Sandbox,"Project:owner, Project:assignee, Task:owner, Task:assignee, view,Issue,Organization,N/A,,GET,/issues/{id},User,Maintainer view,Issue,Organization,"Project:owner, Project:assignee, Task:owner, Task:assignee, Job:assignee, Owner, Assignee",,GET,/issues/{id},None,Worker update,Issue,Sandbox,N/A,,PATCH,/issues/{id},Admin,N/A -update,Issue,Sandbox,"Project:owner, Project:assignee, Task:owner, Task:assignee, Job:assignee, Owner",,PATCH,/issues/{id},Worker,N/A +update,Issue,Sandbox,"Project:owner, Project:assignee, Task:owner, Task:assignee, Owner",,PATCH,/issues/{id},Worker,N/A update,Issue,Organization,N/A,,PATCH,/issues/{id},User,Maintainer -update,Issue,Organization,"Project:owner, Project:assignee, Task:owner, Task:assignee, Job:assignee, Owner",,PATCH,/issues/{id},Worker,Worker +update,Issue,Organization,"Project:owner, Project:assignee, Task:owner, Task:assignee, Owner",,PATCH,/issues/{id},Worker,Worker delete,Issue,Sandbox,N/A,,DELETE,/issues/{id},Admin,N/A -delete,Issue,Sandbox,"Project:owner, Project:assignee, Task:owner, Task:assignee, Job:assignee, Owner",,DELETE,/issues/{id},Worker,N/A +delete,Issue,Sandbox,"Project:owner, Project:assignee, Task:owner, Task:assignee, Owner",,DELETE,/issues/{id},Worker,N/A delete,Issue,Organization,N/A,,DELETE,/issues/{id},User,Maintainer -delete,Issue,Organization,"Project:owner, Project:assignee, Task:owner, Task:assignee, Job:assignee, Owner",,DELETE,/issues/{id},Worker,Worker \ No newline at end of file +delete,Issue,Organization,"Project:owner, Project:assignee, Task:owner, Task:assignee, Owner",,DELETE,/issues/{id},Worker,Worker \ No newline at end of file diff --git a/cvat/apps/iam/rules/issues.rego b/cvat/apps/iam/rules/issues.rego index aefd13e7834a..9ab79c798add 100644 --- a/cvat/apps/iam/rules/issues.rego +++ b/cvat/apps/iam/rules/issues.rego @@ -95,13 +95,17 @@ is_job_staff { } is_issue_admin { - is_job_staff + is_task_staff } is_issue_admin { is_issue_owner } +is_issue_staff { + is_job_staff +} + is_issue_staff { is_issue_admin } @@ -234,7 +238,7 @@ allow { allow { { utils.UPDATE, utils.DELETE }[input.scope] input.auth.organization.id == input.resource.organization.id - is_issue_admin utils.has_perm(utils.WORKER) organizations.is_member + is_issue_admin } diff --git a/cvat/apps/iam/rules/issues_test.gen.rego b/cvat/apps/iam/rules/issues_test.gen.rego index d49f96ae107d..9f0062692507 100644 --- a/cvat/apps/iam/rules/issues_test.gen.rego +++ b/cvat/apps/iam/rules/issues_test.gen.rego @@ -1,11448 +1,11449 @@ package issues -test_scope_UPDATE_context_SANDBOX_ownership_PROJECT_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 73, "privilege": "admin"}, "organization": null}, "resource": {"id": 352, "owner": {"id": 693}, "assignee": {"id": 515}, "project": {"id": 352, "owner": {"id": 73}, "assignee": {"id": 821}}, "task": {"id": 302, "owner": {"id": 914}, "assignee": {"id": 1088}}, "job": {"id": 361, "assignee": {"id": 1180}}, "organization": {"id": 1258}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_PROJECT_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 53, "privilege": "admin"}, "organization": null}, "resource": {"id": 351, "owner": {"id": 637}, "assignee": {"id": 534}, "project": {"id": 378, "owner": {"id": 53}, "assignee": {"id": 838}}, "task": {"id": 304, "owner": {"id": 913}, "assignee": {"id": 1002}}, "job": {"id": 339, "assignee": {"id": 1194}}, "organization": {"id": 1212}}} } -test_scope_UPDATE_context_SANDBOX_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 81, "privilege": "business"}, "organization": null}, "resource": {"id": 354, "owner": {"id": 656}, "assignee": {"id": 509}, "project": {"id": 342, "owner": {"id": 81}, "assignee": {"id": 882}}, "task": {"id": 344, "owner": {"id": 970}, "assignee": {"id": 1013}}, "job": {"id": 370, "assignee": {"id": 1164}}, "organization": {"id": 1220}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 5, "privilege": "business"}, "organization": null}, "resource": {"id": 327, "owner": {"id": 667}, "assignee": {"id": 538}, "project": {"id": 350, "owner": {"id": 5}, "assignee": {"id": 883}}, "task": {"id": 332, "owner": {"id": 987}, "assignee": {"id": 1004}}, "job": {"id": 382, "assignee": {"id": 1171}}, "organization": {"id": 1244}}} } -test_scope_UPDATE_context_SANDBOX_ownership_PROJECT_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 14, "privilege": "user"}, "organization": null}, "resource": {"id": 328, "owner": {"id": 683}, "assignee": {"id": 523}, "project": {"id": 392, "owner": {"id": 14}, "assignee": {"id": 832}}, "task": {"id": 368, "owner": {"id": 921}, "assignee": {"id": 1039}}, "job": {"id": 384, "assignee": {"id": 1128}}, "organization": {"id": 1206}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_PROJECT_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 51, "privilege": "user"}, "organization": null}, "resource": {"id": 345, "owner": {"id": 626}, "assignee": {"id": 562}, "project": {"id": 368, "owner": {"id": 51}, "assignee": {"id": 838}}, "task": {"id": 344, "owner": {"id": 998}, "assignee": {"id": 1067}}, "job": {"id": 383, "assignee": {"id": 1112}}, "organization": {"id": 1230}}} } -test_scope_UPDATE_context_SANDBOX_ownership_PROJECT_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 84, "privilege": "worker"}, "organization": null}, "resource": {"id": 388, "owner": {"id": 675}, "assignee": {"id": 524}, "project": {"id": 392, "owner": {"id": 84}, "assignee": {"id": 876}}, "task": {"id": 316, "owner": {"id": 910}, "assignee": {"id": 1033}}, "job": {"id": 308, "assignee": {"id": 1103}}, "organization": {"id": 1265}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_PROJECT_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 63, "privilege": "worker"}, "organization": null}, "resource": {"id": 378, "owner": {"id": 696}, "assignee": {"id": 588}, "project": {"id": 336, "owner": {"id": 63}, "assignee": {"id": 836}}, "task": {"id": 388, "owner": {"id": 901}, "assignee": {"id": 1045}}, "job": {"id": 357, "assignee": {"id": 1110}}, "organization": {"id": 1212}}} } -test_scope_UPDATE_context_SANDBOX_ownership_PROJECT_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 79, "privilege": "none"}, "organization": null}, "resource": {"id": 354, "owner": {"id": 697}, "assignee": {"id": 524}, "project": {"id": 326, "owner": {"id": 79}, "assignee": {"id": 880}}, "task": {"id": 383, "owner": {"id": 954}, "assignee": {"id": 1066}}, "job": {"id": 305, "assignee": {"id": 1191}}, "organization": {"id": 1256}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_PROJECT_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 44, "privilege": "none"}, "organization": null}, "resource": {"id": 377, "owner": {"id": 673}, "assignee": {"id": 578}, "project": {"id": 364, "owner": {"id": 44}, "assignee": {"id": 846}}, "task": {"id": 304, "owner": {"id": 980}, "assignee": {"id": 1072}}, "job": {"id": 387, "assignee": {"id": 1146}}, "organization": {"id": 1262}}} } -test_scope_UPDATE_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 36, "privilege": "admin"}, "organization": null}, "resource": {"id": 335, "owner": {"id": 622}, "assignee": {"id": 541}, "project": {"id": 361, "owner": {"id": 744}, "assignee": {"id": 36}}, "task": {"id": 354, "owner": {"id": 901}, "assignee": {"id": 1056}}, "job": {"id": 397, "assignee": {"id": 1137}}, "organization": {"id": 1287}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 90, "privilege": "admin"}, "organization": null}, "resource": {"id": 334, "owner": {"id": 692}, "assignee": {"id": 559}, "project": {"id": 347, "owner": {"id": 766}, "assignee": {"id": 90}}, "task": {"id": 356, "owner": {"id": 963}, "assignee": {"id": 1059}}, "job": {"id": 385, "assignee": {"id": 1131}}, "organization": {"id": 1205}}} } -test_scope_UPDATE_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 97, "privilege": "business"}, "organization": null}, "resource": {"id": 314, "owner": {"id": 659}, "assignee": {"id": 528}, "project": {"id": 340, "owner": {"id": 710}, "assignee": {"id": 97}}, "task": {"id": 395, "owner": {"id": 931}, "assignee": {"id": 1066}}, "job": {"id": 396, "assignee": {"id": 1158}}, "organization": {"id": 1245}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 11, "privilege": "business"}, "organization": null}, "resource": {"id": 363, "owner": {"id": 643}, "assignee": {"id": 594}, "project": {"id": 335, "owner": {"id": 772}, "assignee": {"id": 11}}, "task": {"id": 397, "owner": {"id": 949}, "assignee": {"id": 1036}}, "job": {"id": 383, "assignee": {"id": 1116}}, "organization": {"id": 1201}}} } -test_scope_UPDATE_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 59, "privilege": "user"}, "organization": null}, "resource": {"id": 302, "owner": {"id": 636}, "assignee": {"id": 519}, "project": {"id": 307, "owner": {"id": 749}, "assignee": {"id": 59}}, "task": {"id": 363, "owner": {"id": 983}, "assignee": {"id": 1091}}, "job": {"id": 386, "assignee": {"id": 1155}}, "organization": {"id": 1276}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 11, "privilege": "user"}, "organization": null}, "resource": {"id": 318, "owner": {"id": 659}, "assignee": {"id": 514}, "project": {"id": 324, "owner": {"id": 758}, "assignee": {"id": 11}}, "task": {"id": 394, "owner": {"id": 923}, "assignee": {"id": 1043}}, "job": {"id": 366, "assignee": {"id": 1108}}, "organization": {"id": 1233}}} } -test_scope_UPDATE_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 58, "privilege": "worker"}, "organization": null}, "resource": {"id": 366, "owner": {"id": 614}, "assignee": {"id": 525}, "project": {"id": 334, "owner": {"id": 708}, "assignee": {"id": 58}}, "task": {"id": 321, "owner": {"id": 912}, "assignee": {"id": 1058}}, "job": {"id": 339, "assignee": {"id": 1154}}, "organization": {"id": 1275}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 89, "privilege": "worker"}, "organization": null}, "resource": {"id": 329, "owner": {"id": 655}, "assignee": {"id": 597}, "project": {"id": 335, "owner": {"id": 703}, "assignee": {"id": 89}}, "task": {"id": 392, "owner": {"id": 931}, "assignee": {"id": 1081}}, "job": {"id": 364, "assignee": {"id": 1150}}, "organization": {"id": 1274}}} } -test_scope_UPDATE_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 88, "privilege": "none"}, "organization": null}, "resource": {"id": 373, "owner": {"id": 608}, "assignee": {"id": 596}, "project": {"id": 366, "owner": {"id": 786}, "assignee": {"id": 88}}, "task": {"id": 344, "owner": {"id": 901}, "assignee": {"id": 1081}}, "job": {"id": 394, "assignee": {"id": 1112}}, "organization": {"id": 1226}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 12, "privilege": "none"}, "organization": null}, "resource": {"id": 357, "owner": {"id": 699}, "assignee": {"id": 566}, "project": {"id": 379, "owner": {"id": 770}, "assignee": {"id": 12}}, "task": {"id": 331, "owner": {"id": 950}, "assignee": {"id": 1061}}, "job": {"id": 395, "assignee": {"id": 1113}}, "organization": {"id": 1210}}} } -test_scope_UPDATE_context_SANDBOX_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 53, "privilege": "admin"}, "organization": null}, "resource": {"id": 361, "owner": {"id": 631}, "assignee": {"id": 517}, "project": {"id": 328, "owner": {"id": 791}, "assignee": {"id": 877}}, "task": {"id": 310, "owner": {"id": 53}, "assignee": {"id": 1035}}, "job": {"id": 301, "assignee": {"id": 1102}}, "organization": {"id": 1280}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 44, "privilege": "admin"}, "organization": null}, "resource": {"id": 323, "owner": {"id": 644}, "assignee": {"id": 568}, "project": {"id": 306, "owner": {"id": 731}, "assignee": {"id": 826}}, "task": {"id": 317, "owner": {"id": 44}, "assignee": {"id": 1080}}, "job": {"id": 308, "assignee": {"id": 1118}}, "organization": {"id": 1204}}} } -test_scope_UPDATE_context_SANDBOX_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 52, "privilege": "admin"}, "organization": null}, "resource": {"id": 358, "owner": {"id": 631}, "assignee": {"id": 511}, "project": {"id": 302, "owner": {"id": 758}, "assignee": {"id": 833}}, "task": {"id": 397, "owner": {"id": 52}, "assignee": {"id": 1088}}, "job": {"id": 372, "assignee": {"id": 1194}}, "organization": {"id": 1235}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 8, "privilege": "admin"}, "organization": null}, "resource": {"id": 397, "owner": {"id": 607}, "assignee": {"id": 534}, "project": {"id": 376, "owner": {"id": 774}, "assignee": {"id": 875}}, "task": {"id": 357, "owner": {"id": 8}, "assignee": {"id": 1029}}, "job": {"id": 394, "assignee": {"id": 1146}}, "organization": {"id": 1245}}} } -test_scope_UPDATE_context_SANDBOX_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 93, "privilege": "business"}, "organization": null}, "resource": {"id": 306, "owner": {"id": 667}, "assignee": {"id": 539}, "project": {"id": 319, "owner": {"id": 787}, "assignee": {"id": 836}}, "task": {"id": 380, "owner": {"id": 93}, "assignee": {"id": 1085}}, "job": {"id": 351, "assignee": {"id": 1136}}, "organization": {"id": 1279}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 86, "privilege": "business"}, "organization": null}, "resource": {"id": 386, "owner": {"id": 691}, "assignee": {"id": 504}, "project": {"id": 385, "owner": {"id": 745}, "assignee": {"id": 826}}, "task": {"id": 324, "owner": {"id": 86}, "assignee": {"id": 1006}}, "job": {"id": 327, "assignee": {"id": 1101}}, "organization": {"id": 1279}}} } -test_scope_UPDATE_context_SANDBOX_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 51, "privilege": "business"}, "organization": null}, "resource": {"id": 344, "owner": {"id": 631}, "assignee": {"id": 573}, "project": {"id": 396, "owner": {"id": 758}, "assignee": {"id": 876}}, "task": {"id": 349, "owner": {"id": 51}, "assignee": {"id": 1013}}, "job": {"id": 387, "assignee": {"id": 1185}}, "organization": {"id": 1264}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 70, "privilege": "business"}, "organization": null}, "resource": {"id": 379, "owner": {"id": 640}, "assignee": {"id": 551}, "project": {"id": 395, "owner": {"id": 713}, "assignee": {"id": 877}}, "task": {"id": 397, "owner": {"id": 70}, "assignee": {"id": 1001}}, "job": {"id": 327, "assignee": {"id": 1107}}, "organization": {"id": 1269}}} } -test_scope_UPDATE_context_SANDBOX_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 54, "privilege": "user"}, "organization": null}, "resource": {"id": 315, "owner": {"id": 697}, "assignee": {"id": 527}, "project": {"id": 314, "owner": {"id": 791}, "assignee": {"id": 847}}, "task": {"id": 313, "owner": {"id": 54}, "assignee": {"id": 1031}}, "job": {"id": 315, "assignee": {"id": 1104}}, "organization": {"id": 1272}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 62, "privilege": "user"}, "organization": null}, "resource": {"id": 367, "owner": {"id": 625}, "assignee": {"id": 596}, "project": {"id": 338, "owner": {"id": 719}, "assignee": {"id": 885}}, "task": {"id": 377, "owner": {"id": 62}, "assignee": {"id": 1069}}, "job": {"id": 374, "assignee": {"id": 1125}}, "organization": {"id": 1238}}} } -test_scope_UPDATE_context_SANDBOX_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 44, "privilege": "user"}, "organization": null}, "resource": {"id": 359, "owner": {"id": 678}, "assignee": {"id": 581}, "project": {"id": 320, "owner": {"id": 701}, "assignee": {"id": 884}}, "task": {"id": 312, "owner": {"id": 44}, "assignee": {"id": 1098}}, "job": {"id": 347, "assignee": {"id": 1196}}, "organization": {"id": 1264}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 3, "privilege": "user"}, "organization": null}, "resource": {"id": 321, "owner": {"id": 670}, "assignee": {"id": 555}, "project": {"id": 342, "owner": {"id": 723}, "assignee": {"id": 836}}, "task": {"id": 378, "owner": {"id": 3}, "assignee": {"id": 1088}}, "job": {"id": 332, "assignee": {"id": 1113}}, "organization": {"id": 1210}}} } -test_scope_UPDATE_context_SANDBOX_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 39, "privilege": "worker"}, "organization": null}, "resource": {"id": 360, "owner": {"id": 635}, "assignee": {"id": 547}, "project": {"id": 385, "owner": {"id": 721}, "assignee": {"id": 876}}, "task": {"id": 349, "owner": {"id": 39}, "assignee": {"id": 1062}}, "job": {"id": 395, "assignee": {"id": 1117}}, "organization": {"id": 1268}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 36, "privilege": "worker"}, "organization": null}, "resource": {"id": 399, "owner": {"id": 660}, "assignee": {"id": 504}, "project": {"id": 364, "owner": {"id": 799}, "assignee": {"id": 809}}, "task": {"id": 396, "owner": {"id": 36}, "assignee": {"id": 1012}}, "job": {"id": 340, "assignee": {"id": 1191}}, "organization": {"id": 1230}}} } -test_scope_UPDATE_context_SANDBOX_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 52, "privilege": "worker"}, "organization": null}, "resource": {"id": 315, "owner": {"id": 693}, "assignee": {"id": 505}, "project": {"id": 385, "owner": {"id": 733}, "assignee": {"id": 835}}, "task": {"id": 317, "owner": {"id": 52}, "assignee": {"id": 1066}}, "job": {"id": 375, "assignee": {"id": 1134}}, "organization": {"id": 1265}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 57, "privilege": "worker"}, "organization": null}, "resource": {"id": 399, "owner": {"id": 647}, "assignee": {"id": 551}, "project": {"id": 313, "owner": {"id": 779}, "assignee": {"id": 874}}, "task": {"id": 327, "owner": {"id": 57}, "assignee": {"id": 1048}}, "job": {"id": 398, "assignee": {"id": 1185}}, "organization": {"id": 1256}}} } -test_scope_UPDATE_context_SANDBOX_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 58, "privilege": "none"}, "organization": null}, "resource": {"id": 301, "owner": {"id": 659}, "assignee": {"id": 501}, "project": {"id": 334, "owner": {"id": 781}, "assignee": {"id": 811}}, "task": {"id": 395, "owner": {"id": 58}, "assignee": {"id": 1018}}, "job": {"id": 325, "assignee": {"id": 1142}}, "organization": {"id": 1281}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 57, "privilege": "none"}, "organization": null}, "resource": {"id": 322, "owner": {"id": 620}, "assignee": {"id": 520}, "project": {"id": 337, "owner": {"id": 726}, "assignee": {"id": 826}}, "task": {"id": 346, "owner": {"id": 57}, "assignee": {"id": 1088}}, "job": {"id": 332, "assignee": {"id": 1104}}, "organization": {"id": 1249}}} } -test_scope_UPDATE_context_SANDBOX_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 78, "privilege": "none"}, "organization": null}, "resource": {"id": 311, "owner": {"id": 678}, "assignee": {"id": 532}, "project": {"id": 326, "owner": {"id": 768}, "assignee": {"id": 819}}, "task": {"id": 343, "owner": {"id": 78}, "assignee": {"id": 1046}}, "job": {"id": 361, "assignee": {"id": 1149}}, "organization": {"id": 1222}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 83, "privilege": "none"}, "organization": null}, "resource": {"id": 359, "owner": {"id": 646}, "assignee": {"id": 520}, "project": {"id": 379, "owner": {"id": 779}, "assignee": {"id": 858}}, "task": {"id": 370, "owner": {"id": 83}, "assignee": {"id": 1063}}, "job": {"id": 390, "assignee": {"id": 1181}}, "organization": {"id": 1233}}} } -test_scope_UPDATE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 83, "privilege": "admin"}, "organization": null}, "resource": {"id": 373, "owner": {"id": 687}, "assignee": {"id": 532}, "project": {"id": 324, "owner": {"id": 778}, "assignee": {"id": 818}}, "task": {"id": 349, "owner": {"id": 934}, "assignee": {"id": 83}}, "job": {"id": 304, "assignee": {"id": 1178}}, "organization": {"id": 1220}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 6, "privilege": "admin"}, "organization": null}, "resource": {"id": 393, "owner": {"id": 693}, "assignee": {"id": 536}, "project": {"id": 385, "owner": {"id": 773}, "assignee": {"id": 884}}, "task": {"id": 374, "owner": {"id": 975}, "assignee": {"id": 6}}, "job": {"id": 375, "assignee": {"id": 1111}}, "organization": {"id": 1296}}} } -test_scope_UPDATE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 83, "privilege": "admin"}, "organization": null}, "resource": {"id": 359, "owner": {"id": 622}, "assignee": {"id": 510}, "project": {"id": 331, "owner": {"id": 767}, "assignee": {"id": 863}}, "task": {"id": 356, "owner": {"id": 948}, "assignee": {"id": 83}}, "job": {"id": 396, "assignee": {"id": 1121}}, "organization": {"id": 1290}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 43, "privilege": "admin"}, "organization": null}, "resource": {"id": 354, "owner": {"id": 633}, "assignee": {"id": 546}, "project": {"id": 343, "owner": {"id": 782}, "assignee": {"id": 846}}, "task": {"id": 394, "owner": {"id": 975}, "assignee": {"id": 43}}, "job": {"id": 355, "assignee": {"id": 1130}}, "organization": {"id": 1212}}} } -test_scope_UPDATE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 26, "privilege": "business"}, "organization": null}, "resource": {"id": 380, "owner": {"id": 624}, "assignee": {"id": 577}, "project": {"id": 387, "owner": {"id": 712}, "assignee": {"id": 893}}, "task": {"id": 303, "owner": {"id": 909}, "assignee": {"id": 26}}, "job": {"id": 380, "assignee": {"id": 1149}}, "organization": {"id": 1245}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 35, "privilege": "business"}, "organization": null}, "resource": {"id": 321, "owner": {"id": 644}, "assignee": {"id": 513}, "project": {"id": 382, "owner": {"id": 761}, "assignee": {"id": 851}}, "task": {"id": 310, "owner": {"id": 953}, "assignee": {"id": 35}}, "job": {"id": 350, "assignee": {"id": 1135}}, "organization": {"id": 1221}}} } -test_scope_UPDATE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 13, "privilege": "business"}, "organization": null}, "resource": {"id": 390, "owner": {"id": 646}, "assignee": {"id": 599}, "project": {"id": 373, "owner": {"id": 748}, "assignee": {"id": 856}}, "task": {"id": 366, "owner": {"id": 988}, "assignee": {"id": 13}}, "job": {"id": 352, "assignee": {"id": 1190}}, "organization": {"id": 1205}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 18, "privilege": "business"}, "organization": null}, "resource": {"id": 353, "owner": {"id": 629}, "assignee": {"id": 570}, "project": {"id": 390, "owner": {"id": 793}, "assignee": {"id": 876}}, "task": {"id": 380, "owner": {"id": 909}, "assignee": {"id": 18}}, "job": {"id": 371, "assignee": {"id": 1115}}, "organization": {"id": 1219}}} } -test_scope_UPDATE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 22, "privilege": "user"}, "organization": null}, "resource": {"id": 370, "owner": {"id": 686}, "assignee": {"id": 573}, "project": {"id": 327, "owner": {"id": 722}, "assignee": {"id": 801}}, "task": {"id": 363, "owner": {"id": 933}, "assignee": {"id": 22}}, "job": {"id": 319, "assignee": {"id": 1193}}, "organization": {"id": 1212}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 76, "privilege": "user"}, "organization": null}, "resource": {"id": 302, "owner": {"id": 612}, "assignee": {"id": 507}, "project": {"id": 358, "owner": {"id": 711}, "assignee": {"id": 886}}, "task": {"id": 379, "owner": {"id": 985}, "assignee": {"id": 76}}, "job": {"id": 340, "assignee": {"id": 1186}}, "organization": {"id": 1256}}} } -test_scope_UPDATE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 11, "privilege": "user"}, "organization": null}, "resource": {"id": 372, "owner": {"id": 600}, "assignee": {"id": 591}, "project": {"id": 381, "owner": {"id": 718}, "assignee": {"id": 838}}, "task": {"id": 357, "owner": {"id": 984}, "assignee": {"id": 11}}, "job": {"id": 383, "assignee": {"id": 1121}}, "organization": {"id": 1251}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 92, "privilege": "user"}, "organization": null}, "resource": {"id": 347, "owner": {"id": 641}, "assignee": {"id": 533}, "project": {"id": 365, "owner": {"id": 779}, "assignee": {"id": 885}}, "task": {"id": 317, "owner": {"id": 903}, "assignee": {"id": 92}}, "job": {"id": 310, "assignee": {"id": 1154}}, "organization": {"id": 1232}}} } -test_scope_UPDATE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 0, "privilege": "worker"}, "organization": null}, "resource": {"id": 376, "owner": {"id": 653}, "assignee": {"id": 519}, "project": {"id": 357, "owner": {"id": 712}, "assignee": {"id": 874}}, "task": {"id": 304, "owner": {"id": 988}, "assignee": {"id": 0}}, "job": {"id": 349, "assignee": {"id": 1184}}, "organization": {"id": 1276}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 72, "privilege": "worker"}, "organization": null}, "resource": {"id": 359, "owner": {"id": 657}, "assignee": {"id": 514}, "project": {"id": 397, "owner": {"id": 732}, "assignee": {"id": 863}}, "task": {"id": 394, "owner": {"id": 934}, "assignee": {"id": 72}}, "job": {"id": 332, "assignee": {"id": 1118}}, "organization": {"id": 1271}}} } -test_scope_UPDATE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 47, "privilege": "worker"}, "organization": null}, "resource": {"id": 354, "owner": {"id": 614}, "assignee": {"id": 594}, "project": {"id": 375, "owner": {"id": 779}, "assignee": {"id": 875}}, "task": {"id": 313, "owner": {"id": 976}, "assignee": {"id": 47}}, "job": {"id": 333, "assignee": {"id": 1182}}, "organization": {"id": 1253}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 91, "privilege": "worker"}, "organization": null}, "resource": {"id": 368, "owner": {"id": 663}, "assignee": {"id": 565}, "project": {"id": 315, "owner": {"id": 755}, "assignee": {"id": 857}}, "task": {"id": 319, "owner": {"id": 965}, "assignee": {"id": 91}}, "job": {"id": 393, "assignee": {"id": 1193}}, "organization": {"id": 1263}}} } -test_scope_UPDATE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 36, "privilege": "none"}, "organization": null}, "resource": {"id": 379, "owner": {"id": 622}, "assignee": {"id": 500}, "project": {"id": 339, "owner": {"id": 730}, "assignee": {"id": 827}}, "task": {"id": 359, "owner": {"id": 955}, "assignee": {"id": 36}}, "job": {"id": 360, "assignee": {"id": 1114}}, "organization": {"id": 1262}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 91, "privilege": "none"}, "organization": null}, "resource": {"id": 371, "owner": {"id": 617}, "assignee": {"id": 503}, "project": {"id": 360, "owner": {"id": 750}, "assignee": {"id": 849}}, "task": {"id": 380, "owner": {"id": 973}, "assignee": {"id": 91}}, "job": {"id": 348, "assignee": {"id": 1102}}, "organization": {"id": 1243}}} } -test_scope_UPDATE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 2, "privilege": "none"}, "organization": null}, "resource": {"id": 335, "owner": {"id": 615}, "assignee": {"id": 596}, "project": {"id": 339, "owner": {"id": 741}, "assignee": {"id": 845}}, "task": {"id": 345, "owner": {"id": 982}, "assignee": {"id": 2}}, "job": {"id": 364, "assignee": {"id": 1124}}, "organization": {"id": 1268}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 25, "privilege": "none"}, "organization": null}, "resource": {"id": 309, "owner": {"id": 623}, "assignee": {"id": 500}, "project": {"id": 301, "owner": {"id": 763}, "assignee": {"id": 816}}, "task": {"id": 326, "owner": {"id": 956}, "assignee": {"id": 25}}, "job": {"id": 352, "assignee": {"id": 1103}}, "organization": {"id": 1259}}} } -test_scope_UPDATE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 80, "privilege": "admin"}, "organization": null}, "resource": {"id": 372, "owner": {"id": 633}, "assignee": {"id": 590}, "project": {"id": 339, "owner": {"id": 740}, "assignee": {"id": 891}}, "task": {"id": 369, "owner": {"id": 950}, "assignee": {"id": 1016}}, "job": {"id": 341, "assignee": {"id": 80}}, "organization": {"id": 1200}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 52, "privilege": "admin"}, "organization": null}, "resource": {"id": 331, "owner": {"id": 600}, "assignee": {"id": 543}, "project": {"id": 370, "owner": {"id": 732}, "assignee": {"id": 870}}, "task": {"id": 337, "owner": {"id": 990}, "assignee": {"id": 1051}}, "job": {"id": 323, "assignee": {"id": 52}}, "organization": {"id": 1239}}} } -test_scope_UPDATE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 19, "privilege": "admin"}, "organization": null}, "resource": {"id": 386, "owner": {"id": 676}, "assignee": {"id": 548}, "project": {"id": 370, "owner": {"id": 790}, "assignee": {"id": 824}}, "task": {"id": 310, "owner": {"id": 962}, "assignee": {"id": 1029}}, "job": {"id": 355, "assignee": {"id": 19}}, "organization": {"id": 1276}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 10, "privilege": "admin"}, "organization": null}, "resource": {"id": 346, "owner": {"id": 618}, "assignee": {"id": 541}, "project": {"id": 370, "owner": {"id": 716}, "assignee": {"id": 873}}, "task": {"id": 363, "owner": {"id": 964}, "assignee": {"id": 1008}}, "job": {"id": 307, "assignee": {"id": 10}}, "organization": {"id": 1298}}} } -test_scope_UPDATE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 23, "privilege": "business"}, "organization": null}, "resource": {"id": 312, "owner": {"id": 692}, "assignee": {"id": 569}, "project": {"id": 351, "owner": {"id": 746}, "assignee": {"id": 865}}, "task": {"id": 345, "owner": {"id": 985}, "assignee": {"id": 1019}}, "job": {"id": 342, "assignee": {"id": 23}}, "organization": {"id": 1227}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 84, "privilege": "business"}, "organization": null}, "resource": {"id": 388, "owner": {"id": 667}, "assignee": {"id": 516}, "project": {"id": 392, "owner": {"id": 702}, "assignee": {"id": 871}}, "task": {"id": 362, "owner": {"id": 984}, "assignee": {"id": 1031}}, "job": {"id": 378, "assignee": {"id": 84}}, "organization": {"id": 1230}}} } -test_scope_UPDATE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 53, "privilege": "business"}, "organization": null}, "resource": {"id": 304, "owner": {"id": 655}, "assignee": {"id": 513}, "project": {"id": 363, "owner": {"id": 770}, "assignee": {"id": 849}}, "task": {"id": 363, "owner": {"id": 984}, "assignee": {"id": 1036}}, "job": {"id": 358, "assignee": {"id": 53}}, "organization": {"id": 1235}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 98, "privilege": "business"}, "organization": null}, "resource": {"id": 397, "owner": {"id": 649}, "assignee": {"id": 501}, "project": {"id": 371, "owner": {"id": 764}, "assignee": {"id": 841}}, "task": {"id": 340, "owner": {"id": 909}, "assignee": {"id": 1019}}, "job": {"id": 359, "assignee": {"id": 98}}, "organization": {"id": 1227}}} } -test_scope_UPDATE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 33, "privilege": "user"}, "organization": null}, "resource": {"id": 353, "owner": {"id": 602}, "assignee": {"id": 576}, "project": {"id": 370, "owner": {"id": 736}, "assignee": {"id": 846}}, "task": {"id": 341, "owner": {"id": 924}, "assignee": {"id": 1071}}, "job": {"id": 340, "assignee": {"id": 33}}, "organization": {"id": 1296}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 78, "privilege": "user"}, "organization": null}, "resource": {"id": 378, "owner": {"id": 603}, "assignee": {"id": 538}, "project": {"id": 377, "owner": {"id": 708}, "assignee": {"id": 822}}, "task": {"id": 315, "owner": {"id": 901}, "assignee": {"id": 1032}}, "job": {"id": 311, "assignee": {"id": 78}}, "organization": {"id": 1206}}} } -test_scope_UPDATE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 51, "privilege": "user"}, "organization": null}, "resource": {"id": 341, "owner": {"id": 672}, "assignee": {"id": 534}, "project": {"id": 384, "owner": {"id": 720}, "assignee": {"id": 884}}, "task": {"id": 371, "owner": {"id": 992}, "assignee": {"id": 1002}}, "job": {"id": 344, "assignee": {"id": 51}}, "organization": {"id": 1243}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 68, "privilege": "user"}, "organization": null}, "resource": {"id": 314, "owner": {"id": 689}, "assignee": {"id": 561}, "project": {"id": 340, "owner": {"id": 735}, "assignee": {"id": 872}}, "task": {"id": 363, "owner": {"id": 934}, "assignee": {"id": 1074}}, "job": {"id": 338, "assignee": {"id": 68}}, "organization": {"id": 1202}}} } -test_scope_UPDATE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 79, "privilege": "worker"}, "organization": null}, "resource": {"id": 339, "owner": {"id": 684}, "assignee": {"id": 540}, "project": {"id": 367, "owner": {"id": 737}, "assignee": {"id": 823}}, "task": {"id": 389, "owner": {"id": 987}, "assignee": {"id": 1044}}, "job": {"id": 300, "assignee": {"id": 79}}, "organization": {"id": 1234}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 62, "privilege": "worker"}, "organization": null}, "resource": {"id": 384, "owner": {"id": 690}, "assignee": {"id": 573}, "project": {"id": 341, "owner": {"id": 734}, "assignee": {"id": 863}}, "task": {"id": 394, "owner": {"id": 931}, "assignee": {"id": 1060}}, "job": {"id": 332, "assignee": {"id": 62}}, "organization": {"id": 1216}}} } -test_scope_UPDATE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 54, "privilege": "worker"}, "organization": null}, "resource": {"id": 306, "owner": {"id": 609}, "assignee": {"id": 572}, "project": {"id": 398, "owner": {"id": 763}, "assignee": {"id": 825}}, "task": {"id": 377, "owner": {"id": 988}, "assignee": {"id": 1006}}, "job": {"id": 389, "assignee": {"id": 54}}, "organization": {"id": 1267}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 23, "privilege": "worker"}, "organization": null}, "resource": {"id": 335, "owner": {"id": 608}, "assignee": {"id": 579}, "project": {"id": 331, "owner": {"id": 797}, "assignee": {"id": 853}}, "task": {"id": 374, "owner": {"id": 912}, "assignee": {"id": 1034}}, "job": {"id": 301, "assignee": {"id": 23}}, "organization": {"id": 1278}}} } -test_scope_UPDATE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 54, "privilege": "none"}, "organization": null}, "resource": {"id": 345, "owner": {"id": 624}, "assignee": {"id": 540}, "project": {"id": 308, "owner": {"id": 765}, "assignee": {"id": 895}}, "task": {"id": 392, "owner": {"id": 990}, "assignee": {"id": 1017}}, "job": {"id": 312, "assignee": {"id": 54}}, "organization": {"id": 1242}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 62, "privilege": "none"}, "organization": null}, "resource": {"id": 326, "owner": {"id": 619}, "assignee": {"id": 570}, "project": {"id": 335, "owner": {"id": 742}, "assignee": {"id": 834}}, "task": {"id": 327, "owner": {"id": 972}, "assignee": {"id": 1078}}, "job": {"id": 319, "assignee": {"id": 62}}, "organization": {"id": 1241}}} } -test_scope_UPDATE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 20, "privilege": "none"}, "organization": null}, "resource": {"id": 344, "owner": {"id": 658}, "assignee": {"id": 501}, "project": {"id": 325, "owner": {"id": 738}, "assignee": {"id": 831}}, "task": {"id": 308, "owner": {"id": 996}, "assignee": {"id": 1046}}, "job": {"id": 352, "assignee": {"id": 20}}, "organization": {"id": 1266}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 44, "privilege": "none"}, "organization": null}, "resource": {"id": 326, "owner": {"id": 617}, "assignee": {"id": 513}, "project": {"id": 375, "owner": {"id": 747}, "assignee": {"id": 863}}, "task": {"id": 383, "owner": {"id": 935}, "assignee": {"id": 1046}}, "job": {"id": 323, "assignee": {"id": 44}}, "organization": {"id": 1296}}} } -test_scope_UPDATE_context_SANDBOX_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 12, "privilege": "admin"}, "organization": null}, "resource": {"id": 304, "owner": {"id": 12}, "assignee": {"id": 565}, "project": {"id": 333, "owner": {"id": 775}, "assignee": {"id": 844}}, "task": {"id": 386, "owner": {"id": 970}, "assignee": {"id": 1005}}, "job": {"id": 365, "assignee": {"id": 1142}}, "organization": {"id": 1247}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 35, "privilege": "admin"}, "organization": null}, "resource": {"id": 304, "owner": {"id": 636}, "assignee": {"id": 548}, "project": {"id": 338, "owner": {"id": 744}, "assignee": {"id": 814}}, "task": {"id": 376, "owner": {"id": 981}, "assignee": {"id": 1091}}, "job": {"id": 395, "assignee": {"id": 1155}}, "organization": {"id": 1244}}} } -test_scope_UPDATE_context_SANDBOX_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 46, "privilege": "admin"}, "organization": null}, "resource": {"id": 325, "owner": {"id": 46}, "assignee": {"id": 584}, "project": {"id": 335, "owner": {"id": 745}, "assignee": {"id": 818}}, "task": {"id": 383, "owner": {"id": 963}, "assignee": {"id": 1056}}, "job": {"id": 315, "assignee": {"id": 1140}}, "organization": {"id": 1271}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 91, "privilege": "admin"}, "organization": null}, "resource": {"id": 391, "owner": {"id": 658}, "assignee": {"id": 507}, "project": {"id": 355, "owner": {"id": 702}, "assignee": {"id": 873}}, "task": {"id": 370, "owner": {"id": 985}, "assignee": {"id": 1051}}, "job": {"id": 349, "assignee": {"id": 1179}}, "organization": {"id": 1218}}} } -test_scope_UPDATE_context_SANDBOX_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 7, "privilege": "business"}, "organization": null}, "resource": {"id": 308, "owner": {"id": 7}, "assignee": {"id": 585}, "project": {"id": 345, "owner": {"id": 725}, "assignee": {"id": 852}}, "task": {"id": 388, "owner": {"id": 999}, "assignee": {"id": 1071}}, "job": {"id": 331, "assignee": {"id": 1120}}, "organization": {"id": 1234}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 86, "privilege": "business"}, "organization": null}, "resource": {"id": 394, "owner": {"id": 627}, "assignee": {"id": 584}, "project": {"id": 313, "owner": {"id": 726}, "assignee": {"id": 831}}, "task": {"id": 376, "owner": {"id": 995}, "assignee": {"id": 1004}}, "job": {"id": 306, "assignee": {"id": 1173}}, "organization": {"id": 1273}}} } -test_scope_UPDATE_context_SANDBOX_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 61, "privilege": "business"}, "organization": null}, "resource": {"id": 319, "owner": {"id": 61}, "assignee": {"id": 532}, "project": {"id": 315, "owner": {"id": 702}, "assignee": {"id": 876}}, "task": {"id": 355, "owner": {"id": 913}, "assignee": {"id": 1088}}, "job": {"id": 358, "assignee": {"id": 1152}}, "organization": {"id": 1261}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 40, "privilege": "business"}, "organization": null}, "resource": {"id": 316, "owner": {"id": 686}, "assignee": {"id": 558}, "project": {"id": 309, "owner": {"id": 744}, "assignee": {"id": 849}}, "task": {"id": 320, "owner": {"id": 910}, "assignee": {"id": 1027}}, "job": {"id": 365, "assignee": {"id": 1157}}, "organization": {"id": 1262}}} } -test_scope_UPDATE_context_SANDBOX_ownership_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 68, "privilege": "user"}, "organization": null}, "resource": {"id": 385, "owner": {"id": 68}, "assignee": {"id": 535}, "project": {"id": 339, "owner": {"id": 791}, "assignee": {"id": 867}}, "task": {"id": 376, "owner": {"id": 975}, "assignee": {"id": 1057}}, "job": {"id": 303, "assignee": {"id": 1182}}, "organization": {"id": 1285}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 76, "privilege": "user"}, "organization": null}, "resource": {"id": 377, "owner": {"id": 620}, "assignee": {"id": 533}, "project": {"id": 369, "owner": {"id": 711}, "assignee": {"id": 867}}, "task": {"id": 304, "owner": {"id": 902}, "assignee": {"id": 1021}}, "job": {"id": 310, "assignee": {"id": 1189}}, "organization": {"id": 1261}}} } -test_scope_UPDATE_context_SANDBOX_ownership_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 10, "privilege": "user"}, "organization": null}, "resource": {"id": 352, "owner": {"id": 10}, "assignee": {"id": 502}, "project": {"id": 347, "owner": {"id": 734}, "assignee": {"id": 819}}, "task": {"id": 372, "owner": {"id": 958}, "assignee": {"id": 1020}}, "job": {"id": 362, "assignee": {"id": 1120}}, "organization": {"id": 1292}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 51, "privilege": "user"}, "organization": null}, "resource": {"id": 339, "owner": {"id": 689}, "assignee": {"id": 566}, "project": {"id": 338, "owner": {"id": 730}, "assignee": {"id": 858}}, "task": {"id": 339, "owner": {"id": 977}, "assignee": {"id": 1021}}, "job": {"id": 319, "assignee": {"id": 1183}}, "organization": {"id": 1272}}} } -test_scope_UPDATE_context_SANDBOX_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 47, "privilege": "worker"}, "organization": null}, "resource": {"id": 342, "owner": {"id": 47}, "assignee": {"id": 524}, "project": {"id": 309, "owner": {"id": 749}, "assignee": {"id": 831}}, "task": {"id": 337, "owner": {"id": 991}, "assignee": {"id": 1010}}, "job": {"id": 368, "assignee": {"id": 1100}}, "organization": {"id": 1247}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 87, "privilege": "worker"}, "organization": null}, "resource": {"id": 355, "owner": {"id": 631}, "assignee": {"id": 567}, "project": {"id": 346, "owner": {"id": 718}, "assignee": {"id": 822}}, "task": {"id": 321, "owner": {"id": 962}, "assignee": {"id": 1020}}, "job": {"id": 376, "assignee": {"id": 1147}}, "organization": {"id": 1298}}} } -test_scope_UPDATE_context_SANDBOX_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 77, "privilege": "worker"}, "organization": null}, "resource": {"id": 371, "owner": {"id": 77}, "assignee": {"id": 551}, "project": {"id": 323, "owner": {"id": 782}, "assignee": {"id": 861}}, "task": {"id": 357, "owner": {"id": 932}, "assignee": {"id": 1009}}, "job": {"id": 300, "assignee": {"id": 1112}}, "organization": {"id": 1230}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 32, "privilege": "worker"}, "organization": null}, "resource": {"id": 344, "owner": {"id": 642}, "assignee": {"id": 524}, "project": {"id": 363, "owner": {"id": 754}, "assignee": {"id": 878}}, "task": {"id": 334, "owner": {"id": 944}, "assignee": {"id": 1029}}, "job": {"id": 388, "assignee": {"id": 1193}}, "organization": {"id": 1241}}} } -test_scope_UPDATE_context_SANDBOX_ownership_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 16, "privilege": "none"}, "organization": null}, "resource": {"id": 390, "owner": {"id": 16}, "assignee": {"id": 517}, "project": {"id": 338, "owner": {"id": 709}, "assignee": {"id": 802}}, "task": {"id": 314, "owner": {"id": 963}, "assignee": {"id": 1052}}, "job": {"id": 330, "assignee": {"id": 1120}}, "organization": {"id": 1215}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 18, "privilege": "none"}, "organization": null}, "resource": {"id": 330, "owner": {"id": 677}, "assignee": {"id": 548}, "project": {"id": 307, "owner": {"id": 774}, "assignee": {"id": 829}}, "task": {"id": 355, "owner": {"id": 980}, "assignee": {"id": 1024}}, "job": {"id": 307, "assignee": {"id": 1104}}, "organization": {"id": 1278}}} } -test_scope_UPDATE_context_SANDBOX_ownership_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 94, "privilege": "none"}, "organization": null}, "resource": {"id": 316, "owner": {"id": 94}, "assignee": {"id": 574}, "project": {"id": 333, "owner": {"id": 732}, "assignee": {"id": 828}}, "task": {"id": 361, "owner": {"id": 991}, "assignee": {"id": 1041}}, "job": {"id": 353, "assignee": {"id": 1110}}, "organization": {"id": 1282}}} +test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 62, "privilege": "none"}, "organization": null}, "resource": {"id": 354, "owner": {"id": 655}, "assignee": {"id": 595}, "project": {"id": 309, "owner": {"id": 762}, "assignee": {"id": 834}}, "task": {"id": 355, "owner": {"id": 903}, "assignee": {"id": 1058}}, "job": {"id": 309, "assignee": {"id": 1113}}, "organization": {"id": 1202}}} } -test_scope_UPDATE_context_SANDBOX_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 24, "privilege": "admin"}, "organization": null}, "resource": {"id": 380, "owner": {"id": 670}, "assignee": {"id": 24}, "project": {"id": 336, "owner": {"id": 724}, "assignee": {"id": 897}}, "task": {"id": 310, "owner": {"id": 984}, "assignee": {"id": 1052}}, "job": {"id": 314, "assignee": {"id": 1166}}, "organization": {"id": 1247}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 90, "privilege": "admin"}, "organization": {"id": 118, "owner": {"id": 90}, "user": {"role": "owner"}}}, "resource": {"id": 392, "owner": {"id": 633}, "assignee": {"id": 589}, "project": {"id": 393, "owner": {"id": 90}, "assignee": {"id": 810}}, "task": {"id": 300, "owner": {"id": 939}, "assignee": {"id": 1009}}, "job": {"id": 387, "assignee": {"id": 1118}}, "organization": {"id": 118}}} } -test_scope_UPDATE_context_SANDBOX_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 23, "privilege": "admin"}, "organization": null}, "resource": {"id": 378, "owner": {"id": 636}, "assignee": {"id": 23}, "project": {"id": 391, "owner": {"id": 754}, "assignee": {"id": 841}}, "task": {"id": 341, "owner": {"id": 934}, "assignee": {"id": 1015}}, "job": {"id": 321, "assignee": {"id": 1153}}, "organization": {"id": 1223}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 81, "privilege": "admin"}, "organization": {"id": 198, "owner": {"id": 81}, "user": {"role": "owner"}}}, "resource": {"id": 375, "owner": {"id": 612}, "assignee": {"id": 573}, "project": {"id": 363, "owner": {"id": 81}, "assignee": {"id": 878}}, "task": {"id": 356, "owner": {"id": 951}, "assignee": {"id": 1049}}, "job": {"id": 307, "assignee": {"id": 1136}}, "organization": {"id": 1211}}} } -test_scope_UPDATE_context_SANDBOX_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 1, "privilege": "business"}, "organization": null}, "resource": {"id": 354, "owner": {"id": 697}, "assignee": {"id": 1}, "project": {"id": 354, "owner": {"id": 782}, "assignee": {"id": 893}}, "task": {"id": 324, "owner": {"id": 966}, "assignee": {"id": 1084}}, "job": {"id": 335, "assignee": {"id": 1188}}, "organization": {"id": 1269}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 38, "privilege": "admin"}, "organization": {"id": 173, "owner": {"id": 229}, "user": {"role": "maintainer"}}}, "resource": {"id": 314, "owner": {"id": 692}, "assignee": {"id": 510}, "project": {"id": 346, "owner": {"id": 38}, "assignee": {"id": 898}}, "task": {"id": 333, "owner": {"id": 909}, "assignee": {"id": 1086}}, "job": {"id": 331, "assignee": {"id": 1187}}, "organization": {"id": 173}}} } -test_scope_UPDATE_context_SANDBOX_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 55, "privilege": "business"}, "organization": null}, "resource": {"id": 357, "owner": {"id": 604}, "assignee": {"id": 55}, "project": {"id": 391, "owner": {"id": 716}, "assignee": {"id": 821}}, "task": {"id": 351, "owner": {"id": 949}, "assignee": {"id": 1027}}, "job": {"id": 302, "assignee": {"id": 1120}}, "organization": {"id": 1260}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 96, "privilege": "admin"}, "organization": {"id": 171, "owner": {"id": 269}, "user": {"role": "maintainer"}}}, "resource": {"id": 354, "owner": {"id": 680}, "assignee": {"id": 539}, "project": {"id": 363, "owner": {"id": 96}, "assignee": {"id": 845}}, "task": {"id": 342, "owner": {"id": 973}, "assignee": {"id": 1025}}, "job": {"id": 375, "assignee": {"id": 1130}}, "organization": {"id": 1245}}} } -test_scope_UPDATE_context_SANDBOX_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 38, "privilege": "user"}, "organization": null}, "resource": {"id": 367, "owner": {"id": 633}, "assignee": {"id": 38}, "project": {"id": 337, "owner": {"id": 738}, "assignee": {"id": 878}}, "task": {"id": 358, "owner": {"id": 995}, "assignee": {"id": 1066}}, "job": {"id": 381, "assignee": {"id": 1159}}, "organization": {"id": 1228}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 95, "privilege": "admin"}, "organization": {"id": 191, "owner": {"id": 209}, "user": {"role": "supervisor"}}}, "resource": {"id": 398, "owner": {"id": 628}, "assignee": {"id": 517}, "project": {"id": 348, "owner": {"id": 95}, "assignee": {"id": 852}}, "task": {"id": 307, "owner": {"id": 975}, "assignee": {"id": 1046}}, "job": {"id": 338, "assignee": {"id": 1182}}, "organization": {"id": 191}}} } -test_scope_UPDATE_context_SANDBOX_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 40, "privilege": "user"}, "organization": null}, "resource": {"id": 376, "owner": {"id": 677}, "assignee": {"id": 40}, "project": {"id": 316, "owner": {"id": 756}, "assignee": {"id": 896}}, "task": {"id": 345, "owner": {"id": 949}, "assignee": {"id": 1099}}, "job": {"id": 302, "assignee": {"id": 1136}}, "organization": {"id": 1287}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 82, "privilege": "admin"}, "organization": {"id": 169, "owner": {"id": 237}, "user": {"role": "supervisor"}}}, "resource": {"id": 333, "owner": {"id": 623}, "assignee": {"id": 500}, "project": {"id": 396, "owner": {"id": 82}, "assignee": {"id": 801}}, "task": {"id": 393, "owner": {"id": 980}, "assignee": {"id": 1009}}, "job": {"id": 372, "assignee": {"id": 1158}}, "organization": {"id": 1287}}} } -test_scope_UPDATE_context_SANDBOX_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 60, "privilege": "worker"}, "organization": null}, "resource": {"id": 319, "owner": {"id": 612}, "assignee": {"id": 60}, "project": {"id": 362, "owner": {"id": 716}, "assignee": {"id": 868}}, "task": {"id": 369, "owner": {"id": 997}, "assignee": {"id": 1001}}, "job": {"id": 334, "assignee": {"id": 1123}}, "organization": {"id": 1214}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 66, "privilege": "admin"}, "organization": {"id": 114, "owner": {"id": 212}, "user": {"role": "worker"}}}, "resource": {"id": 375, "owner": {"id": 691}, "assignee": {"id": 541}, "project": {"id": 336, "owner": {"id": 66}, "assignee": {"id": 815}}, "task": {"id": 343, "owner": {"id": 921}, "assignee": {"id": 1072}}, "job": {"id": 316, "assignee": {"id": 1156}}, "organization": {"id": 114}}} } -test_scope_UPDATE_context_SANDBOX_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 60, "privilege": "worker"}, "organization": null}, "resource": {"id": 373, "owner": {"id": 633}, "assignee": {"id": 60}, "project": {"id": 341, "owner": {"id": 765}, "assignee": {"id": 876}}, "task": {"id": 318, "owner": {"id": 957}, "assignee": {"id": 1050}}, "job": {"id": 337, "assignee": {"id": 1189}}, "organization": {"id": 1231}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 29, "privilege": "admin"}, "organization": {"id": 163, "owner": {"id": 215}, "user": {"role": "worker"}}}, "resource": {"id": 375, "owner": {"id": 693}, "assignee": {"id": 594}, "project": {"id": 366, "owner": {"id": 29}, "assignee": {"id": 801}}, "task": {"id": 391, "owner": {"id": 990}, "assignee": {"id": 1009}}, "job": {"id": 396, "assignee": {"id": 1122}}, "organization": {"id": 1211}}} } -test_scope_UPDATE_context_SANDBOX_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 70, "privilege": "none"}, "organization": null}, "resource": {"id": 377, "owner": {"id": 676}, "assignee": {"id": 70}, "project": {"id": 332, "owner": {"id": 758}, "assignee": {"id": 833}}, "task": {"id": 323, "owner": {"id": 959}, "assignee": {"id": 1008}}, "job": {"id": 309, "assignee": {"id": 1147}}, "organization": {"id": 1282}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 73, "privilege": "admin"}, "organization": {"id": 158, "owner": {"id": 277}, "user": {"role": null}}}, "resource": {"id": 352, "owner": {"id": 698}, "assignee": {"id": 556}, "project": {"id": 348, "owner": {"id": 73}, "assignee": {"id": 803}}, "task": {"id": 303, "owner": {"id": 944}, "assignee": {"id": 1062}}, "job": {"id": 381, "assignee": {"id": 1118}}, "organization": {"id": 158}}} } -test_scope_UPDATE_context_SANDBOX_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 92, "privilege": "none"}, "organization": null}, "resource": {"id": 360, "owner": {"id": 634}, "assignee": {"id": 92}, "project": {"id": 354, "owner": {"id": 753}, "assignee": {"id": 807}}, "task": {"id": 374, "owner": {"id": 917}, "assignee": {"id": 1081}}, "job": {"id": 347, "assignee": {"id": 1171}}, "organization": {"id": 1282}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 88, "privilege": "admin"}, "organization": {"id": 183, "owner": {"id": 274}, "user": {"role": null}}}, "resource": {"id": 301, "owner": {"id": 695}, "assignee": {"id": 595}, "project": {"id": 385, "owner": {"id": 88}, "assignee": {"id": 821}}, "task": {"id": 320, "owner": {"id": 961}, "assignee": {"id": 1097}}, "job": {"id": 307, "assignee": {"id": 1126}}, "organization": {"id": 1260}}} } -test_scope_UPDATE_context_SANDBOX_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 53, "privilege": "admin"}, "organization": null}, "resource": {"id": 314, "owner": {"id": 674}, "assignee": {"id": 539}, "project": {"id": 351, "owner": {"id": 702}, "assignee": {"id": 831}}, "task": {"id": 385, "owner": {"id": 930}, "assignee": {"id": 1012}}, "job": {"id": 337, "assignee": {"id": 1184}}, "organization": {"id": 1214}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 49, "privilege": "business"}, "organization": {"id": 193, "owner": {"id": 49}, "user": {"role": "owner"}}}, "resource": {"id": 359, "owner": {"id": 666}, "assignee": {"id": 570}, "project": {"id": 364, "owner": {"id": 49}, "assignee": {"id": 878}}, "task": {"id": 322, "owner": {"id": 987}, "assignee": {"id": 1048}}, "job": {"id": 374, "assignee": {"id": 1155}}, "organization": {"id": 193}}} } -test_scope_UPDATE_context_SANDBOX_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 38, "privilege": "admin"}, "organization": null}, "resource": {"id": 362, "owner": {"id": 684}, "assignee": {"id": 522}, "project": {"id": 304, "owner": {"id": 724}, "assignee": {"id": 871}}, "task": {"id": 309, "owner": {"id": 988}, "assignee": {"id": 1034}}, "job": {"id": 368, "assignee": {"id": 1199}}, "organization": {"id": 1282}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 44, "privilege": "business"}, "organization": {"id": 167, "owner": {"id": 44}, "user": {"role": "owner"}}}, "resource": {"id": 396, "owner": {"id": 673}, "assignee": {"id": 507}, "project": {"id": 306, "owner": {"id": 44}, "assignee": {"id": 821}}, "task": {"id": 367, "owner": {"id": 910}, "assignee": {"id": 1095}}, "job": {"id": 361, "assignee": {"id": 1187}}, "organization": {"id": 1217}}} } -test_scope_UPDATE_context_SANDBOX_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 39, "privilege": "business"}, "organization": null}, "resource": {"id": 315, "owner": {"id": 677}, "assignee": {"id": 535}, "project": {"id": 326, "owner": {"id": 739}, "assignee": {"id": 879}}, "task": {"id": 305, "owner": {"id": 945}, "assignee": {"id": 1004}}, "job": {"id": 329, "assignee": {"id": 1109}}, "organization": {"id": 1254}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 11, "privilege": "business"}, "organization": {"id": 177, "owner": {"id": 279}, "user": {"role": "maintainer"}}}, "resource": {"id": 353, "owner": {"id": 612}, "assignee": {"id": 578}, "project": {"id": 373, "owner": {"id": 11}, "assignee": {"id": 888}}, "task": {"id": 339, "owner": {"id": 925}, "assignee": {"id": 1017}}, "job": {"id": 385, "assignee": {"id": 1139}}, "organization": {"id": 177}}} } -test_scope_UPDATE_context_SANDBOX_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 10, "privilege": "business"}, "organization": null}, "resource": {"id": 309, "owner": {"id": 642}, "assignee": {"id": 563}, "project": {"id": 316, "owner": {"id": 717}, "assignee": {"id": 832}}, "task": {"id": 392, "owner": {"id": 940}, "assignee": {"id": 1099}}, "job": {"id": 328, "assignee": {"id": 1111}}, "organization": {"id": 1243}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 19, "privilege": "business"}, "organization": {"id": 174, "owner": {"id": 238}, "user": {"role": "maintainer"}}}, "resource": {"id": 392, "owner": {"id": 625}, "assignee": {"id": 525}, "project": {"id": 336, "owner": {"id": 19}, "assignee": {"id": 831}}, "task": {"id": 306, "owner": {"id": 916}, "assignee": {"id": 1047}}, "job": {"id": 355, "assignee": {"id": 1155}}, "organization": {"id": 1292}}} } -test_scope_UPDATE_context_SANDBOX_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 9, "privilege": "user"}, "organization": null}, "resource": {"id": 309, "owner": {"id": 605}, "assignee": {"id": 556}, "project": {"id": 344, "owner": {"id": 734}, "assignee": {"id": 879}}, "task": {"id": 319, "owner": {"id": 961}, "assignee": {"id": 1074}}, "job": {"id": 342, "assignee": {"id": 1120}}, "organization": {"id": 1237}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 70, "privilege": "business"}, "organization": {"id": 147, "owner": {"id": 214}, "user": {"role": "supervisor"}}}, "resource": {"id": 366, "owner": {"id": 687}, "assignee": {"id": 564}, "project": {"id": 342, "owner": {"id": 70}, "assignee": {"id": 836}}, "task": {"id": 352, "owner": {"id": 990}, "assignee": {"id": 1098}}, "job": {"id": 339, "assignee": {"id": 1128}}, "organization": {"id": 147}}} } -test_scope_UPDATE_context_SANDBOX_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 49, "privilege": "user"}, "organization": null}, "resource": {"id": 369, "owner": {"id": 666}, "assignee": {"id": 500}, "project": {"id": 319, "owner": {"id": 727}, "assignee": {"id": 824}}, "task": {"id": 369, "owner": {"id": 905}, "assignee": {"id": 1098}}, "job": {"id": 312, "assignee": {"id": 1162}}, "organization": {"id": 1273}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 60, "privilege": "business"}, "organization": {"id": 184, "owner": {"id": 242}, "user": {"role": "supervisor"}}}, "resource": {"id": 303, "owner": {"id": 609}, "assignee": {"id": 501}, "project": {"id": 343, "owner": {"id": 60}, "assignee": {"id": 821}}, "task": {"id": 372, "owner": {"id": 970}, "assignee": {"id": 1043}}, "job": {"id": 341, "assignee": {"id": 1195}}, "organization": {"id": 1256}}} } -test_scope_UPDATE_context_SANDBOX_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 28, "privilege": "worker"}, "organization": null}, "resource": {"id": 366, "owner": {"id": 609}, "assignee": {"id": 565}, "project": {"id": 386, "owner": {"id": 752}, "assignee": {"id": 887}}, "task": {"id": 332, "owner": {"id": 950}, "assignee": {"id": 1067}}, "job": {"id": 312, "assignee": {"id": 1166}}, "organization": {"id": 1297}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 30, "privilege": "business"}, "organization": {"id": 110, "owner": {"id": 247}, "user": {"role": "worker"}}}, "resource": {"id": 394, "owner": {"id": 618}, "assignee": {"id": 564}, "project": {"id": 383, "owner": {"id": 30}, "assignee": {"id": 872}}, "task": {"id": 308, "owner": {"id": 983}, "assignee": {"id": 1034}}, "job": {"id": 321, "assignee": {"id": 1170}}, "organization": {"id": 110}}} } -test_scope_UPDATE_context_SANDBOX_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 54, "privilege": "worker"}, "organization": null}, "resource": {"id": 378, "owner": {"id": 606}, "assignee": {"id": 550}, "project": {"id": 300, "owner": {"id": 792}, "assignee": {"id": 819}}, "task": {"id": 335, "owner": {"id": 962}, "assignee": {"id": 1026}}, "job": {"id": 356, "assignee": {"id": 1143}}, "organization": {"id": 1292}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 85, "privilege": "business"}, "organization": {"id": 114, "owner": {"id": 205}, "user": {"role": "worker"}}}, "resource": {"id": 392, "owner": {"id": 607}, "assignee": {"id": 518}, "project": {"id": 325, "owner": {"id": 85}, "assignee": {"id": 853}}, "task": {"id": 381, "owner": {"id": 901}, "assignee": {"id": 1003}}, "job": {"id": 383, "assignee": {"id": 1144}}, "organization": {"id": 1239}}} } -test_scope_UPDATE_context_SANDBOX_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 73, "privilege": "none"}, "organization": null}, "resource": {"id": 381, "owner": {"id": 670}, "assignee": {"id": 502}, "project": {"id": 332, "owner": {"id": 708}, "assignee": {"id": 866}}, "task": {"id": 385, "owner": {"id": 946}, "assignee": {"id": 1098}}, "job": {"id": 378, "assignee": {"id": 1195}}, "organization": {"id": 1274}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 69, "privilege": "business"}, "organization": {"id": 193, "owner": {"id": 207}, "user": {"role": null}}}, "resource": {"id": 325, "owner": {"id": 638}, "assignee": {"id": 508}, "project": {"id": 334, "owner": {"id": 69}, "assignee": {"id": 815}}, "task": {"id": 387, "owner": {"id": 948}, "assignee": {"id": 1061}}, "job": {"id": 328, "assignee": {"id": 1106}}, "organization": {"id": 193}}} } -test_scope_UPDATE_context_SANDBOX_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 54, "privilege": "none"}, "organization": null}, "resource": {"id": 342, "owner": {"id": 627}, "assignee": {"id": 535}, "project": {"id": 346, "owner": {"id": 754}, "assignee": {"id": 857}}, "task": {"id": 301, "owner": {"id": 920}, "assignee": {"id": 1060}}, "job": {"id": 382, "assignee": {"id": 1150}}, "organization": {"id": 1210}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 97, "privilege": "business"}, "organization": {"id": 173, "owner": {"id": 255}, "user": {"role": null}}}, "resource": {"id": 361, "owner": {"id": 656}, "assignee": {"id": 535}, "project": {"id": 318, "owner": {"id": 97}, "assignee": {"id": 855}}, "task": {"id": 311, "owner": {"id": 937}, "assignee": {"id": 1086}}, "job": {"id": 362, "assignee": {"id": 1199}}, "organization": {"id": 1224}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 77, "privilege": "admin"}, "organization": {"id": 162, "owner": {"id": 77}, "user": {"role": "owner"}}}, "resource": {"id": 358, "owner": {"id": 605}, "assignee": {"id": 510}, "project": {"id": 379, "owner": {"id": 77}, "assignee": {"id": 868}}, "task": {"id": 361, "owner": {"id": 944}, "assignee": {"id": 1098}}, "job": {"id": 345, "assignee": {"id": 1156}}, "organization": {"id": 162}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 53, "privilege": "user"}, "organization": {"id": 181, "owner": {"id": 53}, "user": {"role": "owner"}}}, "resource": {"id": 351, "owner": {"id": 652}, "assignee": {"id": 501}, "project": {"id": 388, "owner": {"id": 53}, "assignee": {"id": 878}}, "task": {"id": 355, "owner": {"id": 924}, "assignee": {"id": 1097}}, "job": {"id": 380, "assignee": {"id": 1152}}, "organization": {"id": 181}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 76, "privilege": "admin"}, "organization": {"id": 149, "owner": {"id": 76}, "user": {"role": "owner"}}}, "resource": {"id": 319, "owner": {"id": 676}, "assignee": {"id": 527}, "project": {"id": 348, "owner": {"id": 76}, "assignee": {"id": 888}}, "task": {"id": 374, "owner": {"id": 990}, "assignee": {"id": 1046}}, "job": {"id": 370, "assignee": {"id": 1169}}, "organization": {"id": 1275}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 6, "privilege": "user"}, "organization": {"id": 179, "owner": {"id": 6}, "user": {"role": "owner"}}}, "resource": {"id": 359, "owner": {"id": 607}, "assignee": {"id": 500}, "project": {"id": 379, "owner": {"id": 6}, "assignee": {"id": 813}}, "task": {"id": 325, "owner": {"id": 982}, "assignee": {"id": 1097}}, "job": {"id": 399, "assignee": {"id": 1149}}, "organization": {"id": 1213}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 14, "privilege": "admin"}, "organization": {"id": 108, "owner": {"id": 275}, "user": {"role": "maintainer"}}}, "resource": {"id": 334, "owner": {"id": 650}, "assignee": {"id": 504}, "project": {"id": 355, "owner": {"id": 14}, "assignee": {"id": 892}}, "task": {"id": 396, "owner": {"id": 944}, "assignee": {"id": 1019}}, "job": {"id": 324, "assignee": {"id": 1124}}, "organization": {"id": 108}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 50, "privilege": "user"}, "organization": {"id": 176, "owner": {"id": 202}, "user": {"role": "maintainer"}}}, "resource": {"id": 340, "owner": {"id": 646}, "assignee": {"id": 587}, "project": {"id": 396, "owner": {"id": 50}, "assignee": {"id": 863}}, "task": {"id": 378, "owner": {"id": 919}, "assignee": {"id": 1006}}, "job": {"id": 397, "assignee": {"id": 1105}}, "organization": {"id": 176}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 71, "privilege": "admin"}, "organization": {"id": 157, "owner": {"id": 251}, "user": {"role": "maintainer"}}}, "resource": {"id": 386, "owner": {"id": 615}, "assignee": {"id": 520}, "project": {"id": 389, "owner": {"id": 71}, "assignee": {"id": 831}}, "task": {"id": 338, "owner": {"id": 953}, "assignee": {"id": 1074}}, "job": {"id": 319, "assignee": {"id": 1112}}, "organization": {"id": 1264}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 39, "privilege": "user"}, "organization": {"id": 165, "owner": {"id": 253}, "user": {"role": "maintainer"}}}, "resource": {"id": 336, "owner": {"id": 667}, "assignee": {"id": 577}, "project": {"id": 385, "owner": {"id": 39}, "assignee": {"id": 863}}, "task": {"id": 324, "owner": {"id": 910}, "assignee": {"id": 1026}}, "job": {"id": 321, "assignee": {"id": 1137}}, "organization": {"id": 1242}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 2, "privilege": "admin"}, "organization": {"id": 173, "owner": {"id": 256}, "user": {"role": "supervisor"}}}, "resource": {"id": 346, "owner": {"id": 616}, "assignee": {"id": 521}, "project": {"id": 334, "owner": {"id": 2}, "assignee": {"id": 806}}, "task": {"id": 318, "owner": {"id": 903}, "assignee": {"id": 1048}}, "job": {"id": 325, "assignee": {"id": 1102}}, "organization": {"id": 173}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 20, "privilege": "user"}, "organization": {"id": 127, "owner": {"id": 203}, "user": {"role": "supervisor"}}}, "resource": {"id": 313, "owner": {"id": 621}, "assignee": {"id": 573}, "project": {"id": 318, "owner": {"id": 20}, "assignee": {"id": 898}}, "task": {"id": 307, "owner": {"id": 907}, "assignee": {"id": 1060}}, "job": {"id": 342, "assignee": {"id": 1180}}, "organization": {"id": 127}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 24, "privilege": "admin"}, "organization": {"id": 160, "owner": {"id": 205}, "user": {"role": "supervisor"}}}, "resource": {"id": 381, "owner": {"id": 650}, "assignee": {"id": 552}, "project": {"id": 350, "owner": {"id": 24}, "assignee": {"id": 839}}, "task": {"id": 326, "owner": {"id": 925}, "assignee": {"id": 1009}}, "job": {"id": 377, "assignee": {"id": 1109}}, "organization": {"id": 1208}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 1, "privilege": "user"}, "organization": {"id": 133, "owner": {"id": 262}, "user": {"role": "supervisor"}}}, "resource": {"id": 377, "owner": {"id": 676}, "assignee": {"id": 556}, "project": {"id": 309, "owner": {"id": 1}, "assignee": {"id": 878}}, "task": {"id": 330, "owner": {"id": 938}, "assignee": {"id": 1088}}, "job": {"id": 304, "assignee": {"id": 1141}}, "organization": {"id": 1252}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 79, "privilege": "admin"}, "organization": {"id": 123, "owner": {"id": 236}, "user": {"role": "worker"}}}, "resource": {"id": 368, "owner": {"id": 609}, "assignee": {"id": 535}, "project": {"id": 335, "owner": {"id": 79}, "assignee": {"id": 866}}, "task": {"id": 327, "owner": {"id": 975}, "assignee": {"id": 1006}}, "job": {"id": 315, "assignee": {"id": 1154}}, "organization": {"id": 123}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 70, "privilege": "user"}, "organization": {"id": 106, "owner": {"id": 266}, "user": {"role": "worker"}}}, "resource": {"id": 318, "owner": {"id": 698}, "assignee": {"id": 586}, "project": {"id": 398, "owner": {"id": 70}, "assignee": {"id": 848}}, "task": {"id": 357, "owner": {"id": 945}, "assignee": {"id": 1027}}, "job": {"id": 376, "assignee": {"id": 1171}}, "organization": {"id": 106}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 82, "privilege": "admin"}, "organization": {"id": 144, "owner": {"id": 283}, "user": {"role": "worker"}}}, "resource": {"id": 357, "owner": {"id": 664}, "assignee": {"id": 531}, "project": {"id": 319, "owner": {"id": 82}, "assignee": {"id": 867}}, "task": {"id": 317, "owner": {"id": 988}, "assignee": {"id": 1041}}, "job": {"id": 367, "assignee": {"id": 1182}}, "organization": {"id": 1218}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 9, "privilege": "user"}, "organization": {"id": 102, "owner": {"id": 260}, "user": {"role": "worker"}}}, "resource": {"id": 315, "owner": {"id": 679}, "assignee": {"id": 511}, "project": {"id": 366, "owner": {"id": 9}, "assignee": {"id": 889}}, "task": {"id": 362, "owner": {"id": 934}, "assignee": {"id": 1007}}, "job": {"id": 331, "assignee": {"id": 1149}}, "organization": {"id": 1255}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 99, "privilege": "admin"}, "organization": {"id": 150, "owner": {"id": 218}, "user": {"role": null}}}, "resource": {"id": 362, "owner": {"id": 675}, "assignee": {"id": 599}, "project": {"id": 362, "owner": {"id": 99}, "assignee": {"id": 822}}, "task": {"id": 353, "owner": {"id": 918}, "assignee": {"id": 1014}}, "job": {"id": 383, "assignee": {"id": 1172}}, "organization": {"id": 150}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 52, "privilege": "user"}, "organization": {"id": 121, "owner": {"id": 292}, "user": {"role": null}}}, "resource": {"id": 302, "owner": {"id": 618}, "assignee": {"id": 592}, "project": {"id": 318, "owner": {"id": 52}, "assignee": {"id": 861}}, "task": {"id": 386, "owner": {"id": 998}, "assignee": {"id": 1003}}, "job": {"id": 376, "assignee": {"id": 1119}}, "organization": {"id": 121}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 2, "privilege": "admin"}, "organization": {"id": 175, "owner": {"id": 282}, "user": {"role": null}}}, "resource": {"id": 383, "owner": {"id": 673}, "assignee": {"id": 584}, "project": {"id": 328, "owner": {"id": 2}, "assignee": {"id": 815}}, "task": {"id": 361, "owner": {"id": 916}, "assignee": {"id": 1049}}, "job": {"id": 379, "assignee": {"id": 1197}}, "organization": {"id": 1243}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 41, "privilege": "user"}, "organization": {"id": 117, "owner": {"id": 226}, "user": {"role": null}}}, "resource": {"id": 344, "owner": {"id": 691}, "assignee": {"id": 550}, "project": {"id": 320, "owner": {"id": 41}, "assignee": {"id": 836}}, "task": {"id": 334, "owner": {"id": 948}, "assignee": {"id": 1036}}, "job": {"id": 352, "assignee": {"id": 1118}}, "organization": {"id": 1275}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 45, "privilege": "business"}, "organization": {"id": 176, "owner": {"id": 45}, "user": {"role": "owner"}}}, "resource": {"id": 371, "owner": {"id": 676}, "assignee": {"id": 548}, "project": {"id": 331, "owner": {"id": 45}, "assignee": {"id": 871}}, "task": {"id": 310, "owner": {"id": 938}, "assignee": {"id": 1053}}, "job": {"id": 354, "assignee": {"id": 1188}}, "organization": {"id": 176}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 29, "privilege": "worker"}, "organization": {"id": 130, "owner": {"id": 29}, "user": {"role": "owner"}}}, "resource": {"id": 362, "owner": {"id": 657}, "assignee": {"id": 566}, "project": {"id": 324, "owner": {"id": 29}, "assignee": {"id": 830}}, "task": {"id": 364, "owner": {"id": 975}, "assignee": {"id": 1053}}, "job": {"id": 355, "assignee": {"id": 1184}}, "organization": {"id": 130}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 7, "privilege": "business"}, "organization": {"id": 147, "owner": {"id": 7}, "user": {"role": "owner"}}}, "resource": {"id": 377, "owner": {"id": 656}, "assignee": {"id": 563}, "project": {"id": 314, "owner": {"id": 7}, "assignee": {"id": 846}}, "task": {"id": 370, "owner": {"id": 919}, "assignee": {"id": 1009}}, "job": {"id": 387, "assignee": {"id": 1100}}, "organization": {"id": 1257}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 14, "privilege": "worker"}, "organization": {"id": 129, "owner": {"id": 14}, "user": {"role": "owner"}}}, "resource": {"id": 384, "owner": {"id": 669}, "assignee": {"id": 568}, "project": {"id": 391, "owner": {"id": 14}, "assignee": {"id": 869}}, "task": {"id": 392, "owner": {"id": 944}, "assignee": {"id": 1057}}, "job": {"id": 353, "assignee": {"id": 1141}}, "organization": {"id": 1244}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 81, "privilege": "business"}, "organization": {"id": 179, "owner": {"id": 206}, "user": {"role": "maintainer"}}}, "resource": {"id": 315, "owner": {"id": 628}, "assignee": {"id": 501}, "project": {"id": 384, "owner": {"id": 81}, "assignee": {"id": 861}}, "task": {"id": 378, "owner": {"id": 919}, "assignee": {"id": 1066}}, "job": {"id": 341, "assignee": {"id": 1149}}, "organization": {"id": 179}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 13, "privilege": "worker"}, "organization": {"id": 131, "owner": {"id": 228}, "user": {"role": "maintainer"}}}, "resource": {"id": 322, "owner": {"id": 603}, "assignee": {"id": 532}, "project": {"id": 316, "owner": {"id": 13}, "assignee": {"id": 823}}, "task": {"id": 339, "owner": {"id": 985}, "assignee": {"id": 1088}}, "job": {"id": 315, "assignee": {"id": 1142}}, "organization": {"id": 131}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 8, "privilege": "business"}, "organization": {"id": 145, "owner": {"id": 227}, "user": {"role": "maintainer"}}}, "resource": {"id": 398, "owner": {"id": 642}, "assignee": {"id": 595}, "project": {"id": 381, "owner": {"id": 8}, "assignee": {"id": 886}}, "task": {"id": 329, "owner": {"id": 937}, "assignee": {"id": 1003}}, "job": {"id": 379, "assignee": {"id": 1162}}, "organization": {"id": 1248}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 13, "privilege": "worker"}, "organization": {"id": 123, "owner": {"id": 202}, "user": {"role": "maintainer"}}}, "resource": {"id": 374, "owner": {"id": 665}, "assignee": {"id": 586}, "project": {"id": 352, "owner": {"id": 13}, "assignee": {"id": 803}}, "task": {"id": 367, "owner": {"id": 935}, "assignee": {"id": 1013}}, "job": {"id": 398, "assignee": {"id": 1150}}, "organization": {"id": 1238}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 47, "privilege": "business"}, "organization": {"id": 167, "owner": {"id": 268}, "user": {"role": "supervisor"}}}, "resource": {"id": 344, "owner": {"id": 625}, "assignee": {"id": 534}, "project": {"id": 343, "owner": {"id": 47}, "assignee": {"id": 810}}, "task": {"id": 349, "owner": {"id": 945}, "assignee": {"id": 1014}}, "job": {"id": 339, "assignee": {"id": 1144}}, "organization": {"id": 167}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 33, "privilege": "worker"}, "organization": {"id": 123, "owner": {"id": 209}, "user": {"role": "supervisor"}}}, "resource": {"id": 304, "owner": {"id": 629}, "assignee": {"id": 557}, "project": {"id": 329, "owner": {"id": 33}, "assignee": {"id": 827}}, "task": {"id": 386, "owner": {"id": 963}, "assignee": {"id": 1008}}, "job": {"id": 381, "assignee": {"id": 1138}}, "organization": {"id": 123}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 38, "privilege": "business"}, "organization": {"id": 102, "owner": {"id": 279}, "user": {"role": "supervisor"}}}, "resource": {"id": 317, "owner": {"id": 661}, "assignee": {"id": 509}, "project": {"id": 385, "owner": {"id": 38}, "assignee": {"id": 827}}, "task": {"id": 313, "owner": {"id": 929}, "assignee": {"id": 1023}}, "job": {"id": 364, "assignee": {"id": 1101}}, "organization": {"id": 1224}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 93, "privilege": "worker"}, "organization": {"id": 187, "owner": {"id": 260}, "user": {"role": "supervisor"}}}, "resource": {"id": 329, "owner": {"id": 678}, "assignee": {"id": 592}, "project": {"id": 386, "owner": {"id": 93}, "assignee": {"id": 831}}, "task": {"id": 329, "owner": {"id": 928}, "assignee": {"id": 1056}}, "job": {"id": 398, "assignee": {"id": 1121}}, "organization": {"id": 1243}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 62, "privilege": "business"}, "organization": {"id": 161, "owner": {"id": 296}, "user": {"role": "worker"}}}, "resource": {"id": 338, "owner": {"id": 697}, "assignee": {"id": 585}, "project": {"id": 343, "owner": {"id": 62}, "assignee": {"id": 821}}, "task": {"id": 301, "owner": {"id": 918}, "assignee": {"id": 1094}}, "job": {"id": 398, "assignee": {"id": 1138}}, "organization": {"id": 161}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 45, "privilege": "worker"}, "organization": {"id": 165, "owner": {"id": 215}, "user": {"role": "worker"}}}, "resource": {"id": 312, "owner": {"id": 662}, "assignee": {"id": 526}, "project": {"id": 313, "owner": {"id": 45}, "assignee": {"id": 821}}, "task": {"id": 358, "owner": {"id": 903}, "assignee": {"id": 1027}}, "job": {"id": 372, "assignee": {"id": 1139}}, "organization": {"id": 165}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 16, "privilege": "business"}, "organization": {"id": 154, "owner": {"id": 267}, "user": {"role": "worker"}}}, "resource": {"id": 376, "owner": {"id": 691}, "assignee": {"id": 504}, "project": {"id": 319, "owner": {"id": 16}, "assignee": {"id": 847}}, "task": {"id": 324, "owner": {"id": 916}, "assignee": {"id": 1036}}, "job": {"id": 337, "assignee": {"id": 1153}}, "organization": {"id": 1287}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 53, "privilege": "worker"}, "organization": {"id": 117, "owner": {"id": 224}, "user": {"role": "worker"}}}, "resource": {"id": 334, "owner": {"id": 674}, "assignee": {"id": 544}, "project": {"id": 344, "owner": {"id": 53}, "assignee": {"id": 838}}, "task": {"id": 376, "owner": {"id": 918}, "assignee": {"id": 1080}}, "job": {"id": 327, "assignee": {"id": 1161}}, "organization": {"id": 1295}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 54, "privilege": "business"}, "organization": {"id": 188, "owner": {"id": 257}, "user": {"role": null}}}, "resource": {"id": 375, "owner": {"id": 603}, "assignee": {"id": 562}, "project": {"id": 329, "owner": {"id": 54}, "assignee": {"id": 807}}, "task": {"id": 308, "owner": {"id": 996}, "assignee": {"id": 1061}}, "job": {"id": 343, "assignee": {"id": 1100}}, "organization": {"id": 188}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 20, "privilege": "worker"}, "organization": {"id": 179, "owner": {"id": 221}, "user": {"role": null}}}, "resource": {"id": 324, "owner": {"id": 632}, "assignee": {"id": 577}, "project": {"id": 360, "owner": {"id": 20}, "assignee": {"id": 825}}, "task": {"id": 346, "owner": {"id": 903}, "assignee": {"id": 1086}}, "job": {"id": 375, "assignee": {"id": 1118}}, "organization": {"id": 179}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 69, "privilege": "business"}, "organization": {"id": 192, "owner": {"id": 278}, "user": {"role": null}}}, "resource": {"id": 322, "owner": {"id": 605}, "assignee": {"id": 549}, "project": {"id": 394, "owner": {"id": 69}, "assignee": {"id": 859}}, "task": {"id": 302, "owner": {"id": 958}, "assignee": {"id": 1034}}, "job": {"id": 391, "assignee": {"id": 1175}}, "organization": {"id": 1225}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 99, "privilege": "worker"}, "organization": {"id": 174, "owner": {"id": 213}, "user": {"role": null}}}, "resource": {"id": 375, "owner": {"id": 605}, "assignee": {"id": 560}, "project": {"id": 315, "owner": {"id": 99}, "assignee": {"id": 868}}, "task": {"id": 376, "owner": {"id": 944}, "assignee": {"id": 1079}}, "job": {"id": 368, "assignee": {"id": 1179}}, "organization": {"id": 1273}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 54, "privilege": "user"}, "organization": {"id": 176, "owner": {"id": 54}, "user": {"role": "owner"}}}, "resource": {"id": 325, "owner": {"id": 623}, "assignee": {"id": 562}, "project": {"id": 366, "owner": {"id": 54}, "assignee": {"id": 899}}, "task": {"id": 360, "owner": {"id": 935}, "assignee": {"id": 1063}}, "job": {"id": 300, "assignee": {"id": 1118}}, "organization": {"id": 176}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 70, "privilege": "none"}, "organization": {"id": 100, "owner": {"id": 70}, "user": {"role": "owner"}}}, "resource": {"id": 387, "owner": {"id": 681}, "assignee": {"id": 593}, "project": {"id": 391, "owner": {"id": 70}, "assignee": {"id": 810}}, "task": {"id": 390, "owner": {"id": 968}, "assignee": {"id": 1080}}, "job": {"id": 367, "assignee": {"id": 1197}}, "organization": {"id": 100}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 6, "privilege": "user"}, "organization": {"id": 142, "owner": {"id": 6}, "user": {"role": "owner"}}}, "resource": {"id": 309, "owner": {"id": 670}, "assignee": {"id": 534}, "project": {"id": 386, "owner": {"id": 6}, "assignee": {"id": 864}}, "task": {"id": 383, "owner": {"id": 905}, "assignee": {"id": 1099}}, "job": {"id": 381, "assignee": {"id": 1136}}, "organization": {"id": 1250}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 47, "privilege": "none"}, "organization": {"id": 104, "owner": {"id": 47}, "user": {"role": "owner"}}}, "resource": {"id": 338, "owner": {"id": 638}, "assignee": {"id": 588}, "project": {"id": 300, "owner": {"id": 47}, "assignee": {"id": 899}}, "task": {"id": 314, "owner": {"id": 975}, "assignee": {"id": 1080}}, "job": {"id": 346, "assignee": {"id": 1147}}, "organization": {"id": 1263}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 62, "privilege": "user"}, "organization": {"id": 183, "owner": {"id": 268}, "user": {"role": "maintainer"}}}, "resource": {"id": 366, "owner": {"id": 653}, "assignee": {"id": 523}, "project": {"id": 375, "owner": {"id": 62}, "assignee": {"id": 840}}, "task": {"id": 327, "owner": {"id": 975}, "assignee": {"id": 1054}}, "job": {"id": 359, "assignee": {"id": 1186}}, "organization": {"id": 183}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 15, "privilege": "none"}, "organization": {"id": 184, "owner": {"id": 238}, "user": {"role": "maintainer"}}}, "resource": {"id": 328, "owner": {"id": 633}, "assignee": {"id": 591}, "project": {"id": 360, "owner": {"id": 15}, "assignee": {"id": 810}}, "task": {"id": 381, "owner": {"id": 973}, "assignee": {"id": 1030}}, "job": {"id": 315, "assignee": {"id": 1100}}, "organization": {"id": 184}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 65, "privilege": "user"}, "organization": {"id": 125, "owner": {"id": 274}, "user": {"role": "maintainer"}}}, "resource": {"id": 326, "owner": {"id": 649}, "assignee": {"id": 568}, "project": {"id": 376, "owner": {"id": 65}, "assignee": {"id": 897}}, "task": {"id": 348, "owner": {"id": 916}, "assignee": {"id": 1006}}, "job": {"id": 330, "assignee": {"id": 1182}}, "organization": {"id": 1284}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 92, "privilege": "none"}, "organization": {"id": 154, "owner": {"id": 217}, "user": {"role": "maintainer"}}}, "resource": {"id": 368, "owner": {"id": 650}, "assignee": {"id": 581}, "project": {"id": 399, "owner": {"id": 92}, "assignee": {"id": 845}}, "task": {"id": 375, "owner": {"id": 944}, "assignee": {"id": 1043}}, "job": {"id": 358, "assignee": {"id": 1102}}, "organization": {"id": 1232}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 97, "privilege": "user"}, "organization": {"id": 124, "owner": {"id": 248}, "user": {"role": "supervisor"}}}, "resource": {"id": 311, "owner": {"id": 651}, "assignee": {"id": 557}, "project": {"id": 338, "owner": {"id": 97}, "assignee": {"id": 899}}, "task": {"id": 390, "owner": {"id": 954}, "assignee": {"id": 1065}}, "job": {"id": 337, "assignee": {"id": 1180}}, "organization": {"id": 124}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 99, "privilege": "none"}, "organization": {"id": 183, "owner": {"id": 247}, "user": {"role": "supervisor"}}}, "resource": {"id": 327, "owner": {"id": 677}, "assignee": {"id": 516}, "project": {"id": 370, "owner": {"id": 99}, "assignee": {"id": 887}}, "task": {"id": 316, "owner": {"id": 941}, "assignee": {"id": 1042}}, "job": {"id": 397, "assignee": {"id": 1127}}, "organization": {"id": 183}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 51, "privilege": "user"}, "organization": {"id": 106, "owner": {"id": 250}, "user": {"role": "supervisor"}}}, "resource": {"id": 367, "owner": {"id": 633}, "assignee": {"id": 573}, "project": {"id": 303, "owner": {"id": 51}, "assignee": {"id": 898}}, "task": {"id": 340, "owner": {"id": 987}, "assignee": {"id": 1052}}, "job": {"id": 339, "assignee": {"id": 1122}}, "organization": {"id": 1264}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 10, "privilege": "none"}, "organization": {"id": 186, "owner": {"id": 251}, "user": {"role": "supervisor"}}}, "resource": {"id": 328, "owner": {"id": 676}, "assignee": {"id": 508}, "project": {"id": 318, "owner": {"id": 10}, "assignee": {"id": 845}}, "task": {"id": 337, "owner": {"id": 952}, "assignee": {"id": 1054}}, "job": {"id": 345, "assignee": {"id": 1112}}, "organization": {"id": 1277}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 33, "privilege": "user"}, "organization": {"id": 131, "owner": {"id": 238}, "user": {"role": "worker"}}}, "resource": {"id": 321, "owner": {"id": 655}, "assignee": {"id": 569}, "project": {"id": 309, "owner": {"id": 33}, "assignee": {"id": 804}}, "task": {"id": 391, "owner": {"id": 926}, "assignee": {"id": 1094}}, "job": {"id": 396, "assignee": {"id": 1114}}, "organization": {"id": 131}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 60, "privilege": "none"}, "organization": {"id": 193, "owner": {"id": 289}, "user": {"role": "worker"}}}, "resource": {"id": 347, "owner": {"id": 636}, "assignee": {"id": 515}, "project": {"id": 371, "owner": {"id": 60}, "assignee": {"id": 897}}, "task": {"id": 370, "owner": {"id": 908}, "assignee": {"id": 1080}}, "job": {"id": 393, "assignee": {"id": 1146}}, "organization": {"id": 193}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 22, "privilege": "user"}, "organization": {"id": 116, "owner": {"id": 286}, "user": {"role": "worker"}}}, "resource": {"id": 371, "owner": {"id": 610}, "assignee": {"id": 580}, "project": {"id": 385, "owner": {"id": 22}, "assignee": {"id": 804}}, "task": {"id": 348, "owner": {"id": 980}, "assignee": {"id": 1016}}, "job": {"id": 393, "assignee": {"id": 1150}}, "organization": {"id": 1230}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 4, "privilege": "none"}, "organization": {"id": 147, "owner": {"id": 263}, "user": {"role": "worker"}}}, "resource": {"id": 389, "owner": {"id": 656}, "assignee": {"id": 525}, "project": {"id": 374, "owner": {"id": 4}, "assignee": {"id": 867}}, "task": {"id": 373, "owner": {"id": 947}, "assignee": {"id": 1011}}, "job": {"id": 331, "assignee": {"id": 1199}}, "organization": {"id": 1203}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 87, "privilege": "user"}, "organization": {"id": 172, "owner": {"id": 275}, "user": {"role": null}}}, "resource": {"id": 386, "owner": {"id": 698}, "assignee": {"id": 555}, "project": {"id": 384, "owner": {"id": 87}, "assignee": {"id": 839}}, "task": {"id": 346, "owner": {"id": 943}, "assignee": {"id": 1025}}, "job": {"id": 384, "assignee": {"id": 1100}}, "organization": {"id": 172}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 85, "privilege": "none"}, "organization": {"id": 126, "owner": {"id": 220}, "user": {"role": null}}}, "resource": {"id": 312, "owner": {"id": 625}, "assignee": {"id": 525}, "project": {"id": 329, "owner": {"id": 85}, "assignee": {"id": 814}}, "task": {"id": 367, "owner": {"id": 939}, "assignee": {"id": 1022}}, "job": {"id": 353, "assignee": {"id": 1125}}, "organization": {"id": 126}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 82, "privilege": "user"}, "organization": {"id": 173, "owner": {"id": 272}, "user": {"role": null}}}, "resource": {"id": 398, "owner": {"id": 676}, "assignee": {"id": 584}, "project": {"id": 338, "owner": {"id": 82}, "assignee": {"id": 822}}, "task": {"id": 343, "owner": {"id": 958}, "assignee": {"id": 1038}}, "job": {"id": 371, "assignee": {"id": 1191}}, "organization": {"id": 1284}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 10, "privilege": "none"}, "organization": {"id": 190, "owner": {"id": 299}, "user": {"role": null}}}, "resource": {"id": 373, "owner": {"id": 682}, "assignee": {"id": 510}, "project": {"id": 392, "owner": {"id": 10}, "assignee": {"id": 816}}, "task": {"id": 336, "owner": {"id": 991}, "assignee": {"id": 1013}}, "job": {"id": 342, "assignee": {"id": 1164}}, "organization": {"id": 1264}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 51, "privilege": "worker"}, "organization": {"id": 189, "owner": {"id": 51}, "user": {"role": "owner"}}}, "resource": {"id": 316, "owner": {"id": 625}, "assignee": {"id": 555}, "project": {"id": 368, "owner": {"id": 51}, "assignee": {"id": 873}}, "task": {"id": 313, "owner": {"id": 988}, "assignee": {"id": 1026}}, "job": {"id": 372, "assignee": {"id": 1152}}, "organization": {"id": 189}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 24, "privilege": "admin"}, "organization": {"id": 158, "owner": {"id": 24}, "user": {"role": "owner"}}}, "resource": {"id": 351, "owner": {"id": 619}, "assignee": {"id": 590}, "project": {"id": 305, "owner": {"id": 789}, "assignee": {"id": 24}}, "task": {"id": 367, "owner": {"id": 969}, "assignee": {"id": 1070}}, "job": {"id": 356, "assignee": {"id": 1187}}, "organization": {"id": 158}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 49, "privilege": "worker"}, "organization": {"id": 172, "owner": {"id": 49}, "user": {"role": "owner"}}}, "resource": {"id": 346, "owner": {"id": 660}, "assignee": {"id": 541}, "project": {"id": 381, "owner": {"id": 49}, "assignee": {"id": 827}}, "task": {"id": 364, "owner": {"id": 929}, "assignee": {"id": 1060}}, "job": {"id": 353, "assignee": {"id": 1113}}, "organization": {"id": 1279}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 60, "privilege": "admin"}, "organization": {"id": 160, "owner": {"id": 60}, "user": {"role": "owner"}}}, "resource": {"id": 396, "owner": {"id": 615}, "assignee": {"id": 504}, "project": {"id": 356, "owner": {"id": 707}, "assignee": {"id": 60}}, "task": {"id": 381, "owner": {"id": 911}, "assignee": {"id": 1002}}, "job": {"id": 388, "assignee": {"id": 1117}}, "organization": {"id": 1271}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 60, "privilege": "worker"}, "organization": {"id": 196, "owner": {"id": 223}, "user": {"role": "maintainer"}}}, "resource": {"id": 380, "owner": {"id": 627}, "assignee": {"id": 500}, "project": {"id": 389, "owner": {"id": 60}, "assignee": {"id": 893}}, "task": {"id": 336, "owner": {"id": 904}, "assignee": {"id": 1073}}, "job": {"id": 398, "assignee": {"id": 1132}}, "organization": {"id": 196}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 85, "privilege": "admin"}, "organization": {"id": 144, "owner": {"id": 245}, "user": {"role": "maintainer"}}}, "resource": {"id": 356, "owner": {"id": 611}, "assignee": {"id": 581}, "project": {"id": 389, "owner": {"id": 786}, "assignee": {"id": 85}}, "task": {"id": 367, "owner": {"id": 961}, "assignee": {"id": 1086}}, "job": {"id": 352, "assignee": {"id": 1134}}, "organization": {"id": 144}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 5, "privilege": "worker"}, "organization": {"id": 160, "owner": {"id": 257}, "user": {"role": "maintainer"}}}, "resource": {"id": 315, "owner": {"id": 698}, "assignee": {"id": 508}, "project": {"id": 398, "owner": {"id": 5}, "assignee": {"id": 880}}, "task": {"id": 321, "owner": {"id": 912}, "assignee": {"id": 1033}}, "job": {"id": 317, "assignee": {"id": 1173}}, "organization": {"id": 1224}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 96, "privilege": "admin"}, "organization": {"id": 185, "owner": {"id": 238}, "user": {"role": "maintainer"}}}, "resource": {"id": 350, "owner": {"id": 616}, "assignee": {"id": 588}, "project": {"id": 339, "owner": {"id": 768}, "assignee": {"id": 96}}, "task": {"id": 364, "owner": {"id": 970}, "assignee": {"id": 1085}}, "job": {"id": 330, "assignee": {"id": 1125}}, "organization": {"id": 1255}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 71, "privilege": "worker"}, "organization": {"id": 140, "owner": {"id": 218}, "user": {"role": "supervisor"}}}, "resource": {"id": 392, "owner": {"id": 609}, "assignee": {"id": 532}, "project": {"id": 359, "owner": {"id": 71}, "assignee": {"id": 887}}, "task": {"id": 319, "owner": {"id": 924}, "assignee": {"id": 1019}}, "job": {"id": 336, "assignee": {"id": 1107}}, "organization": {"id": 140}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 55, "privilege": "admin"}, "organization": {"id": 149, "owner": {"id": 201}, "user": {"role": "supervisor"}}}, "resource": {"id": 343, "owner": {"id": 624}, "assignee": {"id": 577}, "project": {"id": 310, "owner": {"id": 728}, "assignee": {"id": 55}}, "task": {"id": 328, "owner": {"id": 913}, "assignee": {"id": 1099}}, "job": {"id": 310, "assignee": {"id": 1163}}, "organization": {"id": 149}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 76, "privilege": "worker"}, "organization": {"id": 134, "owner": {"id": 241}, "user": {"role": "supervisor"}}}, "resource": {"id": 311, "owner": {"id": 645}, "assignee": {"id": 502}, "project": {"id": 371, "owner": {"id": 76}, "assignee": {"id": 852}}, "task": {"id": 308, "owner": {"id": 945}, "assignee": {"id": 1068}}, "job": {"id": 363, "assignee": {"id": 1193}}, "organization": {"id": 1222}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 7, "privilege": "admin"}, "organization": {"id": 109, "owner": {"id": 203}, "user": {"role": "supervisor"}}}, "resource": {"id": 336, "owner": {"id": 607}, "assignee": {"id": 522}, "project": {"id": 308, "owner": {"id": 713}, "assignee": {"id": 7}}, "task": {"id": 345, "owner": {"id": 962}, "assignee": {"id": 1044}}, "job": {"id": 314, "assignee": {"id": 1192}}, "organization": {"id": 1276}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 95, "privilege": "worker"}, "organization": {"id": 110, "owner": {"id": 240}, "user": {"role": "worker"}}}, "resource": {"id": 325, "owner": {"id": 696}, "assignee": {"id": 516}, "project": {"id": 313, "owner": {"id": 95}, "assignee": {"id": 889}}, "task": {"id": 303, "owner": {"id": 909}, "assignee": {"id": 1021}}, "job": {"id": 348, "assignee": {"id": 1106}}, "organization": {"id": 110}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 39, "privilege": "admin"}, "organization": {"id": 102, "owner": {"id": 281}, "user": {"role": "worker"}}}, "resource": {"id": 347, "owner": {"id": 602}, "assignee": {"id": 589}, "project": {"id": 306, "owner": {"id": 785}, "assignee": {"id": 39}}, "task": {"id": 309, "owner": {"id": 921}, "assignee": {"id": 1094}}, "job": {"id": 340, "assignee": {"id": 1147}}, "organization": {"id": 102}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 46, "privilege": "worker"}, "organization": {"id": 132, "owner": {"id": 222}, "user": {"role": "worker"}}}, "resource": {"id": 314, "owner": {"id": 660}, "assignee": {"id": 587}, "project": {"id": 372, "owner": {"id": 46}, "assignee": {"id": 850}}, "task": {"id": 356, "owner": {"id": 980}, "assignee": {"id": 1010}}, "job": {"id": 304, "assignee": {"id": 1185}}, "organization": {"id": 1296}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 45, "privilege": "admin"}, "organization": {"id": 130, "owner": {"id": 264}, "user": {"role": "worker"}}}, "resource": {"id": 346, "owner": {"id": 688}, "assignee": {"id": 518}, "project": {"id": 370, "owner": {"id": 711}, "assignee": {"id": 45}}, "task": {"id": 334, "owner": {"id": 923}, "assignee": {"id": 1048}}, "job": {"id": 382, "assignee": {"id": 1122}}, "organization": {"id": 1277}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 43, "privilege": "worker"}, "organization": {"id": 170, "owner": {"id": 226}, "user": {"role": null}}}, "resource": {"id": 309, "owner": {"id": 617}, "assignee": {"id": 583}, "project": {"id": 301, "owner": {"id": 43}, "assignee": {"id": 876}}, "task": {"id": 347, "owner": {"id": 913}, "assignee": {"id": 1063}}, "job": {"id": 331, "assignee": {"id": 1149}}, "organization": {"id": 170}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 7, "privilege": "admin"}, "organization": {"id": 109, "owner": {"id": 213}, "user": {"role": null}}}, "resource": {"id": 336, "owner": {"id": 609}, "assignee": {"id": 581}, "project": {"id": 324, "owner": {"id": 706}, "assignee": {"id": 7}}, "task": {"id": 302, "owner": {"id": 942}, "assignee": {"id": 1040}}, "job": {"id": 399, "assignee": {"id": 1141}}, "organization": {"id": 109}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 50, "privilege": "worker"}, "organization": {"id": 110, "owner": {"id": 216}, "user": {"role": null}}}, "resource": {"id": 302, "owner": {"id": 694}, "assignee": {"id": 579}, "project": {"id": 309, "owner": {"id": 50}, "assignee": {"id": 837}}, "task": {"id": 375, "owner": {"id": 933}, "assignee": {"id": 1099}}, "job": {"id": 351, "assignee": {"id": 1130}}, "organization": {"id": 1242}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 16, "privilege": "admin"}, "organization": {"id": 108, "owner": {"id": 292}, "user": {"role": null}}}, "resource": {"id": 328, "owner": {"id": 652}, "assignee": {"id": 528}, "project": {"id": 351, "owner": {"id": 734}, "assignee": {"id": 16}}, "task": {"id": 369, "owner": {"id": 980}, "assignee": {"id": 1011}}, "job": {"id": 350, "assignee": {"id": 1158}}, "organization": {"id": 1295}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 43, "privilege": "none"}, "organization": {"id": 196, "owner": {"id": 43}, "user": {"role": "owner"}}}, "resource": {"id": 323, "owner": {"id": 694}, "assignee": {"id": 526}, "project": {"id": 378, "owner": {"id": 43}, "assignee": {"id": 850}}, "task": {"id": 367, "owner": {"id": 913}, "assignee": {"id": 1070}}, "job": {"id": 354, "assignee": {"id": 1103}}, "organization": {"id": 196}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 60, "privilege": "business"}, "organization": {"id": 135, "owner": {"id": 60}, "user": {"role": "owner"}}}, "resource": {"id": 351, "owner": {"id": 605}, "assignee": {"id": 598}, "project": {"id": 315, "owner": {"id": 743}, "assignee": {"id": 60}}, "task": {"id": 363, "owner": {"id": 966}, "assignee": {"id": 1016}}, "job": {"id": 384, "assignee": {"id": 1181}}, "organization": {"id": 135}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 76, "privilege": "none"}, "organization": {"id": 133, "owner": {"id": 76}, "user": {"role": "owner"}}}, "resource": {"id": 379, "owner": {"id": 605}, "assignee": {"id": 597}, "project": {"id": 326, "owner": {"id": 76}, "assignee": {"id": 828}}, "task": {"id": 314, "owner": {"id": 998}, "assignee": {"id": 1037}}, "job": {"id": 388, "assignee": {"id": 1118}}, "organization": {"id": 1252}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 10, "privilege": "business"}, "organization": {"id": 146, "owner": {"id": 10}, "user": {"role": "owner"}}}, "resource": {"id": 301, "owner": {"id": 646}, "assignee": {"id": 567}, "project": {"id": 328, "owner": {"id": 773}, "assignee": {"id": 10}}, "task": {"id": 313, "owner": {"id": 954}, "assignee": {"id": 1084}}, "job": {"id": 328, "assignee": {"id": 1101}}, "organization": {"id": 1213}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 33, "privilege": "none"}, "organization": {"id": 165, "owner": {"id": 296}, "user": {"role": "maintainer"}}}, "resource": {"id": 304, "owner": {"id": 600}, "assignee": {"id": 576}, "project": {"id": 351, "owner": {"id": 33}, "assignee": {"id": 801}}, "task": {"id": 353, "owner": {"id": 995}, "assignee": {"id": 1009}}, "job": {"id": 355, "assignee": {"id": 1162}}, "organization": {"id": 165}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 66, "privilege": "business"}, "organization": {"id": 100, "owner": {"id": 222}, "user": {"role": "maintainer"}}}, "resource": {"id": 368, "owner": {"id": 610}, "assignee": {"id": 557}, "project": {"id": 320, "owner": {"id": 781}, "assignee": {"id": 66}}, "task": {"id": 304, "owner": {"id": 940}, "assignee": {"id": 1040}}, "job": {"id": 316, "assignee": {"id": 1104}}, "organization": {"id": 100}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 73, "privilege": "none"}, "organization": {"id": 160, "owner": {"id": 262}, "user": {"role": "maintainer"}}}, "resource": {"id": 354, "owner": {"id": 642}, "assignee": {"id": 582}, "project": {"id": 307, "owner": {"id": 73}, "assignee": {"id": 820}}, "task": {"id": 374, "owner": {"id": 953}, "assignee": {"id": 1002}}, "job": {"id": 326, "assignee": {"id": 1124}}, "organization": {"id": 1219}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 79, "privilege": "business"}, "organization": {"id": 101, "owner": {"id": 271}, "user": {"role": "maintainer"}}}, "resource": {"id": 300, "owner": {"id": 634}, "assignee": {"id": 574}, "project": {"id": 310, "owner": {"id": 775}, "assignee": {"id": 79}}, "task": {"id": 328, "owner": {"id": 925}, "assignee": {"id": 1014}}, "job": {"id": 378, "assignee": {"id": 1129}}, "organization": {"id": 1259}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 26, "privilege": "none"}, "organization": {"id": 172, "owner": {"id": 241}, "user": {"role": "supervisor"}}}, "resource": {"id": 333, "owner": {"id": 610}, "assignee": {"id": 518}, "project": {"id": 369, "owner": {"id": 26}, "assignee": {"id": 895}}, "task": {"id": 366, "owner": {"id": 976}, "assignee": {"id": 1030}}, "job": {"id": 339, "assignee": {"id": 1180}}, "organization": {"id": 172}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 81, "privilege": "business"}, "organization": {"id": 139, "owner": {"id": 259}, "user": {"role": "supervisor"}}}, "resource": {"id": 392, "owner": {"id": 661}, "assignee": {"id": 539}, "project": {"id": 310, "owner": {"id": 749}, "assignee": {"id": 81}}, "task": {"id": 378, "owner": {"id": 952}, "assignee": {"id": 1047}}, "job": {"id": 399, "assignee": {"id": 1189}}, "organization": {"id": 139}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 8, "privilege": "none"}, "organization": {"id": 150, "owner": {"id": 217}, "user": {"role": "supervisor"}}}, "resource": {"id": 338, "owner": {"id": 650}, "assignee": {"id": 585}, "project": {"id": 352, "owner": {"id": 8}, "assignee": {"id": 826}}, "task": {"id": 305, "owner": {"id": 910}, "assignee": {"id": 1009}}, "job": {"id": 377, "assignee": {"id": 1105}}, "organization": {"id": 1274}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 37, "privilege": "business"}, "organization": {"id": 143, "owner": {"id": 220}, "user": {"role": "supervisor"}}}, "resource": {"id": 322, "owner": {"id": 609}, "assignee": {"id": 576}, "project": {"id": 313, "owner": {"id": 722}, "assignee": {"id": 37}}, "task": {"id": 383, "owner": {"id": 985}, "assignee": {"id": 1059}}, "job": {"id": 309, "assignee": {"id": 1148}}, "organization": {"id": 1212}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 73, "privilege": "none"}, "organization": {"id": 146, "owner": {"id": 200}, "user": {"role": "worker"}}}, "resource": {"id": 364, "owner": {"id": 642}, "assignee": {"id": 532}, "project": {"id": 376, "owner": {"id": 73}, "assignee": {"id": 819}}, "task": {"id": 367, "owner": {"id": 987}, "assignee": {"id": 1064}}, "job": {"id": 372, "assignee": {"id": 1160}}, "organization": {"id": 146}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 99, "privilege": "business"}, "organization": {"id": 150, "owner": {"id": 298}, "user": {"role": "worker"}}}, "resource": {"id": 315, "owner": {"id": 640}, "assignee": {"id": 594}, "project": {"id": 347, "owner": {"id": 716}, "assignee": {"id": 99}}, "task": {"id": 381, "owner": {"id": 909}, "assignee": {"id": 1023}}, "job": {"id": 390, "assignee": {"id": 1186}}, "organization": {"id": 150}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 89, "privilege": "none"}, "organization": {"id": 161, "owner": {"id": 216}, "user": {"role": "worker"}}}, "resource": {"id": 388, "owner": {"id": 620}, "assignee": {"id": 579}, "project": {"id": 377, "owner": {"id": 89}, "assignee": {"id": 897}}, "task": {"id": 387, "owner": {"id": 962}, "assignee": {"id": 1054}}, "job": {"id": 348, "assignee": {"id": 1125}}, "organization": {"id": 1214}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 23, "privilege": "business"}, "organization": {"id": 183, "owner": {"id": 227}, "user": {"role": "worker"}}}, "resource": {"id": 396, "owner": {"id": 675}, "assignee": {"id": 580}, "project": {"id": 343, "owner": {"id": 724}, "assignee": {"id": 23}}, "task": {"id": 396, "owner": {"id": 973}, "assignee": {"id": 1039}}, "job": {"id": 329, "assignee": {"id": 1107}}, "organization": {"id": 1235}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 82, "privilege": "none"}, "organization": {"id": 174, "owner": {"id": 291}, "user": {"role": null}}}, "resource": {"id": 358, "owner": {"id": 616}, "assignee": {"id": 582}, "project": {"id": 301, "owner": {"id": 82}, "assignee": {"id": 869}}, "task": {"id": 355, "owner": {"id": 985}, "assignee": {"id": 1050}}, "job": {"id": 386, "assignee": {"id": 1124}}, "organization": {"id": 174}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 34, "privilege": "business"}, "organization": {"id": 152, "owner": {"id": 201}, "user": {"role": null}}}, "resource": {"id": 379, "owner": {"id": 633}, "assignee": {"id": 509}, "project": {"id": 342, "owner": {"id": 772}, "assignee": {"id": 34}}, "task": {"id": 322, "owner": {"id": 970}, "assignee": {"id": 1005}}, "job": {"id": 384, "assignee": {"id": 1149}}, "organization": {"id": 152}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 58, "privilege": "none"}, "organization": {"id": 167, "owner": {"id": 221}, "user": {"role": null}}}, "resource": {"id": 318, "owner": {"id": 669}, "assignee": {"id": 519}, "project": {"id": 346, "owner": {"id": 58}, "assignee": {"id": 820}}, "task": {"id": 318, "owner": {"id": 926}, "assignee": {"id": 1095}}, "job": {"id": 353, "assignee": {"id": 1122}}, "organization": {"id": 1292}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 99, "privilege": "business"}, "organization": {"id": 120, "owner": {"id": 204}, "user": {"role": null}}}, "resource": {"id": 305, "owner": {"id": 693}, "assignee": {"id": 503}, "project": {"id": 329, "owner": {"id": 792}, "assignee": {"id": 99}}, "task": {"id": 315, "owner": {"id": 945}, "assignee": {"id": 1019}}, "job": {"id": 309, "assignee": {"id": 1136}}, "organization": {"id": 1280}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 96, "privilege": "admin"}, "organization": {"id": 156, "owner": {"id": 96}, "user": {"role": "owner"}}}, "resource": {"id": 317, "owner": {"id": 605}, "assignee": {"id": 599}, "project": {"id": 355, "owner": {"id": 734}, "assignee": {"id": 96}}, "task": {"id": 312, "owner": {"id": 973}, "assignee": {"id": 1028}}, "job": {"id": 398, "assignee": {"id": 1138}}, "organization": {"id": 156}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 65, "privilege": "user"}, "organization": {"id": 183, "owner": {"id": 65}, "user": {"role": "owner"}}}, "resource": {"id": 396, "owner": {"id": 635}, "assignee": {"id": 563}, "project": {"id": 315, "owner": {"id": 705}, "assignee": {"id": 65}}, "task": {"id": 302, "owner": {"id": 970}, "assignee": {"id": 1088}}, "job": {"id": 332, "assignee": {"id": 1116}}, "organization": {"id": 183}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 34, "privilege": "admin"}, "organization": {"id": 110, "owner": {"id": 34}, "user": {"role": "owner"}}}, "resource": {"id": 389, "owner": {"id": 603}, "assignee": {"id": 540}, "project": {"id": 340, "owner": {"id": 790}, "assignee": {"id": 34}}, "task": {"id": 362, "owner": {"id": 926}, "assignee": {"id": 1030}}, "job": {"id": 327, "assignee": {"id": 1156}}, "organization": {"id": 1297}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 49, "privilege": "user"}, "organization": {"id": 148, "owner": {"id": 49}, "user": {"role": "owner"}}}, "resource": {"id": 361, "owner": {"id": 604}, "assignee": {"id": 515}, "project": {"id": 304, "owner": {"id": 782}, "assignee": {"id": 49}}, "task": {"id": 347, "owner": {"id": 933}, "assignee": {"id": 1002}}, "job": {"id": 365, "assignee": {"id": 1166}}, "organization": {"id": 1271}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 79, "privilege": "admin"}, "organization": {"id": 198, "owner": {"id": 268}, "user": {"role": "maintainer"}}}, "resource": {"id": 324, "owner": {"id": 671}, "assignee": {"id": 517}, "project": {"id": 365, "owner": {"id": 758}, "assignee": {"id": 79}}, "task": {"id": 354, "owner": {"id": 927}, "assignee": {"id": 1008}}, "job": {"id": 364, "assignee": {"id": 1138}}, "organization": {"id": 198}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 47, "privilege": "user"}, "organization": {"id": 100, "owner": {"id": 267}, "user": {"role": "maintainer"}}}, "resource": {"id": 342, "owner": {"id": 689}, "assignee": {"id": 534}, "project": {"id": 352, "owner": {"id": 751}, "assignee": {"id": 47}}, "task": {"id": 364, "owner": {"id": 916}, "assignee": {"id": 1042}}, "job": {"id": 301, "assignee": {"id": 1195}}, "organization": {"id": 100}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 97, "privilege": "admin"}, "organization": {"id": 155, "owner": {"id": 299}, "user": {"role": "maintainer"}}}, "resource": {"id": 323, "owner": {"id": 622}, "assignee": {"id": 552}, "project": {"id": 389, "owner": {"id": 759}, "assignee": {"id": 97}}, "task": {"id": 331, "owner": {"id": 991}, "assignee": {"id": 1005}}, "job": {"id": 395, "assignee": {"id": 1192}}, "organization": {"id": 1282}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 35, "privilege": "user"}, "organization": {"id": 101, "owner": {"id": 217}, "user": {"role": "maintainer"}}}, "resource": {"id": 335, "owner": {"id": 624}, "assignee": {"id": 593}, "project": {"id": 331, "owner": {"id": 713}, "assignee": {"id": 35}}, "task": {"id": 329, "owner": {"id": 968}, "assignee": {"id": 1033}}, "job": {"id": 398, "assignee": {"id": 1131}}, "organization": {"id": 1271}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 98, "privilege": "admin"}, "organization": {"id": 154, "owner": {"id": 293}, "user": {"role": "supervisor"}}}, "resource": {"id": 330, "owner": {"id": 604}, "assignee": {"id": 537}, "project": {"id": 384, "owner": {"id": 750}, "assignee": {"id": 98}}, "task": {"id": 396, "owner": {"id": 999}, "assignee": {"id": 1066}}, "job": {"id": 362, "assignee": {"id": 1101}}, "organization": {"id": 154}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 34, "privilege": "user"}, "organization": {"id": 157, "owner": {"id": 238}, "user": {"role": "supervisor"}}}, "resource": {"id": 350, "owner": {"id": 651}, "assignee": {"id": 523}, "project": {"id": 301, "owner": {"id": 747}, "assignee": {"id": 34}}, "task": {"id": 396, "owner": {"id": 955}, "assignee": {"id": 1091}}, "job": {"id": 355, "assignee": {"id": 1113}}, "organization": {"id": 157}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 72, "privilege": "admin"}, "organization": {"id": 192, "owner": {"id": 203}, "user": {"role": "supervisor"}}}, "resource": {"id": 363, "owner": {"id": 636}, "assignee": {"id": 542}, "project": {"id": 399, "owner": {"id": 782}, "assignee": {"id": 72}}, "task": {"id": 312, "owner": {"id": 941}, "assignee": {"id": 1024}}, "job": {"id": 327, "assignee": {"id": 1178}}, "organization": {"id": 1242}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 69, "privilege": "user"}, "organization": {"id": 170, "owner": {"id": 298}, "user": {"role": "supervisor"}}}, "resource": {"id": 347, "owner": {"id": 608}, "assignee": {"id": 543}, "project": {"id": 352, "owner": {"id": 717}, "assignee": {"id": 69}}, "task": {"id": 313, "owner": {"id": 919}, "assignee": {"id": 1097}}, "job": {"id": 304, "assignee": {"id": 1195}}, "organization": {"id": 1292}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 84, "privilege": "admin"}, "organization": {"id": 125, "owner": {"id": 296}, "user": {"role": "worker"}}}, "resource": {"id": 330, "owner": {"id": 610}, "assignee": {"id": 569}, "project": {"id": 304, "owner": {"id": 766}, "assignee": {"id": 84}}, "task": {"id": 386, "owner": {"id": 959}, "assignee": {"id": 1029}}, "job": {"id": 320, "assignee": {"id": 1109}}, "organization": {"id": 125}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 91, "privilege": "user"}, "organization": {"id": 177, "owner": {"id": 279}, "user": {"role": "worker"}}}, "resource": {"id": 327, "owner": {"id": 628}, "assignee": {"id": 525}, "project": {"id": 393, "owner": {"id": 728}, "assignee": {"id": 91}}, "task": {"id": 319, "owner": {"id": 991}, "assignee": {"id": 1076}}, "job": {"id": 387, "assignee": {"id": 1104}}, "organization": {"id": 177}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 60, "privilege": "admin"}, "organization": {"id": 104, "owner": {"id": 245}, "user": {"role": "worker"}}}, "resource": {"id": 387, "owner": {"id": 612}, "assignee": {"id": 567}, "project": {"id": 356, "owner": {"id": 773}, "assignee": {"id": 60}}, "task": {"id": 315, "owner": {"id": 937}, "assignee": {"id": 1091}}, "job": {"id": 316, "assignee": {"id": 1112}}, "organization": {"id": 1227}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 18, "privilege": "user"}, "organization": {"id": 103, "owner": {"id": 294}, "user": {"role": "worker"}}}, "resource": {"id": 336, "owner": {"id": 679}, "assignee": {"id": 512}, "project": {"id": 328, "owner": {"id": 766}, "assignee": {"id": 18}}, "task": {"id": 310, "owner": {"id": 935}, "assignee": {"id": 1039}}, "job": {"id": 329, "assignee": {"id": 1150}}, "organization": {"id": 1254}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 90, "privilege": "admin"}, "organization": {"id": 182, "owner": {"id": 276}, "user": {"role": null}}}, "resource": {"id": 307, "owner": {"id": 681}, "assignee": {"id": 585}, "project": {"id": 338, "owner": {"id": 756}, "assignee": {"id": 90}}, "task": {"id": 398, "owner": {"id": 979}, "assignee": {"id": 1098}}, "job": {"id": 352, "assignee": {"id": 1183}}, "organization": {"id": 182}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 70, "privilege": "user"}, "organization": {"id": 128, "owner": {"id": 267}, "user": {"role": null}}}, "resource": {"id": 353, "owner": {"id": 654}, "assignee": {"id": 538}, "project": {"id": 358, "owner": {"id": 724}, "assignee": {"id": 70}}, "task": {"id": 332, "owner": {"id": 977}, "assignee": {"id": 1093}}, "job": {"id": 396, "assignee": {"id": 1165}}, "organization": {"id": 128}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 69, "privilege": "admin"}, "organization": {"id": 193, "owner": {"id": 297}, "user": {"role": null}}}, "resource": {"id": 319, "owner": {"id": 690}, "assignee": {"id": 596}, "project": {"id": 322, "owner": {"id": 738}, "assignee": {"id": 69}}, "task": {"id": 303, "owner": {"id": 931}, "assignee": {"id": 1091}}, "job": {"id": 360, "assignee": {"id": 1168}}, "organization": {"id": 1295}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 58, "privilege": "user"}, "organization": {"id": 191, "owner": {"id": 226}, "user": {"role": null}}}, "resource": {"id": 360, "owner": {"id": 641}, "assignee": {"id": 502}, "project": {"id": 394, "owner": {"id": 735}, "assignee": {"id": 58}}, "task": {"id": 375, "owner": {"id": 992}, "assignee": {"id": 1093}}, "job": {"id": 313, "assignee": {"id": 1189}}, "organization": {"id": 1277}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 63, "privilege": "business"}, "organization": {"id": 112, "owner": {"id": 63}, "user": {"role": "owner"}}}, "resource": {"id": 371, "owner": {"id": 601}, "assignee": {"id": 588}, "project": {"id": 386, "owner": {"id": 787}, "assignee": {"id": 63}}, "task": {"id": 365, "owner": {"id": 928}, "assignee": {"id": 1000}}, "job": {"id": 333, "assignee": {"id": 1196}}, "organization": {"id": 112}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 37, "privilege": "worker"}, "organization": {"id": 143, "owner": {"id": 37}, "user": {"role": "owner"}}}, "resource": {"id": 395, "owner": {"id": 656}, "assignee": {"id": 570}, "project": {"id": 324, "owner": {"id": 732}, "assignee": {"id": 37}}, "task": {"id": 380, "owner": {"id": 982}, "assignee": {"id": 1023}}, "job": {"id": 366, "assignee": {"id": 1144}}, "organization": {"id": 143}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 0, "privilege": "business"}, "organization": {"id": 175, "owner": {"id": 0}, "user": {"role": "owner"}}}, "resource": {"id": 372, "owner": {"id": 617}, "assignee": {"id": 502}, "project": {"id": 387, "owner": {"id": 760}, "assignee": {"id": 0}}, "task": {"id": 362, "owner": {"id": 918}, "assignee": {"id": 1063}}, "job": {"id": 326, "assignee": {"id": 1193}}, "organization": {"id": 1200}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 57, "privilege": "worker"}, "organization": {"id": 186, "owner": {"id": 57}, "user": {"role": "owner"}}}, "resource": {"id": 300, "owner": {"id": 641}, "assignee": {"id": 536}, "project": {"id": 311, "owner": {"id": 797}, "assignee": {"id": 57}}, "task": {"id": 356, "owner": {"id": 916}, "assignee": {"id": 1084}}, "job": {"id": 348, "assignee": {"id": 1106}}, "organization": {"id": 1212}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 29, "privilege": "business"}, "organization": {"id": 134, "owner": {"id": 215}, "user": {"role": "maintainer"}}}, "resource": {"id": 354, "owner": {"id": 606}, "assignee": {"id": 580}, "project": {"id": 322, "owner": {"id": 717}, "assignee": {"id": 29}}, "task": {"id": 354, "owner": {"id": 972}, "assignee": {"id": 1072}}, "job": {"id": 315, "assignee": {"id": 1138}}, "organization": {"id": 134}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 62, "privilege": "worker"}, "organization": {"id": 156, "owner": {"id": 294}, "user": {"role": "maintainer"}}}, "resource": {"id": 351, "owner": {"id": 676}, "assignee": {"id": 525}, "project": {"id": 334, "owner": {"id": 738}, "assignee": {"id": 62}}, "task": {"id": 363, "owner": {"id": 985}, "assignee": {"id": 1064}}, "job": {"id": 338, "assignee": {"id": 1141}}, "organization": {"id": 156}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 71, "privilege": "business"}, "organization": {"id": 137, "owner": {"id": 258}, "user": {"role": "maintainer"}}}, "resource": {"id": 348, "owner": {"id": 690}, "assignee": {"id": 536}, "project": {"id": 373, "owner": {"id": 717}, "assignee": {"id": 71}}, "task": {"id": 379, "owner": {"id": 910}, "assignee": {"id": 1038}}, "job": {"id": 330, "assignee": {"id": 1129}}, "organization": {"id": 1254}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 16, "privilege": "worker"}, "organization": {"id": 186, "owner": {"id": 271}, "user": {"role": "maintainer"}}}, "resource": {"id": 362, "owner": {"id": 628}, "assignee": {"id": 573}, "project": {"id": 304, "owner": {"id": 775}, "assignee": {"id": 16}}, "task": {"id": 300, "owner": {"id": 992}, "assignee": {"id": 1005}}, "job": {"id": 300, "assignee": {"id": 1124}}, "organization": {"id": 1246}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 53, "privilege": "business"}, "organization": {"id": 147, "owner": {"id": 292}, "user": {"role": "supervisor"}}}, "resource": {"id": 313, "owner": {"id": 624}, "assignee": {"id": 569}, "project": {"id": 368, "owner": {"id": 736}, "assignee": {"id": 53}}, "task": {"id": 344, "owner": {"id": 941}, "assignee": {"id": 1073}}, "job": {"id": 321, "assignee": {"id": 1145}}, "organization": {"id": 147}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 78, "privilege": "worker"}, "organization": {"id": 159, "owner": {"id": 288}, "user": {"role": "supervisor"}}}, "resource": {"id": 372, "owner": {"id": 691}, "assignee": {"id": 561}, "project": {"id": 368, "owner": {"id": 727}, "assignee": {"id": 78}}, "task": {"id": 364, "owner": {"id": 941}, "assignee": {"id": 1028}}, "job": {"id": 397, "assignee": {"id": 1110}}, "organization": {"id": 159}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 6, "privilege": "business"}, "organization": {"id": 175, "owner": {"id": 242}, "user": {"role": "supervisor"}}}, "resource": {"id": 307, "owner": {"id": 604}, "assignee": {"id": 581}, "project": {"id": 391, "owner": {"id": 718}, "assignee": {"id": 6}}, "task": {"id": 364, "owner": {"id": 986}, "assignee": {"id": 1033}}, "job": {"id": 388, "assignee": {"id": 1126}}, "organization": {"id": 1261}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 48, "privilege": "worker"}, "organization": {"id": 168, "owner": {"id": 204}, "user": {"role": "supervisor"}}}, "resource": {"id": 370, "owner": {"id": 688}, "assignee": {"id": 537}, "project": {"id": 357, "owner": {"id": 706}, "assignee": {"id": 48}}, "task": {"id": 344, "owner": {"id": 980}, "assignee": {"id": 1026}}, "job": {"id": 327, "assignee": {"id": 1184}}, "organization": {"id": 1273}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 74, "privilege": "business"}, "organization": {"id": 147, "owner": {"id": 207}, "user": {"role": "worker"}}}, "resource": {"id": 331, "owner": {"id": 666}, "assignee": {"id": 553}, "project": {"id": 362, "owner": {"id": 774}, "assignee": {"id": 74}}, "task": {"id": 310, "owner": {"id": 911}, "assignee": {"id": 1082}}, "job": {"id": 348, "assignee": {"id": 1110}}, "organization": {"id": 147}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 13, "privilege": "worker"}, "organization": {"id": 111, "owner": {"id": 209}, "user": {"role": "worker"}}}, "resource": {"id": 359, "owner": {"id": 694}, "assignee": {"id": 536}, "project": {"id": 329, "owner": {"id": 722}, "assignee": {"id": 13}}, "task": {"id": 363, "owner": {"id": 996}, "assignee": {"id": 1085}}, "job": {"id": 342, "assignee": {"id": 1123}}, "organization": {"id": 111}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 64, "privilege": "business"}, "organization": {"id": 134, "owner": {"id": 218}, "user": {"role": "worker"}}}, "resource": {"id": 326, "owner": {"id": 641}, "assignee": {"id": 522}, "project": {"id": 338, "owner": {"id": 733}, "assignee": {"id": 64}}, "task": {"id": 372, "owner": {"id": 984}, "assignee": {"id": 1054}}, "job": {"id": 363, "assignee": {"id": 1189}}, "organization": {"id": 1269}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 16, "privilege": "worker"}, "organization": {"id": 131, "owner": {"id": 228}, "user": {"role": "worker"}}}, "resource": {"id": 353, "owner": {"id": 628}, "assignee": {"id": 521}, "project": {"id": 383, "owner": {"id": 761}, "assignee": {"id": 16}}, "task": {"id": 309, "owner": {"id": 989}, "assignee": {"id": 1084}}, "job": {"id": 309, "assignee": {"id": 1120}}, "organization": {"id": 1270}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 30, "privilege": "business"}, "organization": {"id": 195, "owner": {"id": 262}, "user": {"role": null}}}, "resource": {"id": 311, "owner": {"id": 659}, "assignee": {"id": 579}, "project": {"id": 339, "owner": {"id": 745}, "assignee": {"id": 30}}, "task": {"id": 373, "owner": {"id": 901}, "assignee": {"id": 1054}}, "job": {"id": 365, "assignee": {"id": 1163}}, "organization": {"id": 195}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 69, "privilege": "worker"}, "organization": {"id": 129, "owner": {"id": 203}, "user": {"role": null}}}, "resource": {"id": 377, "owner": {"id": 639}, "assignee": {"id": 513}, "project": {"id": 318, "owner": {"id": 714}, "assignee": {"id": 69}}, "task": {"id": 325, "owner": {"id": 931}, "assignee": {"id": 1045}}, "job": {"id": 330, "assignee": {"id": 1190}}, "organization": {"id": 129}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 97, "privilege": "business"}, "organization": {"id": 199, "owner": {"id": 276}, "user": {"role": null}}}, "resource": {"id": 387, "owner": {"id": 640}, "assignee": {"id": 534}, "project": {"id": 338, "owner": {"id": 701}, "assignee": {"id": 97}}, "task": {"id": 336, "owner": {"id": 969}, "assignee": {"id": 1008}}, "job": {"id": 311, "assignee": {"id": 1164}}, "organization": {"id": 1233}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 68, "privilege": "worker"}, "organization": {"id": 151, "owner": {"id": 257}, "user": {"role": null}}}, "resource": {"id": 304, "owner": {"id": 633}, "assignee": {"id": 530}, "project": {"id": 348, "owner": {"id": 723}, "assignee": {"id": 68}}, "task": {"id": 393, "owner": {"id": 993}, "assignee": {"id": 1028}}, "job": {"id": 379, "assignee": {"id": 1193}}, "organization": {"id": 1261}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 85, "privilege": "user"}, "organization": {"id": 173, "owner": {"id": 85}, "user": {"role": "owner"}}}, "resource": {"id": 340, "owner": {"id": 677}, "assignee": {"id": 534}, "project": {"id": 324, "owner": {"id": 747}, "assignee": {"id": 85}}, "task": {"id": 321, "owner": {"id": 994}, "assignee": {"id": 1046}}, "job": {"id": 351, "assignee": {"id": 1176}}, "organization": {"id": 173}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 7, "privilege": "none"}, "organization": {"id": 160, "owner": {"id": 7}, "user": {"role": "owner"}}}, "resource": {"id": 366, "owner": {"id": 609}, "assignee": {"id": 536}, "project": {"id": 361, "owner": {"id": 707}, "assignee": {"id": 7}}, "task": {"id": 352, "owner": {"id": 909}, "assignee": {"id": 1052}}, "job": {"id": 372, "assignee": {"id": 1104}}, "organization": {"id": 160}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 88, "privilege": "user"}, "organization": {"id": 108, "owner": {"id": 88}, "user": {"role": "owner"}}}, "resource": {"id": 376, "owner": {"id": 615}, "assignee": {"id": 526}, "project": {"id": 364, "owner": {"id": 726}, "assignee": {"id": 88}}, "task": {"id": 301, "owner": {"id": 962}, "assignee": {"id": 1065}}, "job": {"id": 377, "assignee": {"id": 1129}}, "organization": {"id": 1261}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 34, "privilege": "none"}, "organization": {"id": 141, "owner": {"id": 34}, "user": {"role": "owner"}}}, "resource": {"id": 388, "owner": {"id": 608}, "assignee": {"id": 551}, "project": {"id": 355, "owner": {"id": 709}, "assignee": {"id": 34}}, "task": {"id": 349, "owner": {"id": 928}, "assignee": {"id": 1043}}, "job": {"id": 308, "assignee": {"id": 1114}}, "organization": {"id": 1281}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 89, "privilege": "user"}, "organization": {"id": 127, "owner": {"id": 268}, "user": {"role": "maintainer"}}}, "resource": {"id": 376, "owner": {"id": 680}, "assignee": {"id": 518}, "project": {"id": 327, "owner": {"id": 765}, "assignee": {"id": 89}}, "task": {"id": 342, "owner": {"id": 937}, "assignee": {"id": 1081}}, "job": {"id": 356, "assignee": {"id": 1104}}, "organization": {"id": 127}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 65, "privilege": "none"}, "organization": {"id": 129, "owner": {"id": 248}, "user": {"role": "maintainer"}}}, "resource": {"id": 392, "owner": {"id": 667}, "assignee": {"id": 511}, "project": {"id": 389, "owner": {"id": 726}, "assignee": {"id": 65}}, "task": {"id": 397, "owner": {"id": 978}, "assignee": {"id": 1064}}, "job": {"id": 326, "assignee": {"id": 1145}}, "organization": {"id": 129}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 45, "privilege": "user"}, "organization": {"id": 133, "owner": {"id": 279}, "user": {"role": "maintainer"}}}, "resource": {"id": 386, "owner": {"id": 608}, "assignee": {"id": 511}, "project": {"id": 398, "owner": {"id": 739}, "assignee": {"id": 45}}, "task": {"id": 372, "owner": {"id": 992}, "assignee": {"id": 1051}}, "job": {"id": 307, "assignee": {"id": 1159}}, "organization": {"id": 1283}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 74, "privilege": "none"}, "organization": {"id": 134, "owner": {"id": 276}, "user": {"role": "maintainer"}}}, "resource": {"id": 305, "owner": {"id": 616}, "assignee": {"id": 536}, "project": {"id": 387, "owner": {"id": 725}, "assignee": {"id": 74}}, "task": {"id": 365, "owner": {"id": 937}, "assignee": {"id": 1064}}, "job": {"id": 389, "assignee": {"id": 1109}}, "organization": {"id": 1207}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 34, "privilege": "user"}, "organization": {"id": 190, "owner": {"id": 211}, "user": {"role": "supervisor"}}}, "resource": {"id": 310, "owner": {"id": 668}, "assignee": {"id": 552}, "project": {"id": 347, "owner": {"id": 794}, "assignee": {"id": 34}}, "task": {"id": 385, "owner": {"id": 914}, "assignee": {"id": 1017}}, "job": {"id": 388, "assignee": {"id": 1115}}, "organization": {"id": 190}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 77, "privilege": "none"}, "organization": {"id": 116, "owner": {"id": 223}, "user": {"role": "supervisor"}}}, "resource": {"id": 390, "owner": {"id": 652}, "assignee": {"id": 545}, "project": {"id": 365, "owner": {"id": 760}, "assignee": {"id": 77}}, "task": {"id": 313, "owner": {"id": 989}, "assignee": {"id": 1010}}, "job": {"id": 380, "assignee": {"id": 1123}}, "organization": {"id": 116}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 86, "privilege": "user"}, "organization": {"id": 108, "owner": {"id": 286}, "user": {"role": "supervisor"}}}, "resource": {"id": 332, "owner": {"id": 652}, "assignee": {"id": 529}, "project": {"id": 353, "owner": {"id": 703}, "assignee": {"id": 86}}, "task": {"id": 356, "owner": {"id": 956}, "assignee": {"id": 1046}}, "job": {"id": 356, "assignee": {"id": 1152}}, "organization": {"id": 1230}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 54, "privilege": "none"}, "organization": {"id": 167, "owner": {"id": 229}, "user": {"role": "supervisor"}}}, "resource": {"id": 393, "owner": {"id": 600}, "assignee": {"id": 578}, "project": {"id": 348, "owner": {"id": 706}, "assignee": {"id": 54}}, "task": {"id": 373, "owner": {"id": 964}, "assignee": {"id": 1042}}, "job": {"id": 371, "assignee": {"id": 1124}}, "organization": {"id": 1256}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 35, "privilege": "user"}, "organization": {"id": 160, "owner": {"id": 224}, "user": {"role": "worker"}}}, "resource": {"id": 305, "owner": {"id": 613}, "assignee": {"id": 589}, "project": {"id": 314, "owner": {"id": 732}, "assignee": {"id": 35}}, "task": {"id": 330, "owner": {"id": 910}, "assignee": {"id": 1094}}, "job": {"id": 335, "assignee": {"id": 1133}}, "organization": {"id": 160}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 19, "privilege": "none"}, "organization": {"id": 183, "owner": {"id": 261}, "user": {"role": "worker"}}}, "resource": {"id": 379, "owner": {"id": 684}, "assignee": {"id": 538}, "project": {"id": 311, "owner": {"id": 737}, "assignee": {"id": 19}}, "task": {"id": 320, "owner": {"id": 985}, "assignee": {"id": 1004}}, "job": {"id": 361, "assignee": {"id": 1108}}, "organization": {"id": 183}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 49, "privilege": "user"}, "organization": {"id": 164, "owner": {"id": 259}, "user": {"role": "worker"}}}, "resource": {"id": 351, "owner": {"id": 692}, "assignee": {"id": 525}, "project": {"id": 331, "owner": {"id": 731}, "assignee": {"id": 49}}, "task": {"id": 353, "owner": {"id": 929}, "assignee": {"id": 1044}}, "job": {"id": 323, "assignee": {"id": 1152}}, "organization": {"id": 1249}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 22, "privilege": "none"}, "organization": {"id": 148, "owner": {"id": 229}, "user": {"role": "worker"}}}, "resource": {"id": 316, "owner": {"id": 640}, "assignee": {"id": 568}, "project": {"id": 335, "owner": {"id": 767}, "assignee": {"id": 22}}, "task": {"id": 327, "owner": {"id": 929}, "assignee": {"id": 1095}}, "job": {"id": 391, "assignee": {"id": 1111}}, "organization": {"id": 1267}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 34, "privilege": "user"}, "organization": {"id": 124, "owner": {"id": 206}, "user": {"role": null}}}, "resource": {"id": 364, "owner": {"id": 633}, "assignee": {"id": 589}, "project": {"id": 316, "owner": {"id": 789}, "assignee": {"id": 34}}, "task": {"id": 360, "owner": {"id": 947}, "assignee": {"id": 1076}}, "job": {"id": 336, "assignee": {"id": 1136}}, "organization": {"id": 124}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 97, "privilege": "none"}, "organization": {"id": 131, "owner": {"id": 229}, "user": {"role": null}}}, "resource": {"id": 330, "owner": {"id": 699}, "assignee": {"id": 504}, "project": {"id": 332, "owner": {"id": 708}, "assignee": {"id": 97}}, "task": {"id": 345, "owner": {"id": 990}, "assignee": {"id": 1002}}, "job": {"id": 371, "assignee": {"id": 1172}}, "organization": {"id": 131}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 51, "privilege": "user"}, "organization": {"id": 117, "owner": {"id": 244}, "user": {"role": null}}}, "resource": {"id": 342, "owner": {"id": 660}, "assignee": {"id": 574}, "project": {"id": 368, "owner": {"id": 729}, "assignee": {"id": 51}}, "task": {"id": 307, "owner": {"id": 984}, "assignee": {"id": 1060}}, "job": {"id": 325, "assignee": {"id": 1183}}, "organization": {"id": 1289}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 63, "privilege": "none"}, "organization": {"id": 100, "owner": {"id": 208}, "user": {"role": null}}}, "resource": {"id": 383, "owner": {"id": 661}, "assignee": {"id": 500}, "project": {"id": 393, "owner": {"id": 795}, "assignee": {"id": 63}}, "task": {"id": 312, "owner": {"id": 957}, "assignee": {"id": 1078}}, "job": {"id": 394, "assignee": {"id": 1139}}, "organization": {"id": 1228}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 44, "privilege": "worker"}, "organization": {"id": 170, "owner": {"id": 44}, "user": {"role": "owner"}}}, "resource": {"id": 372, "owner": {"id": 634}, "assignee": {"id": 518}, "project": {"id": 323, "owner": {"id": 776}, "assignee": {"id": 44}}, "task": {"id": 339, "owner": {"id": 917}, "assignee": {"id": 1030}}, "job": {"id": 362, "assignee": {"id": 1106}}, "organization": {"id": 170}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 77, "privilege": "admin"}, "organization": {"id": 135, "owner": {"id": 77}, "user": {"role": "owner"}}}, "resource": {"id": 359, "owner": {"id": 641}, "assignee": {"id": 554}, "project": {"id": 302, "owner": {"id": 723}, "assignee": {"id": 871}}, "task": {"id": 324, "owner": {"id": 77}, "assignee": {"id": 1065}}, "job": {"id": 329, "assignee": {"id": 1171}}, "organization": {"id": 135}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 61, "privilege": "worker"}, "organization": {"id": 134, "owner": {"id": 61}, "user": {"role": "owner"}}}, "resource": {"id": 374, "owner": {"id": 607}, "assignee": {"id": 582}, "project": {"id": 334, "owner": {"id": 733}, "assignee": {"id": 61}}, "task": {"id": 301, "owner": {"id": 948}, "assignee": {"id": 1043}}, "job": {"id": 319, "assignee": {"id": 1166}}, "organization": {"id": 1268}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 58, "privilege": "admin"}, "organization": {"id": 147, "owner": {"id": 58}, "user": {"role": "owner"}}}, "resource": {"id": 391, "owner": {"id": 608}, "assignee": {"id": 515}, "project": {"id": 330, "owner": {"id": 737}, "assignee": {"id": 859}}, "task": {"id": 361, "owner": {"id": 58}, "assignee": {"id": 1068}}, "job": {"id": 386, "assignee": {"id": 1171}}, "organization": {"id": 147}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 31, "privilege": "worker"}, "organization": {"id": 117, "owner": {"id": 286}, "user": {"role": "maintainer"}}}, "resource": {"id": 392, "owner": {"id": 600}, "assignee": {"id": 561}, "project": {"id": 301, "owner": {"id": 742}, "assignee": {"id": 31}}, "task": {"id": 332, "owner": {"id": 986}, "assignee": {"id": 1070}}, "job": {"id": 396, "assignee": {"id": 1110}}, "organization": {"id": 117}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 15, "privilege": "admin"}, "organization": {"id": 190, "owner": {"id": 15}, "user": {"role": "owner"}}}, "resource": {"id": 323, "owner": {"id": 638}, "assignee": {"id": 560}, "project": {"id": 328, "owner": {"id": 705}, "assignee": {"id": 890}}, "task": {"id": 383, "owner": {"id": 15}, "assignee": {"id": 1035}}, "job": {"id": 347, "assignee": {"id": 1125}}, "organization": {"id": 1278}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 37, "privilege": "worker"}, "organization": {"id": 150, "owner": {"id": 257}, "user": {"role": "maintainer"}}}, "resource": {"id": 316, "owner": {"id": 648}, "assignee": {"id": 570}, "project": {"id": 381, "owner": {"id": 794}, "assignee": {"id": 37}}, "task": {"id": 340, "owner": {"id": 932}, "assignee": {"id": 1007}}, "job": {"id": 323, "assignee": {"id": 1103}}, "organization": {"id": 1247}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 18, "privilege": "admin"}, "organization": {"id": 112, "owner": {"id": 18}, "user": {"role": "owner"}}}, "resource": {"id": 300, "owner": {"id": 624}, "assignee": {"id": 535}, "project": {"id": 362, "owner": {"id": 756}, "assignee": {"id": 855}}, "task": {"id": 346, "owner": {"id": 18}, "assignee": {"id": 1010}}, "job": {"id": 325, "assignee": {"id": 1172}}, "organization": {"id": 1256}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 64, "privilege": "worker"}, "organization": {"id": 141, "owner": {"id": 256}, "user": {"role": "supervisor"}}}, "resource": {"id": 315, "owner": {"id": 620}, "assignee": {"id": 597}, "project": {"id": 306, "owner": {"id": 786}, "assignee": {"id": 64}}, "task": {"id": 323, "owner": {"id": 994}, "assignee": {"id": 1026}}, "job": {"id": 362, "assignee": {"id": 1165}}, "organization": {"id": 141}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 82, "privilege": "admin"}, "organization": {"id": 119, "owner": {"id": 215}, "user": {"role": "maintainer"}}}, "resource": {"id": 338, "owner": {"id": 679}, "assignee": {"id": 528}, "project": {"id": 384, "owner": {"id": 791}, "assignee": {"id": 800}}, "task": {"id": 397, "owner": {"id": 82}, "assignee": {"id": 1093}}, "job": {"id": 322, "assignee": {"id": 1196}}, "organization": {"id": 119}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 84, "privilege": "worker"}, "organization": {"id": 178, "owner": {"id": 259}, "user": {"role": "supervisor"}}}, "resource": {"id": 388, "owner": {"id": 607}, "assignee": {"id": 592}, "project": {"id": 363, "owner": {"id": 737}, "assignee": {"id": 84}}, "task": {"id": 322, "owner": {"id": 981}, "assignee": {"id": 1025}}, "job": {"id": 339, "assignee": {"id": 1190}}, "organization": {"id": 1229}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 49, "privilege": "admin"}, "organization": {"id": 194, "owner": {"id": 234}, "user": {"role": "maintainer"}}}, "resource": {"id": 309, "owner": {"id": 653}, "assignee": {"id": 516}, "project": {"id": 325, "owner": {"id": 796}, "assignee": {"id": 828}}, "task": {"id": 308, "owner": {"id": 49}, "assignee": {"id": 1092}}, "job": {"id": 392, "assignee": {"id": 1181}}, "organization": {"id": 194}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 39, "privilege": "worker"}, "organization": {"id": 190, "owner": {"id": 254}, "user": {"role": "worker"}}}, "resource": {"id": 378, "owner": {"id": 636}, "assignee": {"id": 590}, "project": {"id": 335, "owner": {"id": 763}, "assignee": {"id": 39}}, "task": {"id": 360, "owner": {"id": 997}, "assignee": {"id": 1025}}, "job": {"id": 368, "assignee": {"id": 1178}}, "organization": {"id": 190}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 7, "privilege": "admin"}, "organization": {"id": 177, "owner": {"id": 248}, "user": {"role": "maintainer"}}}, "resource": {"id": 363, "owner": {"id": 619}, "assignee": {"id": 502}, "project": {"id": 379, "owner": {"id": 787}, "assignee": {"id": 884}}, "task": {"id": 308, "owner": {"id": 7}, "assignee": {"id": 1038}}, "job": {"id": 326, "assignee": {"id": 1163}}, "organization": {"id": 1270}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 35, "privilege": "worker"}, "organization": {"id": 111, "owner": {"id": 221}, "user": {"role": "worker"}}}, "resource": {"id": 313, "owner": {"id": 626}, "assignee": {"id": 588}, "project": {"id": 317, "owner": {"id": 710}, "assignee": {"id": 35}}, "task": {"id": 301, "owner": {"id": 930}, "assignee": {"id": 1023}}, "job": {"id": 394, "assignee": {"id": 1112}}, "organization": {"id": 1217}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 73, "privilege": "admin"}, "organization": {"id": 161, "owner": {"id": 231}, "user": {"role": "maintainer"}}}, "resource": {"id": 394, "owner": {"id": 626}, "assignee": {"id": 582}, "project": {"id": 355, "owner": {"id": 719}, "assignee": {"id": 821}}, "task": {"id": 352, "owner": {"id": 73}, "assignee": {"id": 1002}}, "job": {"id": 304, "assignee": {"id": 1168}}, "organization": {"id": 1298}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 96, "privilege": "worker"}, "organization": {"id": 161, "owner": {"id": 203}, "user": {"role": null}}}, "resource": {"id": 312, "owner": {"id": 673}, "assignee": {"id": 524}, "project": {"id": 389, "owner": {"id": 758}, "assignee": {"id": 96}}, "task": {"id": 324, "owner": {"id": 910}, "assignee": {"id": 1096}}, "job": {"id": 358, "assignee": {"id": 1101}}, "organization": {"id": 161}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 37, "privilege": "admin"}, "organization": {"id": 107, "owner": {"id": 207}, "user": {"role": "supervisor"}}}, "resource": {"id": 390, "owner": {"id": 644}, "assignee": {"id": 547}, "project": {"id": 329, "owner": {"id": 703}, "assignee": {"id": 874}}, "task": {"id": 329, "owner": {"id": 37}, "assignee": {"id": 1054}}, "job": {"id": 347, "assignee": {"id": 1174}}, "organization": {"id": 107}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 2, "privilege": "worker"}, "organization": {"id": 195, "owner": {"id": 263}, "user": {"role": null}}}, "resource": {"id": 354, "owner": {"id": 654}, "assignee": {"id": 574}, "project": {"id": 390, "owner": {"id": 791}, "assignee": {"id": 2}}, "task": {"id": 321, "owner": {"id": 956}, "assignee": {"id": 1068}}, "job": {"id": 333, "assignee": {"id": 1192}}, "organization": {"id": 1250}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 38, "privilege": "admin"}, "organization": {"id": 154, "owner": {"id": 233}, "user": {"role": "supervisor"}}}, "resource": {"id": 389, "owner": {"id": 699}, "assignee": {"id": 593}, "project": {"id": 353, "owner": {"id": 718}, "assignee": {"id": 877}}, "task": {"id": 351, "owner": {"id": 38}, "assignee": {"id": 1015}}, "job": {"id": 386, "assignee": {"id": 1140}}, "organization": {"id": 154}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 38, "privilege": "none"}, "organization": {"id": 104, "owner": {"id": 38}, "user": {"role": "owner"}}}, "resource": {"id": 318, "owner": {"id": 630}, "assignee": {"id": 559}, "project": {"id": 306, "owner": {"id": 747}, "assignee": {"id": 38}}, "task": {"id": 346, "owner": {"id": 961}, "assignee": {"id": 1071}}, "job": {"id": 334, "assignee": {"id": 1101}}, "organization": {"id": 104}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 59, "privilege": "admin"}, "organization": {"id": 174, "owner": {"id": 249}, "user": {"role": "supervisor"}}}, "resource": {"id": 354, "owner": {"id": 623}, "assignee": {"id": 503}, "project": {"id": 369, "owner": {"id": 722}, "assignee": {"id": 869}}, "task": {"id": 393, "owner": {"id": 59}, "assignee": {"id": 1021}}, "job": {"id": 375, "assignee": {"id": 1180}}, "organization": {"id": 1283}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 86, "privilege": "none"}, "organization": {"id": 179, "owner": {"id": 86}, "user": {"role": "owner"}}}, "resource": {"id": 317, "owner": {"id": 671}, "assignee": {"id": 572}, "project": {"id": 320, "owner": {"id": 775}, "assignee": {"id": 86}}, "task": {"id": 373, "owner": {"id": 931}, "assignee": {"id": 1019}}, "job": {"id": 342, "assignee": {"id": 1147}}, "organization": {"id": 1213}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 45, "privilege": "admin"}, "organization": {"id": 193, "owner": {"id": 251}, "user": {"role": "supervisor"}}}, "resource": {"id": 347, "owner": {"id": 602}, "assignee": {"id": 546}, "project": {"id": 362, "owner": {"id": 764}, "assignee": {"id": 856}}, "task": {"id": 385, "owner": {"id": 45}, "assignee": {"id": 1091}}, "job": {"id": 323, "assignee": {"id": 1140}}, "organization": {"id": 1228}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 43, "privilege": "none"}, "organization": {"id": 161, "owner": {"id": 255}, "user": {"role": "maintainer"}}}, "resource": {"id": 336, "owner": {"id": 692}, "assignee": {"id": 537}, "project": {"id": 317, "owner": {"id": 707}, "assignee": {"id": 43}}, "task": {"id": 334, "owner": {"id": 949}, "assignee": {"id": 1055}}, "job": {"id": 332, "assignee": {"id": 1181}}, "organization": {"id": 161}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 77, "privilege": "admin"}, "organization": {"id": 114, "owner": {"id": 282}, "user": {"role": "worker"}}}, "resource": {"id": 310, "owner": {"id": 691}, "assignee": {"id": 525}, "project": {"id": 376, "owner": {"id": 710}, "assignee": {"id": 846}}, "task": {"id": 318, "owner": {"id": 77}, "assignee": {"id": 1024}}, "job": {"id": 343, "assignee": {"id": 1173}}, "organization": {"id": 114}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 53, "privilege": "none"}, "organization": {"id": 179, "owner": {"id": 222}, "user": {"role": "maintainer"}}}, "resource": {"id": 374, "owner": {"id": 676}, "assignee": {"id": 546}, "project": {"id": 345, "owner": {"id": 750}, "assignee": {"id": 53}}, "task": {"id": 359, "owner": {"id": 958}, "assignee": {"id": 1095}}, "job": {"id": 373, "assignee": {"id": 1116}}, "organization": {"id": 1243}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 42, "privilege": "admin"}, "organization": {"id": 187, "owner": {"id": 213}, "user": {"role": "worker"}}}, "resource": {"id": 362, "owner": {"id": 637}, "assignee": {"id": 592}, "project": {"id": 321, "owner": {"id": 726}, "assignee": {"id": 883}}, "task": {"id": 396, "owner": {"id": 42}, "assignee": {"id": 1052}}, "job": {"id": 339, "assignee": {"id": 1157}}, "organization": {"id": 187}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 68, "privilege": "none"}, "organization": {"id": 149, "owner": {"id": 227}, "user": {"role": "supervisor"}}}, "resource": {"id": 319, "owner": {"id": 690}, "assignee": {"id": 594}, "project": {"id": 376, "owner": {"id": 715}, "assignee": {"id": 68}}, "task": {"id": 313, "owner": {"id": 943}, "assignee": {"id": 1028}}, "job": {"id": 334, "assignee": {"id": 1127}}, "organization": {"id": 149}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 77, "privilege": "admin"}, "organization": {"id": 151, "owner": {"id": 269}, "user": {"role": "worker"}}}, "resource": {"id": 388, "owner": {"id": 655}, "assignee": {"id": 508}, "project": {"id": 349, "owner": {"id": 701}, "assignee": {"id": 848}}, "task": {"id": 344, "owner": {"id": 77}, "assignee": {"id": 1014}}, "job": {"id": 327, "assignee": {"id": 1163}}, "organization": {"id": 1272}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 15, "privilege": "none"}, "organization": {"id": 140, "owner": {"id": 291}, "user": {"role": "supervisor"}}}, "resource": {"id": 380, "owner": {"id": 691}, "assignee": {"id": 516}, "project": {"id": 356, "owner": {"id": 700}, "assignee": {"id": 15}}, "task": {"id": 322, "owner": {"id": 977}, "assignee": {"id": 1090}}, "job": {"id": 371, "assignee": {"id": 1154}}, "organization": {"id": 1298}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 45, "privilege": "admin"}, "organization": {"id": 167, "owner": {"id": 261}, "user": {"role": "worker"}}}, "resource": {"id": 393, "owner": {"id": 617}, "assignee": {"id": 530}, "project": {"id": 388, "owner": {"id": 767}, "assignee": {"id": 800}}, "task": {"id": 331, "owner": {"id": 45}, "assignee": {"id": 1087}}, "job": {"id": 347, "assignee": {"id": 1142}}, "organization": {"id": 1277}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 49, "privilege": "none"}, "organization": {"id": 175, "owner": {"id": 295}, "user": {"role": "worker"}}}, "resource": {"id": 332, "owner": {"id": 605}, "assignee": {"id": 550}, "project": {"id": 395, "owner": {"id": 717}, "assignee": {"id": 49}}, "task": {"id": 335, "owner": {"id": 923}, "assignee": {"id": 1095}}, "job": {"id": 354, "assignee": {"id": 1111}}, "organization": {"id": 175}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 67, "privilege": "admin"}, "organization": {"id": 197, "owner": {"id": 261}, "user": {"role": null}}}, "resource": {"id": 361, "owner": {"id": 611}, "assignee": {"id": 546}, "project": {"id": 361, "owner": {"id": 782}, "assignee": {"id": 809}}, "task": {"id": 387, "owner": {"id": 67}, "assignee": {"id": 1090}}, "job": {"id": 399, "assignee": {"id": 1120}}, "organization": {"id": 197}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 51, "privilege": "none"}, "organization": {"id": 119, "owner": {"id": 209}, "user": {"role": "worker"}}}, "resource": {"id": 344, "owner": {"id": 656}, "assignee": {"id": 568}, "project": {"id": 308, "owner": {"id": 790}, "assignee": {"id": 51}}, "task": {"id": 371, "owner": {"id": 930}, "assignee": {"id": 1026}}, "job": {"id": 323, "assignee": {"id": 1121}}, "organization": {"id": 1221}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 90, "privilege": "admin"}, "organization": {"id": 167, "owner": {"id": 284}, "user": {"role": null}}}, "resource": {"id": 374, "owner": {"id": 624}, "assignee": {"id": 525}, "project": {"id": 368, "owner": {"id": 729}, "assignee": {"id": 872}}, "task": {"id": 392, "owner": {"id": 90}, "assignee": {"id": 1007}}, "job": {"id": 377, "assignee": {"id": 1123}}, "organization": {"id": 167}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 36, "privilege": "none"}, "organization": {"id": 146, "owner": {"id": 256}, "user": {"role": null}}}, "resource": {"id": 371, "owner": {"id": 682}, "assignee": {"id": 511}, "project": {"id": 347, "owner": {"id": 756}, "assignee": {"id": 36}}, "task": {"id": 385, "owner": {"id": 995}, "assignee": {"id": 1062}}, "job": {"id": 310, "assignee": {"id": 1105}}, "organization": {"id": 146}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 42, "privilege": "admin"}, "organization": {"id": 173, "owner": {"id": 287}, "user": {"role": null}}}, "resource": {"id": 384, "owner": {"id": 660}, "assignee": {"id": 561}, "project": {"id": 352, "owner": {"id": 757}, "assignee": {"id": 889}}, "task": {"id": 341, "owner": {"id": 42}, "assignee": {"id": 1011}}, "job": {"id": 316, "assignee": {"id": 1105}}, "organization": {"id": 1220}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 43, "privilege": "none"}, "organization": {"id": 172, "owner": {"id": 217}, "user": {"role": null}}}, "resource": {"id": 397, "owner": {"id": 625}, "assignee": {"id": 532}, "project": {"id": 330, "owner": {"id": 743}, "assignee": {"id": 43}}, "task": {"id": 336, "owner": {"id": 933}, "assignee": {"id": 1034}}, "job": {"id": 380, "assignee": {"id": 1119}}, "organization": {"id": 1203}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 90, "privilege": "admin"}, "organization": {"id": 167, "owner": {"id": 215}, "user": {"role": null}}}, "resource": {"id": 338, "owner": {"id": 633}, "assignee": {"id": 590}, "project": {"id": 345, "owner": {"id": 754}, "assignee": {"id": 856}}, "task": {"id": 391, "owner": {"id": 90}, "assignee": {"id": 1017}}, "job": {"id": 378, "assignee": {"id": 1139}}, "organization": {"id": 1245}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 13, "privilege": "admin"}, "organization": {"id": 177, "owner": {"id": 13}, "user": {"role": "owner"}}}, "resource": {"id": 357, "owner": {"id": 613}, "assignee": {"id": 575}, "project": {"id": 315, "owner": {"id": 797}, "assignee": {"id": 885}}, "task": {"id": 396, "owner": {"id": 13}, "assignee": {"id": 1001}}, "job": {"id": 307, "assignee": {"id": 1196}}, "organization": {"id": 177}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 72, "privilege": "business"}, "organization": {"id": 164, "owner": {"id": 72}, "user": {"role": "owner"}}}, "resource": {"id": 375, "owner": {"id": 679}, "assignee": {"id": 511}, "project": {"id": 353, "owner": {"id": 779}, "assignee": {"id": 808}}, "task": {"id": 344, "owner": {"id": 72}, "assignee": {"id": 1018}}, "job": {"id": 305, "assignee": {"id": 1166}}, "organization": {"id": 164}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 40, "privilege": "admin"}, "organization": {"id": 125, "owner": {"id": 40}, "user": {"role": "owner"}}}, "resource": {"id": 330, "owner": {"id": 674}, "assignee": {"id": 515}, "project": {"id": 319, "owner": {"id": 704}, "assignee": {"id": 837}}, "task": {"id": 324, "owner": {"id": 40}, "assignee": {"id": 1004}}, "job": {"id": 320, "assignee": {"id": 1175}}, "organization": {"id": 125}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 82, "privilege": "business"}, "organization": {"id": 118, "owner": {"id": 82}, "user": {"role": "owner"}}}, "resource": {"id": 326, "owner": {"id": 610}, "assignee": {"id": 564}, "project": {"id": 313, "owner": {"id": 799}, "assignee": {"id": 886}}, "task": {"id": 382, "owner": {"id": 82}, "assignee": {"id": 1083}}, "job": {"id": 363, "assignee": {"id": 1196}}, "organization": {"id": 118}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 4, "privilege": "admin"}, "organization": {"id": 154, "owner": {"id": 4}, "user": {"role": "owner"}}}, "resource": {"id": 322, "owner": {"id": 627}, "assignee": {"id": 531}, "project": {"id": 380, "owner": {"id": 729}, "assignee": {"id": 860}}, "task": {"id": 373, "owner": {"id": 4}, "assignee": {"id": 1094}}, "job": {"id": 391, "assignee": {"id": 1114}}, "organization": {"id": 1225}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 12, "privilege": "business"}, "organization": {"id": 152, "owner": {"id": 12}, "user": {"role": "owner"}}}, "resource": {"id": 307, "owner": {"id": 645}, "assignee": {"id": 505}, "project": {"id": 337, "owner": {"id": 790}, "assignee": {"id": 822}}, "task": {"id": 399, "owner": {"id": 12}, "assignee": {"id": 1059}}, "job": {"id": 313, "assignee": {"id": 1191}}, "organization": {"id": 1207}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 18, "privilege": "admin"}, "organization": {"id": 181, "owner": {"id": 18}, "user": {"role": "owner"}}}, "resource": {"id": 319, "owner": {"id": 609}, "assignee": {"id": 514}, "project": {"id": 301, "owner": {"id": 735}, "assignee": {"id": 872}}, "task": {"id": 336, "owner": {"id": 18}, "assignee": {"id": 1040}}, "job": {"id": 347, "assignee": {"id": 1178}}, "organization": {"id": 1267}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 55, "privilege": "business"}, "organization": {"id": 100, "owner": {"id": 55}, "user": {"role": "owner"}}}, "resource": {"id": 302, "owner": {"id": 629}, "assignee": {"id": 515}, "project": {"id": 358, "owner": {"id": 770}, "assignee": {"id": 869}}, "task": {"id": 330, "owner": {"id": 55}, "assignee": {"id": 1085}}, "job": {"id": 365, "assignee": {"id": 1128}}, "organization": {"id": 1292}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 3, "privilege": "admin"}, "organization": {"id": 163, "owner": {"id": 253}, "user": {"role": "maintainer"}}}, "resource": {"id": 385, "owner": {"id": 640}, "assignee": {"id": 500}, "project": {"id": 315, "owner": {"id": 792}, "assignee": {"id": 880}}, "task": {"id": 344, "owner": {"id": 3}, "assignee": {"id": 1068}}, "job": {"id": 318, "assignee": {"id": 1110}}, "organization": {"id": 163}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 84, "privilege": "business"}, "organization": {"id": 117, "owner": {"id": 203}, "user": {"role": "maintainer"}}}, "resource": {"id": 382, "owner": {"id": 698}, "assignee": {"id": 536}, "project": {"id": 395, "owner": {"id": 777}, "assignee": {"id": 872}}, "task": {"id": 334, "owner": {"id": 84}, "assignee": {"id": 1028}}, "job": {"id": 328, "assignee": {"id": 1171}}, "organization": {"id": 117}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 47, "privilege": "admin"}, "organization": {"id": 193, "owner": {"id": 244}, "user": {"role": "maintainer"}}}, "resource": {"id": 308, "owner": {"id": 603}, "assignee": {"id": 589}, "project": {"id": 307, "owner": {"id": 762}, "assignee": {"id": 841}}, "task": {"id": 398, "owner": {"id": 47}, "assignee": {"id": 1079}}, "job": {"id": 370, "assignee": {"id": 1132}}, "organization": {"id": 193}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 32, "privilege": "business"}, "organization": {"id": 186, "owner": {"id": 256}, "user": {"role": "maintainer"}}}, "resource": {"id": 325, "owner": {"id": 650}, "assignee": {"id": 587}, "project": {"id": 372, "owner": {"id": 703}, "assignee": {"id": 803}}, "task": {"id": 345, "owner": {"id": 32}, "assignee": {"id": 1038}}, "job": {"id": 311, "assignee": {"id": 1150}}, "organization": {"id": 186}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 31, "privilege": "admin"}, "organization": {"id": 101, "owner": {"id": 284}, "user": {"role": "maintainer"}}}, "resource": {"id": 365, "owner": {"id": 604}, "assignee": {"id": 595}, "project": {"id": 367, "owner": {"id": 744}, "assignee": {"id": 870}}, "task": {"id": 320, "owner": {"id": 31}, "assignee": {"id": 1033}}, "job": {"id": 378, "assignee": {"id": 1114}}, "organization": {"id": 1230}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 47, "privilege": "business"}, "organization": {"id": 117, "owner": {"id": 263}, "user": {"role": "maintainer"}}}, "resource": {"id": 393, "owner": {"id": 648}, "assignee": {"id": 589}, "project": {"id": 399, "owner": {"id": 761}, "assignee": {"id": 882}}, "task": {"id": 306, "owner": {"id": 47}, "assignee": {"id": 1082}}, "job": {"id": 336, "assignee": {"id": 1188}}, "organization": {"id": 1227}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 83, "privilege": "admin"}, "organization": {"id": 106, "owner": {"id": 275}, "user": {"role": "maintainer"}}}, "resource": {"id": 374, "owner": {"id": 631}, "assignee": {"id": 549}, "project": {"id": 357, "owner": {"id": 704}, "assignee": {"id": 841}}, "task": {"id": 327, "owner": {"id": 83}, "assignee": {"id": 1050}}, "job": {"id": 394, "assignee": {"id": 1115}}, "organization": {"id": 1206}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 66, "privilege": "business"}, "organization": {"id": 176, "owner": {"id": 230}, "user": {"role": "maintainer"}}}, "resource": {"id": 305, "owner": {"id": 627}, "assignee": {"id": 589}, "project": {"id": 365, "owner": {"id": 719}, "assignee": {"id": 878}}, "task": {"id": 376, "owner": {"id": 66}, "assignee": {"id": 1089}}, "job": {"id": 383, "assignee": {"id": 1137}}, "organization": {"id": 1282}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 20, "privilege": "admin"}, "organization": {"id": 181, "owner": {"id": 280}, "user": {"role": "supervisor"}}}, "resource": {"id": 328, "owner": {"id": 696}, "assignee": {"id": 543}, "project": {"id": 321, "owner": {"id": 716}, "assignee": {"id": 892}}, "task": {"id": 377, "owner": {"id": 20}, "assignee": {"id": 1060}}, "job": {"id": 385, "assignee": {"id": 1101}}, "organization": {"id": 181}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 18, "privilege": "business"}, "organization": {"id": 134, "owner": {"id": 226}, "user": {"role": "supervisor"}}}, "resource": {"id": 356, "owner": {"id": 688}, "assignee": {"id": 520}, "project": {"id": 372, "owner": {"id": 728}, "assignee": {"id": 820}}, "task": {"id": 310, "owner": {"id": 18}, "assignee": {"id": 1015}}, "job": {"id": 348, "assignee": {"id": 1176}}, "organization": {"id": 134}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 64, "privilege": "admin"}, "organization": {"id": 148, "owner": {"id": 298}, "user": {"role": "supervisor"}}}, "resource": {"id": 300, "owner": {"id": 628}, "assignee": {"id": 552}, "project": {"id": 388, "owner": {"id": 771}, "assignee": {"id": 832}}, "task": {"id": 319, "owner": {"id": 64}, "assignee": {"id": 1017}}, "job": {"id": 357, "assignee": {"id": 1113}}, "organization": {"id": 148}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 14, "privilege": "business"}, "organization": {"id": 118, "owner": {"id": 255}, "user": {"role": "supervisor"}}}, "resource": {"id": 367, "owner": {"id": 684}, "assignee": {"id": 502}, "project": {"id": 316, "owner": {"id": 713}, "assignee": {"id": 879}}, "task": {"id": 329, "owner": {"id": 14}, "assignee": {"id": 1005}}, "job": {"id": 386, "assignee": {"id": 1177}}, "organization": {"id": 118}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 48, "privilege": "admin"}, "organization": {"id": 161, "owner": {"id": 279}, "user": {"role": "supervisor"}}}, "resource": {"id": 358, "owner": {"id": 681}, "assignee": {"id": 532}, "project": {"id": 343, "owner": {"id": 785}, "assignee": {"id": 859}}, "task": {"id": 332, "owner": {"id": 48}, "assignee": {"id": 1047}}, "job": {"id": 341, "assignee": {"id": 1115}}, "organization": {"id": 1261}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 97, "privilege": "business"}, "organization": {"id": 146, "owner": {"id": 243}, "user": {"role": "supervisor"}}}, "resource": {"id": 302, "owner": {"id": 698}, "assignee": {"id": 559}, "project": {"id": 346, "owner": {"id": 715}, "assignee": {"id": 866}}, "task": {"id": 333, "owner": {"id": 97}, "assignee": {"id": 1078}}, "job": {"id": 320, "assignee": {"id": 1148}}, "organization": {"id": 1260}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 89, "privilege": "admin"}, "organization": {"id": 104, "owner": {"id": 254}, "user": {"role": "supervisor"}}}, "resource": {"id": 302, "owner": {"id": 647}, "assignee": {"id": 545}, "project": {"id": 339, "owner": {"id": 704}, "assignee": {"id": 893}}, "task": {"id": 339, "owner": {"id": 89}, "assignee": {"id": 1038}}, "job": {"id": 329, "assignee": {"id": 1126}}, "organization": {"id": 1282}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 68, "privilege": "business"}, "organization": {"id": 146, "owner": {"id": 224}, "user": {"role": "supervisor"}}}, "resource": {"id": 323, "owner": {"id": 618}, "assignee": {"id": 546}, "project": {"id": 317, "owner": {"id": 799}, "assignee": {"id": 807}}, "task": {"id": 368, "owner": {"id": 68}, "assignee": {"id": 1036}}, "job": {"id": 306, "assignee": {"id": 1174}}, "organization": {"id": 1228}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 6, "privilege": "admin"}, "organization": {"id": 176, "owner": {"id": 252}, "user": {"role": "worker"}}}, "resource": {"id": 378, "owner": {"id": 654}, "assignee": {"id": 574}, "project": {"id": 327, "owner": {"id": 772}, "assignee": {"id": 814}}, "task": {"id": 347, "owner": {"id": 6}, "assignee": {"id": 1002}}, "job": {"id": 337, "assignee": {"id": 1156}}, "organization": {"id": 176}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 83, "privilege": "business"}, "organization": {"id": 150, "owner": {"id": 207}, "user": {"role": "worker"}}}, "resource": {"id": 345, "owner": {"id": 645}, "assignee": {"id": 513}, "project": {"id": 315, "owner": {"id": 715}, "assignee": {"id": 878}}, "task": {"id": 344, "owner": {"id": 83}, "assignee": {"id": 1077}}, "job": {"id": 344, "assignee": {"id": 1113}}, "organization": {"id": 150}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 82, "privilege": "admin"}, "organization": {"id": 160, "owner": {"id": 241}, "user": {"role": "worker"}}}, "resource": {"id": 367, "owner": {"id": 608}, "assignee": {"id": 548}, "project": {"id": 389, "owner": {"id": 790}, "assignee": {"id": 830}}, "task": {"id": 313, "owner": {"id": 82}, "assignee": {"id": 1033}}, "job": {"id": 354, "assignee": {"id": 1146}}, "organization": {"id": 160}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 47, "privilege": "business"}, "organization": {"id": 101, "owner": {"id": 252}, "user": {"role": "worker"}}}, "resource": {"id": 398, "owner": {"id": 687}, "assignee": {"id": 545}, "project": {"id": 358, "owner": {"id": 770}, "assignee": {"id": 897}}, "task": {"id": 396, "owner": {"id": 47}, "assignee": {"id": 1039}}, "job": {"id": 377, "assignee": {"id": 1151}}, "organization": {"id": 101}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 6, "privilege": "admin"}, "organization": {"id": 159, "owner": {"id": 211}, "user": {"role": "worker"}}}, "resource": {"id": 340, "owner": {"id": 697}, "assignee": {"id": 555}, "project": {"id": 393, "owner": {"id": 700}, "assignee": {"id": 894}}, "task": {"id": 331, "owner": {"id": 6}, "assignee": {"id": 1004}}, "job": {"id": 373, "assignee": {"id": 1105}}, "organization": {"id": 1259}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 0, "privilege": "business"}, "organization": {"id": 187, "owner": {"id": 220}, "user": {"role": "worker"}}}, "resource": {"id": 365, "owner": {"id": 632}, "assignee": {"id": 510}, "project": {"id": 389, "owner": {"id": 728}, "assignee": {"id": 890}}, "task": {"id": 347, "owner": {"id": 0}, "assignee": {"id": 1036}}, "job": {"id": 362, "assignee": {"id": 1108}}, "organization": {"id": 1240}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 25, "privilege": "admin"}, "organization": {"id": 122, "owner": {"id": 200}, "user": {"role": "worker"}}}, "resource": {"id": 318, "owner": {"id": 650}, "assignee": {"id": 561}, "project": {"id": 305, "owner": {"id": 784}, "assignee": {"id": 893}}, "task": {"id": 366, "owner": {"id": 25}, "assignee": {"id": 1053}}, "job": {"id": 362, "assignee": {"id": 1110}}, "organization": {"id": 1240}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 75, "privilege": "business"}, "organization": {"id": 139, "owner": {"id": 294}, "user": {"role": "worker"}}}, "resource": {"id": 307, "owner": {"id": 696}, "assignee": {"id": 547}, "project": {"id": 381, "owner": {"id": 740}, "assignee": {"id": 820}}, "task": {"id": 373, "owner": {"id": 75}, "assignee": {"id": 1002}}, "job": {"id": 359, "assignee": {"id": 1195}}, "organization": {"id": 1213}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 0, "privilege": "admin"}, "organization": {"id": 125, "owner": {"id": 274}, "user": {"role": null}}}, "resource": {"id": 394, "owner": {"id": 628}, "assignee": {"id": 553}, "project": {"id": 358, "owner": {"id": 700}, "assignee": {"id": 846}}, "task": {"id": 332, "owner": {"id": 0}, "assignee": {"id": 1075}}, "job": {"id": 324, "assignee": {"id": 1112}}, "organization": {"id": 125}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 70, "privilege": "business"}, "organization": {"id": 106, "owner": {"id": 263}, "user": {"role": null}}}, "resource": {"id": 313, "owner": {"id": 617}, "assignee": {"id": 536}, "project": {"id": 398, "owner": {"id": 740}, "assignee": {"id": 860}}, "task": {"id": 340, "owner": {"id": 70}, "assignee": {"id": 1068}}, "job": {"id": 311, "assignee": {"id": 1110}}, "organization": {"id": 106}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 59, "privilege": "admin"}, "organization": {"id": 198, "owner": {"id": 247}, "user": {"role": null}}}, "resource": {"id": 338, "owner": {"id": 605}, "assignee": {"id": 594}, "project": {"id": 363, "owner": {"id": 722}, "assignee": {"id": 873}}, "task": {"id": 333, "owner": {"id": 59}, "assignee": {"id": 1002}}, "job": {"id": 354, "assignee": {"id": 1165}}, "organization": {"id": 198}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 95, "privilege": "business"}, "organization": {"id": 103, "owner": {"id": 293}, "user": {"role": null}}}, "resource": {"id": 318, "owner": {"id": 688}, "assignee": {"id": 593}, "project": {"id": 346, "owner": {"id": 735}, "assignee": {"id": 869}}, "task": {"id": 398, "owner": {"id": 95}, "assignee": {"id": 1083}}, "job": {"id": 378, "assignee": {"id": 1101}}, "organization": {"id": 103}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 50, "privilege": "admin"}, "organization": {"id": 138, "owner": {"id": 271}, "user": {"role": null}}}, "resource": {"id": 378, "owner": {"id": 661}, "assignee": {"id": 506}, "project": {"id": 344, "owner": {"id": 705}, "assignee": {"id": 813}}, "task": {"id": 364, "owner": {"id": 50}, "assignee": {"id": 1024}}, "job": {"id": 332, "assignee": {"id": 1124}}, "organization": {"id": 1230}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 55, "privilege": "business"}, "organization": {"id": 149, "owner": {"id": 225}, "user": {"role": null}}}, "resource": {"id": 376, "owner": {"id": 631}, "assignee": {"id": 500}, "project": {"id": 310, "owner": {"id": 745}, "assignee": {"id": 827}}, "task": {"id": 323, "owner": {"id": 55}, "assignee": {"id": 1034}}, "job": {"id": 319, "assignee": {"id": 1185}}, "organization": {"id": 1221}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 61, "privilege": "admin"}, "organization": {"id": 195, "owner": {"id": 285}, "user": {"role": null}}}, "resource": {"id": 353, "owner": {"id": 660}, "assignee": {"id": 565}, "project": {"id": 303, "owner": {"id": 775}, "assignee": {"id": 804}}, "task": {"id": 392, "owner": {"id": 61}, "assignee": {"id": 1045}}, "job": {"id": 382, "assignee": {"id": 1163}}, "organization": {"id": 1220}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 97, "privilege": "business"}, "organization": {"id": 189, "owner": {"id": 266}, "user": {"role": null}}}, "resource": {"id": 365, "owner": {"id": 690}, "assignee": {"id": 519}, "project": {"id": 380, "owner": {"id": 798}, "assignee": {"id": 805}}, "task": {"id": 386, "owner": {"id": 97}, "assignee": {"id": 1084}}, "job": {"id": 325, "assignee": {"id": 1189}}, "organization": {"id": 1243}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 30, "privilege": "business"}, "organization": {"id": 166, "owner": {"id": 30}, "user": {"role": "owner"}}}, "resource": {"id": 372, "owner": {"id": 610}, "assignee": {"id": 515}, "project": {"id": 359, "owner": {"id": 763}, "assignee": {"id": 817}}, "task": {"id": 341, "owner": {"id": 30}, "assignee": {"id": 1057}}, "job": {"id": 337, "assignee": {"id": 1103}}, "organization": {"id": 166}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 22, "privilege": "user"}, "organization": {"id": 118, "owner": {"id": 22}, "user": {"role": "owner"}}}, "resource": {"id": 345, "owner": {"id": 675}, "assignee": {"id": 596}, "project": {"id": 390, "owner": {"id": 799}, "assignee": {"id": 858}}, "task": {"id": 333, "owner": {"id": 22}, "assignee": {"id": 1027}}, "job": {"id": 385, "assignee": {"id": 1199}}, "organization": {"id": 118}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 90, "privilege": "business"}, "organization": {"id": 174, "owner": {"id": 90}, "user": {"role": "owner"}}}, "resource": {"id": 336, "owner": {"id": 655}, "assignee": {"id": 553}, "project": {"id": 398, "owner": {"id": 745}, "assignee": {"id": 861}}, "task": {"id": 347, "owner": {"id": 90}, "assignee": {"id": 1068}}, "job": {"id": 397, "assignee": {"id": 1177}}, "organization": {"id": 174}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 12, "privilege": "user"}, "organization": {"id": 144, "owner": {"id": 12}, "user": {"role": "owner"}}}, "resource": {"id": 386, "owner": {"id": 678}, "assignee": {"id": 562}, "project": {"id": 361, "owner": {"id": 744}, "assignee": {"id": 809}}, "task": {"id": 380, "owner": {"id": 12}, "assignee": {"id": 1078}}, "job": {"id": 329, "assignee": {"id": 1174}}, "organization": {"id": 144}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 65, "privilege": "business"}, "organization": {"id": 140, "owner": {"id": 65}, "user": {"role": "owner"}}}, "resource": {"id": 343, "owner": {"id": 623}, "assignee": {"id": 547}, "project": {"id": 354, "owner": {"id": 726}, "assignee": {"id": 866}}, "task": {"id": 371, "owner": {"id": 65}, "assignee": {"id": 1094}}, "job": {"id": 381, "assignee": {"id": 1110}}, "organization": {"id": 1236}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 36, "privilege": "user"}, "organization": {"id": 196, "owner": {"id": 36}, "user": {"role": "owner"}}}, "resource": {"id": 354, "owner": {"id": 620}, "assignee": {"id": 516}, "project": {"id": 335, "owner": {"id": 768}, "assignee": {"id": 899}}, "task": {"id": 388, "owner": {"id": 36}, "assignee": {"id": 1015}}, "job": {"id": 324, "assignee": {"id": 1100}}, "organization": {"id": 1225}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 79, "privilege": "business"}, "organization": {"id": 157, "owner": {"id": 79}, "user": {"role": "owner"}}}, "resource": {"id": 359, "owner": {"id": 696}, "assignee": {"id": 554}, "project": {"id": 398, "owner": {"id": 775}, "assignee": {"id": 821}}, "task": {"id": 379, "owner": {"id": 79}, "assignee": {"id": 1081}}, "job": {"id": 395, "assignee": {"id": 1156}}, "organization": {"id": 1202}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 32, "privilege": "user"}, "organization": {"id": 176, "owner": {"id": 32}, "user": {"role": "owner"}}}, "resource": {"id": 362, "owner": {"id": 624}, "assignee": {"id": 591}, "project": {"id": 359, "owner": {"id": 703}, "assignee": {"id": 817}}, "task": {"id": 323, "owner": {"id": 32}, "assignee": {"id": 1026}}, "job": {"id": 333, "assignee": {"id": 1112}}, "organization": {"id": 1240}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 26, "privilege": "business"}, "organization": {"id": 105, "owner": {"id": 249}, "user": {"role": "maintainer"}}}, "resource": {"id": 362, "owner": {"id": 617}, "assignee": {"id": 549}, "project": {"id": 317, "owner": {"id": 736}, "assignee": {"id": 843}}, "task": {"id": 346, "owner": {"id": 26}, "assignee": {"id": 1074}}, "job": {"id": 329, "assignee": {"id": 1183}}, "organization": {"id": 105}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 76, "privilege": "user"}, "organization": {"id": 190, "owner": {"id": 287}, "user": {"role": "maintainer"}}}, "resource": {"id": 357, "owner": {"id": 669}, "assignee": {"id": 593}, "project": {"id": 389, "owner": {"id": 795}, "assignee": {"id": 887}}, "task": {"id": 328, "owner": {"id": 76}, "assignee": {"id": 1016}}, "job": {"id": 367, "assignee": {"id": 1143}}, "organization": {"id": 190}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 3, "privilege": "business"}, "organization": {"id": 129, "owner": {"id": 252}, "user": {"role": "maintainer"}}}, "resource": {"id": 354, "owner": {"id": 633}, "assignee": {"id": 598}, "project": {"id": 376, "owner": {"id": 790}, "assignee": {"id": 842}}, "task": {"id": 354, "owner": {"id": 3}, "assignee": {"id": 1085}}, "job": {"id": 381, "assignee": {"id": 1114}}, "organization": {"id": 129}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 40, "privilege": "user"}, "organization": {"id": 192, "owner": {"id": 204}, "user": {"role": "maintainer"}}}, "resource": {"id": 316, "owner": {"id": 664}, "assignee": {"id": 538}, "project": {"id": 306, "owner": {"id": 738}, "assignee": {"id": 803}}, "task": {"id": 309, "owner": {"id": 40}, "assignee": {"id": 1077}}, "job": {"id": 327, "assignee": {"id": 1147}}, "organization": {"id": 192}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 67, "privilege": "business"}, "organization": {"id": 165, "owner": {"id": 291}, "user": {"role": "maintainer"}}}, "resource": {"id": 386, "owner": {"id": 697}, "assignee": {"id": 537}, "project": {"id": 326, "owner": {"id": 757}, "assignee": {"id": 879}}, "task": {"id": 378, "owner": {"id": 67}, "assignee": {"id": 1090}}, "job": {"id": 394, "assignee": {"id": 1143}}, "organization": {"id": 1287}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 61, "privilege": "user"}, "organization": {"id": 121, "owner": {"id": 248}, "user": {"role": "maintainer"}}}, "resource": {"id": 328, "owner": {"id": 645}, "assignee": {"id": 547}, "project": {"id": 369, "owner": {"id": 715}, "assignee": {"id": 848}}, "task": {"id": 344, "owner": {"id": 61}, "assignee": {"id": 1083}}, "job": {"id": 353, "assignee": {"id": 1104}}, "organization": {"id": 1261}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 71, "privilege": "business"}, "organization": {"id": 140, "owner": {"id": 276}, "user": {"role": "maintainer"}}}, "resource": {"id": 342, "owner": {"id": 697}, "assignee": {"id": 560}, "project": {"id": 343, "owner": {"id": 776}, "assignee": {"id": 804}}, "task": {"id": 339, "owner": {"id": 71}, "assignee": {"id": 1029}}, "job": {"id": 307, "assignee": {"id": 1157}}, "organization": {"id": 1240}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 37, "privilege": "user"}, "organization": {"id": 127, "owner": {"id": 217}, "user": {"role": "maintainer"}}}, "resource": {"id": 399, "owner": {"id": 650}, "assignee": {"id": 529}, "project": {"id": 340, "owner": {"id": 723}, "assignee": {"id": 878}}, "task": {"id": 358, "owner": {"id": 37}, "assignee": {"id": 1085}}, "job": {"id": 399, "assignee": {"id": 1142}}, "organization": {"id": 1219}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 19, "privilege": "business"}, "organization": {"id": 126, "owner": {"id": 237}, "user": {"role": "supervisor"}}}, "resource": {"id": 339, "owner": {"id": 619}, "assignee": {"id": 524}, "project": {"id": 354, "owner": {"id": 781}, "assignee": {"id": 859}}, "task": {"id": 386, "owner": {"id": 19}, "assignee": {"id": 1070}}, "job": {"id": 366, "assignee": {"id": 1176}}, "organization": {"id": 126}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 84, "privilege": "user"}, "organization": {"id": 165, "owner": {"id": 231}, "user": {"role": "supervisor"}}}, "resource": {"id": 313, "owner": {"id": 618}, "assignee": {"id": 550}, "project": {"id": 331, "owner": {"id": 775}, "assignee": {"id": 887}}, "task": {"id": 308, "owner": {"id": 84}, "assignee": {"id": 1037}}, "job": {"id": 357, "assignee": {"id": 1181}}, "organization": {"id": 165}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 80, "privilege": "business"}, "organization": {"id": 140, "owner": {"id": 214}, "user": {"role": "supervisor"}}}, "resource": {"id": 374, "owner": {"id": 682}, "assignee": {"id": 538}, "project": {"id": 365, "owner": {"id": 761}, "assignee": {"id": 844}}, "task": {"id": 336, "owner": {"id": 80}, "assignee": {"id": 1002}}, "job": {"id": 370, "assignee": {"id": 1140}}, "organization": {"id": 140}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 34, "privilege": "user"}, "organization": {"id": 132, "owner": {"id": 271}, "user": {"role": "supervisor"}}}, "resource": {"id": 331, "owner": {"id": 616}, "assignee": {"id": 559}, "project": {"id": 390, "owner": {"id": 745}, "assignee": {"id": 874}}, "task": {"id": 323, "owner": {"id": 34}, "assignee": {"id": 1064}}, "job": {"id": 329, "assignee": {"id": 1154}}, "organization": {"id": 132}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 91, "privilege": "business"}, "organization": {"id": 118, "owner": {"id": 254}, "user": {"role": "supervisor"}}}, "resource": {"id": 300, "owner": {"id": 683}, "assignee": {"id": 563}, "project": {"id": 337, "owner": {"id": 751}, "assignee": {"id": 861}}, "task": {"id": 317, "owner": {"id": 91}, "assignee": {"id": 1095}}, "job": {"id": 387, "assignee": {"id": 1130}}, "organization": {"id": 1299}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 73, "privilege": "user"}, "organization": {"id": 145, "owner": {"id": 275}, "user": {"role": "supervisor"}}}, "resource": {"id": 344, "owner": {"id": 631}, "assignee": {"id": 565}, "project": {"id": 353, "owner": {"id": 780}, "assignee": {"id": 875}}, "task": {"id": 340, "owner": {"id": 73}, "assignee": {"id": 1033}}, "job": {"id": 367, "assignee": {"id": 1130}}, "organization": {"id": 1220}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 4, "privilege": "business"}, "organization": {"id": 187, "owner": {"id": 262}, "user": {"role": "supervisor"}}}, "resource": {"id": 350, "owner": {"id": 655}, "assignee": {"id": 557}, "project": {"id": 332, "owner": {"id": 775}, "assignee": {"id": 882}}, "task": {"id": 329, "owner": {"id": 4}, "assignee": {"id": 1043}}, "job": {"id": 315, "assignee": {"id": 1104}}, "organization": {"id": 1263}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 63, "privilege": "user"}, "organization": {"id": 123, "owner": {"id": 250}, "user": {"role": "supervisor"}}}, "resource": {"id": 353, "owner": {"id": 623}, "assignee": {"id": 560}, "project": {"id": 357, "owner": {"id": 711}, "assignee": {"id": 889}}, "task": {"id": 351, "owner": {"id": 63}, "assignee": {"id": 1042}}, "job": {"id": 340, "assignee": {"id": 1179}}, "organization": {"id": 1215}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 42, "privilege": "business"}, "organization": {"id": 124, "owner": {"id": 283}, "user": {"role": "worker"}}}, "resource": {"id": 327, "owner": {"id": 685}, "assignee": {"id": 580}, "project": {"id": 392, "owner": {"id": 754}, "assignee": {"id": 881}}, "task": {"id": 317, "owner": {"id": 42}, "assignee": {"id": 1050}}, "job": {"id": 305, "assignee": {"id": 1198}}, "organization": {"id": 124}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 48, "privilege": "user"}, "organization": {"id": 109, "owner": {"id": 270}, "user": {"role": "worker"}}}, "resource": {"id": 385, "owner": {"id": 683}, "assignee": {"id": 590}, "project": {"id": 343, "owner": {"id": 734}, "assignee": {"id": 846}}, "task": {"id": 380, "owner": {"id": 48}, "assignee": {"id": 1042}}, "job": {"id": 341, "assignee": {"id": 1190}}, "organization": {"id": 109}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 12, "privilege": "business"}, "organization": {"id": 186, "owner": {"id": 257}, "user": {"role": "worker"}}}, "resource": {"id": 399, "owner": {"id": 636}, "assignee": {"id": 522}, "project": {"id": 375, "owner": {"id": 774}, "assignee": {"id": 811}}, "task": {"id": 333, "owner": {"id": 12}, "assignee": {"id": 1058}}, "job": {"id": 327, "assignee": {"id": 1160}}, "organization": {"id": 186}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 35, "privilege": "user"}, "organization": {"id": 101, "owner": {"id": 271}, "user": {"role": "worker"}}}, "resource": {"id": 351, "owner": {"id": 602}, "assignee": {"id": 599}, "project": {"id": 328, "owner": {"id": 708}, "assignee": {"id": 801}}, "task": {"id": 326, "owner": {"id": 35}, "assignee": {"id": 1089}}, "job": {"id": 347, "assignee": {"id": 1106}}, "organization": {"id": 101}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 39, "privilege": "business"}, "organization": {"id": 175, "owner": {"id": 285}, "user": {"role": "worker"}}}, "resource": {"id": 305, "owner": {"id": 618}, "assignee": {"id": 543}, "project": {"id": 368, "owner": {"id": 726}, "assignee": {"id": 824}}, "task": {"id": 307, "owner": {"id": 39}, "assignee": {"id": 1050}}, "job": {"id": 308, "assignee": {"id": 1129}}, "organization": {"id": 1215}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 71, "privilege": "user"}, "organization": {"id": 145, "owner": {"id": 278}, "user": {"role": "worker"}}}, "resource": {"id": 325, "owner": {"id": 698}, "assignee": {"id": 579}, "project": {"id": 333, "owner": {"id": 753}, "assignee": {"id": 846}}, "task": {"id": 344, "owner": {"id": 71}, "assignee": {"id": 1070}}, "job": {"id": 303, "assignee": {"id": 1165}}, "organization": {"id": 1260}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 88, "privilege": "business"}, "organization": {"id": 181, "owner": {"id": 237}, "user": {"role": "worker"}}}, "resource": {"id": 358, "owner": {"id": 679}, "assignee": {"id": 509}, "project": {"id": 322, "owner": {"id": 704}, "assignee": {"id": 845}}, "task": {"id": 331, "owner": {"id": 88}, "assignee": {"id": 1070}}, "job": {"id": 376, "assignee": {"id": 1178}}, "organization": {"id": 1276}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 91, "privilege": "user"}, "organization": {"id": 130, "owner": {"id": 219}, "user": {"role": "worker"}}}, "resource": {"id": 323, "owner": {"id": 632}, "assignee": {"id": 519}, "project": {"id": 358, "owner": {"id": 789}, "assignee": {"id": 811}}, "task": {"id": 346, "owner": {"id": 91}, "assignee": {"id": 1060}}, "job": {"id": 309, "assignee": {"id": 1190}}, "organization": {"id": 1209}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 12, "privilege": "business"}, "organization": {"id": 139, "owner": {"id": 276}, "user": {"role": null}}}, "resource": {"id": 347, "owner": {"id": 613}, "assignee": {"id": 556}, "project": {"id": 370, "owner": {"id": 761}, "assignee": {"id": 895}}, "task": {"id": 382, "owner": {"id": 12}, "assignee": {"id": 1076}}, "job": {"id": 353, "assignee": {"id": 1184}}, "organization": {"id": 139}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 10, "privilege": "user"}, "organization": {"id": 110, "owner": {"id": 241}, "user": {"role": null}}}, "resource": {"id": 371, "owner": {"id": 606}, "assignee": {"id": 500}, "project": {"id": 337, "owner": {"id": 709}, "assignee": {"id": 851}}, "task": {"id": 337, "owner": {"id": 10}, "assignee": {"id": 1039}}, "job": {"id": 302, "assignee": {"id": 1182}}, "organization": {"id": 110}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 37, "privilege": "business"}, "organization": {"id": 149, "owner": {"id": 203}, "user": {"role": null}}}, "resource": {"id": 358, "owner": {"id": 663}, "assignee": {"id": 597}, "project": {"id": 392, "owner": {"id": 716}, "assignee": {"id": 867}}, "task": {"id": 331, "owner": {"id": 37}, "assignee": {"id": 1015}}, "job": {"id": 304, "assignee": {"id": 1192}}, "organization": {"id": 149}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 11, "privilege": "user"}, "organization": {"id": 105, "owner": {"id": 274}, "user": {"role": null}}}, "resource": {"id": 355, "owner": {"id": 606}, "assignee": {"id": 562}, "project": {"id": 351, "owner": {"id": 761}, "assignee": {"id": 867}}, "task": {"id": 340, "owner": {"id": 11}, "assignee": {"id": 1009}}, "job": {"id": 395, "assignee": {"id": 1194}}, "organization": {"id": 105}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 19, "privilege": "business"}, "organization": {"id": 162, "owner": {"id": 256}, "user": {"role": null}}}, "resource": {"id": 318, "owner": {"id": 683}, "assignee": {"id": 539}, "project": {"id": 349, "owner": {"id": 719}, "assignee": {"id": 876}}, "task": {"id": 392, "owner": {"id": 19}, "assignee": {"id": 1047}}, "job": {"id": 368, "assignee": {"id": 1150}}, "organization": {"id": 1260}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 44, "privilege": "user"}, "organization": {"id": 108, "owner": {"id": 299}, "user": {"role": null}}}, "resource": {"id": 393, "owner": {"id": 673}, "assignee": {"id": 545}, "project": {"id": 381, "owner": {"id": 778}, "assignee": {"id": 830}}, "task": {"id": 344, "owner": {"id": 44}, "assignee": {"id": 1067}}, "job": {"id": 393, "assignee": {"id": 1116}}, "organization": {"id": 1275}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 75, "privilege": "business"}, "organization": {"id": 141, "owner": {"id": 242}, "user": {"role": null}}}, "resource": {"id": 369, "owner": {"id": 668}, "assignee": {"id": 584}, "project": {"id": 319, "owner": {"id": 706}, "assignee": {"id": 862}}, "task": {"id": 365, "owner": {"id": 75}, "assignee": {"id": 1001}}, "job": {"id": 310, "assignee": {"id": 1150}}, "organization": {"id": 1205}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 66, "privilege": "user"}, "organization": {"id": 194, "owner": {"id": 298}, "user": {"role": null}}}, "resource": {"id": 347, "owner": {"id": 605}, "assignee": {"id": 591}, "project": {"id": 306, "owner": {"id": 755}, "assignee": {"id": 875}}, "task": {"id": 392, "owner": {"id": 66}, "assignee": {"id": 1040}}, "job": {"id": 311, "assignee": {"id": 1101}}, "organization": {"id": 1225}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 21, "privilege": "user"}, "organization": {"id": 110, "owner": {"id": 21}, "user": {"role": "owner"}}}, "resource": {"id": 316, "owner": {"id": 677}, "assignee": {"id": 578}, "project": {"id": 392, "owner": {"id": 709}, "assignee": {"id": 876}}, "task": {"id": 382, "owner": {"id": 21}, "assignee": {"id": 1009}}, "job": {"id": 365, "assignee": {"id": 1190}}, "organization": {"id": 110}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 34, "privilege": "worker"}, "organization": {"id": 173, "owner": {"id": 34}, "user": {"role": "owner"}}}, "resource": {"id": 329, "owner": {"id": 633}, "assignee": {"id": 502}, "project": {"id": 368, "owner": {"id": 780}, "assignee": {"id": 892}}, "task": {"id": 356, "owner": {"id": 34}, "assignee": {"id": 1054}}, "job": {"id": 367, "assignee": {"id": 1131}}, "organization": {"id": 173}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 43, "privilege": "user"}, "organization": {"id": 107, "owner": {"id": 43}, "user": {"role": "owner"}}}, "resource": {"id": 354, "owner": {"id": 693}, "assignee": {"id": 581}, "project": {"id": 397, "owner": {"id": 759}, "assignee": {"id": 886}}, "task": {"id": 376, "owner": {"id": 43}, "assignee": {"id": 1053}}, "job": {"id": 300, "assignee": {"id": 1139}}, "organization": {"id": 107}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 51, "privilege": "worker"}, "organization": {"id": 171, "owner": {"id": 51}, "user": {"role": "owner"}}}, "resource": {"id": 386, "owner": {"id": 647}, "assignee": {"id": 545}, "project": {"id": 328, "owner": {"id": 762}, "assignee": {"id": 826}}, "task": {"id": 386, "owner": {"id": 51}, "assignee": {"id": 1066}}, "job": {"id": 320, "assignee": {"id": 1113}}, "organization": {"id": 171}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 78, "privilege": "user"}, "organization": {"id": 145, "owner": {"id": 78}, "user": {"role": "owner"}}}, "resource": {"id": 365, "owner": {"id": 602}, "assignee": {"id": 524}, "project": {"id": 360, "owner": {"id": 732}, "assignee": {"id": 840}}, "task": {"id": 313, "owner": {"id": 78}, "assignee": {"id": 1097}}, "job": {"id": 321, "assignee": {"id": 1176}}, "organization": {"id": 1203}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 83, "privilege": "worker"}, "organization": {"id": 172, "owner": {"id": 83}, "user": {"role": "owner"}}}, "resource": {"id": 326, "owner": {"id": 645}, "assignee": {"id": 545}, "project": {"id": 316, "owner": {"id": 756}, "assignee": {"id": 847}}, "task": {"id": 356, "owner": {"id": 83}, "assignee": {"id": 1007}}, "job": {"id": 388, "assignee": {"id": 1158}}, "organization": {"id": 1229}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 16, "privilege": "user"}, "organization": {"id": 143, "owner": {"id": 16}, "user": {"role": "owner"}}}, "resource": {"id": 305, "owner": {"id": 649}, "assignee": {"id": 557}, "project": {"id": 345, "owner": {"id": 758}, "assignee": {"id": 886}}, "task": {"id": 331, "owner": {"id": 16}, "assignee": {"id": 1020}}, "job": {"id": 348, "assignee": {"id": 1198}}, "organization": {"id": 1208}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 90, "privilege": "worker"}, "organization": {"id": 108, "owner": {"id": 90}, "user": {"role": "owner"}}}, "resource": {"id": 304, "owner": {"id": 673}, "assignee": {"id": 570}, "project": {"id": 386, "owner": {"id": 727}, "assignee": {"id": 831}}, "task": {"id": 312, "owner": {"id": 90}, "assignee": {"id": 1098}}, "job": {"id": 388, "assignee": {"id": 1143}}, "organization": {"id": 1274}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 18, "privilege": "user"}, "organization": {"id": 185, "owner": {"id": 217}, "user": {"role": "maintainer"}}}, "resource": {"id": 343, "owner": {"id": 694}, "assignee": {"id": 556}, "project": {"id": 388, "owner": {"id": 764}, "assignee": {"id": 861}}, "task": {"id": 304, "owner": {"id": 18}, "assignee": {"id": 1095}}, "job": {"id": 376, "assignee": {"id": 1148}}, "organization": {"id": 185}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 57, "privilege": "worker"}, "organization": {"id": 128, "owner": {"id": 272}, "user": {"role": "maintainer"}}}, "resource": {"id": 309, "owner": {"id": 653}, "assignee": {"id": 518}, "project": {"id": 381, "owner": {"id": 714}, "assignee": {"id": 888}}, "task": {"id": 341, "owner": {"id": 57}, "assignee": {"id": 1097}}, "job": {"id": 397, "assignee": {"id": 1128}}, "organization": {"id": 128}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 5, "privilege": "user"}, "organization": {"id": 173, "owner": {"id": 278}, "user": {"role": "maintainer"}}}, "resource": {"id": 375, "owner": {"id": 680}, "assignee": {"id": 565}, "project": {"id": 375, "owner": {"id": 745}, "assignee": {"id": 833}}, "task": {"id": 360, "owner": {"id": 5}, "assignee": {"id": 1035}}, "job": {"id": 391, "assignee": {"id": 1180}}, "organization": {"id": 173}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 74, "privilege": "worker"}, "organization": {"id": 105, "owner": {"id": 219}, "user": {"role": "maintainer"}}}, "resource": {"id": 359, "owner": {"id": 673}, "assignee": {"id": 540}, "project": {"id": 309, "owner": {"id": 770}, "assignee": {"id": 836}}, "task": {"id": 374, "owner": {"id": 74}, "assignee": {"id": 1030}}, "job": {"id": 353, "assignee": {"id": 1164}}, "organization": {"id": 105}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 78, "privilege": "user"}, "organization": {"id": 151, "owner": {"id": 281}, "user": {"role": "maintainer"}}}, "resource": {"id": 345, "owner": {"id": 662}, "assignee": {"id": 549}, "project": {"id": 351, "owner": {"id": 776}, "assignee": {"id": 818}}, "task": {"id": 303, "owner": {"id": 78}, "assignee": {"id": 1027}}, "job": {"id": 306, "assignee": {"id": 1167}}, "organization": {"id": 1205}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 62, "privilege": "worker"}, "organization": {"id": 105, "owner": {"id": 296}, "user": {"role": "maintainer"}}}, "resource": {"id": 365, "owner": {"id": 616}, "assignee": {"id": 549}, "project": {"id": 337, "owner": {"id": 711}, "assignee": {"id": 835}}, "task": {"id": 381, "owner": {"id": 62}, "assignee": {"id": 1037}}, "job": {"id": 369, "assignee": {"id": 1127}}, "organization": {"id": 1233}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 59, "privilege": "user"}, "organization": {"id": 199, "owner": {"id": 226}, "user": {"role": "maintainer"}}}, "resource": {"id": 307, "owner": {"id": 642}, "assignee": {"id": 543}, "project": {"id": 310, "owner": {"id": 779}, "assignee": {"id": 843}}, "task": {"id": 300, "owner": {"id": 59}, "assignee": {"id": 1028}}, "job": {"id": 353, "assignee": {"id": 1138}}, "organization": {"id": 1257}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 81, "privilege": "worker"}, "organization": {"id": 128, "owner": {"id": 237}, "user": {"role": "maintainer"}}}, "resource": {"id": 309, "owner": {"id": 688}, "assignee": {"id": 545}, "project": {"id": 327, "owner": {"id": 781}, "assignee": {"id": 880}}, "task": {"id": 358, "owner": {"id": 81}, "assignee": {"id": 1038}}, "job": {"id": 356, "assignee": {"id": 1125}}, "organization": {"id": 1268}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 39, "privilege": "user"}, "organization": {"id": 191, "owner": {"id": 257}, "user": {"role": "supervisor"}}}, "resource": {"id": 331, "owner": {"id": 632}, "assignee": {"id": 578}, "project": {"id": 303, "owner": {"id": 746}, "assignee": {"id": 810}}, "task": {"id": 372, "owner": {"id": 39}, "assignee": {"id": 1052}}, "job": {"id": 309, "assignee": {"id": 1140}}, "organization": {"id": 191}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 22, "privilege": "worker"}, "organization": {"id": 117, "owner": {"id": 252}, "user": {"role": "supervisor"}}}, "resource": {"id": 333, "owner": {"id": 697}, "assignee": {"id": 528}, "project": {"id": 310, "owner": {"id": 710}, "assignee": {"id": 813}}, "task": {"id": 360, "owner": {"id": 22}, "assignee": {"id": 1020}}, "job": {"id": 394, "assignee": {"id": 1151}}, "organization": {"id": 117}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 84, "privilege": "user"}, "organization": {"id": 173, "owner": {"id": 275}, "user": {"role": "supervisor"}}}, "resource": {"id": 387, "owner": {"id": 624}, "assignee": {"id": 592}, "project": {"id": 356, "owner": {"id": 781}, "assignee": {"id": 818}}, "task": {"id": 393, "owner": {"id": 84}, "assignee": {"id": 1063}}, "job": {"id": 368, "assignee": {"id": 1178}}, "organization": {"id": 173}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 11, "privilege": "worker"}, "organization": {"id": 176, "owner": {"id": 219}, "user": {"role": "supervisor"}}}, "resource": {"id": 331, "owner": {"id": 602}, "assignee": {"id": 598}, "project": {"id": 392, "owner": {"id": 714}, "assignee": {"id": 831}}, "task": {"id": 332, "owner": {"id": 11}, "assignee": {"id": 1086}}, "job": {"id": 358, "assignee": {"id": 1109}}, "organization": {"id": 176}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 66, "privilege": "user"}, "organization": {"id": 121, "owner": {"id": 252}, "user": {"role": "supervisor"}}}, "resource": {"id": 381, "owner": {"id": 662}, "assignee": {"id": 535}, "project": {"id": 392, "owner": {"id": 796}, "assignee": {"id": 891}}, "task": {"id": 321, "owner": {"id": 66}, "assignee": {"id": 1054}}, "job": {"id": 305, "assignee": {"id": 1149}}, "organization": {"id": 1222}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 54, "privilege": "worker"}, "organization": {"id": 161, "owner": {"id": 232}, "user": {"role": "supervisor"}}}, "resource": {"id": 331, "owner": {"id": 650}, "assignee": {"id": 587}, "project": {"id": 346, "owner": {"id": 769}, "assignee": {"id": 824}}, "task": {"id": 377, "owner": {"id": 54}, "assignee": {"id": 1086}}, "job": {"id": 301, "assignee": {"id": 1180}}, "organization": {"id": 1260}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 88, "privilege": "user"}, "organization": {"id": 196, "owner": {"id": 236}, "user": {"role": "supervisor"}}}, "resource": {"id": 322, "owner": {"id": 604}, "assignee": {"id": 593}, "project": {"id": 312, "owner": {"id": 726}, "assignee": {"id": 834}}, "task": {"id": 393, "owner": {"id": 88}, "assignee": {"id": 1047}}, "job": {"id": 370, "assignee": {"id": 1105}}, "organization": {"id": 1271}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 12, "privilege": "worker"}, "organization": {"id": 136, "owner": {"id": 218}, "user": {"role": "supervisor"}}}, "resource": {"id": 303, "owner": {"id": 628}, "assignee": {"id": 525}, "project": {"id": 316, "owner": {"id": 778}, "assignee": {"id": 826}}, "task": {"id": 350, "owner": {"id": 12}, "assignee": {"id": 1027}}, "job": {"id": 327, "assignee": {"id": 1134}}, "organization": {"id": 1240}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 96, "privilege": "user"}, "organization": {"id": 167, "owner": {"id": 284}, "user": {"role": "worker"}}}, "resource": {"id": 396, "owner": {"id": 648}, "assignee": {"id": 583}, "project": {"id": 324, "owner": {"id": 719}, "assignee": {"id": 808}}, "task": {"id": 360, "owner": {"id": 96}, "assignee": {"id": 1048}}, "job": {"id": 329, "assignee": {"id": 1190}}, "organization": {"id": 167}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 83, "privilege": "worker"}, "organization": {"id": 178, "owner": {"id": 277}, "user": {"role": "worker"}}}, "resource": {"id": 395, "owner": {"id": 638}, "assignee": {"id": 544}, "project": {"id": 355, "owner": {"id": 779}, "assignee": {"id": 892}}, "task": {"id": 323, "owner": {"id": 83}, "assignee": {"id": 1000}}, "job": {"id": 371, "assignee": {"id": 1129}}, "organization": {"id": 178}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 15, "privilege": "user"}, "organization": {"id": 170, "owner": {"id": 208}, "user": {"role": "worker"}}}, "resource": {"id": 325, "owner": {"id": 672}, "assignee": {"id": 511}, "project": {"id": 310, "owner": {"id": 777}, "assignee": {"id": 885}}, "task": {"id": 395, "owner": {"id": 15}, "assignee": {"id": 1047}}, "job": {"id": 361, "assignee": {"id": 1122}}, "organization": {"id": 170}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 34, "privilege": "worker"}, "organization": {"id": 158, "owner": {"id": 287}, "user": {"role": "worker"}}}, "resource": {"id": 380, "owner": {"id": 634}, "assignee": {"id": 592}, "project": {"id": 398, "owner": {"id": 799}, "assignee": {"id": 880}}, "task": {"id": 358, "owner": {"id": 34}, "assignee": {"id": 1070}}, "job": {"id": 333, "assignee": {"id": 1188}}, "organization": {"id": 158}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 92, "privilege": "user"}, "organization": {"id": 182, "owner": {"id": 274}, "user": {"role": "worker"}}}, "resource": {"id": 372, "owner": {"id": 685}, "assignee": {"id": 597}, "project": {"id": 336, "owner": {"id": 749}, "assignee": {"id": 835}}, "task": {"id": 330, "owner": {"id": 92}, "assignee": {"id": 1029}}, "job": {"id": 377, "assignee": {"id": 1198}}, "organization": {"id": 1278}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 18, "privilege": "worker"}, "organization": {"id": 184, "owner": {"id": 273}, "user": {"role": "worker"}}}, "resource": {"id": 357, "owner": {"id": 643}, "assignee": {"id": 529}, "project": {"id": 392, "owner": {"id": 752}, "assignee": {"id": 865}}, "task": {"id": 347, "owner": {"id": 18}, "assignee": {"id": 1058}}, "job": {"id": 338, "assignee": {"id": 1104}}, "organization": {"id": 1211}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 69, "privilege": "user"}, "organization": {"id": 129, "owner": {"id": 224}, "user": {"role": "worker"}}}, "resource": {"id": 375, "owner": {"id": 645}, "assignee": {"id": 554}, "project": {"id": 376, "owner": {"id": 737}, "assignee": {"id": 829}}, "task": {"id": 343, "owner": {"id": 69}, "assignee": {"id": 1042}}, "job": {"id": 329, "assignee": {"id": 1177}}, "organization": {"id": 1237}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 93, "privilege": "worker"}, "organization": {"id": 179, "owner": {"id": 288}, "user": {"role": "worker"}}}, "resource": {"id": 367, "owner": {"id": 647}, "assignee": {"id": 522}, "project": {"id": 358, "owner": {"id": 780}, "assignee": {"id": 838}}, "task": {"id": 306, "owner": {"id": 93}, "assignee": {"id": 1013}}, "job": {"id": 391, "assignee": {"id": 1109}}, "organization": {"id": 1258}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 52, "privilege": "user"}, "organization": {"id": 160, "owner": {"id": 234}, "user": {"role": null}}}, "resource": {"id": 329, "owner": {"id": 691}, "assignee": {"id": 504}, "project": {"id": 392, "owner": {"id": 701}, "assignee": {"id": 810}}, "task": {"id": 387, "owner": {"id": 52}, "assignee": {"id": 1037}}, "job": {"id": 388, "assignee": {"id": 1179}}, "organization": {"id": 160}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 36, "privilege": "worker"}, "organization": {"id": 171, "owner": {"id": 296}, "user": {"role": null}}}, "resource": {"id": 358, "owner": {"id": 609}, "assignee": {"id": 511}, "project": {"id": 355, "owner": {"id": 798}, "assignee": {"id": 897}}, "task": {"id": 384, "owner": {"id": 36}, "assignee": {"id": 1085}}, "job": {"id": 340, "assignee": {"id": 1191}}, "organization": {"id": 171}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 52, "privilege": "user"}, "organization": {"id": 189, "owner": {"id": 279}, "user": {"role": null}}}, "resource": {"id": 317, "owner": {"id": 699}, "assignee": {"id": 543}, "project": {"id": 325, "owner": {"id": 753}, "assignee": {"id": 812}}, "task": {"id": 335, "owner": {"id": 52}, "assignee": {"id": 1046}}, "job": {"id": 353, "assignee": {"id": 1104}}, "organization": {"id": 189}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 68, "privilege": "worker"}, "organization": {"id": 138, "owner": {"id": 282}, "user": {"role": null}}}, "resource": {"id": 393, "owner": {"id": 689}, "assignee": {"id": 562}, "project": {"id": 347, "owner": {"id": 704}, "assignee": {"id": 815}}, "task": {"id": 344, "owner": {"id": 68}, "assignee": {"id": 1000}}, "job": {"id": 364, "assignee": {"id": 1168}}, "organization": {"id": 138}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 74, "privilege": "user"}, "organization": {"id": 196, "owner": {"id": 205}, "user": {"role": null}}}, "resource": {"id": 325, "owner": {"id": 666}, "assignee": {"id": 586}, "project": {"id": 343, "owner": {"id": 724}, "assignee": {"id": 805}}, "task": {"id": 343, "owner": {"id": 74}, "assignee": {"id": 1012}}, "job": {"id": 314, "assignee": {"id": 1152}}, "organization": {"id": 1212}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 31, "privilege": "worker"}, "organization": {"id": 116, "owner": {"id": 201}, "user": {"role": null}}}, "resource": {"id": 391, "owner": {"id": 616}, "assignee": {"id": 544}, "project": {"id": 366, "owner": {"id": 774}, "assignee": {"id": 882}}, "task": {"id": 341, "owner": {"id": 31}, "assignee": {"id": 1097}}, "job": {"id": 314, "assignee": {"id": 1134}}, "organization": {"id": 1224}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 11, "privilege": "user"}, "organization": {"id": 101, "owner": {"id": 221}, "user": {"role": null}}}, "resource": {"id": 301, "owner": {"id": 634}, "assignee": {"id": 581}, "project": {"id": 370, "owner": {"id": 719}, "assignee": {"id": 897}}, "task": {"id": 358, "owner": {"id": 11}, "assignee": {"id": 1069}}, "job": {"id": 392, "assignee": {"id": 1121}}, "organization": {"id": 1246}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 35, "privilege": "worker"}, "organization": {"id": 121, "owner": {"id": 202}, "user": {"role": null}}}, "resource": {"id": 321, "owner": {"id": 684}, "assignee": {"id": 583}, "project": {"id": 376, "owner": {"id": 715}, "assignee": {"id": 812}}, "task": {"id": 303, "owner": {"id": 35}, "assignee": {"id": 1099}}, "job": {"id": 308, "assignee": {"id": 1111}}, "organization": {"id": 1258}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 29, "privilege": "worker"}, "organization": {"id": 155, "owner": {"id": 29}, "user": {"role": "owner"}}}, "resource": {"id": 391, "owner": {"id": 653}, "assignee": {"id": 534}, "project": {"id": 362, "owner": {"id": 731}, "assignee": {"id": 863}}, "task": {"id": 376, "owner": {"id": 29}, "assignee": {"id": 1041}}, "job": {"id": 322, "assignee": {"id": 1114}}, "organization": {"id": 155}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 5, "privilege": "none"}, "organization": {"id": 161, "owner": {"id": 5}, "user": {"role": "owner"}}}, "resource": {"id": 338, "owner": {"id": 630}, "assignee": {"id": 596}, "project": {"id": 386, "owner": {"id": 724}, "assignee": {"id": 834}}, "task": {"id": 342, "owner": {"id": 5}, "assignee": {"id": 1041}}, "job": {"id": 315, "assignee": {"id": 1108}}, "organization": {"id": 161}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 93, "privilege": "worker"}, "organization": {"id": 189, "owner": {"id": 93}, "user": {"role": "owner"}}}, "resource": {"id": 398, "owner": {"id": 604}, "assignee": {"id": 559}, "project": {"id": 387, "owner": {"id": 728}, "assignee": {"id": 855}}, "task": {"id": 389, "owner": {"id": 93}, "assignee": {"id": 1001}}, "job": {"id": 360, "assignee": {"id": 1126}}, "organization": {"id": 189}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 80, "privilege": "none"}, "organization": {"id": 127, "owner": {"id": 80}, "user": {"role": "owner"}}}, "resource": {"id": 315, "owner": {"id": 634}, "assignee": {"id": 529}, "project": {"id": 378, "owner": {"id": 728}, "assignee": {"id": 855}}, "task": {"id": 345, "owner": {"id": 80}, "assignee": {"id": 1088}}, "job": {"id": 322, "assignee": {"id": 1157}}, "organization": {"id": 127}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 49, "privilege": "worker"}, "organization": {"id": 121, "owner": {"id": 49}, "user": {"role": "owner"}}}, "resource": {"id": 337, "owner": {"id": 681}, "assignee": {"id": 585}, "project": {"id": 340, "owner": {"id": 758}, "assignee": {"id": 891}}, "task": {"id": 351, "owner": {"id": 49}, "assignee": {"id": 1017}}, "job": {"id": 317, "assignee": {"id": 1128}}, "organization": {"id": 1211}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 77, "privilege": "none"}, "organization": {"id": 119, "owner": {"id": 77}, "user": {"role": "owner"}}}, "resource": {"id": 379, "owner": {"id": 656}, "assignee": {"id": 573}, "project": {"id": 382, "owner": {"id": 700}, "assignee": {"id": 801}}, "task": {"id": 366, "owner": {"id": 77}, "assignee": {"id": 1087}}, "job": {"id": 378, "assignee": {"id": 1111}}, "organization": {"id": 1257}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 32, "privilege": "worker"}, "organization": {"id": 176, "owner": {"id": 32}, "user": {"role": "owner"}}}, "resource": {"id": 305, "owner": {"id": 669}, "assignee": {"id": 582}, "project": {"id": 397, "owner": {"id": 767}, "assignee": {"id": 809}}, "task": {"id": 358, "owner": {"id": 32}, "assignee": {"id": 1053}}, "job": {"id": 323, "assignee": {"id": 1132}}, "organization": {"id": 1286}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 96, "privilege": "none"}, "organization": {"id": 157, "owner": {"id": 96}, "user": {"role": "owner"}}}, "resource": {"id": 370, "owner": {"id": 652}, "assignee": {"id": 572}, "project": {"id": 398, "owner": {"id": 757}, "assignee": {"id": 891}}, "task": {"id": 394, "owner": {"id": 96}, "assignee": {"id": 1058}}, "job": {"id": 390, "assignee": {"id": 1140}}, "organization": {"id": 1272}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 45, "privilege": "worker"}, "organization": {"id": 139, "owner": {"id": 212}, "user": {"role": "maintainer"}}}, "resource": {"id": 310, "owner": {"id": 605}, "assignee": {"id": 598}, "project": {"id": 378, "owner": {"id": 759}, "assignee": {"id": 820}}, "task": {"id": 319, "owner": {"id": 45}, "assignee": {"id": 1044}}, "job": {"id": 335, "assignee": {"id": 1102}}, "organization": {"id": 139}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 27, "privilege": "none"}, "organization": {"id": 168, "owner": {"id": 232}, "user": {"role": "maintainer"}}}, "resource": {"id": 318, "owner": {"id": 669}, "assignee": {"id": 551}, "project": {"id": 338, "owner": {"id": 704}, "assignee": {"id": 814}}, "task": {"id": 333, "owner": {"id": 27}, "assignee": {"id": 1015}}, "job": {"id": 394, "assignee": {"id": 1151}}, "organization": {"id": 168}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 95, "privilege": "worker"}, "organization": {"id": 198, "owner": {"id": 270}, "user": {"role": "maintainer"}}}, "resource": {"id": 389, "owner": {"id": 637}, "assignee": {"id": 554}, "project": {"id": 384, "owner": {"id": 721}, "assignee": {"id": 881}}, "task": {"id": 313, "owner": {"id": 95}, "assignee": {"id": 1030}}, "job": {"id": 399, "assignee": {"id": 1162}}, "organization": {"id": 198}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 61, "privilege": "none"}, "organization": {"id": 182, "owner": {"id": 229}, "user": {"role": "maintainer"}}}, "resource": {"id": 384, "owner": {"id": 690}, "assignee": {"id": 579}, "project": {"id": 320, "owner": {"id": 795}, "assignee": {"id": 884}}, "task": {"id": 351, "owner": {"id": 61}, "assignee": {"id": 1007}}, "job": {"id": 329, "assignee": {"id": 1105}}, "organization": {"id": 182}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 70, "privilege": "worker"}, "organization": {"id": 191, "owner": {"id": 274}, "user": {"role": "maintainer"}}}, "resource": {"id": 315, "owner": {"id": 612}, "assignee": {"id": 511}, "project": {"id": 316, "owner": {"id": 746}, "assignee": {"id": 855}}, "task": {"id": 383, "owner": {"id": 70}, "assignee": {"id": 1046}}, "job": {"id": 346, "assignee": {"id": 1109}}, "organization": {"id": 1206}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 51, "privilege": "none"}, "organization": {"id": 186, "owner": {"id": 204}, "user": {"role": "maintainer"}}}, "resource": {"id": 391, "owner": {"id": 687}, "assignee": {"id": 517}, "project": {"id": 302, "owner": {"id": 783}, "assignee": {"id": 849}}, "task": {"id": 329, "owner": {"id": 51}, "assignee": {"id": 1016}}, "job": {"id": 385, "assignee": {"id": 1118}}, "organization": {"id": 1221}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 71, "privilege": "worker"}, "organization": {"id": 165, "owner": {"id": 296}, "user": {"role": "maintainer"}}}, "resource": {"id": 350, "owner": {"id": 686}, "assignee": {"id": 507}, "project": {"id": 321, "owner": {"id": 712}, "assignee": {"id": 825}}, "task": {"id": 355, "owner": {"id": 71}, "assignee": {"id": 1098}}, "job": {"id": 397, "assignee": {"id": 1119}}, "organization": {"id": 1229}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 86, "privilege": "none"}, "organization": {"id": 150, "owner": {"id": 261}, "user": {"role": "maintainer"}}}, "resource": {"id": 379, "owner": {"id": 676}, "assignee": {"id": 541}, "project": {"id": 313, "owner": {"id": 703}, "assignee": {"id": 853}}, "task": {"id": 300, "owner": {"id": 86}, "assignee": {"id": 1025}}, "job": {"id": 316, "assignee": {"id": 1199}}, "organization": {"id": 1220}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 91, "privilege": "worker"}, "organization": {"id": 175, "owner": {"id": 295}, "user": {"role": "supervisor"}}}, "resource": {"id": 325, "owner": {"id": 632}, "assignee": {"id": 513}, "project": {"id": 310, "owner": {"id": 763}, "assignee": {"id": 863}}, "task": {"id": 351, "owner": {"id": 91}, "assignee": {"id": 1093}}, "job": {"id": 368, "assignee": {"id": 1156}}, "organization": {"id": 175}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 80, "privilege": "none"}, "organization": {"id": 188, "owner": {"id": 208}, "user": {"role": "supervisor"}}}, "resource": {"id": 312, "owner": {"id": 682}, "assignee": {"id": 541}, "project": {"id": 309, "owner": {"id": 760}, "assignee": {"id": 843}}, "task": {"id": 387, "owner": {"id": 80}, "assignee": {"id": 1072}}, "job": {"id": 365, "assignee": {"id": 1178}}, "organization": {"id": 188}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 51, "privilege": "worker"}, "organization": {"id": 187, "owner": {"id": 285}, "user": {"role": "supervisor"}}}, "resource": {"id": 337, "owner": {"id": 690}, "assignee": {"id": 593}, "project": {"id": 351, "owner": {"id": 720}, "assignee": {"id": 872}}, "task": {"id": 300, "owner": {"id": 51}, "assignee": {"id": 1038}}, "job": {"id": 309, "assignee": {"id": 1130}}, "organization": {"id": 187}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 19, "privilege": "none"}, "organization": {"id": 127, "owner": {"id": 288}, "user": {"role": "supervisor"}}}, "resource": {"id": 342, "owner": {"id": 660}, "assignee": {"id": 537}, "project": {"id": 343, "owner": {"id": 774}, "assignee": {"id": 857}}, "task": {"id": 384, "owner": {"id": 19}, "assignee": {"id": 1057}}, "job": {"id": 348, "assignee": {"id": 1183}}, "organization": {"id": 127}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 41, "privilege": "worker"}, "organization": {"id": 100, "owner": {"id": 219}, "user": {"role": "supervisor"}}}, "resource": {"id": 370, "owner": {"id": 688}, "assignee": {"id": 534}, "project": {"id": 334, "owner": {"id": 758}, "assignee": {"id": 841}}, "task": {"id": 308, "owner": {"id": 41}, "assignee": {"id": 1027}}, "job": {"id": 345, "assignee": {"id": 1128}}, "organization": {"id": 1246}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 83, "privilege": "none"}, "organization": {"id": 148, "owner": {"id": 288}, "user": {"role": "supervisor"}}}, "resource": {"id": 392, "owner": {"id": 675}, "assignee": {"id": 541}, "project": {"id": 379, "owner": {"id": 785}, "assignee": {"id": 880}}, "task": {"id": 385, "owner": {"id": 83}, "assignee": {"id": 1036}}, "job": {"id": 308, "assignee": {"id": 1111}}, "organization": {"id": 1251}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 91, "privilege": "worker"}, "organization": {"id": 136, "owner": {"id": 207}, "user": {"role": "supervisor"}}}, "resource": {"id": 395, "owner": {"id": 647}, "assignee": {"id": 518}, "project": {"id": 364, "owner": {"id": 731}, "assignee": {"id": 817}}, "task": {"id": 308, "owner": {"id": 91}, "assignee": {"id": 1005}}, "job": {"id": 333, "assignee": {"id": 1112}}, "organization": {"id": 1251}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 38, "privilege": "none"}, "organization": {"id": 103, "owner": {"id": 200}, "user": {"role": "supervisor"}}}, "resource": {"id": 362, "owner": {"id": 617}, "assignee": {"id": 504}, "project": {"id": 380, "owner": {"id": 703}, "assignee": {"id": 804}}, "task": {"id": 369, "owner": {"id": 38}, "assignee": {"id": 1029}}, "job": {"id": 320, "assignee": {"id": 1186}}, "organization": {"id": 1280}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 48, "privilege": "worker"}, "organization": {"id": 110, "owner": {"id": 277}, "user": {"role": "worker"}}}, "resource": {"id": 354, "owner": {"id": 644}, "assignee": {"id": 585}, "project": {"id": 336, "owner": {"id": 721}, "assignee": {"id": 898}}, "task": {"id": 392, "owner": {"id": 48}, "assignee": {"id": 1066}}, "job": {"id": 375, "assignee": {"id": 1100}}, "organization": {"id": 110}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 46, "privilege": "none"}, "organization": {"id": 198, "owner": {"id": 275}, "user": {"role": "worker"}}}, "resource": {"id": 325, "owner": {"id": 617}, "assignee": {"id": 533}, "project": {"id": 357, "owner": {"id": 723}, "assignee": {"id": 848}}, "task": {"id": 333, "owner": {"id": 46}, "assignee": {"id": 1092}}, "job": {"id": 399, "assignee": {"id": 1148}}, "organization": {"id": 198}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 8, "privilege": "worker"}, "organization": {"id": 197, "owner": {"id": 267}, "user": {"role": "worker"}}}, "resource": {"id": 397, "owner": {"id": 612}, "assignee": {"id": 524}, "project": {"id": 365, "owner": {"id": 716}, "assignee": {"id": 839}}, "task": {"id": 338, "owner": {"id": 8}, "assignee": {"id": 1024}}, "job": {"id": 330, "assignee": {"id": 1153}}, "organization": {"id": 197}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 22, "privilege": "none"}, "organization": {"id": 128, "owner": {"id": 275}, "user": {"role": "worker"}}}, "resource": {"id": 353, "owner": {"id": 666}, "assignee": {"id": 563}, "project": {"id": 399, "owner": {"id": 773}, "assignee": {"id": 853}}, "task": {"id": 351, "owner": {"id": 22}, "assignee": {"id": 1049}}, "job": {"id": 314, "assignee": {"id": 1167}}, "organization": {"id": 128}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 38, "privilege": "worker"}, "organization": {"id": 129, "owner": {"id": 292}, "user": {"role": "worker"}}}, "resource": {"id": 374, "owner": {"id": 671}, "assignee": {"id": 562}, "project": {"id": 399, "owner": {"id": 726}, "assignee": {"id": 877}}, "task": {"id": 341, "owner": {"id": 38}, "assignee": {"id": 1082}}, "job": {"id": 397, "assignee": {"id": 1185}}, "organization": {"id": 1288}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 33, "privilege": "none"}, "organization": {"id": 164, "owner": {"id": 207}, "user": {"role": "worker"}}}, "resource": {"id": 335, "owner": {"id": 603}, "assignee": {"id": 514}, "project": {"id": 376, "owner": {"id": 773}, "assignee": {"id": 884}}, "task": {"id": 379, "owner": {"id": 33}, "assignee": {"id": 1063}}, "job": {"id": 300, "assignee": {"id": 1121}}, "organization": {"id": 1297}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 10, "privilege": "worker"}, "organization": {"id": 148, "owner": {"id": 287}, "user": {"role": "worker"}}}, "resource": {"id": 337, "owner": {"id": 663}, "assignee": {"id": 578}, "project": {"id": 386, "owner": {"id": 793}, "assignee": {"id": 813}}, "task": {"id": 344, "owner": {"id": 10}, "assignee": {"id": 1032}}, "job": {"id": 322, "assignee": {"id": 1190}}, "organization": {"id": 1240}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 81, "privilege": "none"}, "organization": {"id": 179, "owner": {"id": 253}, "user": {"role": "worker"}}}, "resource": {"id": 307, "owner": {"id": 655}, "assignee": {"id": 558}, "project": {"id": 339, "owner": {"id": 724}, "assignee": {"id": 817}}, "task": {"id": 367, "owner": {"id": 81}, "assignee": {"id": 1092}}, "job": {"id": 345, "assignee": {"id": 1182}}, "organization": {"id": 1237}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 8, "privilege": "worker"}, "organization": {"id": 133, "owner": {"id": 272}, "user": {"role": null}}}, "resource": {"id": 315, "owner": {"id": 629}, "assignee": {"id": 509}, "project": {"id": 330, "owner": {"id": 732}, "assignee": {"id": 838}}, "task": {"id": 351, "owner": {"id": 8}, "assignee": {"id": 1040}}, "job": {"id": 324, "assignee": {"id": 1172}}, "organization": {"id": 133}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 46, "privilege": "none"}, "organization": {"id": 187, "owner": {"id": 217}, "user": {"role": null}}}, "resource": {"id": 366, "owner": {"id": 621}, "assignee": {"id": 521}, "project": {"id": 354, "owner": {"id": 770}, "assignee": {"id": 860}}, "task": {"id": 360, "owner": {"id": 46}, "assignee": {"id": 1020}}, "job": {"id": 370, "assignee": {"id": 1104}}, "organization": {"id": 187}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 77, "privilege": "worker"}, "organization": {"id": 166, "owner": {"id": 260}, "user": {"role": null}}}, "resource": {"id": 398, "owner": {"id": 674}, "assignee": {"id": 598}, "project": {"id": 338, "owner": {"id": 777}, "assignee": {"id": 832}}, "task": {"id": 302, "owner": {"id": 77}, "assignee": {"id": 1035}}, "job": {"id": 308, "assignee": {"id": 1198}}, "organization": {"id": 166}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 0, "privilege": "none"}, "organization": {"id": 125, "owner": {"id": 208}, "user": {"role": null}}}, "resource": {"id": 303, "owner": {"id": 612}, "assignee": {"id": 586}, "project": {"id": 367, "owner": {"id": 734}, "assignee": {"id": 895}}, "task": {"id": 386, "owner": {"id": 0}, "assignee": {"id": 1014}}, "job": {"id": 340, "assignee": {"id": 1111}}, "organization": {"id": 125}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 29, "privilege": "worker"}, "organization": {"id": 194, "owner": {"id": 258}, "user": {"role": null}}}, "resource": {"id": 338, "owner": {"id": 610}, "assignee": {"id": 566}, "project": {"id": 302, "owner": {"id": 711}, "assignee": {"id": 870}}, "task": {"id": 325, "owner": {"id": 29}, "assignee": {"id": 1056}}, "job": {"id": 378, "assignee": {"id": 1137}}, "organization": {"id": 1240}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 36, "privilege": "none"}, "organization": {"id": 156, "owner": {"id": 299}, "user": {"role": null}}}, "resource": {"id": 362, "owner": {"id": 674}, "assignee": {"id": 571}, "project": {"id": 342, "owner": {"id": 758}, "assignee": {"id": 844}}, "task": {"id": 306, "owner": {"id": 36}, "assignee": {"id": 1053}}, "job": {"id": 311, "assignee": {"id": 1129}}, "organization": {"id": 1227}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 5, "privilege": "worker"}, "organization": {"id": 106, "owner": {"id": 291}, "user": {"role": null}}}, "resource": {"id": 335, "owner": {"id": 699}, "assignee": {"id": 594}, "project": {"id": 392, "owner": {"id": 753}, "assignee": {"id": 878}}, "task": {"id": 320, "owner": {"id": 5}, "assignee": {"id": 1065}}, "job": {"id": 323, "assignee": {"id": 1109}}, "organization": {"id": 1275}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 7, "privilege": "none"}, "organization": {"id": 107, "owner": {"id": 251}, "user": {"role": null}}}, "resource": {"id": 353, "owner": {"id": 605}, "assignee": {"id": 598}, "project": {"id": 382, "owner": {"id": 755}, "assignee": {"id": 863}}, "task": {"id": 344, "owner": {"id": 7}, "assignee": {"id": 1083}}, "job": {"id": 384, "assignee": {"id": 1176}}, "organization": {"id": 1224}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 43, "privilege": "none"}, "organization": {"id": 155, "owner": {"id": 43}, "user": {"role": "owner"}}}, "resource": {"id": 339, "owner": {"id": 635}, "assignee": {"id": 592}, "project": {"id": 393, "owner": {"id": 744}, "assignee": {"id": 857}}, "task": {"id": 363, "owner": {"id": 43}, "assignee": {"id": 1027}}, "job": {"id": 319, "assignee": {"id": 1116}}, "organization": {"id": 155}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 58, "privilege": "admin"}, "organization": {"id": 136, "owner": {"id": 58}, "user": {"role": "owner"}}}, "resource": {"id": 366, "owner": {"id": 696}, "assignee": {"id": 523}, "project": {"id": 310, "owner": {"id": 770}, "assignee": {"id": 833}}, "task": {"id": 396, "owner": {"id": 989}, "assignee": {"id": 58}}, "job": {"id": 354, "assignee": {"id": 1121}}, "organization": {"id": 136}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 62, "privilege": "none"}, "organization": {"id": 182, "owner": {"id": 62}, "user": {"role": "owner"}}}, "resource": {"id": 336, "owner": {"id": 678}, "assignee": {"id": 501}, "project": {"id": 393, "owner": {"id": 704}, "assignee": {"id": 813}}, "task": {"id": 395, "owner": {"id": 62}, "assignee": {"id": 1068}}, "job": {"id": 363, "assignee": {"id": 1113}}, "organization": {"id": 182}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 34, "privilege": "admin"}, "organization": {"id": 144, "owner": {"id": 34}, "user": {"role": "owner"}}}, "resource": {"id": 350, "owner": {"id": 692}, "assignee": {"id": 580}, "project": {"id": 322, "owner": {"id": 740}, "assignee": {"id": 856}}, "task": {"id": 314, "owner": {"id": 974}, "assignee": {"id": 34}}, "job": {"id": 307, "assignee": {"id": 1138}}, "organization": {"id": 144}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 81, "privilege": "none"}, "organization": {"id": 164, "owner": {"id": 81}, "user": {"role": "owner"}}}, "resource": {"id": 393, "owner": {"id": 697}, "assignee": {"id": 548}, "project": {"id": 345, "owner": {"id": 735}, "assignee": {"id": 866}}, "task": {"id": 341, "owner": {"id": 81}, "assignee": {"id": 1016}}, "job": {"id": 350, "assignee": {"id": 1173}}, "organization": {"id": 1296}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 83, "privilege": "admin"}, "organization": {"id": 136, "owner": {"id": 83}, "user": {"role": "owner"}}}, "resource": {"id": 339, "owner": {"id": 633}, "assignee": {"id": 532}, "project": {"id": 302, "owner": {"id": 711}, "assignee": {"id": 831}}, "task": {"id": 373, "owner": {"id": 970}, "assignee": {"id": 83}}, "job": {"id": 391, "assignee": {"id": 1191}}, "organization": {"id": 1225}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 68, "privilege": "none"}, "organization": {"id": 192, "owner": {"id": 68}, "user": {"role": "owner"}}}, "resource": {"id": 349, "owner": {"id": 625}, "assignee": {"id": 566}, "project": {"id": 316, "owner": {"id": 723}, "assignee": {"id": 805}}, "task": {"id": 374, "owner": {"id": 68}, "assignee": {"id": 1042}}, "job": {"id": 346, "assignee": {"id": 1129}}, "organization": {"id": 1222}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 89, "privilege": "admin"}, "organization": {"id": 108, "owner": {"id": 89}, "user": {"role": "owner"}}}, "resource": {"id": 347, "owner": {"id": 602}, "assignee": {"id": 566}, "project": {"id": 337, "owner": {"id": 771}, "assignee": {"id": 877}}, "task": {"id": 396, "owner": {"id": 942}, "assignee": {"id": 89}}, "job": {"id": 350, "assignee": {"id": 1147}}, "organization": {"id": 1265}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 64, "privilege": "none"}, "organization": {"id": 127, "owner": {"id": 252}, "user": {"role": "maintainer"}}}, "resource": {"id": 345, "owner": {"id": 671}, "assignee": {"id": 511}, "project": {"id": 313, "owner": {"id": 792}, "assignee": {"id": 821}}, "task": {"id": 362, "owner": {"id": 64}, "assignee": {"id": 1029}}, "job": {"id": 332, "assignee": {"id": 1150}}, "organization": {"id": 127}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 3, "privilege": "admin"}, "organization": {"id": 184, "owner": {"id": 228}, "user": {"role": "maintainer"}}}, "resource": {"id": 382, "owner": {"id": 656}, "assignee": {"id": 537}, "project": {"id": 327, "owner": {"id": 790}, "assignee": {"id": 868}}, "task": {"id": 319, "owner": {"id": 934}, "assignee": {"id": 3}}, "job": {"id": 379, "assignee": {"id": 1127}}, "organization": {"id": 184}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 5, "privilege": "none"}, "organization": {"id": 104, "owner": {"id": 215}, "user": {"role": "maintainer"}}}, "resource": {"id": 349, "owner": {"id": 680}, "assignee": {"id": 516}, "project": {"id": 371, "owner": {"id": 761}, "assignee": {"id": 886}}, "task": {"id": 398, "owner": {"id": 5}, "assignee": {"id": 1060}}, "job": {"id": 346, "assignee": {"id": 1114}}, "organization": {"id": 104}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 72, "privilege": "admin"}, "organization": {"id": 160, "owner": {"id": 272}, "user": {"role": "maintainer"}}}, "resource": {"id": 335, "owner": {"id": 636}, "assignee": {"id": 582}, "project": {"id": 337, "owner": {"id": 778}, "assignee": {"id": 876}}, "task": {"id": 326, "owner": {"id": 933}, "assignee": {"id": 72}}, "job": {"id": 357, "assignee": {"id": 1153}}, "organization": {"id": 160}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 72, "privilege": "none"}, "organization": {"id": 118, "owner": {"id": 221}, "user": {"role": "maintainer"}}}, "resource": {"id": 358, "owner": {"id": 623}, "assignee": {"id": 555}, "project": {"id": 347, "owner": {"id": 724}, "assignee": {"id": 878}}, "task": {"id": 341, "owner": {"id": 72}, "assignee": {"id": 1080}}, "job": {"id": 349, "assignee": {"id": 1127}}, "organization": {"id": 1279}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 27, "privilege": "admin"}, "organization": {"id": 160, "owner": {"id": 290}, "user": {"role": "maintainer"}}}, "resource": {"id": 363, "owner": {"id": 683}, "assignee": {"id": 540}, "project": {"id": 314, "owner": {"id": 756}, "assignee": {"id": 815}}, "task": {"id": 363, "owner": {"id": 924}, "assignee": {"id": 27}}, "job": {"id": 307, "assignee": {"id": 1155}}, "organization": {"id": 1254}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 13, "privilege": "none"}, "organization": {"id": 193, "owner": {"id": 241}, "user": {"role": "maintainer"}}}, "resource": {"id": 300, "owner": {"id": 610}, "assignee": {"id": 569}, "project": {"id": 356, "owner": {"id": 799}, "assignee": {"id": 844}}, "task": {"id": 364, "owner": {"id": 13}, "assignee": {"id": 1084}}, "job": {"id": 300, "assignee": {"id": 1182}}, "organization": {"id": 1267}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 72, "privilege": "admin"}, "organization": {"id": 197, "owner": {"id": 259}, "user": {"role": "maintainer"}}}, "resource": {"id": 366, "owner": {"id": 652}, "assignee": {"id": 578}, "project": {"id": 311, "owner": {"id": 753}, "assignee": {"id": 818}}, "task": {"id": 301, "owner": {"id": 949}, "assignee": {"id": 72}}, "job": {"id": 395, "assignee": {"id": 1181}}, "organization": {"id": 1281}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 11, "privilege": "none"}, "organization": {"id": 105, "owner": {"id": 273}, "user": {"role": "supervisor"}}}, "resource": {"id": 355, "owner": {"id": 644}, "assignee": {"id": 507}, "project": {"id": 354, "owner": {"id": 776}, "assignee": {"id": 812}}, "task": {"id": 334, "owner": {"id": 11}, "assignee": {"id": 1079}}, "job": {"id": 346, "assignee": {"id": 1173}}, "organization": {"id": 105}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 99, "privilege": "admin"}, "organization": {"id": 155, "owner": {"id": 208}, "user": {"role": "supervisor"}}}, "resource": {"id": 368, "owner": {"id": 695}, "assignee": {"id": 572}, "project": {"id": 316, "owner": {"id": 790}, "assignee": {"id": 887}}, "task": {"id": 336, "owner": {"id": 991}, "assignee": {"id": 99}}, "job": {"id": 384, "assignee": {"id": 1177}}, "organization": {"id": 155}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 17, "privilege": "none"}, "organization": {"id": 150, "owner": {"id": 289}, "user": {"role": "supervisor"}}}, "resource": {"id": 385, "owner": {"id": 681}, "assignee": {"id": 575}, "project": {"id": 365, "owner": {"id": 725}, "assignee": {"id": 875}}, "task": {"id": 303, "owner": {"id": 17}, "assignee": {"id": 1078}}, "job": {"id": 357, "assignee": {"id": 1150}}, "organization": {"id": 150}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 59, "privilege": "admin"}, "organization": {"id": 112, "owner": {"id": 282}, "user": {"role": "supervisor"}}}, "resource": {"id": 335, "owner": {"id": 686}, "assignee": {"id": 579}, "project": {"id": 322, "owner": {"id": 707}, "assignee": {"id": 874}}, "task": {"id": 309, "owner": {"id": 959}, "assignee": {"id": 59}}, "job": {"id": 321, "assignee": {"id": 1128}}, "organization": {"id": 112}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 94, "privilege": "none"}, "organization": {"id": 187, "owner": {"id": 259}, "user": {"role": "supervisor"}}}, "resource": {"id": 397, "owner": {"id": 647}, "assignee": {"id": 511}, "project": {"id": 388, "owner": {"id": 702}, "assignee": {"id": 815}}, "task": {"id": 386, "owner": {"id": 94}, "assignee": {"id": 1064}}, "job": {"id": 352, "assignee": {"id": 1153}}, "organization": {"id": 1238}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 40, "privilege": "admin"}, "organization": {"id": 110, "owner": {"id": 253}, "user": {"role": "supervisor"}}}, "resource": {"id": 301, "owner": {"id": 624}, "assignee": {"id": 547}, "project": {"id": 318, "owner": {"id": 718}, "assignee": {"id": 837}}, "task": {"id": 372, "owner": {"id": 977}, "assignee": {"id": 40}}, "job": {"id": 356, "assignee": {"id": 1191}}, "organization": {"id": 1207}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 17, "privilege": "none"}, "organization": {"id": 121, "owner": {"id": 283}, "user": {"role": "supervisor"}}}, "resource": {"id": 362, "owner": {"id": 666}, "assignee": {"id": 509}, "project": {"id": 387, "owner": {"id": 704}, "assignee": {"id": 879}}, "task": {"id": 374, "owner": {"id": 17}, "assignee": {"id": 1092}}, "job": {"id": 303, "assignee": {"id": 1185}}, "organization": {"id": 1250}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 85, "privilege": "admin"}, "organization": {"id": 151, "owner": {"id": 241}, "user": {"role": "supervisor"}}}, "resource": {"id": 391, "owner": {"id": 617}, "assignee": {"id": 511}, "project": {"id": 347, "owner": {"id": 767}, "assignee": {"id": 831}}, "task": {"id": 365, "owner": {"id": 982}, "assignee": {"id": 85}}, "job": {"id": 372, "assignee": {"id": 1141}}, "organization": {"id": 1284}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 50, "privilege": "none"}, "organization": {"id": 150, "owner": {"id": 277}, "user": {"role": "worker"}}}, "resource": {"id": 386, "owner": {"id": 699}, "assignee": {"id": 580}, "project": {"id": 364, "owner": {"id": 781}, "assignee": {"id": 866}}, "task": {"id": 330, "owner": {"id": 50}, "assignee": {"id": 1084}}, "job": {"id": 318, "assignee": {"id": 1197}}, "organization": {"id": 150}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 82, "privilege": "admin"}, "organization": {"id": 198, "owner": {"id": 257}, "user": {"role": "worker"}}}, "resource": {"id": 337, "owner": {"id": 608}, "assignee": {"id": 513}, "project": {"id": 313, "owner": {"id": 763}, "assignee": {"id": 839}}, "task": {"id": 326, "owner": {"id": 984}, "assignee": {"id": 82}}, "job": {"id": 312, "assignee": {"id": 1127}}, "organization": {"id": 198}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 49, "privilege": "none"}, "organization": {"id": 178, "owner": {"id": 207}, "user": {"role": "worker"}}}, "resource": {"id": 316, "owner": {"id": 694}, "assignee": {"id": 530}, "project": {"id": 371, "owner": {"id": 738}, "assignee": {"id": 807}}, "task": {"id": 304, "owner": {"id": 49}, "assignee": {"id": 1096}}, "job": {"id": 361, "assignee": {"id": 1106}}, "organization": {"id": 178}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 31, "privilege": "admin"}, "organization": {"id": 102, "owner": {"id": 271}, "user": {"role": "worker"}}}, "resource": {"id": 343, "owner": {"id": 614}, "assignee": {"id": 586}, "project": {"id": 347, "owner": {"id": 751}, "assignee": {"id": 808}}, "task": {"id": 363, "owner": {"id": 993}, "assignee": {"id": 31}}, "job": {"id": 396, "assignee": {"id": 1182}}, "organization": {"id": 102}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 63, "privilege": "none"}, "organization": {"id": 186, "owner": {"id": 227}, "user": {"role": "worker"}}}, "resource": {"id": 360, "owner": {"id": 648}, "assignee": {"id": 500}, "project": {"id": 373, "owner": {"id": 768}, "assignee": {"id": 847}}, "task": {"id": 394, "owner": {"id": 63}, "assignee": {"id": 1012}}, "job": {"id": 325, "assignee": {"id": 1150}}, "organization": {"id": 1234}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 56, "privilege": "admin"}, "organization": {"id": 183, "owner": {"id": 296}, "user": {"role": "worker"}}}, "resource": {"id": 391, "owner": {"id": 661}, "assignee": {"id": 583}, "project": {"id": 304, "owner": {"id": 795}, "assignee": {"id": 894}}, "task": {"id": 310, "owner": {"id": 914}, "assignee": {"id": 56}}, "job": {"id": 330, "assignee": {"id": 1120}}, "organization": {"id": 1248}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 38, "privilege": "none"}, "organization": {"id": 144, "owner": {"id": 231}, "user": {"role": "worker"}}}, "resource": {"id": 337, "owner": {"id": 688}, "assignee": {"id": 569}, "project": {"id": 331, "owner": {"id": 718}, "assignee": {"id": 857}}, "task": {"id": 344, "owner": {"id": 38}, "assignee": {"id": 1008}}, "job": {"id": 342, "assignee": {"id": 1153}}, "organization": {"id": 1219}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 13, "privilege": "admin"}, "organization": {"id": 125, "owner": {"id": 219}, "user": {"role": "worker"}}}, "resource": {"id": 352, "owner": {"id": 667}, "assignee": {"id": 503}, "project": {"id": 376, "owner": {"id": 734}, "assignee": {"id": 887}}, "task": {"id": 352, "owner": {"id": 962}, "assignee": {"id": 13}}, "job": {"id": 358, "assignee": {"id": 1162}}, "organization": {"id": 1222}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 78, "privilege": "none"}, "organization": {"id": 123, "owner": {"id": 210}, "user": {"role": null}}}, "resource": {"id": 393, "owner": {"id": 626}, "assignee": {"id": 536}, "project": {"id": 399, "owner": {"id": 724}, "assignee": {"id": 872}}, "task": {"id": 354, "owner": {"id": 78}, "assignee": {"id": 1010}}, "job": {"id": 398, "assignee": {"id": 1162}}, "organization": {"id": 123}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 48, "privilege": "admin"}, "organization": {"id": 184, "owner": {"id": 263}, "user": {"role": null}}}, "resource": {"id": 308, "owner": {"id": 699}, "assignee": {"id": 504}, "project": {"id": 381, "owner": {"id": 762}, "assignee": {"id": 806}}, "task": {"id": 315, "owner": {"id": 958}, "assignee": {"id": 48}}, "job": {"id": 380, "assignee": {"id": 1134}}, "organization": {"id": 184}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 27, "privilege": "none"}, "organization": {"id": 107, "owner": {"id": 227}, "user": {"role": null}}}, "resource": {"id": 345, "owner": {"id": 620}, "assignee": {"id": 541}, "project": {"id": 320, "owner": {"id": 763}, "assignee": {"id": 858}}, "task": {"id": 393, "owner": {"id": 27}, "assignee": {"id": 1053}}, "job": {"id": 330, "assignee": {"id": 1166}}, "organization": {"id": 107}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 11, "privilege": "admin"}, "organization": {"id": 150, "owner": {"id": 286}, "user": {"role": null}}}, "resource": {"id": 355, "owner": {"id": 630}, "assignee": {"id": 563}, "project": {"id": 313, "owner": {"id": 713}, "assignee": {"id": 852}}, "task": {"id": 386, "owner": {"id": 910}, "assignee": {"id": 11}}, "job": {"id": 383, "assignee": {"id": 1135}}, "organization": {"id": 150}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 83, "privilege": "none"}, "organization": {"id": 142, "owner": {"id": 213}, "user": {"role": null}}}, "resource": {"id": 344, "owner": {"id": 600}, "assignee": {"id": 578}, "project": {"id": 382, "owner": {"id": 795}, "assignee": {"id": 802}}, "task": {"id": 378, "owner": {"id": 83}, "assignee": {"id": 1038}}, "job": {"id": 382, "assignee": {"id": 1191}}, "organization": {"id": 1284}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 39, "privilege": "admin"}, "organization": {"id": 172, "owner": {"id": 226}, "user": {"role": null}}}, "resource": {"id": 344, "owner": {"id": 606}, "assignee": {"id": 513}, "project": {"id": 350, "owner": {"id": 755}, "assignee": {"id": 843}}, "task": {"id": 352, "owner": {"id": 984}, "assignee": {"id": 39}}, "job": {"id": 385, "assignee": {"id": 1100}}, "organization": {"id": 1235}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 31, "privilege": "none"}, "organization": {"id": 129, "owner": {"id": 262}, "user": {"role": null}}}, "resource": {"id": 318, "owner": {"id": 627}, "assignee": {"id": 586}, "project": {"id": 321, "owner": {"id": 789}, "assignee": {"id": 889}}, "task": {"id": 315, "owner": {"id": 31}, "assignee": {"id": 1011}}, "job": {"id": 388, "assignee": {"id": 1197}}, "organization": {"id": 1273}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 33, "privilege": "admin"}, "organization": {"id": 108, "owner": {"id": 274}, "user": {"role": null}}}, "resource": {"id": 325, "owner": {"id": 636}, "assignee": {"id": 500}, "project": {"id": 384, "owner": {"id": 772}, "assignee": {"id": 832}}, "task": {"id": 330, "owner": {"id": 906}, "assignee": {"id": 33}}, "job": {"id": 380, "assignee": {"id": 1114}}, "organization": {"id": 1257}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 41, "privilege": "admin"}, "organization": {"id": 170, "owner": {"id": 41}, "user": {"role": "owner"}}}, "resource": {"id": 335, "owner": {"id": 636}, "assignee": {"id": 560}, "project": {"id": 352, "owner": {"id": 781}, "assignee": {"id": 886}}, "task": {"id": 325, "owner": {"id": 902}, "assignee": {"id": 41}}, "job": {"id": 311, "assignee": {"id": 1128}}, "organization": {"id": 170}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 51, "privilege": "business"}, "organization": {"id": 188, "owner": {"id": 51}, "user": {"role": "owner"}}}, "resource": {"id": 351, "owner": {"id": 651}, "assignee": {"id": 563}, "project": {"id": 363, "owner": {"id": 724}, "assignee": {"id": 819}}, "task": {"id": 387, "owner": {"id": 918}, "assignee": {"id": 51}}, "job": {"id": 370, "assignee": {"id": 1189}}, "organization": {"id": 188}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 70, "privilege": "admin"}, "organization": {"id": 118, "owner": {"id": 70}, "user": {"role": "owner"}}}, "resource": {"id": 325, "owner": {"id": 617}, "assignee": {"id": 580}, "project": {"id": 300, "owner": {"id": 703}, "assignee": {"id": 897}}, "task": {"id": 342, "owner": {"id": 999}, "assignee": {"id": 70}}, "job": {"id": 304, "assignee": {"id": 1169}}, "organization": {"id": 118}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 32, "privilege": "business"}, "organization": {"id": 133, "owner": {"id": 32}, "user": {"role": "owner"}}}, "resource": {"id": 332, "owner": {"id": 694}, "assignee": {"id": 538}, "project": {"id": 364, "owner": {"id": 743}, "assignee": {"id": 875}}, "task": {"id": 351, "owner": {"id": 962}, "assignee": {"id": 32}}, "job": {"id": 399, "assignee": {"id": 1156}}, "organization": {"id": 133}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 82, "privilege": "admin"}, "organization": {"id": 146, "owner": {"id": 82}, "user": {"role": "owner"}}}, "resource": {"id": 391, "owner": {"id": 682}, "assignee": {"id": 504}, "project": {"id": 366, "owner": {"id": 704}, "assignee": {"id": 821}}, "task": {"id": 346, "owner": {"id": 930}, "assignee": {"id": 82}}, "job": {"id": 349, "assignee": {"id": 1181}}, "organization": {"id": 1299}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 12, "privilege": "business"}, "organization": {"id": 177, "owner": {"id": 12}, "user": {"role": "owner"}}}, "resource": {"id": 342, "owner": {"id": 651}, "assignee": {"id": 544}, "project": {"id": 337, "owner": {"id": 759}, "assignee": {"id": 856}}, "task": {"id": 312, "owner": {"id": 932}, "assignee": {"id": 12}}, "job": {"id": 374, "assignee": {"id": 1197}}, "organization": {"id": 1240}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 84, "privilege": "admin"}, "organization": {"id": 113, "owner": {"id": 84}, "user": {"role": "owner"}}}, "resource": {"id": 335, "owner": {"id": 692}, "assignee": {"id": 574}, "project": {"id": 332, "owner": {"id": 745}, "assignee": {"id": 843}}, "task": {"id": 347, "owner": {"id": 972}, "assignee": {"id": 84}}, "job": {"id": 337, "assignee": {"id": 1188}}, "organization": {"id": 1274}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 87, "privilege": "business"}, "organization": {"id": 106, "owner": {"id": 87}, "user": {"role": "owner"}}}, "resource": {"id": 382, "owner": {"id": 614}, "assignee": {"id": 566}, "project": {"id": 337, "owner": {"id": 760}, "assignee": {"id": 831}}, "task": {"id": 329, "owner": {"id": 987}, "assignee": {"id": 87}}, "job": {"id": 339, "assignee": {"id": 1135}}, "organization": {"id": 1218}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 93, "privilege": "admin"}, "organization": {"id": 118, "owner": {"id": 284}, "user": {"role": "maintainer"}}}, "resource": {"id": 389, "owner": {"id": 676}, "assignee": {"id": 542}, "project": {"id": 307, "owner": {"id": 760}, "assignee": {"id": 852}}, "task": {"id": 317, "owner": {"id": 933}, "assignee": {"id": 93}}, "job": {"id": 364, "assignee": {"id": 1150}}, "organization": {"id": 118}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 37, "privilege": "business"}, "organization": {"id": 160, "owner": {"id": 249}, "user": {"role": "maintainer"}}}, "resource": {"id": 395, "owner": {"id": 658}, "assignee": {"id": 595}, "project": {"id": 348, "owner": {"id": 746}, "assignee": {"id": 869}}, "task": {"id": 322, "owner": {"id": 900}, "assignee": {"id": 37}}, "job": {"id": 362, "assignee": {"id": 1163}}, "organization": {"id": 160}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 27, "privilege": "admin"}, "organization": {"id": 134, "owner": {"id": 231}, "user": {"role": "maintainer"}}}, "resource": {"id": 374, "owner": {"id": 657}, "assignee": {"id": 560}, "project": {"id": 338, "owner": {"id": 734}, "assignee": {"id": 874}}, "task": {"id": 361, "owner": {"id": 995}, "assignee": {"id": 27}}, "job": {"id": 303, "assignee": {"id": 1185}}, "organization": {"id": 134}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 46, "privilege": "business"}, "organization": {"id": 165, "owner": {"id": 251}, "user": {"role": "maintainer"}}}, "resource": {"id": 353, "owner": {"id": 640}, "assignee": {"id": 593}, "project": {"id": 325, "owner": {"id": 759}, "assignee": {"id": 889}}, "task": {"id": 303, "owner": {"id": 944}, "assignee": {"id": 46}}, "job": {"id": 361, "assignee": {"id": 1109}}, "organization": {"id": 165}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 84, "privilege": "admin"}, "organization": {"id": 117, "owner": {"id": 254}, "user": {"role": "maintainer"}}}, "resource": {"id": 335, "owner": {"id": 663}, "assignee": {"id": 589}, "project": {"id": 327, "owner": {"id": 775}, "assignee": {"id": 801}}, "task": {"id": 326, "owner": {"id": 921}, "assignee": {"id": 84}}, "job": {"id": 347, "assignee": {"id": 1140}}, "organization": {"id": 1256}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 65, "privilege": "business"}, "organization": {"id": 190, "owner": {"id": 275}, "user": {"role": "maintainer"}}}, "resource": {"id": 369, "owner": {"id": 675}, "assignee": {"id": 576}, "project": {"id": 350, "owner": {"id": 716}, "assignee": {"id": 869}}, "task": {"id": 373, "owner": {"id": 904}, "assignee": {"id": 65}}, "job": {"id": 377, "assignee": {"id": 1109}}, "organization": {"id": 1247}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 23, "privilege": "admin"}, "organization": {"id": 147, "owner": {"id": 266}, "user": {"role": "maintainer"}}}, "resource": {"id": 384, "owner": {"id": 698}, "assignee": {"id": 553}, "project": {"id": 365, "owner": {"id": 784}, "assignee": {"id": 829}}, "task": {"id": 394, "owner": {"id": 983}, "assignee": {"id": 23}}, "job": {"id": 380, "assignee": {"id": 1171}}, "organization": {"id": 1242}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 91, "privilege": "business"}, "organization": {"id": 193, "owner": {"id": 296}, "user": {"role": "maintainer"}}}, "resource": {"id": 335, "owner": {"id": 647}, "assignee": {"id": 550}, "project": {"id": 389, "owner": {"id": 766}, "assignee": {"id": 811}}, "task": {"id": 344, "owner": {"id": 952}, "assignee": {"id": 91}}, "job": {"id": 388, "assignee": {"id": 1155}}, "organization": {"id": 1236}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 73, "privilege": "admin"}, "organization": {"id": 127, "owner": {"id": 249}, "user": {"role": "supervisor"}}}, "resource": {"id": 313, "owner": {"id": 679}, "assignee": {"id": 563}, "project": {"id": 341, "owner": {"id": 747}, "assignee": {"id": 850}}, "task": {"id": 371, "owner": {"id": 967}, "assignee": {"id": 73}}, "job": {"id": 393, "assignee": {"id": 1118}}, "organization": {"id": 127}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 10, "privilege": "business"}, "organization": {"id": 151, "owner": {"id": 218}, "user": {"role": "supervisor"}}}, "resource": {"id": 300, "owner": {"id": 686}, "assignee": {"id": 593}, "project": {"id": 309, "owner": {"id": 777}, "assignee": {"id": 840}}, "task": {"id": 346, "owner": {"id": 943}, "assignee": {"id": 10}}, "job": {"id": 395, "assignee": {"id": 1112}}, "organization": {"id": 151}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 10, "privilege": "admin"}, "organization": {"id": 125, "owner": {"id": 250}, "user": {"role": "supervisor"}}}, "resource": {"id": 399, "owner": {"id": 667}, "assignee": {"id": 515}, "project": {"id": 336, "owner": {"id": 757}, "assignee": {"id": 871}}, "task": {"id": 326, "owner": {"id": 912}, "assignee": {"id": 10}}, "job": {"id": 330, "assignee": {"id": 1118}}, "organization": {"id": 125}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 80, "privilege": "business"}, "organization": {"id": 136, "owner": {"id": 243}, "user": {"role": "supervisor"}}}, "resource": {"id": 382, "owner": {"id": 685}, "assignee": {"id": 549}, "project": {"id": 335, "owner": {"id": 782}, "assignee": {"id": 848}}, "task": {"id": 304, "owner": {"id": 958}, "assignee": {"id": 80}}, "job": {"id": 320, "assignee": {"id": 1193}}, "organization": {"id": 136}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 46, "privilege": "admin"}, "organization": {"id": 131, "owner": {"id": 255}, "user": {"role": "supervisor"}}}, "resource": {"id": 336, "owner": {"id": 660}, "assignee": {"id": 547}, "project": {"id": 348, "owner": {"id": 742}, "assignee": {"id": 818}}, "task": {"id": 371, "owner": {"id": 950}, "assignee": {"id": 46}}, "job": {"id": 359, "assignee": {"id": 1176}}, "organization": {"id": 1257}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 36, "privilege": "business"}, "organization": {"id": 141, "owner": {"id": 231}, "user": {"role": "supervisor"}}}, "resource": {"id": 306, "owner": {"id": 627}, "assignee": {"id": 557}, "project": {"id": 325, "owner": {"id": 783}, "assignee": {"id": 854}}, "task": {"id": 340, "owner": {"id": 928}, "assignee": {"id": 36}}, "job": {"id": 380, "assignee": {"id": 1124}}, "organization": {"id": 1224}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 33, "privilege": "admin"}, "organization": {"id": 164, "owner": {"id": 273}, "user": {"role": "supervisor"}}}, "resource": {"id": 357, "owner": {"id": 627}, "assignee": {"id": 557}, "project": {"id": 336, "owner": {"id": 725}, "assignee": {"id": 830}}, "task": {"id": 329, "owner": {"id": 949}, "assignee": {"id": 33}}, "job": {"id": 393, "assignee": {"id": 1161}}, "organization": {"id": 1294}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 16, "privilege": "business"}, "organization": {"id": 182, "owner": {"id": 248}, "user": {"role": "supervisor"}}}, "resource": {"id": 395, "owner": {"id": 647}, "assignee": {"id": 539}, "project": {"id": 397, "owner": {"id": 749}, "assignee": {"id": 844}}, "task": {"id": 387, "owner": {"id": 950}, "assignee": {"id": 16}}, "job": {"id": 391, "assignee": {"id": 1152}}, "organization": {"id": 1223}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 36, "privilege": "admin"}, "organization": {"id": 123, "owner": {"id": 280}, "user": {"role": "worker"}}}, "resource": {"id": 365, "owner": {"id": 630}, "assignee": {"id": 508}, "project": {"id": 355, "owner": {"id": 768}, "assignee": {"id": 849}}, "task": {"id": 371, "owner": {"id": 965}, "assignee": {"id": 36}}, "job": {"id": 327, "assignee": {"id": 1130}}, "organization": {"id": 123}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 99, "privilege": "business"}, "organization": {"id": 150, "owner": {"id": 225}, "user": {"role": "worker"}}}, "resource": {"id": 339, "owner": {"id": 637}, "assignee": {"id": 559}, "project": {"id": 313, "owner": {"id": 758}, "assignee": {"id": 850}}, "task": {"id": 380, "owner": {"id": 979}, "assignee": {"id": 99}}, "job": {"id": 360, "assignee": {"id": 1171}}, "organization": {"id": 150}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 67, "privilege": "admin"}, "organization": {"id": 177, "owner": {"id": 291}, "user": {"role": "worker"}}}, "resource": {"id": 334, "owner": {"id": 642}, "assignee": {"id": 519}, "project": {"id": 346, "owner": {"id": 793}, "assignee": {"id": 861}}, "task": {"id": 383, "owner": {"id": 956}, "assignee": {"id": 67}}, "job": {"id": 344, "assignee": {"id": 1128}}, "organization": {"id": 177}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 19, "privilege": "business"}, "organization": {"id": 133, "owner": {"id": 244}, "user": {"role": "worker"}}}, "resource": {"id": 377, "owner": {"id": 647}, "assignee": {"id": 597}, "project": {"id": 388, "owner": {"id": 776}, "assignee": {"id": 841}}, "task": {"id": 331, "owner": {"id": 979}, "assignee": {"id": 19}}, "job": {"id": 374, "assignee": {"id": 1194}}, "organization": {"id": 133}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 37, "privilege": "admin"}, "organization": {"id": 133, "owner": {"id": 237}, "user": {"role": "worker"}}}, "resource": {"id": 320, "owner": {"id": 665}, "assignee": {"id": 500}, "project": {"id": 320, "owner": {"id": 739}, "assignee": {"id": 833}}, "task": {"id": 382, "owner": {"id": 970}, "assignee": {"id": 37}}, "job": {"id": 322, "assignee": {"id": 1164}}, "organization": {"id": 1296}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 34, "privilege": "business"}, "organization": {"id": 150, "owner": {"id": 210}, "user": {"role": "worker"}}}, "resource": {"id": 322, "owner": {"id": 630}, "assignee": {"id": 530}, "project": {"id": 378, "owner": {"id": 775}, "assignee": {"id": 833}}, "task": {"id": 347, "owner": {"id": 919}, "assignee": {"id": 34}}, "job": {"id": 330, "assignee": {"id": 1165}}, "organization": {"id": 1287}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 99, "privilege": "admin"}, "organization": {"id": 182, "owner": {"id": 236}, "user": {"role": "worker"}}}, "resource": {"id": 357, "owner": {"id": 674}, "assignee": {"id": 501}, "project": {"id": 362, "owner": {"id": 722}, "assignee": {"id": 890}}, "task": {"id": 332, "owner": {"id": 929}, "assignee": {"id": 99}}, "job": {"id": 357, "assignee": {"id": 1158}}, "organization": {"id": 1271}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 73, "privilege": "business"}, "organization": {"id": 157, "owner": {"id": 263}, "user": {"role": "worker"}}}, "resource": {"id": 314, "owner": {"id": 621}, "assignee": {"id": 581}, "project": {"id": 311, "owner": {"id": 764}, "assignee": {"id": 837}}, "task": {"id": 317, "owner": {"id": 993}, "assignee": {"id": 73}}, "job": {"id": 391, "assignee": {"id": 1141}}, "organization": {"id": 1274}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 94, "privilege": "admin"}, "organization": {"id": 180, "owner": {"id": 253}, "user": {"role": null}}}, "resource": {"id": 333, "owner": {"id": 600}, "assignee": {"id": 502}, "project": {"id": 381, "owner": {"id": 752}, "assignee": {"id": 843}}, "task": {"id": 375, "owner": {"id": 960}, "assignee": {"id": 94}}, "job": {"id": 352, "assignee": {"id": 1169}}, "organization": {"id": 180}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 24, "privilege": "business"}, "organization": {"id": 122, "owner": {"id": 259}, "user": {"role": null}}}, "resource": {"id": 371, "owner": {"id": 695}, "assignee": {"id": 542}, "project": {"id": 349, "owner": {"id": 729}, "assignee": {"id": 874}}, "task": {"id": 392, "owner": {"id": 951}, "assignee": {"id": 24}}, "job": {"id": 311, "assignee": {"id": 1113}}, "organization": {"id": 122}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 86, "privilege": "admin"}, "organization": {"id": 173, "owner": {"id": 249}, "user": {"role": null}}}, "resource": {"id": 324, "owner": {"id": 695}, "assignee": {"id": 535}, "project": {"id": 333, "owner": {"id": 775}, "assignee": {"id": 845}}, "task": {"id": 349, "owner": {"id": 940}, "assignee": {"id": 86}}, "job": {"id": 366, "assignee": {"id": 1194}}, "organization": {"id": 173}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 31, "privilege": "business"}, "organization": {"id": 161, "owner": {"id": 281}, "user": {"role": null}}}, "resource": {"id": 320, "owner": {"id": 688}, "assignee": {"id": 539}, "project": {"id": 301, "owner": {"id": 705}, "assignee": {"id": 898}}, "task": {"id": 322, "owner": {"id": 943}, "assignee": {"id": 31}}, "job": {"id": 335, "assignee": {"id": 1194}}, "organization": {"id": 161}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 6, "privilege": "admin"}, "organization": {"id": 185, "owner": {"id": 254}, "user": {"role": null}}}, "resource": {"id": 362, "owner": {"id": 627}, "assignee": {"id": 525}, "project": {"id": 379, "owner": {"id": 739}, "assignee": {"id": 854}}, "task": {"id": 329, "owner": {"id": 968}, "assignee": {"id": 6}}, "job": {"id": 339, "assignee": {"id": 1132}}, "organization": {"id": 1273}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 89, "privilege": "business"}, "organization": {"id": 190, "owner": {"id": 279}, "user": {"role": null}}}, "resource": {"id": 337, "owner": {"id": 646}, "assignee": {"id": 591}, "project": {"id": 388, "owner": {"id": 703}, "assignee": {"id": 808}}, "task": {"id": 312, "owner": {"id": 966}, "assignee": {"id": 89}}, "job": {"id": 351, "assignee": {"id": 1155}}, "organization": {"id": 1249}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 20, "privilege": "admin"}, "organization": {"id": 190, "owner": {"id": 262}, "user": {"role": null}}}, "resource": {"id": 348, "owner": {"id": 672}, "assignee": {"id": 556}, "project": {"id": 338, "owner": {"id": 764}, "assignee": {"id": 817}}, "task": {"id": 319, "owner": {"id": 993}, "assignee": {"id": 20}}, "job": {"id": 307, "assignee": {"id": 1193}}, "organization": {"id": 1283}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 35, "privilege": "business"}, "organization": {"id": 130, "owner": {"id": 234}, "user": {"role": null}}}, "resource": {"id": 304, "owner": {"id": 689}, "assignee": {"id": 521}, "project": {"id": 334, "owner": {"id": 796}, "assignee": {"id": 896}}, "task": {"id": 321, "owner": {"id": 991}, "assignee": {"id": 35}}, "job": {"id": 321, "assignee": {"id": 1123}}, "organization": {"id": 1276}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 62, "privilege": "business"}, "organization": {"id": 160, "owner": {"id": 62}, "user": {"role": "owner"}}}, "resource": {"id": 374, "owner": {"id": 683}, "assignee": {"id": 506}, "project": {"id": 381, "owner": {"id": 727}, "assignee": {"id": 813}}, "task": {"id": 340, "owner": {"id": 984}, "assignee": {"id": 62}}, "job": {"id": 360, "assignee": {"id": 1117}}, "organization": {"id": 160}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 80, "privilege": "user"}, "organization": {"id": 183, "owner": {"id": 80}, "user": {"role": "owner"}}}, "resource": {"id": 345, "owner": {"id": 618}, "assignee": {"id": 528}, "project": {"id": 305, "owner": {"id": 766}, "assignee": {"id": 830}}, "task": {"id": 386, "owner": {"id": 995}, "assignee": {"id": 80}}, "job": {"id": 379, "assignee": {"id": 1165}}, "organization": {"id": 183}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 18, "privilege": "business"}, "organization": {"id": 192, "owner": {"id": 18}, "user": {"role": "owner"}}}, "resource": {"id": 362, "owner": {"id": 693}, "assignee": {"id": 564}, "project": {"id": 368, "owner": {"id": 791}, "assignee": {"id": 800}}, "task": {"id": 396, "owner": {"id": 981}, "assignee": {"id": 18}}, "job": {"id": 320, "assignee": {"id": 1143}}, "organization": {"id": 192}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 73, "privilege": "user"}, "organization": {"id": 195, "owner": {"id": 73}, "user": {"role": "owner"}}}, "resource": {"id": 302, "owner": {"id": 683}, "assignee": {"id": 579}, "project": {"id": 380, "owner": {"id": 738}, "assignee": {"id": 894}}, "task": {"id": 351, "owner": {"id": 915}, "assignee": {"id": 73}}, "job": {"id": 339, "assignee": {"id": 1178}}, "organization": {"id": 195}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 6, "privilege": "business"}, "organization": {"id": 147, "owner": {"id": 6}, "user": {"role": "owner"}}}, "resource": {"id": 371, "owner": {"id": 635}, "assignee": {"id": 518}, "project": {"id": 378, "owner": {"id": 722}, "assignee": {"id": 857}}, "task": {"id": 342, "owner": {"id": 906}, "assignee": {"id": 6}}, "job": {"id": 325, "assignee": {"id": 1152}}, "organization": {"id": 1292}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 31, "privilege": "user"}, "organization": {"id": 184, "owner": {"id": 31}, "user": {"role": "owner"}}}, "resource": {"id": 309, "owner": {"id": 612}, "assignee": {"id": 564}, "project": {"id": 385, "owner": {"id": 744}, "assignee": {"id": 851}}, "task": {"id": 301, "owner": {"id": 923}, "assignee": {"id": 31}}, "job": {"id": 360, "assignee": {"id": 1104}}, "organization": {"id": 1270}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 42, "privilege": "business"}, "organization": {"id": 133, "owner": {"id": 42}, "user": {"role": "owner"}}}, "resource": {"id": 345, "owner": {"id": 641}, "assignee": {"id": 517}, "project": {"id": 301, "owner": {"id": 723}, "assignee": {"id": 809}}, "task": {"id": 386, "owner": {"id": 992}, "assignee": {"id": 42}}, "job": {"id": 302, "assignee": {"id": 1137}}, "organization": {"id": 1203}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 79, "privilege": "user"}, "organization": {"id": 149, "owner": {"id": 79}, "user": {"role": "owner"}}}, "resource": {"id": 329, "owner": {"id": 672}, "assignee": {"id": 542}, "project": {"id": 352, "owner": {"id": 726}, "assignee": {"id": 816}}, "task": {"id": 351, "owner": {"id": 963}, "assignee": {"id": 79}}, "job": {"id": 322, "assignee": {"id": 1176}}, "organization": {"id": 1228}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 6, "privilege": "business"}, "organization": {"id": 163, "owner": {"id": 231}, "user": {"role": "maintainer"}}}, "resource": {"id": 314, "owner": {"id": 676}, "assignee": {"id": 526}, "project": {"id": 390, "owner": {"id": 701}, "assignee": {"id": 817}}, "task": {"id": 319, "owner": {"id": 935}, "assignee": {"id": 6}}, "job": {"id": 346, "assignee": {"id": 1184}}, "organization": {"id": 163}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 9, "privilege": "user"}, "organization": {"id": 126, "owner": {"id": 254}, "user": {"role": "maintainer"}}}, "resource": {"id": 304, "owner": {"id": 620}, "assignee": {"id": 500}, "project": {"id": 366, "owner": {"id": 764}, "assignee": {"id": 881}}, "task": {"id": 376, "owner": {"id": 939}, "assignee": {"id": 9}}, "job": {"id": 395, "assignee": {"id": 1132}}, "organization": {"id": 126}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 79, "privilege": "business"}, "organization": {"id": 193, "owner": {"id": 276}, "user": {"role": "maintainer"}}}, "resource": {"id": 303, "owner": {"id": 614}, "assignee": {"id": 520}, "project": {"id": 330, "owner": {"id": 768}, "assignee": {"id": 847}}, "task": {"id": 393, "owner": {"id": 967}, "assignee": {"id": 79}}, "job": {"id": 389, "assignee": {"id": 1195}}, "organization": {"id": 193}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 96, "privilege": "user"}, "organization": {"id": 177, "owner": {"id": 203}, "user": {"role": "maintainer"}}}, "resource": {"id": 398, "owner": {"id": 672}, "assignee": {"id": 502}, "project": {"id": 345, "owner": {"id": 766}, "assignee": {"id": 880}}, "task": {"id": 352, "owner": {"id": 909}, "assignee": {"id": 96}}, "job": {"id": 364, "assignee": {"id": 1124}}, "organization": {"id": 177}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 55, "privilege": "business"}, "organization": {"id": 156, "owner": {"id": 260}, "user": {"role": "maintainer"}}}, "resource": {"id": 369, "owner": {"id": 650}, "assignee": {"id": 595}, "project": {"id": 366, "owner": {"id": 752}, "assignee": {"id": 845}}, "task": {"id": 302, "owner": {"id": 909}, "assignee": {"id": 55}}, "job": {"id": 314, "assignee": {"id": 1106}}, "organization": {"id": 1286}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 43, "privilege": "user"}, "organization": {"id": 128, "owner": {"id": 279}, "user": {"role": "maintainer"}}}, "resource": {"id": 324, "owner": {"id": 608}, "assignee": {"id": 577}, "project": {"id": 384, "owner": {"id": 779}, "assignee": {"id": 881}}, "task": {"id": 390, "owner": {"id": 910}, "assignee": {"id": 43}}, "job": {"id": 397, "assignee": {"id": 1137}}, "organization": {"id": 1229}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 14, "privilege": "business"}, "organization": {"id": 194, "owner": {"id": 291}, "user": {"role": "maintainer"}}}, "resource": {"id": 367, "owner": {"id": 670}, "assignee": {"id": 535}, "project": {"id": 398, "owner": {"id": 792}, "assignee": {"id": 822}}, "task": {"id": 310, "owner": {"id": 978}, "assignee": {"id": 14}}, "job": {"id": 332, "assignee": {"id": 1127}}, "organization": {"id": 1220}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 98, "privilege": "user"}, "organization": {"id": 157, "owner": {"id": 274}, "user": {"role": "maintainer"}}}, "resource": {"id": 345, "owner": {"id": 616}, "assignee": {"id": 529}, "project": {"id": 323, "owner": {"id": 706}, "assignee": {"id": 835}}, "task": {"id": 329, "owner": {"id": 937}, "assignee": {"id": 98}}, "job": {"id": 349, "assignee": {"id": 1114}}, "organization": {"id": 1216}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 82, "privilege": "business"}, "organization": {"id": 147, "owner": {"id": 270}, "user": {"role": "supervisor"}}}, "resource": {"id": 326, "owner": {"id": 656}, "assignee": {"id": 577}, "project": {"id": 315, "owner": {"id": 705}, "assignee": {"id": 848}}, "task": {"id": 352, "owner": {"id": 992}, "assignee": {"id": 82}}, "job": {"id": 358, "assignee": {"id": 1164}}, "organization": {"id": 147}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 3, "privilege": "user"}, "organization": {"id": 135, "owner": {"id": 275}, "user": {"role": "supervisor"}}}, "resource": {"id": 318, "owner": {"id": 648}, "assignee": {"id": 538}, "project": {"id": 314, "owner": {"id": 726}, "assignee": {"id": 835}}, "task": {"id": 385, "owner": {"id": 963}, "assignee": {"id": 3}}, "job": {"id": 343, "assignee": {"id": 1193}}, "organization": {"id": 135}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 68, "privilege": "business"}, "organization": {"id": 127, "owner": {"id": 252}, "user": {"role": "supervisor"}}}, "resource": {"id": 327, "owner": {"id": 698}, "assignee": {"id": 506}, "project": {"id": 343, "owner": {"id": 762}, "assignee": {"id": 804}}, "task": {"id": 389, "owner": {"id": 908}, "assignee": {"id": 68}}, "job": {"id": 318, "assignee": {"id": 1140}}, "organization": {"id": 127}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 38, "privilege": "user"}, "organization": {"id": 136, "owner": {"id": 226}, "user": {"role": "supervisor"}}}, "resource": {"id": 350, "owner": {"id": 628}, "assignee": {"id": 598}, "project": {"id": 363, "owner": {"id": 715}, "assignee": {"id": 856}}, "task": {"id": 316, "owner": {"id": 906}, "assignee": {"id": 38}}, "job": {"id": 305, "assignee": {"id": 1170}}, "organization": {"id": 136}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 34, "privilege": "business"}, "organization": {"id": 131, "owner": {"id": 207}, "user": {"role": "supervisor"}}}, "resource": {"id": 355, "owner": {"id": 666}, "assignee": {"id": 588}, "project": {"id": 306, "owner": {"id": 798}, "assignee": {"id": 828}}, "task": {"id": 314, "owner": {"id": 944}, "assignee": {"id": 34}}, "job": {"id": 311, "assignee": {"id": 1167}}, "organization": {"id": 1261}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 58, "privilege": "user"}, "organization": {"id": 121, "owner": {"id": 249}, "user": {"role": "supervisor"}}}, "resource": {"id": 341, "owner": {"id": 634}, "assignee": {"id": 584}, "project": {"id": 356, "owner": {"id": 718}, "assignee": {"id": 854}}, "task": {"id": 359, "owner": {"id": 908}, "assignee": {"id": 58}}, "job": {"id": 360, "assignee": {"id": 1151}}, "organization": {"id": 1269}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 24, "privilege": "business"}, "organization": {"id": 151, "owner": {"id": 236}, "user": {"role": "supervisor"}}}, "resource": {"id": 378, "owner": {"id": 620}, "assignee": {"id": 565}, "project": {"id": 398, "owner": {"id": 799}, "assignee": {"id": 851}}, "task": {"id": 313, "owner": {"id": 907}, "assignee": {"id": 24}}, "job": {"id": 322, "assignee": {"id": 1152}}, "organization": {"id": 1237}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 44, "privilege": "user"}, "organization": {"id": 148, "owner": {"id": 248}, "user": {"role": "supervisor"}}}, "resource": {"id": 380, "owner": {"id": 671}, "assignee": {"id": 581}, "project": {"id": 361, "owner": {"id": 715}, "assignee": {"id": 875}}, "task": {"id": 328, "owner": {"id": 933}, "assignee": {"id": 44}}, "job": {"id": 353, "assignee": {"id": 1192}}, "organization": {"id": 1225}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 42, "privilege": "business"}, "organization": {"id": 118, "owner": {"id": 211}, "user": {"role": "worker"}}}, "resource": {"id": 360, "owner": {"id": 675}, "assignee": {"id": 567}, "project": {"id": 318, "owner": {"id": 720}, "assignee": {"id": 837}}, "task": {"id": 368, "owner": {"id": 962}, "assignee": {"id": 42}}, "job": {"id": 388, "assignee": {"id": 1106}}, "organization": {"id": 118}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 11, "privilege": "user"}, "organization": {"id": 108, "owner": {"id": 205}, "user": {"role": "worker"}}}, "resource": {"id": 350, "owner": {"id": 647}, "assignee": {"id": 515}, "project": {"id": 361, "owner": {"id": 738}, "assignee": {"id": 829}}, "task": {"id": 396, "owner": {"id": 921}, "assignee": {"id": 11}}, "job": {"id": 388, "assignee": {"id": 1138}}, "organization": {"id": 108}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 80, "privilege": "business"}, "organization": {"id": 125, "owner": {"id": 263}, "user": {"role": "worker"}}}, "resource": {"id": 307, "owner": {"id": 655}, "assignee": {"id": 559}, "project": {"id": 341, "owner": {"id": 770}, "assignee": {"id": 846}}, "task": {"id": 352, "owner": {"id": 915}, "assignee": {"id": 80}}, "job": {"id": 359, "assignee": {"id": 1172}}, "organization": {"id": 125}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 1, "privilege": "user"}, "organization": {"id": 160, "owner": {"id": 264}, "user": {"role": "worker"}}}, "resource": {"id": 369, "owner": {"id": 631}, "assignee": {"id": 567}, "project": {"id": 331, "owner": {"id": 756}, "assignee": {"id": 829}}, "task": {"id": 330, "owner": {"id": 969}, "assignee": {"id": 1}}, "job": {"id": 347, "assignee": {"id": 1197}}, "organization": {"id": 160}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 12, "privilege": "business"}, "organization": {"id": 102, "owner": {"id": 289}, "user": {"role": "worker"}}}, "resource": {"id": 341, "owner": {"id": 639}, "assignee": {"id": 578}, "project": {"id": 347, "owner": {"id": 706}, "assignee": {"id": 895}}, "task": {"id": 355, "owner": {"id": 944}, "assignee": {"id": 12}}, "job": {"id": 322, "assignee": {"id": 1149}}, "organization": {"id": 1270}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 86, "privilege": "user"}, "organization": {"id": 162, "owner": {"id": 270}, "user": {"role": "worker"}}}, "resource": {"id": 389, "owner": {"id": 630}, "assignee": {"id": 554}, "project": {"id": 389, "owner": {"id": 790}, "assignee": {"id": 873}}, "task": {"id": 394, "owner": {"id": 992}, "assignee": {"id": 86}}, "job": {"id": 328, "assignee": {"id": 1199}}, "organization": {"id": 1283}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 64, "privilege": "business"}, "organization": {"id": 110, "owner": {"id": 273}, "user": {"role": "worker"}}}, "resource": {"id": 390, "owner": {"id": 604}, "assignee": {"id": 571}, "project": {"id": 374, "owner": {"id": 704}, "assignee": {"id": 805}}, "task": {"id": 360, "owner": {"id": 997}, "assignee": {"id": 64}}, "job": {"id": 364, "assignee": {"id": 1189}}, "organization": {"id": 1283}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 94, "privilege": "user"}, "organization": {"id": 177, "owner": {"id": 274}, "user": {"role": "worker"}}}, "resource": {"id": 342, "owner": {"id": 694}, "assignee": {"id": 518}, "project": {"id": 334, "owner": {"id": 723}, "assignee": {"id": 888}}, "task": {"id": 311, "owner": {"id": 997}, "assignee": {"id": 94}}, "job": {"id": 386, "assignee": {"id": 1120}}, "organization": {"id": 1254}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 70, "privilege": "business"}, "organization": {"id": 192, "owner": {"id": 281}, "user": {"role": null}}}, "resource": {"id": 348, "owner": {"id": 662}, "assignee": {"id": 576}, "project": {"id": 310, "owner": {"id": 714}, "assignee": {"id": 816}}, "task": {"id": 309, "owner": {"id": 994}, "assignee": {"id": 70}}, "job": {"id": 398, "assignee": {"id": 1108}}, "organization": {"id": 192}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 43, "privilege": "user"}, "organization": {"id": 168, "owner": {"id": 234}, "user": {"role": null}}}, "resource": {"id": 378, "owner": {"id": 671}, "assignee": {"id": 545}, "project": {"id": 334, "owner": {"id": 757}, "assignee": {"id": 869}}, "task": {"id": 386, "owner": {"id": 911}, "assignee": {"id": 43}}, "job": {"id": 350, "assignee": {"id": 1108}}, "organization": {"id": 168}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 46, "privilege": "business"}, "organization": {"id": 191, "owner": {"id": 224}, "user": {"role": null}}}, "resource": {"id": 304, "owner": {"id": 656}, "assignee": {"id": 542}, "project": {"id": 361, "owner": {"id": 754}, "assignee": {"id": 899}}, "task": {"id": 375, "owner": {"id": 908}, "assignee": {"id": 46}}, "job": {"id": 369, "assignee": {"id": 1148}}, "organization": {"id": 191}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 73, "privilege": "user"}, "organization": {"id": 157, "owner": {"id": 223}, "user": {"role": null}}}, "resource": {"id": 394, "owner": {"id": 634}, "assignee": {"id": 542}, "project": {"id": 341, "owner": {"id": 706}, "assignee": {"id": 823}}, "task": {"id": 301, "owner": {"id": 988}, "assignee": {"id": 73}}, "job": {"id": 385, "assignee": {"id": 1104}}, "organization": {"id": 157}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 28, "privilege": "business"}, "organization": {"id": 150, "owner": {"id": 258}, "user": {"role": null}}}, "resource": {"id": 348, "owner": {"id": 614}, "assignee": {"id": 576}, "project": {"id": 364, "owner": {"id": 711}, "assignee": {"id": 831}}, "task": {"id": 389, "owner": {"id": 974}, "assignee": {"id": 28}}, "job": {"id": 366, "assignee": {"id": 1189}}, "organization": {"id": 1225}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 2, "privilege": "user"}, "organization": {"id": 136, "owner": {"id": 282}, "user": {"role": null}}}, "resource": {"id": 388, "owner": {"id": 657}, "assignee": {"id": 589}, "project": {"id": 363, "owner": {"id": 729}, "assignee": {"id": 835}}, "task": {"id": 319, "owner": {"id": 916}, "assignee": {"id": 2}}, "job": {"id": 336, "assignee": {"id": 1181}}, "organization": {"id": 1263}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 93, "privilege": "business"}, "organization": {"id": 136, "owner": {"id": 297}, "user": {"role": null}}}, "resource": {"id": 343, "owner": {"id": 651}, "assignee": {"id": 536}, "project": {"id": 391, "owner": {"id": 763}, "assignee": {"id": 846}}, "task": {"id": 331, "owner": {"id": 955}, "assignee": {"id": 93}}, "job": {"id": 329, "assignee": {"id": 1153}}, "organization": {"id": 1223}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 87, "privilege": "user"}, "organization": {"id": 170, "owner": {"id": 278}, "user": {"role": null}}}, "resource": {"id": 335, "owner": {"id": 645}, "assignee": {"id": 543}, "project": {"id": 394, "owner": {"id": 732}, "assignee": {"id": 820}}, "task": {"id": 367, "owner": {"id": 980}, "assignee": {"id": 87}}, "job": {"id": 353, "assignee": {"id": 1178}}, "organization": {"id": 1254}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 23, "privilege": "user"}, "organization": {"id": 134, "owner": {"id": 23}, "user": {"role": "owner"}}}, "resource": {"id": 324, "owner": {"id": 638}, "assignee": {"id": 500}, "project": {"id": 315, "owner": {"id": 755}, "assignee": {"id": 804}}, "task": {"id": 355, "owner": {"id": 998}, "assignee": {"id": 23}}, "job": {"id": 326, "assignee": {"id": 1118}}, "organization": {"id": 134}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 29, "privilege": "worker"}, "organization": {"id": 180, "owner": {"id": 29}, "user": {"role": "owner"}}}, "resource": {"id": 300, "owner": {"id": 617}, "assignee": {"id": 538}, "project": {"id": 355, "owner": {"id": 775}, "assignee": {"id": 822}}, "task": {"id": 301, "owner": {"id": 922}, "assignee": {"id": 29}}, "job": {"id": 384, "assignee": {"id": 1101}}, "organization": {"id": 180}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 65, "privilege": "user"}, "organization": {"id": 132, "owner": {"id": 65}, "user": {"role": "owner"}}}, "resource": {"id": 339, "owner": {"id": 675}, "assignee": {"id": 588}, "project": {"id": 352, "owner": {"id": 726}, "assignee": {"id": 841}}, "task": {"id": 349, "owner": {"id": 975}, "assignee": {"id": 65}}, "job": {"id": 321, "assignee": {"id": 1161}}, "organization": {"id": 132}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 42, "privilege": "worker"}, "organization": {"id": 143, "owner": {"id": 42}, "user": {"role": "owner"}}}, "resource": {"id": 364, "owner": {"id": 682}, "assignee": {"id": 549}, "project": {"id": 321, "owner": {"id": 775}, "assignee": {"id": 887}}, "task": {"id": 384, "owner": {"id": 919}, "assignee": {"id": 42}}, "job": {"id": 315, "assignee": {"id": 1195}}, "organization": {"id": 143}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 80, "privilege": "user"}, "organization": {"id": 114, "owner": {"id": 80}, "user": {"role": "owner"}}}, "resource": {"id": 386, "owner": {"id": 660}, "assignee": {"id": 577}, "project": {"id": 351, "owner": {"id": 773}, "assignee": {"id": 895}}, "task": {"id": 372, "owner": {"id": 951}, "assignee": {"id": 80}}, "job": {"id": 321, "assignee": {"id": 1123}}, "organization": {"id": 1249}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 59, "privilege": "worker"}, "organization": {"id": 145, "owner": {"id": 59}, "user": {"role": "owner"}}}, "resource": {"id": 392, "owner": {"id": 681}, "assignee": {"id": 525}, "project": {"id": 383, "owner": {"id": 780}, "assignee": {"id": 886}}, "task": {"id": 364, "owner": {"id": 932}, "assignee": {"id": 59}}, "job": {"id": 329, "assignee": {"id": 1178}}, "organization": {"id": 1235}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 36, "privilege": "user"}, "organization": {"id": 159, "owner": {"id": 36}, "user": {"role": "owner"}}}, "resource": {"id": 374, "owner": {"id": 615}, "assignee": {"id": 530}, "project": {"id": 365, "owner": {"id": 746}, "assignee": {"id": 890}}, "task": {"id": 339, "owner": {"id": 952}, "assignee": {"id": 36}}, "job": {"id": 352, "assignee": {"id": 1159}}, "organization": {"id": 1286}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 90, "privilege": "worker"}, "organization": {"id": 118, "owner": {"id": 90}, "user": {"role": "owner"}}}, "resource": {"id": 330, "owner": {"id": 686}, "assignee": {"id": 571}, "project": {"id": 385, "owner": {"id": 775}, "assignee": {"id": 806}}, "task": {"id": 341, "owner": {"id": 996}, "assignee": {"id": 90}}, "job": {"id": 305, "assignee": {"id": 1161}}, "organization": {"id": 1242}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 37, "privilege": "user"}, "organization": {"id": 192, "owner": {"id": 297}, "user": {"role": "maintainer"}}}, "resource": {"id": 360, "owner": {"id": 637}, "assignee": {"id": 552}, "project": {"id": 302, "owner": {"id": 734}, "assignee": {"id": 835}}, "task": {"id": 365, "owner": {"id": 933}, "assignee": {"id": 37}}, "job": {"id": 369, "assignee": {"id": 1162}}, "organization": {"id": 192}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 53, "privilege": "worker"}, "organization": {"id": 159, "owner": {"id": 220}, "user": {"role": "maintainer"}}}, "resource": {"id": 317, "owner": {"id": 696}, "assignee": {"id": 543}, "project": {"id": 338, "owner": {"id": 747}, "assignee": {"id": 859}}, "task": {"id": 328, "owner": {"id": 902}, "assignee": {"id": 53}}, "job": {"id": 392, "assignee": {"id": 1132}}, "organization": {"id": 159}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 59, "privilege": "user"}, "organization": {"id": 168, "owner": {"id": 234}, "user": {"role": "maintainer"}}}, "resource": {"id": 356, "owner": {"id": 612}, "assignee": {"id": 572}, "project": {"id": 363, "owner": {"id": 774}, "assignee": {"id": 854}}, "task": {"id": 333, "owner": {"id": 970}, "assignee": {"id": 59}}, "job": {"id": 341, "assignee": {"id": 1132}}, "organization": {"id": 168}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 54, "privilege": "worker"}, "organization": {"id": 136, "owner": {"id": 273}, "user": {"role": "maintainer"}}}, "resource": {"id": 349, "owner": {"id": 656}, "assignee": {"id": 531}, "project": {"id": 357, "owner": {"id": 735}, "assignee": {"id": 893}}, "task": {"id": 301, "owner": {"id": 961}, "assignee": {"id": 54}}, "job": {"id": 381, "assignee": {"id": 1120}}, "organization": {"id": 136}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 41, "privilege": "user"}, "organization": {"id": 186, "owner": {"id": 234}, "user": {"role": "maintainer"}}}, "resource": {"id": 313, "owner": {"id": 695}, "assignee": {"id": 518}, "project": {"id": 335, "owner": {"id": 705}, "assignee": {"id": 854}}, "task": {"id": 340, "owner": {"id": 936}, "assignee": {"id": 41}}, "job": {"id": 361, "assignee": {"id": 1100}}, "organization": {"id": 1275}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 24, "privilege": "worker"}, "organization": {"id": 103, "owner": {"id": 283}, "user": {"role": "maintainer"}}}, "resource": {"id": 301, "owner": {"id": 681}, "assignee": {"id": 521}, "project": {"id": 368, "owner": {"id": 788}, "assignee": {"id": 823}}, "task": {"id": 370, "owner": {"id": 951}, "assignee": {"id": 24}}, "job": {"id": 327, "assignee": {"id": 1166}}, "organization": {"id": 1263}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 20, "privilege": "user"}, "organization": {"id": 198, "owner": {"id": 248}, "user": {"role": "maintainer"}}}, "resource": {"id": 397, "owner": {"id": 627}, "assignee": {"id": 562}, "project": {"id": 399, "owner": {"id": 711}, "assignee": {"id": 886}}, "task": {"id": 336, "owner": {"id": 972}, "assignee": {"id": 20}}, "job": {"id": 371, "assignee": {"id": 1164}}, "organization": {"id": 1294}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 27, "privilege": "worker"}, "organization": {"id": 121, "owner": {"id": 296}, "user": {"role": "maintainer"}}}, "resource": {"id": 325, "owner": {"id": 667}, "assignee": {"id": 584}, "project": {"id": 382, "owner": {"id": 725}, "assignee": {"id": 808}}, "task": {"id": 348, "owner": {"id": 956}, "assignee": {"id": 27}}, "job": {"id": 364, "assignee": {"id": 1124}}, "organization": {"id": 1233}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 79, "privilege": "user"}, "organization": {"id": 128, "owner": {"id": 288}, "user": {"role": "supervisor"}}}, "resource": {"id": 317, "owner": {"id": 617}, "assignee": {"id": 588}, "project": {"id": 318, "owner": {"id": 792}, "assignee": {"id": 845}}, "task": {"id": 324, "owner": {"id": 959}, "assignee": {"id": 79}}, "job": {"id": 342, "assignee": {"id": 1192}}, "organization": {"id": 128}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 11, "privilege": "worker"}, "organization": {"id": 139, "owner": {"id": 230}, "user": {"role": "supervisor"}}}, "resource": {"id": 345, "owner": {"id": 637}, "assignee": {"id": 590}, "project": {"id": 310, "owner": {"id": 772}, "assignee": {"id": 808}}, "task": {"id": 357, "owner": {"id": 922}, "assignee": {"id": 11}}, "job": {"id": 311, "assignee": {"id": 1128}}, "organization": {"id": 139}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 25, "privilege": "user"}, "organization": {"id": 168, "owner": {"id": 209}, "user": {"role": "supervisor"}}}, "resource": {"id": 346, "owner": {"id": 639}, "assignee": {"id": 593}, "project": {"id": 380, "owner": {"id": 769}, "assignee": {"id": 839}}, "task": {"id": 302, "owner": {"id": 935}, "assignee": {"id": 25}}, "job": {"id": 371, "assignee": {"id": 1188}}, "organization": {"id": 168}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 36, "privilege": "worker"}, "organization": {"id": 195, "owner": {"id": 236}, "user": {"role": "supervisor"}}}, "resource": {"id": 348, "owner": {"id": 680}, "assignee": {"id": 543}, "project": {"id": 312, "owner": {"id": 765}, "assignee": {"id": 832}}, "task": {"id": 361, "owner": {"id": 999}, "assignee": {"id": 36}}, "job": {"id": 365, "assignee": {"id": 1191}}, "organization": {"id": 195}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 15, "privilege": "user"}, "organization": {"id": 184, "owner": {"id": 261}, "user": {"role": "supervisor"}}}, "resource": {"id": 342, "owner": {"id": 627}, "assignee": {"id": 533}, "project": {"id": 333, "owner": {"id": 776}, "assignee": {"id": 851}}, "task": {"id": 337, "owner": {"id": 917}, "assignee": {"id": 15}}, "job": {"id": 301, "assignee": {"id": 1194}}, "organization": {"id": 1272}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 81, "privilege": "worker"}, "organization": {"id": 179, "owner": {"id": 274}, "user": {"role": "supervisor"}}}, "resource": {"id": 378, "owner": {"id": 689}, "assignee": {"id": 591}, "project": {"id": 308, "owner": {"id": 705}, "assignee": {"id": 837}}, "task": {"id": 379, "owner": {"id": 988}, "assignee": {"id": 81}}, "job": {"id": 386, "assignee": {"id": 1114}}, "organization": {"id": 1233}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 80, "privilege": "user"}, "organization": {"id": 156, "owner": {"id": 269}, "user": {"role": "supervisor"}}}, "resource": {"id": 398, "owner": {"id": 644}, "assignee": {"id": 572}, "project": {"id": 301, "owner": {"id": 746}, "assignee": {"id": 806}}, "task": {"id": 396, "owner": {"id": 922}, "assignee": {"id": 80}}, "job": {"id": 388, "assignee": {"id": 1130}}, "organization": {"id": 1264}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 46, "privilege": "worker"}, "organization": {"id": 140, "owner": {"id": 270}, "user": {"role": "supervisor"}}}, "resource": {"id": 344, "owner": {"id": 651}, "assignee": {"id": 519}, "project": {"id": 389, "owner": {"id": 769}, "assignee": {"id": 859}}, "task": {"id": 319, "owner": {"id": 923}, "assignee": {"id": 46}}, "job": {"id": 356, "assignee": {"id": 1186}}, "organization": {"id": 1296}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 23, "privilege": "user"}, "organization": {"id": 170, "owner": {"id": 274}, "user": {"role": "worker"}}}, "resource": {"id": 395, "owner": {"id": 659}, "assignee": {"id": 532}, "project": {"id": 386, "owner": {"id": 779}, "assignee": {"id": 815}}, "task": {"id": 369, "owner": {"id": 909}, "assignee": {"id": 23}}, "job": {"id": 329, "assignee": {"id": 1137}}, "organization": {"id": 170}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 91, "privilege": "worker"}, "organization": {"id": 104, "owner": {"id": 255}, "user": {"role": "worker"}}}, "resource": {"id": 367, "owner": {"id": 693}, "assignee": {"id": 520}, "project": {"id": 345, "owner": {"id": 797}, "assignee": {"id": 881}}, "task": {"id": 351, "owner": {"id": 999}, "assignee": {"id": 91}}, "job": {"id": 341, "assignee": {"id": 1119}}, "organization": {"id": 104}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 85, "privilege": "user"}, "organization": {"id": 124, "owner": {"id": 285}, "user": {"role": "worker"}}}, "resource": {"id": 313, "owner": {"id": 607}, "assignee": {"id": 539}, "project": {"id": 372, "owner": {"id": 787}, "assignee": {"id": 895}}, "task": {"id": 361, "owner": {"id": 942}, "assignee": {"id": 85}}, "job": {"id": 351, "assignee": {"id": 1153}}, "organization": {"id": 124}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 32, "privilege": "worker"}, "organization": {"id": 165, "owner": {"id": 297}, "user": {"role": "worker"}}}, "resource": {"id": 363, "owner": {"id": 636}, "assignee": {"id": 564}, "project": {"id": 362, "owner": {"id": 755}, "assignee": {"id": 817}}, "task": {"id": 337, "owner": {"id": 993}, "assignee": {"id": 32}}, "job": {"id": 374, "assignee": {"id": 1115}}, "organization": {"id": 165}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 22, "privilege": "user"}, "organization": {"id": 175, "owner": {"id": 223}, "user": {"role": "worker"}}}, "resource": {"id": 340, "owner": {"id": 695}, "assignee": {"id": 514}, "project": {"id": 329, "owner": {"id": 754}, "assignee": {"id": 886}}, "task": {"id": 344, "owner": {"id": 990}, "assignee": {"id": 22}}, "job": {"id": 329, "assignee": {"id": 1152}}, "organization": {"id": 1231}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 7, "privilege": "worker"}, "organization": {"id": 104, "owner": {"id": 210}, "user": {"role": "worker"}}}, "resource": {"id": 323, "owner": {"id": 608}, "assignee": {"id": 549}, "project": {"id": 383, "owner": {"id": 730}, "assignee": {"id": 819}}, "task": {"id": 366, "owner": {"id": 994}, "assignee": {"id": 7}}, "job": {"id": 330, "assignee": {"id": 1193}}, "organization": {"id": 1233}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 57, "privilege": "user"}, "organization": {"id": 135, "owner": {"id": 292}, "user": {"role": "worker"}}}, "resource": {"id": 338, "owner": {"id": 698}, "assignee": {"id": 554}, "project": {"id": 382, "owner": {"id": 799}, "assignee": {"id": 809}}, "task": {"id": 360, "owner": {"id": 902}, "assignee": {"id": 57}}, "job": {"id": 385, "assignee": {"id": 1170}}, "organization": {"id": 1250}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 34, "privilege": "worker"}, "organization": {"id": 161, "owner": {"id": 228}, "user": {"role": "worker"}}}, "resource": {"id": 375, "owner": {"id": 620}, "assignee": {"id": 515}, "project": {"id": 325, "owner": {"id": 774}, "assignee": {"id": 823}}, "task": {"id": 326, "owner": {"id": 958}, "assignee": {"id": 34}}, "job": {"id": 395, "assignee": {"id": 1162}}, "organization": {"id": 1287}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 31, "privilege": "user"}, "organization": {"id": 127, "owner": {"id": 243}, "user": {"role": null}}}, "resource": {"id": 384, "owner": {"id": 636}, "assignee": {"id": 552}, "project": {"id": 307, "owner": {"id": 768}, "assignee": {"id": 882}}, "task": {"id": 373, "owner": {"id": 974}, "assignee": {"id": 31}}, "job": {"id": 399, "assignee": {"id": 1136}}, "organization": {"id": 127}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 50, "privilege": "worker"}, "organization": {"id": 163, "owner": {"id": 224}, "user": {"role": null}}}, "resource": {"id": 300, "owner": {"id": 669}, "assignee": {"id": 558}, "project": {"id": 318, "owner": {"id": 784}, "assignee": {"id": 807}}, "task": {"id": 332, "owner": {"id": 985}, "assignee": {"id": 50}}, "job": {"id": 362, "assignee": {"id": 1125}}, "organization": {"id": 163}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 48, "privilege": "user"}, "organization": {"id": 149, "owner": {"id": 259}, "user": {"role": null}}}, "resource": {"id": 364, "owner": {"id": 675}, "assignee": {"id": 577}, "project": {"id": 337, "owner": {"id": 714}, "assignee": {"id": 812}}, "task": {"id": 370, "owner": {"id": 949}, "assignee": {"id": 48}}, "job": {"id": 346, "assignee": {"id": 1118}}, "organization": {"id": 149}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 31, "privilege": "worker"}, "organization": {"id": 154, "owner": {"id": 291}, "user": {"role": null}}}, "resource": {"id": 382, "owner": {"id": 615}, "assignee": {"id": 592}, "project": {"id": 338, "owner": {"id": 708}, "assignee": {"id": 897}}, "task": {"id": 365, "owner": {"id": 959}, "assignee": {"id": 31}}, "job": {"id": 384, "assignee": {"id": 1168}}, "organization": {"id": 154}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 69, "privilege": "user"}, "organization": {"id": 156, "owner": {"id": 248}, "user": {"role": null}}}, "resource": {"id": 308, "owner": {"id": 688}, "assignee": {"id": 555}, "project": {"id": 342, "owner": {"id": 796}, "assignee": {"id": 836}}, "task": {"id": 391, "owner": {"id": 927}, "assignee": {"id": 69}}, "job": {"id": 397, "assignee": {"id": 1121}}, "organization": {"id": 1203}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 28, "privilege": "worker"}, "organization": {"id": 164, "owner": {"id": 211}, "user": {"role": null}}}, "resource": {"id": 363, "owner": {"id": 632}, "assignee": {"id": 502}, "project": {"id": 389, "owner": {"id": 744}, "assignee": {"id": 836}}, "task": {"id": 312, "owner": {"id": 953}, "assignee": {"id": 28}}, "job": {"id": 302, "assignee": {"id": 1160}}, "organization": {"id": 1270}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 61, "privilege": "user"}, "organization": {"id": 133, "owner": {"id": 230}, "user": {"role": null}}}, "resource": {"id": 310, "owner": {"id": 642}, "assignee": {"id": 562}, "project": {"id": 363, "owner": {"id": 705}, "assignee": {"id": 853}}, "task": {"id": 315, "owner": {"id": 980}, "assignee": {"id": 61}}, "job": {"id": 311, "assignee": {"id": 1180}}, "organization": {"id": 1232}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 31, "privilege": "worker"}, "organization": {"id": 124, "owner": {"id": 215}, "user": {"role": null}}}, "resource": {"id": 377, "owner": {"id": 654}, "assignee": {"id": 540}, "project": {"id": 380, "owner": {"id": 722}, "assignee": {"id": 816}}, "task": {"id": 331, "owner": {"id": 978}, "assignee": {"id": 31}}, "job": {"id": 333, "assignee": {"id": 1197}}, "organization": {"id": 1286}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 39, "privilege": "worker"}, "organization": {"id": 175, "owner": {"id": 39}, "user": {"role": "owner"}}}, "resource": {"id": 310, "owner": {"id": 641}, "assignee": {"id": 578}, "project": {"id": 312, "owner": {"id": 796}, "assignee": {"id": 830}}, "task": {"id": 301, "owner": {"id": 933}, "assignee": {"id": 39}}, "job": {"id": 366, "assignee": {"id": 1191}}, "organization": {"id": 175}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 81, "privilege": "none"}, "organization": {"id": 143, "owner": {"id": 81}, "user": {"role": "owner"}}}, "resource": {"id": 324, "owner": {"id": 653}, "assignee": {"id": 504}, "project": {"id": 334, "owner": {"id": 779}, "assignee": {"id": 881}}, "task": {"id": 303, "owner": {"id": 998}, "assignee": {"id": 81}}, "job": {"id": 370, "assignee": {"id": 1189}}, "organization": {"id": 143}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 99, "privilege": "worker"}, "organization": {"id": 150, "owner": {"id": 99}, "user": {"role": "owner"}}}, "resource": {"id": 366, "owner": {"id": 682}, "assignee": {"id": 593}, "project": {"id": 381, "owner": {"id": 798}, "assignee": {"id": 894}}, "task": {"id": 367, "owner": {"id": 909}, "assignee": {"id": 99}}, "job": {"id": 376, "assignee": {"id": 1175}}, "organization": {"id": 150}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 8, "privilege": "none"}, "organization": {"id": 190, "owner": {"id": 8}, "user": {"role": "owner"}}}, "resource": {"id": 314, "owner": {"id": 604}, "assignee": {"id": 521}, "project": {"id": 300, "owner": {"id": 754}, "assignee": {"id": 853}}, "task": {"id": 381, "owner": {"id": 953}, "assignee": {"id": 8}}, "job": {"id": 371, "assignee": {"id": 1140}}, "organization": {"id": 190}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 52, "privilege": "worker"}, "organization": {"id": 158, "owner": {"id": 52}, "user": {"role": "owner"}}}, "resource": {"id": 313, "owner": {"id": 647}, "assignee": {"id": 549}, "project": {"id": 314, "owner": {"id": 777}, "assignee": {"id": 864}}, "task": {"id": 373, "owner": {"id": 931}, "assignee": {"id": 52}}, "job": {"id": 334, "assignee": {"id": 1109}}, "organization": {"id": 1287}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 14, "privilege": "none"}, "organization": {"id": 138, "owner": {"id": 14}, "user": {"role": "owner"}}}, "resource": {"id": 344, "owner": {"id": 617}, "assignee": {"id": 532}, "project": {"id": 374, "owner": {"id": 759}, "assignee": {"id": 830}}, "task": {"id": 360, "owner": {"id": 921}, "assignee": {"id": 14}}, "job": {"id": 374, "assignee": {"id": 1196}}, "organization": {"id": 1216}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 54, "privilege": "worker"}, "organization": {"id": 135, "owner": {"id": 54}, "user": {"role": "owner"}}}, "resource": {"id": 368, "owner": {"id": 600}, "assignee": {"id": 548}, "project": {"id": 382, "owner": {"id": 784}, "assignee": {"id": 832}}, "task": {"id": 303, "owner": {"id": 939}, "assignee": {"id": 54}}, "job": {"id": 385, "assignee": {"id": 1146}}, "organization": {"id": 1279}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 96, "privilege": "none"}, "organization": {"id": 176, "owner": {"id": 96}, "user": {"role": "owner"}}}, "resource": {"id": 396, "owner": {"id": 619}, "assignee": {"id": 545}, "project": {"id": 345, "owner": {"id": 748}, "assignee": {"id": 822}}, "task": {"id": 344, "owner": {"id": 994}, "assignee": {"id": 96}}, "job": {"id": 349, "assignee": {"id": 1180}}, "organization": {"id": 1274}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 12, "privilege": "worker"}, "organization": {"id": 109, "owner": {"id": 286}, "user": {"role": "maintainer"}}}, "resource": {"id": 355, "owner": {"id": 694}, "assignee": {"id": 587}, "project": {"id": 364, "owner": {"id": 718}, "assignee": {"id": 815}}, "task": {"id": 307, "owner": {"id": 990}, "assignee": {"id": 12}}, "job": {"id": 339, "assignee": {"id": 1130}}, "organization": {"id": 109}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 7, "privilege": "none"}, "organization": {"id": 135, "owner": {"id": 259}, "user": {"role": "maintainer"}}}, "resource": {"id": 334, "owner": {"id": 603}, "assignee": {"id": 526}, "project": {"id": 307, "owner": {"id": 799}, "assignee": {"id": 864}}, "task": {"id": 332, "owner": {"id": 938}, "assignee": {"id": 7}}, "job": {"id": 309, "assignee": {"id": 1167}}, "organization": {"id": 135}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 66, "privilege": "worker"}, "organization": {"id": 104, "owner": {"id": 286}, "user": {"role": "maintainer"}}}, "resource": {"id": 308, "owner": {"id": 695}, "assignee": {"id": 562}, "project": {"id": 343, "owner": {"id": 778}, "assignee": {"id": 891}}, "task": {"id": 352, "owner": {"id": 910}, "assignee": {"id": 66}}, "job": {"id": 346, "assignee": {"id": 1102}}, "organization": {"id": 104}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 82, "privilege": "none"}, "organization": {"id": 104, "owner": {"id": 268}, "user": {"role": "maintainer"}}}, "resource": {"id": 306, "owner": {"id": 629}, "assignee": {"id": 589}, "project": {"id": 379, "owner": {"id": 701}, "assignee": {"id": 839}}, "task": {"id": 388, "owner": {"id": 901}, "assignee": {"id": 82}}, "job": {"id": 336, "assignee": {"id": 1117}}, "organization": {"id": 104}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 34, "privilege": "worker"}, "organization": {"id": 171, "owner": {"id": 217}, "user": {"role": "maintainer"}}}, "resource": {"id": 357, "owner": {"id": 694}, "assignee": {"id": 556}, "project": {"id": 308, "owner": {"id": 768}, "assignee": {"id": 872}}, "task": {"id": 331, "owner": {"id": 981}, "assignee": {"id": 34}}, "job": {"id": 378, "assignee": {"id": 1197}}, "organization": {"id": 1201}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 18, "privilege": "none"}, "organization": {"id": 173, "owner": {"id": 240}, "user": {"role": "maintainer"}}}, "resource": {"id": 357, "owner": {"id": 606}, "assignee": {"id": 545}, "project": {"id": 344, "owner": {"id": 757}, "assignee": {"id": 827}}, "task": {"id": 327, "owner": {"id": 933}, "assignee": {"id": 18}}, "job": {"id": 347, "assignee": {"id": 1164}}, "organization": {"id": 1287}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 79, "privilege": "worker"}, "organization": {"id": 183, "owner": {"id": 258}, "user": {"role": "maintainer"}}}, "resource": {"id": 367, "owner": {"id": 689}, "assignee": {"id": 596}, "project": {"id": 347, "owner": {"id": 721}, "assignee": {"id": 870}}, "task": {"id": 321, "owner": {"id": 903}, "assignee": {"id": 79}}, "job": {"id": 384, "assignee": {"id": 1158}}, "organization": {"id": 1291}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 65, "privilege": "none"}, "organization": {"id": 183, "owner": {"id": 203}, "user": {"role": "maintainer"}}}, "resource": {"id": 339, "owner": {"id": 653}, "assignee": {"id": 510}, "project": {"id": 387, "owner": {"id": 776}, "assignee": {"id": 851}}, "task": {"id": 375, "owner": {"id": 929}, "assignee": {"id": 65}}, "job": {"id": 308, "assignee": {"id": 1100}}, "organization": {"id": 1259}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 74, "privilege": "worker"}, "organization": {"id": 115, "owner": {"id": 283}, "user": {"role": "supervisor"}}}, "resource": {"id": 390, "owner": {"id": 684}, "assignee": {"id": 519}, "project": {"id": 315, "owner": {"id": 796}, "assignee": {"id": 865}}, "task": {"id": 370, "owner": {"id": 924}, "assignee": {"id": 74}}, "job": {"id": 335, "assignee": {"id": 1126}}, "organization": {"id": 115}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 20, "privilege": "none"}, "organization": {"id": 165, "owner": {"id": 219}, "user": {"role": "supervisor"}}}, "resource": {"id": 365, "owner": {"id": 680}, "assignee": {"id": 554}, "project": {"id": 315, "owner": {"id": 700}, "assignee": {"id": 886}}, "task": {"id": 348, "owner": {"id": 981}, "assignee": {"id": 20}}, "job": {"id": 315, "assignee": {"id": 1115}}, "organization": {"id": 165}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 92, "privilege": "worker"}, "organization": {"id": 165, "owner": {"id": 278}, "user": {"role": "supervisor"}}}, "resource": {"id": 383, "owner": {"id": 622}, "assignee": {"id": 599}, "project": {"id": 380, "owner": {"id": 732}, "assignee": {"id": 896}}, "task": {"id": 399, "owner": {"id": 951}, "assignee": {"id": 92}}, "job": {"id": 310, "assignee": {"id": 1123}}, "organization": {"id": 165}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 10, "privilege": "none"}, "organization": {"id": 150, "owner": {"id": 241}, "user": {"role": "supervisor"}}}, "resource": {"id": 324, "owner": {"id": 654}, "assignee": {"id": 507}, "project": {"id": 393, "owner": {"id": 778}, "assignee": {"id": 806}}, "task": {"id": 305, "owner": {"id": 932}, "assignee": {"id": 10}}, "job": {"id": 324, "assignee": {"id": 1125}}, "organization": {"id": 150}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 79, "privilege": "worker"}, "organization": {"id": 150, "owner": {"id": 294}, "user": {"role": "supervisor"}}}, "resource": {"id": 391, "owner": {"id": 650}, "assignee": {"id": 540}, "project": {"id": 327, "owner": {"id": 756}, "assignee": {"id": 824}}, "task": {"id": 360, "owner": {"id": 918}, "assignee": {"id": 79}}, "job": {"id": 376, "assignee": {"id": 1118}}, "organization": {"id": 1242}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 46, "privilege": "none"}, "organization": {"id": 173, "owner": {"id": 269}, "user": {"role": "supervisor"}}}, "resource": {"id": 357, "owner": {"id": 652}, "assignee": {"id": 589}, "project": {"id": 343, "owner": {"id": 714}, "assignee": {"id": 875}}, "task": {"id": 333, "owner": {"id": 981}, "assignee": {"id": 46}}, "job": {"id": 309, "assignee": {"id": 1130}}, "organization": {"id": 1214}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 59, "privilege": "worker"}, "organization": {"id": 105, "owner": {"id": 241}, "user": {"role": "supervisor"}}}, "resource": {"id": 364, "owner": {"id": 642}, "assignee": {"id": 558}, "project": {"id": 304, "owner": {"id": 765}, "assignee": {"id": 885}}, "task": {"id": 382, "owner": {"id": 997}, "assignee": {"id": 59}}, "job": {"id": 330, "assignee": {"id": 1185}}, "organization": {"id": 1243}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 34, "privilege": "none"}, "organization": {"id": 177, "owner": {"id": 284}, "user": {"role": "supervisor"}}}, "resource": {"id": 310, "owner": {"id": 684}, "assignee": {"id": 552}, "project": {"id": 327, "owner": {"id": 782}, "assignee": {"id": 887}}, "task": {"id": 358, "owner": {"id": 947}, "assignee": {"id": 34}}, "job": {"id": 349, "assignee": {"id": 1152}}, "organization": {"id": 1249}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 42, "privilege": "worker"}, "organization": {"id": 125, "owner": {"id": 220}, "user": {"role": "worker"}}}, "resource": {"id": 308, "owner": {"id": 606}, "assignee": {"id": 589}, "project": {"id": 353, "owner": {"id": 757}, "assignee": {"id": 843}}, "task": {"id": 303, "owner": {"id": 979}, "assignee": {"id": 42}}, "job": {"id": 352, "assignee": {"id": 1192}}, "organization": {"id": 125}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 77, "privilege": "none"}, "organization": {"id": 152, "owner": {"id": 235}, "user": {"role": "worker"}}}, "resource": {"id": 335, "owner": {"id": 675}, "assignee": {"id": 580}, "project": {"id": 389, "owner": {"id": 791}, "assignee": {"id": 883}}, "task": {"id": 355, "owner": {"id": 964}, "assignee": {"id": 77}}, "job": {"id": 311, "assignee": {"id": 1118}}, "organization": {"id": 152}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 7, "privilege": "worker"}, "organization": {"id": 194, "owner": {"id": 236}, "user": {"role": "worker"}}}, "resource": {"id": 352, "owner": {"id": 608}, "assignee": {"id": 592}, "project": {"id": 343, "owner": {"id": 714}, "assignee": {"id": 828}}, "task": {"id": 398, "owner": {"id": 997}, "assignee": {"id": 7}}, "job": {"id": 329, "assignee": {"id": 1183}}, "organization": {"id": 194}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 75, "privilege": "none"}, "organization": {"id": 121, "owner": {"id": 244}, "user": {"role": "worker"}}}, "resource": {"id": 327, "owner": {"id": 687}, "assignee": {"id": 510}, "project": {"id": 372, "owner": {"id": 746}, "assignee": {"id": 818}}, "task": {"id": 394, "owner": {"id": 913}, "assignee": {"id": 75}}, "job": {"id": 372, "assignee": {"id": 1159}}, "organization": {"id": 121}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 92, "privilege": "worker"}, "organization": {"id": 101, "owner": {"id": 203}, "user": {"role": "worker"}}}, "resource": {"id": 300, "owner": {"id": 619}, "assignee": {"id": 519}, "project": {"id": 378, "owner": {"id": 727}, "assignee": {"id": 872}}, "task": {"id": 308, "owner": {"id": 951}, "assignee": {"id": 92}}, "job": {"id": 396, "assignee": {"id": 1167}}, "organization": {"id": 1289}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 27, "privilege": "none"}, "organization": {"id": 198, "owner": {"id": 269}, "user": {"role": "worker"}}}, "resource": {"id": 346, "owner": {"id": 606}, "assignee": {"id": 565}, "project": {"id": 316, "owner": {"id": 768}, "assignee": {"id": 818}}, "task": {"id": 350, "owner": {"id": 980}, "assignee": {"id": 27}}, "job": {"id": 364, "assignee": {"id": 1161}}, "organization": {"id": 1236}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 68, "privilege": "worker"}, "organization": {"id": 181, "owner": {"id": 291}, "user": {"role": "worker"}}}, "resource": {"id": 319, "owner": {"id": 674}, "assignee": {"id": 546}, "project": {"id": 312, "owner": {"id": 704}, "assignee": {"id": 846}}, "task": {"id": 311, "owner": {"id": 958}, "assignee": {"id": 68}}, "job": {"id": 328, "assignee": {"id": 1159}}, "organization": {"id": 1200}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 46, "privilege": "none"}, "organization": {"id": 115, "owner": {"id": 247}, "user": {"role": "worker"}}}, "resource": {"id": 312, "owner": {"id": 630}, "assignee": {"id": 598}, "project": {"id": 370, "owner": {"id": 797}, "assignee": {"id": 805}}, "task": {"id": 345, "owner": {"id": 972}, "assignee": {"id": 46}}, "job": {"id": 353, "assignee": {"id": 1154}}, "organization": {"id": 1236}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 54, "privilege": "worker"}, "organization": {"id": 149, "owner": {"id": 278}, "user": {"role": null}}}, "resource": {"id": 315, "owner": {"id": 632}, "assignee": {"id": 590}, "project": {"id": 356, "owner": {"id": 749}, "assignee": {"id": 815}}, "task": {"id": 396, "owner": {"id": 967}, "assignee": {"id": 54}}, "job": {"id": 377, "assignee": {"id": 1149}}, "organization": {"id": 149}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 23, "privilege": "none"}, "organization": {"id": 167, "owner": {"id": 244}, "user": {"role": null}}}, "resource": {"id": 303, "owner": {"id": 653}, "assignee": {"id": 554}, "project": {"id": 317, "owner": {"id": 789}, "assignee": {"id": 885}}, "task": {"id": 300, "owner": {"id": 985}, "assignee": {"id": 23}}, "job": {"id": 362, "assignee": {"id": 1195}}, "organization": {"id": 167}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 6, "privilege": "worker"}, "organization": {"id": 172, "owner": {"id": 279}, "user": {"role": null}}}, "resource": {"id": 391, "owner": {"id": 606}, "assignee": {"id": 512}, "project": {"id": 316, "owner": {"id": 762}, "assignee": {"id": 818}}, "task": {"id": 346, "owner": {"id": 991}, "assignee": {"id": 6}}, "job": {"id": 316, "assignee": {"id": 1144}}, "organization": {"id": 172}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 22, "privilege": "none"}, "organization": {"id": 154, "owner": {"id": 220}, "user": {"role": null}}}, "resource": {"id": 328, "owner": {"id": 635}, "assignee": {"id": 532}, "project": {"id": 382, "owner": {"id": 722}, "assignee": {"id": 859}}, "task": {"id": 389, "owner": {"id": 950}, "assignee": {"id": 22}}, "job": {"id": 375, "assignee": {"id": 1117}}, "organization": {"id": 154}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 88, "privilege": "worker"}, "organization": {"id": 145, "owner": {"id": 221}, "user": {"role": null}}}, "resource": {"id": 383, "owner": {"id": 638}, "assignee": {"id": 513}, "project": {"id": 397, "owner": {"id": 719}, "assignee": {"id": 886}}, "task": {"id": 389, "owner": {"id": 986}, "assignee": {"id": 88}}, "job": {"id": 386, "assignee": {"id": 1175}}, "organization": {"id": 1262}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 37, "privilege": "none"}, "organization": {"id": 199, "owner": {"id": 254}, "user": {"role": null}}}, "resource": {"id": 387, "owner": {"id": 688}, "assignee": {"id": 510}, "project": {"id": 368, "owner": {"id": 763}, "assignee": {"id": 837}}, "task": {"id": 364, "owner": {"id": 950}, "assignee": {"id": 37}}, "job": {"id": 397, "assignee": {"id": 1120}}, "organization": {"id": 1266}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 34, "privilege": "worker"}, "organization": {"id": 117, "owner": {"id": 266}, "user": {"role": null}}}, "resource": {"id": 354, "owner": {"id": 662}, "assignee": {"id": 511}, "project": {"id": 346, "owner": {"id": 743}, "assignee": {"id": 846}}, "task": {"id": 361, "owner": {"id": 909}, "assignee": {"id": 34}}, "job": {"id": 310, "assignee": {"id": 1152}}, "organization": {"id": 1265}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 68, "privilege": "none"}, "organization": {"id": 180, "owner": {"id": 261}, "user": {"role": null}}}, "resource": {"id": 331, "owner": {"id": 674}, "assignee": {"id": 582}, "project": {"id": 309, "owner": {"id": 744}, "assignee": {"id": 887}}, "task": {"id": 395, "owner": {"id": 927}, "assignee": {"id": 68}}, "job": {"id": 375, "assignee": {"id": 1133}}, "organization": {"id": 1282}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 37, "privilege": "none"}, "organization": {"id": 150, "owner": {"id": 37}, "user": {"role": "owner"}}}, "resource": {"id": 359, "owner": {"id": 654}, "assignee": {"id": 512}, "project": {"id": 336, "owner": {"id": 717}, "assignee": {"id": 865}}, "task": {"id": 391, "owner": {"id": 992}, "assignee": {"id": 37}}, "job": {"id": 305, "assignee": {"id": 1151}}, "organization": {"id": 150}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 33, "privilege": "admin"}, "organization": {"id": 185, "owner": {"id": 33}, "user": {"role": "owner"}}}, "resource": {"id": 353, "owner": {"id": 689}, "assignee": {"id": 583}, "project": {"id": 319, "owner": {"id": 701}, "assignee": {"id": 847}}, "task": {"id": 344, "owner": {"id": 925}, "assignee": {"id": 1011}}, "job": {"id": 397, "assignee": {"id": 33}}, "organization": {"id": 185}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 85, "privilege": "none"}, "organization": {"id": 193, "owner": {"id": 85}, "user": {"role": "owner"}}}, "resource": {"id": 307, "owner": {"id": 669}, "assignee": {"id": 599}, "project": {"id": 396, "owner": {"id": 778}, "assignee": {"id": 889}}, "task": {"id": 353, "owner": {"id": 906}, "assignee": {"id": 85}}, "job": {"id": 303, "assignee": {"id": 1148}}, "organization": {"id": 193}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 31, "privilege": "admin"}, "organization": {"id": 127, "owner": {"id": 31}, "user": {"role": "owner"}}}, "resource": {"id": 312, "owner": {"id": 636}, "assignee": {"id": 538}, "project": {"id": 371, "owner": {"id": 798}, "assignee": {"id": 815}}, "task": {"id": 389, "owner": {"id": 953}, "assignee": {"id": 1055}}, "job": {"id": 371, "assignee": {"id": 31}}, "organization": {"id": 127}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 85, "privilege": "none"}, "organization": {"id": 127, "owner": {"id": 85}, "user": {"role": "owner"}}}, "resource": {"id": 387, "owner": {"id": 620}, "assignee": {"id": 553}, "project": {"id": 354, "owner": {"id": 717}, "assignee": {"id": 879}}, "task": {"id": 367, "owner": {"id": 900}, "assignee": {"id": 85}}, "job": {"id": 315, "assignee": {"id": 1172}}, "organization": {"id": 1262}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 24, "privilege": "admin"}, "organization": {"id": 198, "owner": {"id": 24}, "user": {"role": "owner"}}}, "resource": {"id": 321, "owner": {"id": 602}, "assignee": {"id": 500}, "project": {"id": 385, "owner": {"id": 734}, "assignee": {"id": 823}}, "task": {"id": 356, "owner": {"id": 915}, "assignee": {"id": 1064}}, "job": {"id": 300, "assignee": {"id": 24}}, "organization": {"id": 1286}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 86, "privilege": "none"}, "organization": {"id": 161, "owner": {"id": 86}, "user": {"role": "owner"}}}, "resource": {"id": 399, "owner": {"id": 663}, "assignee": {"id": 532}, "project": {"id": 352, "owner": {"id": 757}, "assignee": {"id": 820}}, "task": {"id": 345, "owner": {"id": 999}, "assignee": {"id": 86}}, "job": {"id": 325, "assignee": {"id": 1117}}, "organization": {"id": 1224}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 99, "privilege": "admin"}, "organization": {"id": 196, "owner": {"id": 99}, "user": {"role": "owner"}}}, "resource": {"id": 384, "owner": {"id": 646}, "assignee": {"id": 589}, "project": {"id": 346, "owner": {"id": 734}, "assignee": {"id": 835}}, "task": {"id": 388, "owner": {"id": 933}, "assignee": {"id": 1048}}, "job": {"id": 358, "assignee": {"id": 99}}, "organization": {"id": 1247}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 93, "privilege": "none"}, "organization": {"id": 179, "owner": {"id": 237}, "user": {"role": "maintainer"}}}, "resource": {"id": 351, "owner": {"id": 644}, "assignee": {"id": 579}, "project": {"id": 336, "owner": {"id": 743}, "assignee": {"id": 831}}, "task": {"id": 358, "owner": {"id": 989}, "assignee": {"id": 93}}, "job": {"id": 306, "assignee": {"id": 1140}}, "organization": {"id": 179}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 19, "privilege": "admin"}, "organization": {"id": 159, "owner": {"id": 240}, "user": {"role": "maintainer"}}}, "resource": {"id": 399, "owner": {"id": 661}, "assignee": {"id": 538}, "project": {"id": 315, "owner": {"id": 792}, "assignee": {"id": 868}}, "task": {"id": 343, "owner": {"id": 926}, "assignee": {"id": 1044}}, "job": {"id": 345, "assignee": {"id": 19}}, "organization": {"id": 159}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 16, "privilege": "none"}, "organization": {"id": 173, "owner": {"id": 251}, "user": {"role": "maintainer"}}}, "resource": {"id": 390, "owner": {"id": 614}, "assignee": {"id": 580}, "project": {"id": 333, "owner": {"id": 773}, "assignee": {"id": 809}}, "task": {"id": 367, "owner": {"id": 971}, "assignee": {"id": 16}}, "job": {"id": 372, "assignee": {"id": 1188}}, "organization": {"id": 173}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 60, "privilege": "admin"}, "organization": {"id": 144, "owner": {"id": 206}, "user": {"role": "maintainer"}}}, "resource": {"id": 317, "owner": {"id": 688}, "assignee": {"id": 557}, "project": {"id": 389, "owner": {"id": 724}, "assignee": {"id": 831}}, "task": {"id": 329, "owner": {"id": 953}, "assignee": {"id": 1013}}, "job": {"id": 380, "assignee": {"id": 60}}, "organization": {"id": 144}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 57, "privilege": "none"}, "organization": {"id": 163, "owner": {"id": 226}, "user": {"role": "maintainer"}}}, "resource": {"id": 370, "owner": {"id": 644}, "assignee": {"id": 598}, "project": {"id": 300, "owner": {"id": 766}, "assignee": {"id": 804}}, "task": {"id": 343, "owner": {"id": 946}, "assignee": {"id": 57}}, "job": {"id": 360, "assignee": {"id": 1187}}, "organization": {"id": 1291}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 19, "privilege": "admin"}, "organization": {"id": 164, "owner": {"id": 234}, "user": {"role": "maintainer"}}}, "resource": {"id": 310, "owner": {"id": 613}, "assignee": {"id": 539}, "project": {"id": 312, "owner": {"id": 791}, "assignee": {"id": 877}}, "task": {"id": 329, "owner": {"id": 981}, "assignee": {"id": 1082}}, "job": {"id": 329, "assignee": {"id": 19}}, "organization": {"id": 1217}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 46, "privilege": "none"}, "organization": {"id": 101, "owner": {"id": 227}, "user": {"role": "maintainer"}}}, "resource": {"id": 327, "owner": {"id": 679}, "assignee": {"id": 566}, "project": {"id": 370, "owner": {"id": 793}, "assignee": {"id": 846}}, "task": {"id": 397, "owner": {"id": 953}, "assignee": {"id": 46}}, "job": {"id": 343, "assignee": {"id": 1161}}, "organization": {"id": 1262}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 89, "privilege": "admin"}, "organization": {"id": 115, "owner": {"id": 209}, "user": {"role": "maintainer"}}}, "resource": {"id": 323, "owner": {"id": 648}, "assignee": {"id": 544}, "project": {"id": 387, "owner": {"id": 781}, "assignee": {"id": 836}}, "task": {"id": 394, "owner": {"id": 978}, "assignee": {"id": 1005}}, "job": {"id": 393, "assignee": {"id": 89}}, "organization": {"id": 1234}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 64, "privilege": "none"}, "organization": {"id": 112, "owner": {"id": 217}, "user": {"role": "supervisor"}}}, "resource": {"id": 356, "owner": {"id": 603}, "assignee": {"id": 526}, "project": {"id": 300, "owner": {"id": 703}, "assignee": {"id": 839}}, "task": {"id": 349, "owner": {"id": 963}, "assignee": {"id": 64}}, "job": {"id": 311, "assignee": {"id": 1152}}, "organization": {"id": 112}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 79, "privilege": "admin"}, "organization": {"id": 168, "owner": {"id": 265}, "user": {"role": "supervisor"}}}, "resource": {"id": 377, "owner": {"id": 608}, "assignee": {"id": 575}, "project": {"id": 354, "owner": {"id": 704}, "assignee": {"id": 869}}, "task": {"id": 375, "owner": {"id": 974}, "assignee": {"id": 1047}}, "job": {"id": 382, "assignee": {"id": 79}}, "organization": {"id": 168}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 92, "privilege": "none"}, "organization": {"id": 120, "owner": {"id": 222}, "user": {"role": "supervisor"}}}, "resource": {"id": 339, "owner": {"id": 637}, "assignee": {"id": 539}, "project": {"id": 340, "owner": {"id": 764}, "assignee": {"id": 809}}, "task": {"id": 368, "owner": {"id": 905}, "assignee": {"id": 92}}, "job": {"id": 305, "assignee": {"id": 1196}}, "organization": {"id": 120}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 7, "privilege": "admin"}, "organization": {"id": 105, "owner": {"id": 232}, "user": {"role": "supervisor"}}}, "resource": {"id": 337, "owner": {"id": 632}, "assignee": {"id": 564}, "project": {"id": 308, "owner": {"id": 716}, "assignee": {"id": 836}}, "task": {"id": 323, "owner": {"id": 989}, "assignee": {"id": 1026}}, "job": {"id": 352, "assignee": {"id": 7}}, "organization": {"id": 105}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 49, "privilege": "none"}, "organization": {"id": 105, "owner": {"id": 247}, "user": {"role": "supervisor"}}}, "resource": {"id": 397, "owner": {"id": 644}, "assignee": {"id": 561}, "project": {"id": 316, "owner": {"id": 702}, "assignee": {"id": 887}}, "task": {"id": 377, "owner": {"id": 941}, "assignee": {"id": 49}}, "job": {"id": 303, "assignee": {"id": 1112}}, "organization": {"id": 1213}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 46, "privilege": "admin"}, "organization": {"id": 104, "owner": {"id": 251}, "user": {"role": "supervisor"}}}, "resource": {"id": 376, "owner": {"id": 656}, "assignee": {"id": 598}, "project": {"id": 376, "owner": {"id": 771}, "assignee": {"id": 896}}, "task": {"id": 357, "owner": {"id": 923}, "assignee": {"id": 1051}}, "job": {"id": 347, "assignee": {"id": 46}}, "organization": {"id": 1285}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 24, "privilege": "none"}, "organization": {"id": 120, "owner": {"id": 264}, "user": {"role": "supervisor"}}}, "resource": {"id": 303, "owner": {"id": 638}, "assignee": {"id": 515}, "project": {"id": 389, "owner": {"id": 735}, "assignee": {"id": 809}}, "task": {"id": 315, "owner": {"id": 983}, "assignee": {"id": 24}}, "job": {"id": 354, "assignee": {"id": 1140}}, "organization": {"id": 1281}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 16, "privilege": "admin"}, "organization": {"id": 184, "owner": {"id": 268}, "user": {"role": "supervisor"}}}, "resource": {"id": 390, "owner": {"id": 635}, "assignee": {"id": 519}, "project": {"id": 330, "owner": {"id": 706}, "assignee": {"id": 828}}, "task": {"id": 390, "owner": {"id": 976}, "assignee": {"id": 1052}}, "job": {"id": 382, "assignee": {"id": 16}}, "organization": {"id": 1254}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 37, "privilege": "none"}, "organization": {"id": 155, "owner": {"id": 241}, "user": {"role": "worker"}}}, "resource": {"id": 343, "owner": {"id": 650}, "assignee": {"id": 552}, "project": {"id": 330, "owner": {"id": 771}, "assignee": {"id": 881}}, "task": {"id": 324, "owner": {"id": 998}, "assignee": {"id": 37}}, "job": {"id": 358, "assignee": {"id": 1147}}, "organization": {"id": 155}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 93, "privilege": "admin"}, "organization": {"id": 111, "owner": {"id": 288}, "user": {"role": "worker"}}}, "resource": {"id": 382, "owner": {"id": 619}, "assignee": {"id": 542}, "project": {"id": 320, "owner": {"id": 738}, "assignee": {"id": 814}}, "task": {"id": 318, "owner": {"id": 957}, "assignee": {"id": 1084}}, "job": {"id": 381, "assignee": {"id": 93}}, "organization": {"id": 111}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 87, "privilege": "none"}, "organization": {"id": 109, "owner": {"id": 279}, "user": {"role": "worker"}}}, "resource": {"id": 301, "owner": {"id": 674}, "assignee": {"id": 537}, "project": {"id": 313, "owner": {"id": 791}, "assignee": {"id": 873}}, "task": {"id": 363, "owner": {"id": 948}, "assignee": {"id": 87}}, "job": {"id": 396, "assignee": {"id": 1193}}, "organization": {"id": 109}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 77, "privilege": "admin"}, "organization": {"id": 147, "owner": {"id": 207}, "user": {"role": "worker"}}}, "resource": {"id": 311, "owner": {"id": 691}, "assignee": {"id": 594}, "project": {"id": 340, "owner": {"id": 798}, "assignee": {"id": 857}}, "task": {"id": 300, "owner": {"id": 903}, "assignee": {"id": 1030}}, "job": {"id": 310, "assignee": {"id": 77}}, "organization": {"id": 147}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 78, "privilege": "none"}, "organization": {"id": 108, "owner": {"id": 229}, "user": {"role": "worker"}}}, "resource": {"id": 385, "owner": {"id": 645}, "assignee": {"id": 574}, "project": {"id": 321, "owner": {"id": 758}, "assignee": {"id": 802}}, "task": {"id": 329, "owner": {"id": 952}, "assignee": {"id": 78}}, "job": {"id": 338, "assignee": {"id": 1154}}, "organization": {"id": 1253}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 70, "privilege": "admin"}, "organization": {"id": 143, "owner": {"id": 248}, "user": {"role": "worker"}}}, "resource": {"id": 353, "owner": {"id": 649}, "assignee": {"id": 513}, "project": {"id": 399, "owner": {"id": 742}, "assignee": {"id": 821}}, "task": {"id": 346, "owner": {"id": 994}, "assignee": {"id": 1017}}, "job": {"id": 320, "assignee": {"id": 70}}, "organization": {"id": 1241}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 95, "privilege": "none"}, "organization": {"id": 107, "owner": {"id": 264}, "user": {"role": "worker"}}}, "resource": {"id": 336, "owner": {"id": 676}, "assignee": {"id": 581}, "project": {"id": 328, "owner": {"id": 799}, "assignee": {"id": 812}}, "task": {"id": 321, "owner": {"id": 961}, "assignee": {"id": 95}}, "job": {"id": 366, "assignee": {"id": 1111}}, "organization": {"id": 1233}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 77, "privilege": "admin"}, "organization": {"id": 109, "owner": {"id": 268}, "user": {"role": "worker"}}}, "resource": {"id": 398, "owner": {"id": 639}, "assignee": {"id": 588}, "project": {"id": 321, "owner": {"id": 713}, "assignee": {"id": 812}}, "task": {"id": 378, "owner": {"id": 920}, "assignee": {"id": 1020}}, "job": {"id": 358, "assignee": {"id": 77}}, "organization": {"id": 1266}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 39, "privilege": "none"}, "organization": {"id": 182, "owner": {"id": 212}, "user": {"role": null}}}, "resource": {"id": 339, "owner": {"id": 663}, "assignee": {"id": 524}, "project": {"id": 316, "owner": {"id": 715}, "assignee": {"id": 864}}, "task": {"id": 334, "owner": {"id": 975}, "assignee": {"id": 39}}, "job": {"id": 321, "assignee": {"id": 1113}}, "organization": {"id": 182}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 99, "privilege": "admin"}, "organization": {"id": 175, "owner": {"id": 294}, "user": {"role": null}}}, "resource": {"id": 357, "owner": {"id": 629}, "assignee": {"id": 544}, "project": {"id": 309, "owner": {"id": 748}, "assignee": {"id": 824}}, "task": {"id": 369, "owner": {"id": 939}, "assignee": {"id": 1006}}, "job": {"id": 325, "assignee": {"id": 99}}, "organization": {"id": 175}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 5, "privilege": "none"}, "organization": {"id": 150, "owner": {"id": 250}, "user": {"role": null}}}, "resource": {"id": 388, "owner": {"id": 652}, "assignee": {"id": 541}, "project": {"id": 302, "owner": {"id": 753}, "assignee": {"id": 887}}, "task": {"id": 307, "owner": {"id": 905}, "assignee": {"id": 5}}, "job": {"id": 309, "assignee": {"id": 1169}}, "organization": {"id": 150}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 70, "privilege": "admin"}, "organization": {"id": 141, "owner": {"id": 227}, "user": {"role": null}}}, "resource": {"id": 343, "owner": {"id": 680}, "assignee": {"id": 583}, "project": {"id": 322, "owner": {"id": 704}, "assignee": {"id": 807}}, "task": {"id": 343, "owner": {"id": 941}, "assignee": {"id": 1019}}, "job": {"id": 390, "assignee": {"id": 70}}, "organization": {"id": 141}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 93, "privilege": "none"}, "organization": {"id": 109, "owner": {"id": 218}, "user": {"role": null}}}, "resource": {"id": 375, "owner": {"id": 685}, "assignee": {"id": 597}, "project": {"id": 319, "owner": {"id": 745}, "assignee": {"id": 815}}, "task": {"id": 319, "owner": {"id": 979}, "assignee": {"id": 93}}, "job": {"id": 365, "assignee": {"id": 1143}}, "organization": {"id": 1210}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 29, "privilege": "admin"}, "organization": {"id": 167, "owner": {"id": 293}, "user": {"role": null}}}, "resource": {"id": 338, "owner": {"id": 646}, "assignee": {"id": 560}, "project": {"id": 339, "owner": {"id": 737}, "assignee": {"id": 836}}, "task": {"id": 336, "owner": {"id": 966}, "assignee": {"id": 1023}}, "job": {"id": 302, "assignee": {"id": 29}}, "organization": {"id": 1231}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 20, "privilege": "none"}, "organization": {"id": 161, "owner": {"id": 257}, "user": {"role": null}}}, "resource": {"id": 325, "owner": {"id": 696}, "assignee": {"id": 513}, "project": {"id": 389, "owner": {"id": 747}, "assignee": {"id": 864}}, "task": {"id": 317, "owner": {"id": 975}, "assignee": {"id": 20}}, "job": {"id": 323, "assignee": {"id": 1150}}, "organization": {"id": 1248}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 27, "privilege": "admin"}, "organization": {"id": 110, "owner": {"id": 282}, "user": {"role": null}}}, "resource": {"id": 341, "owner": {"id": 636}, "assignee": {"id": 510}, "project": {"id": 363, "owner": {"id": 721}, "assignee": {"id": 835}}, "task": {"id": 317, "owner": {"id": 923}, "assignee": {"id": 1008}}, "job": {"id": 379, "assignee": {"id": 27}}, "organization": {"id": 1231}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 71, "privilege": "admin"}, "organization": {"id": 179, "owner": {"id": 71}, "user": {"role": "owner"}}}, "resource": {"id": 382, "owner": {"id": 680}, "assignee": {"id": 597}, "project": {"id": 356, "owner": {"id": 796}, "assignee": {"id": 839}}, "task": {"id": 327, "owner": {"id": 963}, "assignee": {"id": 1096}}, "job": {"id": 324, "assignee": {"id": 71}}, "organization": {"id": 179}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 68, "privilege": "business"}, "organization": {"id": 186, "owner": {"id": 68}, "user": {"role": "owner"}}}, "resource": {"id": 343, "owner": {"id": 619}, "assignee": {"id": 520}, "project": {"id": 388, "owner": {"id": 740}, "assignee": {"id": 842}}, "task": {"id": 370, "owner": {"id": 993}, "assignee": {"id": 1037}}, "job": {"id": 388, "assignee": {"id": 68}}, "organization": {"id": 186}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 86, "privilege": "admin"}, "organization": {"id": 157, "owner": {"id": 86}, "user": {"role": "owner"}}}, "resource": {"id": 313, "owner": {"id": 605}, "assignee": {"id": 546}, "project": {"id": 332, "owner": {"id": 709}, "assignee": {"id": 839}}, "task": {"id": 382, "owner": {"id": 911}, "assignee": {"id": 1007}}, "job": {"id": 325, "assignee": {"id": 86}}, "organization": {"id": 157}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 76, "privilege": "business"}, "organization": {"id": 121, "owner": {"id": 76}, "user": {"role": "owner"}}}, "resource": {"id": 395, "owner": {"id": 669}, "assignee": {"id": 551}, "project": {"id": 321, "owner": {"id": 733}, "assignee": {"id": 870}}, "task": {"id": 353, "owner": {"id": 988}, "assignee": {"id": 1006}}, "job": {"id": 346, "assignee": {"id": 76}}, "organization": {"id": 121}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 12, "privilege": "admin"}, "organization": {"id": 183, "owner": {"id": 12}, "user": {"role": "owner"}}}, "resource": {"id": 370, "owner": {"id": 672}, "assignee": {"id": 519}, "project": {"id": 361, "owner": {"id": 745}, "assignee": {"id": 813}}, "task": {"id": 375, "owner": {"id": 955}, "assignee": {"id": 1071}}, "job": {"id": 364, "assignee": {"id": 12}}, "organization": {"id": 1278}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 3, "privilege": "business"}, "organization": {"id": 160, "owner": {"id": 3}, "user": {"role": "owner"}}}, "resource": {"id": 348, "owner": {"id": 668}, "assignee": {"id": 541}, "project": {"id": 357, "owner": {"id": 753}, "assignee": {"id": 817}}, "task": {"id": 334, "owner": {"id": 918}, "assignee": {"id": 1018}}, "job": {"id": 309, "assignee": {"id": 3}}, "organization": {"id": 1284}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 11, "privilege": "admin"}, "organization": {"id": 139, "owner": {"id": 11}, "user": {"role": "owner"}}}, "resource": {"id": 340, "owner": {"id": 667}, "assignee": {"id": 516}, "project": {"id": 358, "owner": {"id": 736}, "assignee": {"id": 860}}, "task": {"id": 320, "owner": {"id": 935}, "assignee": {"id": 1014}}, "job": {"id": 349, "assignee": {"id": 11}}, "organization": {"id": 1222}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 58, "privilege": "business"}, "organization": {"id": 141, "owner": {"id": 58}, "user": {"role": "owner"}}}, "resource": {"id": 315, "owner": {"id": 670}, "assignee": {"id": 580}, "project": {"id": 324, "owner": {"id": 711}, "assignee": {"id": 830}}, "task": {"id": 362, "owner": {"id": 903}, "assignee": {"id": 1053}}, "job": {"id": 398, "assignee": {"id": 58}}, "organization": {"id": 1214}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 78, "privilege": "admin"}, "organization": {"id": 174, "owner": {"id": 275}, "user": {"role": "maintainer"}}}, "resource": {"id": 399, "owner": {"id": 695}, "assignee": {"id": 513}, "project": {"id": 348, "owner": {"id": 745}, "assignee": {"id": 847}}, "task": {"id": 336, "owner": {"id": 902}, "assignee": {"id": 1032}}, "job": {"id": 371, "assignee": {"id": 78}}, "organization": {"id": 174}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 43, "privilege": "business"}, "organization": {"id": 145, "owner": {"id": 256}, "user": {"role": "maintainer"}}}, "resource": {"id": 347, "owner": {"id": 662}, "assignee": {"id": 540}, "project": {"id": 373, "owner": {"id": 756}, "assignee": {"id": 899}}, "task": {"id": 370, "owner": {"id": 990}, "assignee": {"id": 1047}}, "job": {"id": 399, "assignee": {"id": 43}}, "organization": {"id": 145}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 22, "privilege": "admin"}, "organization": {"id": 182, "owner": {"id": 280}, "user": {"role": "maintainer"}}}, "resource": {"id": 343, "owner": {"id": 658}, "assignee": {"id": 518}, "project": {"id": 349, "owner": {"id": 731}, "assignee": {"id": 868}}, "task": {"id": 326, "owner": {"id": 983}, "assignee": {"id": 1002}}, "job": {"id": 313, "assignee": {"id": 22}}, "organization": {"id": 182}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 29, "privilege": "business"}, "organization": {"id": 149, "owner": {"id": 228}, "user": {"role": "maintainer"}}}, "resource": {"id": 336, "owner": {"id": 610}, "assignee": {"id": 592}, "project": {"id": 318, "owner": {"id": 712}, "assignee": {"id": 810}}, "task": {"id": 369, "owner": {"id": 909}, "assignee": {"id": 1075}}, "job": {"id": 345, "assignee": {"id": 29}}, "organization": {"id": 149}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 86, "privilege": "admin"}, "organization": {"id": 122, "owner": {"id": 211}, "user": {"role": "maintainer"}}}, "resource": {"id": 316, "owner": {"id": 699}, "assignee": {"id": 530}, "project": {"id": 310, "owner": {"id": 755}, "assignee": {"id": 878}}, "task": {"id": 301, "owner": {"id": 964}, "assignee": {"id": 1017}}, "job": {"id": 388, "assignee": {"id": 86}}, "organization": {"id": 1295}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 43, "privilege": "business"}, "organization": {"id": 158, "owner": {"id": 225}, "user": {"role": "maintainer"}}}, "resource": {"id": 311, "owner": {"id": 667}, "assignee": {"id": 502}, "project": {"id": 305, "owner": {"id": 730}, "assignee": {"id": 881}}, "task": {"id": 331, "owner": {"id": 968}, "assignee": {"id": 1055}}, "job": {"id": 302, "assignee": {"id": 43}}, "organization": {"id": 1233}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 83, "privilege": "admin"}, "organization": {"id": 120, "owner": {"id": 227}, "user": {"role": "maintainer"}}}, "resource": {"id": 302, "owner": {"id": 666}, "assignee": {"id": 530}, "project": {"id": 392, "owner": {"id": 734}, "assignee": {"id": 825}}, "task": {"id": 350, "owner": {"id": 964}, "assignee": {"id": 1042}}, "job": {"id": 336, "assignee": {"id": 83}}, "organization": {"id": 1276}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 64, "privilege": "business"}, "organization": {"id": 100, "owner": {"id": 297}, "user": {"role": "maintainer"}}}, "resource": {"id": 356, "owner": {"id": 662}, "assignee": {"id": 562}, "project": {"id": 320, "owner": {"id": 789}, "assignee": {"id": 827}}, "task": {"id": 330, "owner": {"id": 987}, "assignee": {"id": 1061}}, "job": {"id": 313, "assignee": {"id": 64}}, "organization": {"id": 1229}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 64, "privilege": "admin"}, "organization": {"id": 194, "owner": {"id": 246}, "user": {"role": "supervisor"}}}, "resource": {"id": 395, "owner": {"id": 623}, "assignee": {"id": 548}, "project": {"id": 363, "owner": {"id": 777}, "assignee": {"id": 832}}, "task": {"id": 378, "owner": {"id": 971}, "assignee": {"id": 1021}}, "job": {"id": 314, "assignee": {"id": 64}}, "organization": {"id": 194}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 60, "privilege": "business"}, "organization": {"id": 172, "owner": {"id": 288}, "user": {"role": "supervisor"}}}, "resource": {"id": 391, "owner": {"id": 672}, "assignee": {"id": 565}, "project": {"id": 348, "owner": {"id": 717}, "assignee": {"id": 850}}, "task": {"id": 348, "owner": {"id": 927}, "assignee": {"id": 1094}}, "job": {"id": 338, "assignee": {"id": 60}}, "organization": {"id": 172}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 91, "privilege": "admin"}, "organization": {"id": 119, "owner": {"id": 251}, "user": {"role": "supervisor"}}}, "resource": {"id": 332, "owner": {"id": 637}, "assignee": {"id": 513}, "project": {"id": 397, "owner": {"id": 727}, "assignee": {"id": 834}}, "task": {"id": 379, "owner": {"id": 961}, "assignee": {"id": 1054}}, "job": {"id": 386, "assignee": {"id": 91}}, "organization": {"id": 119}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 26, "privilege": "business"}, "organization": {"id": 163, "owner": {"id": 273}, "user": {"role": "supervisor"}}}, "resource": {"id": 310, "owner": {"id": 688}, "assignee": {"id": 523}, "project": {"id": 321, "owner": {"id": 788}, "assignee": {"id": 805}}, "task": {"id": 317, "owner": {"id": 961}, "assignee": {"id": 1013}}, "job": {"id": 318, "assignee": {"id": 26}}, "organization": {"id": 163}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 9, "privilege": "admin"}, "organization": {"id": 194, "owner": {"id": 288}, "user": {"role": "supervisor"}}}, "resource": {"id": 389, "owner": {"id": 665}, "assignee": {"id": 550}, "project": {"id": 341, "owner": {"id": 781}, "assignee": {"id": 840}}, "task": {"id": 387, "owner": {"id": 965}, "assignee": {"id": 1010}}, "job": {"id": 300, "assignee": {"id": 9}}, "organization": {"id": 1272}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 61, "privilege": "business"}, "organization": {"id": 139, "owner": {"id": 229}, "user": {"role": "supervisor"}}}, "resource": {"id": 379, "owner": {"id": 640}, "assignee": {"id": 541}, "project": {"id": 381, "owner": {"id": 716}, "assignee": {"id": 837}}, "task": {"id": 309, "owner": {"id": 965}, "assignee": {"id": 1045}}, "job": {"id": 388, "assignee": {"id": 61}}, "organization": {"id": 1215}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 66, "privilege": "admin"}, "organization": {"id": 164, "owner": {"id": 208}, "user": {"role": "supervisor"}}}, "resource": {"id": 358, "owner": {"id": 612}, "assignee": {"id": 587}, "project": {"id": 305, "owner": {"id": 783}, "assignee": {"id": 897}}, "task": {"id": 312, "owner": {"id": 912}, "assignee": {"id": 1021}}, "job": {"id": 338, "assignee": {"id": 66}}, "organization": {"id": 1217}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 48, "privilege": "business"}, "organization": {"id": 148, "owner": {"id": 255}, "user": {"role": "supervisor"}}}, "resource": {"id": 362, "owner": {"id": 695}, "assignee": {"id": 599}, "project": {"id": 342, "owner": {"id": 735}, "assignee": {"id": 876}}, "task": {"id": 389, "owner": {"id": 988}, "assignee": {"id": 1070}}, "job": {"id": 327, "assignee": {"id": 48}}, "organization": {"id": 1257}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 8, "privilege": "admin"}, "organization": {"id": 114, "owner": {"id": 292}, "user": {"role": "worker"}}}, "resource": {"id": 332, "owner": {"id": 626}, "assignee": {"id": 559}, "project": {"id": 359, "owner": {"id": 766}, "assignee": {"id": 834}}, "task": {"id": 305, "owner": {"id": 901}, "assignee": {"id": 1085}}, "job": {"id": 370, "assignee": {"id": 8}}, "organization": {"id": 114}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 67, "privilege": "business"}, "organization": {"id": 123, "owner": {"id": 226}, "user": {"role": "worker"}}}, "resource": {"id": 361, "owner": {"id": 615}, "assignee": {"id": 544}, "project": {"id": 335, "owner": {"id": 785}, "assignee": {"id": 844}}, "task": {"id": 392, "owner": {"id": 995}, "assignee": {"id": 1062}}, "job": {"id": 306, "assignee": {"id": 67}}, "organization": {"id": 123}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 30, "privilege": "admin"}, "organization": {"id": 141, "owner": {"id": 232}, "user": {"role": "worker"}}}, "resource": {"id": 362, "owner": {"id": 600}, "assignee": {"id": 504}, "project": {"id": 396, "owner": {"id": 702}, "assignee": {"id": 870}}, "task": {"id": 366, "owner": {"id": 951}, "assignee": {"id": 1033}}, "job": {"id": 323, "assignee": {"id": 30}}, "organization": {"id": 141}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 71, "privilege": "business"}, "organization": {"id": 191, "owner": {"id": 202}, "user": {"role": "worker"}}}, "resource": {"id": 307, "owner": {"id": 642}, "assignee": {"id": 504}, "project": {"id": 350, "owner": {"id": 709}, "assignee": {"id": 855}}, "task": {"id": 390, "owner": {"id": 922}, "assignee": {"id": 1074}}, "job": {"id": 319, "assignee": {"id": 71}}, "organization": {"id": 191}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 43, "privilege": "admin"}, "organization": {"id": 109, "owner": {"id": 295}, "user": {"role": "worker"}}}, "resource": {"id": 314, "owner": {"id": 632}, "assignee": {"id": 529}, "project": {"id": 343, "owner": {"id": 725}, "assignee": {"id": 871}}, "task": {"id": 331, "owner": {"id": 936}, "assignee": {"id": 1016}}, "job": {"id": 361, "assignee": {"id": 43}}, "organization": {"id": 1292}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 89, "privilege": "business"}, "organization": {"id": 102, "owner": {"id": 269}, "user": {"role": "worker"}}}, "resource": {"id": 333, "owner": {"id": 634}, "assignee": {"id": 527}, "project": {"id": 336, "owner": {"id": 718}, "assignee": {"id": 868}}, "task": {"id": 370, "owner": {"id": 985}, "assignee": {"id": 1057}}, "job": {"id": 303, "assignee": {"id": 89}}, "organization": {"id": 1236}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 11, "privilege": "admin"}, "organization": {"id": 162, "owner": {"id": 213}, "user": {"role": "worker"}}}, "resource": {"id": 385, "owner": {"id": 618}, "assignee": {"id": 596}, "project": {"id": 347, "owner": {"id": 748}, "assignee": {"id": 812}}, "task": {"id": 371, "owner": {"id": 972}, "assignee": {"id": 1033}}, "job": {"id": 324, "assignee": {"id": 11}}, "organization": {"id": 1263}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 67, "privilege": "business"}, "organization": {"id": 119, "owner": {"id": 209}, "user": {"role": "worker"}}}, "resource": {"id": 312, "owner": {"id": 684}, "assignee": {"id": 571}, "project": {"id": 315, "owner": {"id": 759}, "assignee": {"id": 822}}, "task": {"id": 341, "owner": {"id": 971}, "assignee": {"id": 1096}}, "job": {"id": 399, "assignee": {"id": 67}}, "organization": {"id": 1299}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 13, "privilege": "admin"}, "organization": {"id": 137, "owner": {"id": 264}, "user": {"role": null}}}, "resource": {"id": 358, "owner": {"id": 645}, "assignee": {"id": 563}, "project": {"id": 364, "owner": {"id": 755}, "assignee": {"id": 801}}, "task": {"id": 368, "owner": {"id": 945}, "assignee": {"id": 1030}}, "job": {"id": 347, "assignee": {"id": 13}}, "organization": {"id": 137}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 42, "privilege": "business"}, "organization": {"id": 179, "owner": {"id": 281}, "user": {"role": null}}}, "resource": {"id": 349, "owner": {"id": 606}, "assignee": {"id": 569}, "project": {"id": 364, "owner": {"id": 736}, "assignee": {"id": 834}}, "task": {"id": 368, "owner": {"id": 914}, "assignee": {"id": 1002}}, "job": {"id": 371, "assignee": {"id": 42}}, "organization": {"id": 179}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 28, "privilege": "admin"}, "organization": {"id": 142, "owner": {"id": 265}, "user": {"role": null}}}, "resource": {"id": 395, "owner": {"id": 628}, "assignee": {"id": 555}, "project": {"id": 369, "owner": {"id": 792}, "assignee": {"id": 813}}, "task": {"id": 337, "owner": {"id": 977}, "assignee": {"id": 1011}}, "job": {"id": 339, "assignee": {"id": 28}}, "organization": {"id": 142}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 91, "privilege": "business"}, "organization": {"id": 185, "owner": {"id": 273}, "user": {"role": null}}}, "resource": {"id": 310, "owner": {"id": 682}, "assignee": {"id": 557}, "project": {"id": 300, "owner": {"id": 769}, "assignee": {"id": 898}}, "task": {"id": 383, "owner": {"id": 948}, "assignee": {"id": 1090}}, "job": {"id": 320, "assignee": {"id": 91}}, "organization": {"id": 185}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 19, "privilege": "admin"}, "organization": {"id": 137, "owner": {"id": 212}, "user": {"role": null}}}, "resource": {"id": 386, "owner": {"id": 621}, "assignee": {"id": 550}, "project": {"id": 384, "owner": {"id": 785}, "assignee": {"id": 843}}, "task": {"id": 333, "owner": {"id": 928}, "assignee": {"id": 1065}}, "job": {"id": 301, "assignee": {"id": 19}}, "organization": {"id": 1234}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 1, "privilege": "business"}, "organization": {"id": 104, "owner": {"id": 271}, "user": {"role": null}}}, "resource": {"id": 335, "owner": {"id": 695}, "assignee": {"id": 532}, "project": {"id": 379, "owner": {"id": 781}, "assignee": {"id": 857}}, "task": {"id": 320, "owner": {"id": 938}, "assignee": {"id": 1031}}, "job": {"id": 359, "assignee": {"id": 1}}, "organization": {"id": 1210}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 0, "privilege": "admin"}, "organization": {"id": 120, "owner": {"id": 254}, "user": {"role": null}}}, "resource": {"id": 358, "owner": {"id": 603}, "assignee": {"id": 546}, "project": {"id": 324, "owner": {"id": 773}, "assignee": {"id": 831}}, "task": {"id": 306, "owner": {"id": 921}, "assignee": {"id": 1015}}, "job": {"id": 387, "assignee": {"id": 0}}, "organization": {"id": 1246}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 71, "privilege": "business"}, "organization": {"id": 102, "owner": {"id": 246}, "user": {"role": null}}}, "resource": {"id": 394, "owner": {"id": 636}, "assignee": {"id": 564}, "project": {"id": 314, "owner": {"id": 780}, "assignee": {"id": 875}}, "task": {"id": 321, "owner": {"id": 958}, "assignee": {"id": 1094}}, "job": {"id": 314, "assignee": {"id": 71}}, "organization": {"id": 1253}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 87, "privilege": "business"}, "organization": {"id": 157, "owner": {"id": 87}, "user": {"role": "owner"}}}, "resource": {"id": 304, "owner": {"id": 690}, "assignee": {"id": 511}, "project": {"id": 337, "owner": {"id": 757}, "assignee": {"id": 870}}, "task": {"id": 337, "owner": {"id": 971}, "assignee": {"id": 1001}}, "job": {"id": 304, "assignee": {"id": 87}}, "organization": {"id": 157}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 70, "privilege": "user"}, "organization": {"id": 176, "owner": {"id": 70}, "user": {"role": "owner"}}}, "resource": {"id": 324, "owner": {"id": 684}, "assignee": {"id": 568}, "project": {"id": 379, "owner": {"id": 795}, "assignee": {"id": 803}}, "task": {"id": 333, "owner": {"id": 918}, "assignee": {"id": 1036}}, "job": {"id": 345, "assignee": {"id": 70}}, "organization": {"id": 176}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 24, "privilege": "business"}, "organization": {"id": 120, "owner": {"id": 24}, "user": {"role": "owner"}}}, "resource": {"id": 352, "owner": {"id": 628}, "assignee": {"id": 528}, "project": {"id": 343, "owner": {"id": 701}, "assignee": {"id": 867}}, "task": {"id": 316, "owner": {"id": 938}, "assignee": {"id": 1008}}, "job": {"id": 379, "assignee": {"id": 24}}, "organization": {"id": 120}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 78, "privilege": "user"}, "organization": {"id": 105, "owner": {"id": 78}, "user": {"role": "owner"}}}, "resource": {"id": 328, "owner": {"id": 684}, "assignee": {"id": 515}, "project": {"id": 313, "owner": {"id": 788}, "assignee": {"id": 855}}, "task": {"id": 347, "owner": {"id": 920}, "assignee": {"id": 1077}}, "job": {"id": 316, "assignee": {"id": 78}}, "organization": {"id": 105}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 5, "privilege": "business"}, "organization": {"id": 177, "owner": {"id": 5}, "user": {"role": "owner"}}}, "resource": {"id": 324, "owner": {"id": 629}, "assignee": {"id": 542}, "project": {"id": 389, "owner": {"id": 773}, "assignee": {"id": 867}}, "task": {"id": 398, "owner": {"id": 955}, "assignee": {"id": 1068}}, "job": {"id": 358, "assignee": {"id": 5}}, "organization": {"id": 1261}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 68, "privilege": "user"}, "organization": {"id": 118, "owner": {"id": 68}, "user": {"role": "owner"}}}, "resource": {"id": 364, "owner": {"id": 664}, "assignee": {"id": 507}, "project": {"id": 325, "owner": {"id": 702}, "assignee": {"id": 823}}, "task": {"id": 315, "owner": {"id": 925}, "assignee": {"id": 1020}}, "job": {"id": 397, "assignee": {"id": 68}}, "organization": {"id": 1228}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 76, "privilege": "business"}, "organization": {"id": 194, "owner": {"id": 76}, "user": {"role": "owner"}}}, "resource": {"id": 308, "owner": {"id": 674}, "assignee": {"id": 539}, "project": {"id": 308, "owner": {"id": 789}, "assignee": {"id": 820}}, "task": {"id": 348, "owner": {"id": 973}, "assignee": {"id": 1027}}, "job": {"id": 396, "assignee": {"id": 76}}, "organization": {"id": 1276}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 53, "privilege": "user"}, "organization": {"id": 152, "owner": {"id": 53}, "user": {"role": "owner"}}}, "resource": {"id": 377, "owner": {"id": 643}, "assignee": {"id": 526}, "project": {"id": 371, "owner": {"id": 793}, "assignee": {"id": 895}}, "task": {"id": 364, "owner": {"id": 991}, "assignee": {"id": 1083}}, "job": {"id": 320, "assignee": {"id": 53}}, "organization": {"id": 1267}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 80, "privilege": "business"}, "organization": {"id": 126, "owner": {"id": 295}, "user": {"role": "maintainer"}}}, "resource": {"id": 374, "owner": {"id": 637}, "assignee": {"id": 528}, "project": {"id": 385, "owner": {"id": 740}, "assignee": {"id": 894}}, "task": {"id": 301, "owner": {"id": 918}, "assignee": {"id": 1090}}, "job": {"id": 323, "assignee": {"id": 80}}, "organization": {"id": 126}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 5, "privilege": "user"}, "organization": {"id": 131, "owner": {"id": 273}, "user": {"role": "maintainer"}}}, "resource": {"id": 316, "owner": {"id": 682}, "assignee": {"id": 569}, "project": {"id": 305, "owner": {"id": 748}, "assignee": {"id": 896}}, "task": {"id": 392, "owner": {"id": 947}, "assignee": {"id": 1049}}, "job": {"id": 356, "assignee": {"id": 5}}, "organization": {"id": 131}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 96, "privilege": "business"}, "organization": {"id": 144, "owner": {"id": 201}, "user": {"role": "maintainer"}}}, "resource": {"id": 317, "owner": {"id": 671}, "assignee": {"id": 575}, "project": {"id": 375, "owner": {"id": 795}, "assignee": {"id": 866}}, "task": {"id": 322, "owner": {"id": 975}, "assignee": {"id": 1025}}, "job": {"id": 360, "assignee": {"id": 96}}, "organization": {"id": 144}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 54, "privilege": "user"}, "organization": {"id": 178, "owner": {"id": 211}, "user": {"role": "maintainer"}}}, "resource": {"id": 328, "owner": {"id": 605}, "assignee": {"id": 509}, "project": {"id": 320, "owner": {"id": 709}, "assignee": {"id": 858}}, "task": {"id": 325, "owner": {"id": 932}, "assignee": {"id": 1065}}, "job": {"id": 389, "assignee": {"id": 54}}, "organization": {"id": 178}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 40, "privilege": "business"}, "organization": {"id": 114, "owner": {"id": 249}, "user": {"role": "maintainer"}}}, "resource": {"id": 318, "owner": {"id": 648}, "assignee": {"id": 567}, "project": {"id": 366, "owner": {"id": 761}, "assignee": {"id": 890}}, "task": {"id": 315, "owner": {"id": 906}, "assignee": {"id": 1026}}, "job": {"id": 343, "assignee": {"id": 40}}, "organization": {"id": 1204}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 52, "privilege": "user"}, "organization": {"id": 127, "owner": {"id": 240}, "user": {"role": "maintainer"}}}, "resource": {"id": 358, "owner": {"id": 604}, "assignee": {"id": 534}, "project": {"id": 314, "owner": {"id": 735}, "assignee": {"id": 800}}, "task": {"id": 378, "owner": {"id": 907}, "assignee": {"id": 1040}}, "job": {"id": 301, "assignee": {"id": 52}}, "organization": {"id": 1263}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 7, "privilege": "business"}, "organization": {"id": 104, "owner": {"id": 215}, "user": {"role": "maintainer"}}}, "resource": {"id": 344, "owner": {"id": 668}, "assignee": {"id": 502}, "project": {"id": 312, "owner": {"id": 778}, "assignee": {"id": 815}}, "task": {"id": 302, "owner": {"id": 964}, "assignee": {"id": 1064}}, "job": {"id": 312, "assignee": {"id": 7}}, "organization": {"id": 1220}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 52, "privilege": "user"}, "organization": {"id": 189, "owner": {"id": 242}, "user": {"role": "maintainer"}}}, "resource": {"id": 388, "owner": {"id": 665}, "assignee": {"id": 562}, "project": {"id": 368, "owner": {"id": 774}, "assignee": {"id": 896}}, "task": {"id": 337, "owner": {"id": 991}, "assignee": {"id": 1001}}, "job": {"id": 380, "assignee": {"id": 52}}, "organization": {"id": 1220}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 70, "privilege": "business"}, "organization": {"id": 198, "owner": {"id": 296}, "user": {"role": "supervisor"}}}, "resource": {"id": 340, "owner": {"id": 682}, "assignee": {"id": 593}, "project": {"id": 390, "owner": {"id": 712}, "assignee": {"id": 849}}, "task": {"id": 320, "owner": {"id": 902}, "assignee": {"id": 1077}}, "job": {"id": 389, "assignee": {"id": 70}}, "organization": {"id": 198}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 49, "privilege": "user"}, "organization": {"id": 152, "owner": {"id": 226}, "user": {"role": "supervisor"}}}, "resource": {"id": 362, "owner": {"id": 694}, "assignee": {"id": 516}, "project": {"id": 304, "owner": {"id": 767}, "assignee": {"id": 831}}, "task": {"id": 321, "owner": {"id": 945}, "assignee": {"id": 1015}}, "job": {"id": 365, "assignee": {"id": 49}}, "organization": {"id": 152}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 69, "privilege": "business"}, "organization": {"id": 138, "owner": {"id": 231}, "user": {"role": "supervisor"}}}, "resource": {"id": 363, "owner": {"id": 664}, "assignee": {"id": 583}, "project": {"id": 399, "owner": {"id": 738}, "assignee": {"id": 820}}, "task": {"id": 397, "owner": {"id": 934}, "assignee": {"id": 1000}}, "job": {"id": 326, "assignee": {"id": 69}}, "organization": {"id": 138}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 56, "privilege": "user"}, "organization": {"id": 159, "owner": {"id": 222}, "user": {"role": "supervisor"}}}, "resource": {"id": 364, "owner": {"id": 686}, "assignee": {"id": 587}, "project": {"id": 316, "owner": {"id": 753}, "assignee": {"id": 806}}, "task": {"id": 334, "owner": {"id": 920}, "assignee": {"id": 1022}}, "job": {"id": 306, "assignee": {"id": 56}}, "organization": {"id": 159}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 10, "privilege": "business"}, "organization": {"id": 100, "owner": {"id": 280}, "user": {"role": "supervisor"}}}, "resource": {"id": 315, "owner": {"id": 611}, "assignee": {"id": 509}, "project": {"id": 371, "owner": {"id": 708}, "assignee": {"id": 892}}, "task": {"id": 349, "owner": {"id": 935}, "assignee": {"id": 1076}}, "job": {"id": 382, "assignee": {"id": 10}}, "organization": {"id": 1284}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 15, "privilege": "user"}, "organization": {"id": 171, "owner": {"id": 297}, "user": {"role": "supervisor"}}}, "resource": {"id": 391, "owner": {"id": 675}, "assignee": {"id": 505}, "project": {"id": 345, "owner": {"id": 792}, "assignee": {"id": 896}}, "task": {"id": 376, "owner": {"id": 980}, "assignee": {"id": 1000}}, "job": {"id": 367, "assignee": {"id": 15}}, "organization": {"id": 1273}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 38, "privilege": "business"}, "organization": {"id": 161, "owner": {"id": 226}, "user": {"role": "supervisor"}}}, "resource": {"id": 376, "owner": {"id": 642}, "assignee": {"id": 502}, "project": {"id": 366, "owner": {"id": 718}, "assignee": {"id": 886}}, "task": {"id": 324, "owner": {"id": 909}, "assignee": {"id": 1078}}, "job": {"id": 390, "assignee": {"id": 38}}, "organization": {"id": 1275}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 92, "privilege": "user"}, "organization": {"id": 188, "owner": {"id": 218}, "user": {"role": "supervisor"}}}, "resource": {"id": 311, "owner": {"id": 640}, "assignee": {"id": 556}, "project": {"id": 307, "owner": {"id": 746}, "assignee": {"id": 840}}, "task": {"id": 324, "owner": {"id": 971}, "assignee": {"id": 1044}}, "job": {"id": 314, "assignee": {"id": 92}}, "organization": {"id": 1209}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 65, "privilege": "business"}, "organization": {"id": 109, "owner": {"id": 291}, "user": {"role": "worker"}}}, "resource": {"id": 391, "owner": {"id": 626}, "assignee": {"id": 572}, "project": {"id": 345, "owner": {"id": 747}, "assignee": {"id": 814}}, "task": {"id": 321, "owner": {"id": 914}, "assignee": {"id": 1025}}, "job": {"id": 301, "assignee": {"id": 65}}, "organization": {"id": 109}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 49, "privilege": "user"}, "organization": {"id": 138, "owner": {"id": 202}, "user": {"role": "worker"}}}, "resource": {"id": 336, "owner": {"id": 681}, "assignee": {"id": 537}, "project": {"id": 329, "owner": {"id": 714}, "assignee": {"id": 840}}, "task": {"id": 352, "owner": {"id": 958}, "assignee": {"id": 1079}}, "job": {"id": 357, "assignee": {"id": 49}}, "organization": {"id": 138}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 35, "privilege": "business"}, "organization": {"id": 100, "owner": {"id": 268}, "user": {"role": "worker"}}}, "resource": {"id": 397, "owner": {"id": 675}, "assignee": {"id": 505}, "project": {"id": 385, "owner": {"id": 794}, "assignee": {"id": 833}}, "task": {"id": 325, "owner": {"id": 948}, "assignee": {"id": 1014}}, "job": {"id": 302, "assignee": {"id": 35}}, "organization": {"id": 100}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 78, "privilege": "user"}, "organization": {"id": 111, "owner": {"id": 261}, "user": {"role": "worker"}}}, "resource": {"id": 372, "owner": {"id": 626}, "assignee": {"id": 507}, "project": {"id": 326, "owner": {"id": 759}, "assignee": {"id": 836}}, "task": {"id": 313, "owner": {"id": 977}, "assignee": {"id": 1083}}, "job": {"id": 320, "assignee": {"id": 78}}, "organization": {"id": 111}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 23, "privilege": "business"}, "organization": {"id": 161, "owner": {"id": 229}, "user": {"role": "worker"}}}, "resource": {"id": 305, "owner": {"id": 633}, "assignee": {"id": 589}, "project": {"id": 315, "owner": {"id": 798}, "assignee": {"id": 837}}, "task": {"id": 325, "owner": {"id": 906}, "assignee": {"id": 1024}}, "job": {"id": 308, "assignee": {"id": 23}}, "organization": {"id": 1216}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 38, "privilege": "user"}, "organization": {"id": 141, "owner": {"id": 240}, "user": {"role": "worker"}}}, "resource": {"id": 328, "owner": {"id": 619}, "assignee": {"id": 544}, "project": {"id": 322, "owner": {"id": 750}, "assignee": {"id": 820}}, "task": {"id": 360, "owner": {"id": 952}, "assignee": {"id": 1086}}, "job": {"id": 364, "assignee": {"id": 38}}, "organization": {"id": 1259}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 6, "privilege": "business"}, "organization": {"id": 183, "owner": {"id": 251}, "user": {"role": "worker"}}}, "resource": {"id": 328, "owner": {"id": 688}, "assignee": {"id": 526}, "project": {"id": 318, "owner": {"id": 776}, "assignee": {"id": 806}}, "task": {"id": 338, "owner": {"id": 980}, "assignee": {"id": 1027}}, "job": {"id": 309, "assignee": {"id": 6}}, "organization": {"id": 1299}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 37, "privilege": "user"}, "organization": {"id": 122, "owner": {"id": 288}, "user": {"role": "worker"}}}, "resource": {"id": 338, "owner": {"id": 678}, "assignee": {"id": 518}, "project": {"id": 398, "owner": {"id": 734}, "assignee": {"id": 873}}, "task": {"id": 345, "owner": {"id": 954}, "assignee": {"id": 1042}}, "job": {"id": 394, "assignee": {"id": 37}}, "organization": {"id": 1291}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 12, "privilege": "business"}, "organization": {"id": 174, "owner": {"id": 281}, "user": {"role": null}}}, "resource": {"id": 336, "owner": {"id": 626}, "assignee": {"id": 577}, "project": {"id": 376, "owner": {"id": 795}, "assignee": {"id": 883}}, "task": {"id": 303, "owner": {"id": 935}, "assignee": {"id": 1032}}, "job": {"id": 312, "assignee": {"id": 12}}, "organization": {"id": 174}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 84, "privilege": "user"}, "organization": {"id": 173, "owner": {"id": 291}, "user": {"role": null}}}, "resource": {"id": 393, "owner": {"id": 677}, "assignee": {"id": 507}, "project": {"id": 369, "owner": {"id": 767}, "assignee": {"id": 865}}, "task": {"id": 301, "owner": {"id": 942}, "assignee": {"id": 1039}}, "job": {"id": 312, "assignee": {"id": 84}}, "organization": {"id": 173}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 54, "privilege": "business"}, "organization": {"id": 137, "owner": {"id": 281}, "user": {"role": null}}}, "resource": {"id": 384, "owner": {"id": 640}, "assignee": {"id": 546}, "project": {"id": 381, "owner": {"id": 736}, "assignee": {"id": 805}}, "task": {"id": 384, "owner": {"id": 975}, "assignee": {"id": 1044}}, "job": {"id": 352, "assignee": {"id": 54}}, "organization": {"id": 137}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 24, "privilege": "user"}, "organization": {"id": 168, "owner": {"id": 206}, "user": {"role": null}}}, "resource": {"id": 303, "owner": {"id": 698}, "assignee": {"id": 557}, "project": {"id": 371, "owner": {"id": 733}, "assignee": {"id": 873}}, "task": {"id": 328, "owner": {"id": 997}, "assignee": {"id": 1054}}, "job": {"id": 371, "assignee": {"id": 24}}, "organization": {"id": 168}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 68, "privilege": "business"}, "organization": {"id": 123, "owner": {"id": 202}, "user": {"role": null}}}, "resource": {"id": 362, "owner": {"id": 686}, "assignee": {"id": 562}, "project": {"id": 313, "owner": {"id": 791}, "assignee": {"id": 897}}, "task": {"id": 384, "owner": {"id": 905}, "assignee": {"id": 1047}}, "job": {"id": 369, "assignee": {"id": 68}}, "organization": {"id": 1213}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 14, "privilege": "user"}, "organization": {"id": 162, "owner": {"id": 268}, "user": {"role": null}}}, "resource": {"id": 353, "owner": {"id": 618}, "assignee": {"id": 541}, "project": {"id": 316, "owner": {"id": 784}, "assignee": {"id": 803}}, "task": {"id": 345, "owner": {"id": 952}, "assignee": {"id": 1034}}, "job": {"id": 333, "assignee": {"id": 14}}, "organization": {"id": 1217}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 11, "privilege": "business"}, "organization": {"id": 133, "owner": {"id": 256}, "user": {"role": null}}}, "resource": {"id": 352, "owner": {"id": 629}, "assignee": {"id": 528}, "project": {"id": 367, "owner": {"id": 749}, "assignee": {"id": 805}}, "task": {"id": 350, "owner": {"id": 938}, "assignee": {"id": 1010}}, "job": {"id": 359, "assignee": {"id": 11}}, "organization": {"id": 1286}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 31, "privilege": "user"}, "organization": {"id": 173, "owner": {"id": 279}, "user": {"role": null}}}, "resource": {"id": 330, "owner": {"id": 646}, "assignee": {"id": 586}, "project": {"id": 399, "owner": {"id": 759}, "assignee": {"id": 888}}, "task": {"id": 329, "owner": {"id": 906}, "assignee": {"id": 1062}}, "job": {"id": 387, "assignee": {"id": 31}}, "organization": {"id": 1222}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 90, "privilege": "user"}, "organization": {"id": 197, "owner": {"id": 90}, "user": {"role": "owner"}}}, "resource": {"id": 365, "owner": {"id": 630}, "assignee": {"id": 526}, "project": {"id": 324, "owner": {"id": 794}, "assignee": {"id": 806}}, "task": {"id": 336, "owner": {"id": 982}, "assignee": {"id": 1031}}, "job": {"id": 349, "assignee": {"id": 90}}, "organization": {"id": 197}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 67, "privilege": "worker"}, "organization": {"id": 144, "owner": {"id": 67}, "user": {"role": "owner"}}}, "resource": {"id": 357, "owner": {"id": 627}, "assignee": {"id": 550}, "project": {"id": 323, "owner": {"id": 790}, "assignee": {"id": 895}}, "task": {"id": 302, "owner": {"id": 968}, "assignee": {"id": 1036}}, "job": {"id": 376, "assignee": {"id": 67}}, "organization": {"id": 144}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 75, "privilege": "user"}, "organization": {"id": 174, "owner": {"id": 75}, "user": {"role": "owner"}}}, "resource": {"id": 317, "owner": {"id": 673}, "assignee": {"id": 517}, "project": {"id": 323, "owner": {"id": 789}, "assignee": {"id": 854}}, "task": {"id": 388, "owner": {"id": 911}, "assignee": {"id": 1064}}, "job": {"id": 327, "assignee": {"id": 75}}, "organization": {"id": 174}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 58, "privilege": "worker"}, "organization": {"id": 124, "owner": {"id": 58}, "user": {"role": "owner"}}}, "resource": {"id": 386, "owner": {"id": 644}, "assignee": {"id": 538}, "project": {"id": 317, "owner": {"id": 798}, "assignee": {"id": 847}}, "task": {"id": 362, "owner": {"id": 965}, "assignee": {"id": 1084}}, "job": {"id": 374, "assignee": {"id": 58}}, "organization": {"id": 124}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 21, "privilege": "user"}, "organization": {"id": 147, "owner": {"id": 21}, "user": {"role": "owner"}}}, "resource": {"id": 323, "owner": {"id": 600}, "assignee": {"id": 596}, "project": {"id": 324, "owner": {"id": 726}, "assignee": {"id": 824}}, "task": {"id": 367, "owner": {"id": 960}, "assignee": {"id": 1014}}, "job": {"id": 305, "assignee": {"id": 21}}, "organization": {"id": 1287}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 61, "privilege": "worker"}, "organization": {"id": 165, "owner": {"id": 61}, "user": {"role": "owner"}}}, "resource": {"id": 399, "owner": {"id": 657}, "assignee": {"id": 564}, "project": {"id": 378, "owner": {"id": 746}, "assignee": {"id": 814}}, "task": {"id": 349, "owner": {"id": 969}, "assignee": {"id": 1003}}, "job": {"id": 373, "assignee": {"id": 61}}, "organization": {"id": 1226}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 50, "privilege": "user"}, "organization": {"id": 160, "owner": {"id": 50}, "user": {"role": "owner"}}}, "resource": {"id": 314, "owner": {"id": 601}, "assignee": {"id": 582}, "project": {"id": 323, "owner": {"id": 732}, "assignee": {"id": 850}}, "task": {"id": 320, "owner": {"id": 910}, "assignee": {"id": 1050}}, "job": {"id": 372, "assignee": {"id": 50}}, "organization": {"id": 1205}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 5, "privilege": "worker"}, "organization": {"id": 163, "owner": {"id": 5}, "user": {"role": "owner"}}}, "resource": {"id": 333, "owner": {"id": 638}, "assignee": {"id": 566}, "project": {"id": 303, "owner": {"id": 736}, "assignee": {"id": 861}}, "task": {"id": 383, "owner": {"id": 925}, "assignee": {"id": 1025}}, "job": {"id": 349, "assignee": {"id": 5}}, "organization": {"id": 1285}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 60, "privilege": "user"}, "organization": {"id": 192, "owner": {"id": 287}, "user": {"role": "maintainer"}}}, "resource": {"id": 313, "owner": {"id": 665}, "assignee": {"id": 546}, "project": {"id": 361, "owner": {"id": 730}, "assignee": {"id": 828}}, "task": {"id": 385, "owner": {"id": 942}, "assignee": {"id": 1021}}, "job": {"id": 389, "assignee": {"id": 60}}, "organization": {"id": 192}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 6, "privilege": "worker"}, "organization": {"id": 128, "owner": {"id": 282}, "user": {"role": "maintainer"}}}, "resource": {"id": 330, "owner": {"id": 696}, "assignee": {"id": 569}, "project": {"id": 380, "owner": {"id": 712}, "assignee": {"id": 823}}, "task": {"id": 341, "owner": {"id": 925}, "assignee": {"id": 1029}}, "job": {"id": 340, "assignee": {"id": 6}}, "organization": {"id": 128}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 84, "privilege": "user"}, "organization": {"id": 126, "owner": {"id": 222}, "user": {"role": "maintainer"}}}, "resource": {"id": 324, "owner": {"id": 618}, "assignee": {"id": 522}, "project": {"id": 373, "owner": {"id": 756}, "assignee": {"id": 833}}, "task": {"id": 317, "owner": {"id": 946}, "assignee": {"id": 1003}}, "job": {"id": 319, "assignee": {"id": 84}}, "organization": {"id": 126}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 8, "privilege": "worker"}, "organization": {"id": 197, "owner": {"id": 256}, "user": {"role": "maintainer"}}}, "resource": {"id": 347, "owner": {"id": 649}, "assignee": {"id": 572}, "project": {"id": 367, "owner": {"id": 703}, "assignee": {"id": 869}}, "task": {"id": 353, "owner": {"id": 949}, "assignee": {"id": 1007}}, "job": {"id": 369, "assignee": {"id": 8}}, "organization": {"id": 197}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 55, "privilege": "user"}, "organization": {"id": 141, "owner": {"id": 225}, "user": {"role": "maintainer"}}}, "resource": {"id": 339, "owner": {"id": 668}, "assignee": {"id": 528}, "project": {"id": 366, "owner": {"id": 720}, "assignee": {"id": 827}}, "task": {"id": 370, "owner": {"id": 966}, "assignee": {"id": 1028}}, "job": {"id": 328, "assignee": {"id": 55}}, "organization": {"id": 1275}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 0, "privilege": "worker"}, "organization": {"id": 116, "owner": {"id": 223}, "user": {"role": "maintainer"}}}, "resource": {"id": 348, "owner": {"id": 685}, "assignee": {"id": 525}, "project": {"id": 375, "owner": {"id": 715}, "assignee": {"id": 884}}, "task": {"id": 334, "owner": {"id": 967}, "assignee": {"id": 1050}}, "job": {"id": 393, "assignee": {"id": 0}}, "organization": {"id": 1284}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 46, "privilege": "user"}, "organization": {"id": 154, "owner": {"id": 207}, "user": {"role": "maintainer"}}}, "resource": {"id": 360, "owner": {"id": 685}, "assignee": {"id": 574}, "project": {"id": 305, "owner": {"id": 705}, "assignee": {"id": 865}}, "task": {"id": 306, "owner": {"id": 963}, "assignee": {"id": 1077}}, "job": {"id": 310, "assignee": {"id": 46}}, "organization": {"id": 1212}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 60, "privilege": "worker"}, "organization": {"id": 168, "owner": {"id": 256}, "user": {"role": "maintainer"}}}, "resource": {"id": 362, "owner": {"id": 608}, "assignee": {"id": 523}, "project": {"id": 300, "owner": {"id": 756}, "assignee": {"id": 872}}, "task": {"id": 320, "owner": {"id": 919}, "assignee": {"id": 1095}}, "job": {"id": 330, "assignee": {"id": 60}}, "organization": {"id": 1280}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 75, "privilege": "user"}, "organization": {"id": 101, "owner": {"id": 227}, "user": {"role": "supervisor"}}}, "resource": {"id": 310, "owner": {"id": 693}, "assignee": {"id": 536}, "project": {"id": 378, "owner": {"id": 758}, "assignee": {"id": 861}}, "task": {"id": 360, "owner": {"id": 945}, "assignee": {"id": 1080}}, "job": {"id": 377, "assignee": {"id": 75}}, "organization": {"id": 101}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 5, "privilege": "worker"}, "organization": {"id": 162, "owner": {"id": 220}, "user": {"role": "supervisor"}}}, "resource": {"id": 334, "owner": {"id": 693}, "assignee": {"id": 584}, "project": {"id": 343, "owner": {"id": 709}, "assignee": {"id": 889}}, "task": {"id": 339, "owner": {"id": 977}, "assignee": {"id": 1059}}, "job": {"id": 329, "assignee": {"id": 5}}, "organization": {"id": 162}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 92, "privilege": "user"}, "organization": {"id": 165, "owner": {"id": 211}, "user": {"role": "supervisor"}}}, "resource": {"id": 312, "owner": {"id": 625}, "assignee": {"id": 544}, "project": {"id": 348, "owner": {"id": 732}, "assignee": {"id": 808}}, "task": {"id": 389, "owner": {"id": 909}, "assignee": {"id": 1041}}, "job": {"id": 382, "assignee": {"id": 92}}, "organization": {"id": 165}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 92, "privilege": "worker"}, "organization": {"id": 170, "owner": {"id": 236}, "user": {"role": "supervisor"}}}, "resource": {"id": 364, "owner": {"id": 630}, "assignee": {"id": 509}, "project": {"id": 351, "owner": {"id": 780}, "assignee": {"id": 886}}, "task": {"id": 343, "owner": {"id": 944}, "assignee": {"id": 1031}}, "job": {"id": 329, "assignee": {"id": 92}}, "organization": {"id": 170}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 2, "privilege": "user"}, "organization": {"id": 101, "owner": {"id": 280}, "user": {"role": "supervisor"}}}, "resource": {"id": 391, "owner": {"id": 648}, "assignee": {"id": 550}, "project": {"id": 331, "owner": {"id": 705}, "assignee": {"id": 880}}, "task": {"id": 326, "owner": {"id": 961}, "assignee": {"id": 1053}}, "job": {"id": 390, "assignee": {"id": 2}}, "organization": {"id": 1230}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 16, "privilege": "worker"}, "organization": {"id": 111, "owner": {"id": 252}, "user": {"role": "supervisor"}}}, "resource": {"id": 364, "owner": {"id": 623}, "assignee": {"id": 577}, "project": {"id": 326, "owner": {"id": 706}, "assignee": {"id": 849}}, "task": {"id": 309, "owner": {"id": 975}, "assignee": {"id": 1015}}, "job": {"id": 328, "assignee": {"id": 16}}, "organization": {"id": 1201}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 63, "privilege": "user"}, "organization": {"id": 179, "owner": {"id": 291}, "user": {"role": "supervisor"}}}, "resource": {"id": 317, "owner": {"id": 612}, "assignee": {"id": 515}, "project": {"id": 304, "owner": {"id": 749}, "assignee": {"id": 852}}, "task": {"id": 331, "owner": {"id": 907}, "assignee": {"id": 1005}}, "job": {"id": 348, "assignee": {"id": 63}}, "organization": {"id": 1250}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 48, "privilege": "worker"}, "organization": {"id": 105, "owner": {"id": 264}, "user": {"role": "supervisor"}}}, "resource": {"id": 331, "owner": {"id": 691}, "assignee": {"id": 566}, "project": {"id": 314, "owner": {"id": 778}, "assignee": {"id": 884}}, "task": {"id": 326, "owner": {"id": 906}, "assignee": {"id": 1014}}, "job": {"id": 304, "assignee": {"id": 48}}, "organization": {"id": 1200}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 16, "privilege": "user"}, "organization": {"id": 179, "owner": {"id": 280}, "user": {"role": "worker"}}}, "resource": {"id": 337, "owner": {"id": 640}, "assignee": {"id": 561}, "project": {"id": 396, "owner": {"id": 722}, "assignee": {"id": 874}}, "task": {"id": 324, "owner": {"id": 982}, "assignee": {"id": 1054}}, "job": {"id": 362, "assignee": {"id": 16}}, "organization": {"id": 179}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 21, "privilege": "worker"}, "organization": {"id": 117, "owner": {"id": 283}, "user": {"role": "worker"}}}, "resource": {"id": 349, "owner": {"id": 634}, "assignee": {"id": 588}, "project": {"id": 337, "owner": {"id": 757}, "assignee": {"id": 810}}, "task": {"id": 315, "owner": {"id": 971}, "assignee": {"id": 1013}}, "job": {"id": 321, "assignee": {"id": 21}}, "organization": {"id": 117}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 38, "privilege": "user"}, "organization": {"id": 197, "owner": {"id": 295}, "user": {"role": "worker"}}}, "resource": {"id": 390, "owner": {"id": 616}, "assignee": {"id": 522}, "project": {"id": 339, "owner": {"id": 770}, "assignee": {"id": 863}}, "task": {"id": 350, "owner": {"id": 990}, "assignee": {"id": 1054}}, "job": {"id": 373, "assignee": {"id": 38}}, "organization": {"id": 197}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 33, "privilege": "worker"}, "organization": {"id": 124, "owner": {"id": 207}, "user": {"role": "worker"}}}, "resource": {"id": 386, "owner": {"id": 691}, "assignee": {"id": 533}, "project": {"id": 300, "owner": {"id": 740}, "assignee": {"id": 896}}, "task": {"id": 358, "owner": {"id": 931}, "assignee": {"id": 1085}}, "job": {"id": 325, "assignee": {"id": 33}}, "organization": {"id": 124}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 64, "privilege": "user"}, "organization": {"id": 123, "owner": {"id": 289}, "user": {"role": "worker"}}}, "resource": {"id": 326, "owner": {"id": 673}, "assignee": {"id": 577}, "project": {"id": 387, "owner": {"id": 743}, "assignee": {"id": 850}}, "task": {"id": 391, "owner": {"id": 921}, "assignee": {"id": 1030}}, "job": {"id": 361, "assignee": {"id": 64}}, "organization": {"id": 1249}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 59, "privilege": "worker"}, "organization": {"id": 194, "owner": {"id": 289}, "user": {"role": "worker"}}}, "resource": {"id": 305, "owner": {"id": 640}, "assignee": {"id": 555}, "project": {"id": 305, "owner": {"id": 758}, "assignee": {"id": 820}}, "task": {"id": 352, "owner": {"id": 919}, "assignee": {"id": 1084}}, "job": {"id": 316, "assignee": {"id": 59}}, "organization": {"id": 1283}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 7, "privilege": "user"}, "organization": {"id": 180, "owner": {"id": 260}, "user": {"role": "worker"}}}, "resource": {"id": 354, "owner": {"id": 646}, "assignee": {"id": 589}, "project": {"id": 334, "owner": {"id": 758}, "assignee": {"id": 824}}, "task": {"id": 354, "owner": {"id": 908}, "assignee": {"id": 1089}}, "job": {"id": 326, "assignee": {"id": 7}}, "organization": {"id": 1201}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 57, "privilege": "worker"}, "organization": {"id": 187, "owner": {"id": 237}, "user": {"role": "worker"}}}, "resource": {"id": 367, "owner": {"id": 635}, "assignee": {"id": 502}, "project": {"id": 363, "owner": {"id": 725}, "assignee": {"id": 888}}, "task": {"id": 332, "owner": {"id": 917}, "assignee": {"id": 1061}}, "job": {"id": 373, "assignee": {"id": 57}}, "organization": {"id": 1247}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 55, "privilege": "user"}, "organization": {"id": 177, "owner": {"id": 269}, "user": {"role": null}}}, "resource": {"id": 309, "owner": {"id": 617}, "assignee": {"id": 583}, "project": {"id": 396, "owner": {"id": 765}, "assignee": {"id": 894}}, "task": {"id": 351, "owner": {"id": 972}, "assignee": {"id": 1067}}, "job": {"id": 397, "assignee": {"id": 55}}, "organization": {"id": 177}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 53, "privilege": "worker"}, "organization": {"id": 140, "owner": {"id": 228}, "user": {"role": null}}}, "resource": {"id": 398, "owner": {"id": 613}, "assignee": {"id": 593}, "project": {"id": 326, "owner": {"id": 754}, "assignee": {"id": 823}}, "task": {"id": 377, "owner": {"id": 913}, "assignee": {"id": 1079}}, "job": {"id": 345, "assignee": {"id": 53}}, "organization": {"id": 140}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 7, "privilege": "user"}, "organization": {"id": 152, "owner": {"id": 282}, "user": {"role": null}}}, "resource": {"id": 324, "owner": {"id": 661}, "assignee": {"id": 574}, "project": {"id": 339, "owner": {"id": 766}, "assignee": {"id": 872}}, "task": {"id": 392, "owner": {"id": 974}, "assignee": {"id": 1023}}, "job": {"id": 399, "assignee": {"id": 7}}, "organization": {"id": 152}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 99, "privilege": "worker"}, "organization": {"id": 181, "owner": {"id": 275}, "user": {"role": null}}}, "resource": {"id": 323, "owner": {"id": 686}, "assignee": {"id": 573}, "project": {"id": 399, "owner": {"id": 705}, "assignee": {"id": 880}}, "task": {"id": 312, "owner": {"id": 971}, "assignee": {"id": 1062}}, "job": {"id": 373, "assignee": {"id": 99}}, "organization": {"id": 181}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 76, "privilege": "user"}, "organization": {"id": 177, "owner": {"id": 219}, "user": {"role": null}}}, "resource": {"id": 382, "owner": {"id": 668}, "assignee": {"id": 581}, "project": {"id": 363, "owner": {"id": 773}, "assignee": {"id": 830}}, "task": {"id": 342, "owner": {"id": 951}, "assignee": {"id": 1073}}, "job": {"id": 347, "assignee": {"id": 76}}, "organization": {"id": 1277}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 26, "privilege": "worker"}, "organization": {"id": 166, "owner": {"id": 244}, "user": {"role": null}}}, "resource": {"id": 382, "owner": {"id": 617}, "assignee": {"id": 595}, "project": {"id": 384, "owner": {"id": 715}, "assignee": {"id": 877}}, "task": {"id": 347, "owner": {"id": 927}, "assignee": {"id": 1021}}, "job": {"id": 304, "assignee": {"id": 26}}, "organization": {"id": 1236}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 82, "privilege": "user"}, "organization": {"id": 146, "owner": {"id": 212}, "user": {"role": null}}}, "resource": {"id": 348, "owner": {"id": 646}, "assignee": {"id": 578}, "project": {"id": 327, "owner": {"id": 738}, "assignee": {"id": 882}}, "task": {"id": 347, "owner": {"id": 928}, "assignee": {"id": 1003}}, "job": {"id": 351, "assignee": {"id": 82}}, "organization": {"id": 1254}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 81, "privilege": "worker"}, "organization": {"id": 112, "owner": {"id": 291}, "user": {"role": null}}}, "resource": {"id": 321, "owner": {"id": 611}, "assignee": {"id": 589}, "project": {"id": 374, "owner": {"id": 701}, "assignee": {"id": 872}}, "task": {"id": 370, "owner": {"id": 979}, "assignee": {"id": 1078}}, "job": {"id": 332, "assignee": {"id": 81}}, "organization": {"id": 1204}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 70, "privilege": "worker"}, "organization": {"id": 186, "owner": {"id": 70}, "user": {"role": "owner"}}}, "resource": {"id": 328, "owner": {"id": 629}, "assignee": {"id": 500}, "project": {"id": 314, "owner": {"id": 716}, "assignee": {"id": 886}}, "task": {"id": 397, "owner": {"id": 951}, "assignee": {"id": 1039}}, "job": {"id": 305, "assignee": {"id": 70}}, "organization": {"id": 186}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 37, "privilege": "none"}, "organization": {"id": 156, "owner": {"id": 37}, "user": {"role": "owner"}}}, "resource": {"id": 314, "owner": {"id": 646}, "assignee": {"id": 531}, "project": {"id": 342, "owner": {"id": 754}, "assignee": {"id": 807}}, "task": {"id": 362, "owner": {"id": 982}, "assignee": {"id": 1082}}, "job": {"id": 339, "assignee": {"id": 37}}, "organization": {"id": 156}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 7, "privilege": "worker"}, "organization": {"id": 192, "owner": {"id": 7}, "user": {"role": "owner"}}}, "resource": {"id": 345, "owner": {"id": 664}, "assignee": {"id": 528}, "project": {"id": 392, "owner": {"id": 702}, "assignee": {"id": 870}}, "task": {"id": 366, "owner": {"id": 904}, "assignee": {"id": 1070}}, "job": {"id": 352, "assignee": {"id": 7}}, "organization": {"id": 192}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 71, "privilege": "none"}, "organization": {"id": 159, "owner": {"id": 71}, "user": {"role": "owner"}}}, "resource": {"id": 396, "owner": {"id": 680}, "assignee": {"id": 543}, "project": {"id": 321, "owner": {"id": 755}, "assignee": {"id": 889}}, "task": {"id": 379, "owner": {"id": 921}, "assignee": {"id": 1025}}, "job": {"id": 345, "assignee": {"id": 71}}, "organization": {"id": 159}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 73, "privilege": "worker"}, "organization": {"id": 160, "owner": {"id": 73}, "user": {"role": "owner"}}}, "resource": {"id": 368, "owner": {"id": 625}, "assignee": {"id": 548}, "project": {"id": 373, "owner": {"id": 740}, "assignee": {"id": 828}}, "task": {"id": 322, "owner": {"id": 946}, "assignee": {"id": 1083}}, "job": {"id": 348, "assignee": {"id": 73}}, "organization": {"id": 1246}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 50, "privilege": "none"}, "organization": {"id": 191, "owner": {"id": 50}, "user": {"role": "owner"}}}, "resource": {"id": 319, "owner": {"id": 600}, "assignee": {"id": 546}, "project": {"id": 302, "owner": {"id": 771}, "assignee": {"id": 852}}, "task": {"id": 390, "owner": {"id": 905}, "assignee": {"id": 1005}}, "job": {"id": 367, "assignee": {"id": 50}}, "organization": {"id": 1213}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 28, "privilege": "worker"}, "organization": {"id": 115, "owner": {"id": 28}, "user": {"role": "owner"}}}, "resource": {"id": 342, "owner": {"id": 671}, "assignee": {"id": 562}, "project": {"id": 344, "owner": {"id": 771}, "assignee": {"id": 856}}, "task": {"id": 335, "owner": {"id": 940}, "assignee": {"id": 1049}}, "job": {"id": 388, "assignee": {"id": 28}}, "organization": {"id": 1218}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 14, "privilege": "none"}, "organization": {"id": 119, "owner": {"id": 14}, "user": {"role": "owner"}}}, "resource": {"id": 320, "owner": {"id": 608}, "assignee": {"id": 501}, "project": {"id": 314, "owner": {"id": 738}, "assignee": {"id": 863}}, "task": {"id": 391, "owner": {"id": 977}, "assignee": {"id": 1048}}, "job": {"id": 306, "assignee": {"id": 14}}, "organization": {"id": 1229}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 40, "privilege": "worker"}, "organization": {"id": 142, "owner": {"id": 282}, "user": {"role": "maintainer"}}}, "resource": {"id": 300, "owner": {"id": 624}, "assignee": {"id": 588}, "project": {"id": 311, "owner": {"id": 747}, "assignee": {"id": 878}}, "task": {"id": 397, "owner": {"id": 932}, "assignee": {"id": 1034}}, "job": {"id": 338, "assignee": {"id": 40}}, "organization": {"id": 142}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 46, "privilege": "none"}, "organization": {"id": 121, "owner": {"id": 259}, "user": {"role": "maintainer"}}}, "resource": {"id": 342, "owner": {"id": 694}, "assignee": {"id": 594}, "project": {"id": 365, "owner": {"id": 766}, "assignee": {"id": 887}}, "task": {"id": 314, "owner": {"id": 976}, "assignee": {"id": 1008}}, "job": {"id": 397, "assignee": {"id": 46}}, "organization": {"id": 121}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 78, "privilege": "worker"}, "organization": {"id": 188, "owner": {"id": 273}, "user": {"role": "maintainer"}}}, "resource": {"id": 371, "owner": {"id": 605}, "assignee": {"id": 522}, "project": {"id": 322, "owner": {"id": 701}, "assignee": {"id": 868}}, "task": {"id": 327, "owner": {"id": 952}, "assignee": {"id": 1057}}, "job": {"id": 319, "assignee": {"id": 78}}, "organization": {"id": 188}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 25, "privilege": "none"}, "organization": {"id": 159, "owner": {"id": 286}, "user": {"role": "maintainer"}}}, "resource": {"id": 312, "owner": {"id": 609}, "assignee": {"id": 559}, "project": {"id": 363, "owner": {"id": 739}, "assignee": {"id": 861}}, "task": {"id": 320, "owner": {"id": 976}, "assignee": {"id": 1049}}, "job": {"id": 399, "assignee": {"id": 25}}, "organization": {"id": 159}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 62, "privilege": "worker"}, "organization": {"id": 118, "owner": {"id": 261}, "user": {"role": "maintainer"}}}, "resource": {"id": 380, "owner": {"id": 681}, "assignee": {"id": 570}, "project": {"id": 355, "owner": {"id": 717}, "assignee": {"id": 883}}, "task": {"id": 318, "owner": {"id": 953}, "assignee": {"id": 1092}}, "job": {"id": 375, "assignee": {"id": 62}}, "organization": {"id": 1284}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 73, "privilege": "none"}, "organization": {"id": 166, "owner": {"id": 233}, "user": {"role": "maintainer"}}}, "resource": {"id": 378, "owner": {"id": 651}, "assignee": {"id": 501}, "project": {"id": 363, "owner": {"id": 786}, "assignee": {"id": 816}}, "task": {"id": 393, "owner": {"id": 952}, "assignee": {"id": 1014}}, "job": {"id": 348, "assignee": {"id": 73}}, "organization": {"id": 1243}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 21, "privilege": "worker"}, "organization": {"id": 166, "owner": {"id": 204}, "user": {"role": "maintainer"}}}, "resource": {"id": 329, "owner": {"id": 652}, "assignee": {"id": 503}, "project": {"id": 329, "owner": {"id": 784}, "assignee": {"id": 865}}, "task": {"id": 378, "owner": {"id": 976}, "assignee": {"id": 1098}}, "job": {"id": 320, "assignee": {"id": 21}}, "organization": {"id": 1250}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 27, "privilege": "none"}, "organization": {"id": 193, "owner": {"id": 282}, "user": {"role": "maintainer"}}}, "resource": {"id": 324, "owner": {"id": 678}, "assignee": {"id": 586}, "project": {"id": 349, "owner": {"id": 797}, "assignee": {"id": 890}}, "task": {"id": 312, "owner": {"id": 930}, "assignee": {"id": 1080}}, "job": {"id": 331, "assignee": {"id": 27}}, "organization": {"id": 1298}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 76, "privilege": "worker"}, "organization": {"id": 197, "owner": {"id": 231}, "user": {"role": "supervisor"}}}, "resource": {"id": 334, "owner": {"id": 682}, "assignee": {"id": 522}, "project": {"id": 367, "owner": {"id": 750}, "assignee": {"id": 864}}, "task": {"id": 306, "owner": {"id": 984}, "assignee": {"id": 1075}}, "job": {"id": 341, "assignee": {"id": 76}}, "organization": {"id": 197}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 34, "privilege": "none"}, "organization": {"id": 181, "owner": {"id": 239}, "user": {"role": "supervisor"}}}, "resource": {"id": 366, "owner": {"id": 602}, "assignee": {"id": 591}, "project": {"id": 330, "owner": {"id": 716}, "assignee": {"id": 810}}, "task": {"id": 337, "owner": {"id": 922}, "assignee": {"id": 1081}}, "job": {"id": 354, "assignee": {"id": 34}}, "organization": {"id": 181}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 90, "privilege": "worker"}, "organization": {"id": 194, "owner": {"id": 261}, "user": {"role": "supervisor"}}}, "resource": {"id": 315, "owner": {"id": 659}, "assignee": {"id": 540}, "project": {"id": 350, "owner": {"id": 774}, "assignee": {"id": 873}}, "task": {"id": 373, "owner": {"id": 974}, "assignee": {"id": 1099}}, "job": {"id": 357, "assignee": {"id": 90}}, "organization": {"id": 194}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 59, "privilege": "none"}, "organization": {"id": 142, "owner": {"id": 270}, "user": {"role": "supervisor"}}}, "resource": {"id": 390, "owner": {"id": 675}, "assignee": {"id": 558}, "project": {"id": 316, "owner": {"id": 783}, "assignee": {"id": 823}}, "task": {"id": 325, "owner": {"id": 941}, "assignee": {"id": 1052}}, "job": {"id": 393, "assignee": {"id": 59}}, "organization": {"id": 142}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 43, "privilege": "worker"}, "organization": {"id": 175, "owner": {"id": 216}, "user": {"role": "supervisor"}}}, "resource": {"id": 347, "owner": {"id": 634}, "assignee": {"id": 587}, "project": {"id": 399, "owner": {"id": 747}, "assignee": {"id": 887}}, "task": {"id": 332, "owner": {"id": 915}, "assignee": {"id": 1085}}, "job": {"id": 314, "assignee": {"id": 43}}, "organization": {"id": 1203}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 68, "privilege": "none"}, "organization": {"id": 181, "owner": {"id": 271}, "user": {"role": "supervisor"}}}, "resource": {"id": 349, "owner": {"id": 605}, "assignee": {"id": 510}, "project": {"id": 359, "owner": {"id": 780}, "assignee": {"id": 827}}, "task": {"id": 330, "owner": {"id": 980}, "assignee": {"id": 1054}}, "job": {"id": 370, "assignee": {"id": 68}}, "organization": {"id": 1252}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 66, "privilege": "worker"}, "organization": {"id": 104, "owner": {"id": 211}, "user": {"role": "supervisor"}}}, "resource": {"id": 362, "owner": {"id": 600}, "assignee": {"id": 545}, "project": {"id": 366, "owner": {"id": 742}, "assignee": {"id": 860}}, "task": {"id": 327, "owner": {"id": 952}, "assignee": {"id": 1099}}, "job": {"id": 361, "assignee": {"id": 66}}, "organization": {"id": 1266}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 59, "privilege": "none"}, "organization": {"id": 167, "owner": {"id": 285}, "user": {"role": "supervisor"}}}, "resource": {"id": 350, "owner": {"id": 666}, "assignee": {"id": 509}, "project": {"id": 354, "owner": {"id": 725}, "assignee": {"id": 843}}, "task": {"id": 363, "owner": {"id": 986}, "assignee": {"id": 1004}}, "job": {"id": 301, "assignee": {"id": 59}}, "organization": {"id": 1208}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 58, "privilege": "worker"}, "organization": {"id": 161, "owner": {"id": 221}, "user": {"role": "worker"}}}, "resource": {"id": 360, "owner": {"id": 632}, "assignee": {"id": 518}, "project": {"id": 368, "owner": {"id": 746}, "assignee": {"id": 815}}, "task": {"id": 352, "owner": {"id": 929}, "assignee": {"id": 1051}}, "job": {"id": 301, "assignee": {"id": 58}}, "organization": {"id": 161}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 66, "privilege": "none"}, "organization": {"id": 105, "owner": {"id": 280}, "user": {"role": "worker"}}}, "resource": {"id": 375, "owner": {"id": 643}, "assignee": {"id": 500}, "project": {"id": 378, "owner": {"id": 788}, "assignee": {"id": 823}}, "task": {"id": 356, "owner": {"id": 965}, "assignee": {"id": 1098}}, "job": {"id": 345, "assignee": {"id": 66}}, "organization": {"id": 105}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 13, "privilege": "worker"}, "organization": {"id": 137, "owner": {"id": 271}, "user": {"role": "worker"}}}, "resource": {"id": 345, "owner": {"id": 615}, "assignee": {"id": 513}, "project": {"id": 355, "owner": {"id": 757}, "assignee": {"id": 870}}, "task": {"id": 358, "owner": {"id": 903}, "assignee": {"id": 1055}}, "job": {"id": 348, "assignee": {"id": 13}}, "organization": {"id": 137}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 80, "privilege": "none"}, "organization": {"id": 122, "owner": {"id": 268}, "user": {"role": "worker"}}}, "resource": {"id": 303, "owner": {"id": 636}, "assignee": {"id": 531}, "project": {"id": 362, "owner": {"id": 716}, "assignee": {"id": 800}}, "task": {"id": 365, "owner": {"id": 905}, "assignee": {"id": 1086}}, "job": {"id": 300, "assignee": {"id": 80}}, "organization": {"id": 122}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 33, "privilege": "worker"}, "organization": {"id": 104, "owner": {"id": 249}, "user": {"role": "worker"}}}, "resource": {"id": 388, "owner": {"id": 649}, "assignee": {"id": 540}, "project": {"id": 321, "owner": {"id": 733}, "assignee": {"id": 893}}, "task": {"id": 300, "owner": {"id": 905}, "assignee": {"id": 1049}}, "job": {"id": 310, "assignee": {"id": 33}}, "organization": {"id": 1224}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 57, "privilege": "none"}, "organization": {"id": 187, "owner": {"id": 292}, "user": {"role": "worker"}}}, "resource": {"id": 337, "owner": {"id": 607}, "assignee": {"id": 552}, "project": {"id": 393, "owner": {"id": 776}, "assignee": {"id": 823}}, "task": {"id": 351, "owner": {"id": 974}, "assignee": {"id": 1055}}, "job": {"id": 301, "assignee": {"id": 57}}, "organization": {"id": 1292}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 46, "privilege": "worker"}, "organization": {"id": 109, "owner": {"id": 231}, "user": {"role": "worker"}}}, "resource": {"id": 326, "owner": {"id": 690}, "assignee": {"id": 577}, "project": {"id": 363, "owner": {"id": 794}, "assignee": {"id": 856}}, "task": {"id": 313, "owner": {"id": 948}, "assignee": {"id": 1078}}, "job": {"id": 354, "assignee": {"id": 46}}, "organization": {"id": 1234}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 30, "privilege": "none"}, "organization": {"id": 186, "owner": {"id": 269}, "user": {"role": "worker"}}}, "resource": {"id": 395, "owner": {"id": 620}, "assignee": {"id": 528}, "project": {"id": 326, "owner": {"id": 751}, "assignee": {"id": 859}}, "task": {"id": 311, "owner": {"id": 902}, "assignee": {"id": 1027}}, "job": {"id": 345, "assignee": {"id": 30}}, "organization": {"id": 1210}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 23, "privilege": "worker"}, "organization": {"id": 106, "owner": {"id": 201}, "user": {"role": null}}}, "resource": {"id": 385, "owner": {"id": 629}, "assignee": {"id": 585}, "project": {"id": 384, "owner": {"id": 743}, "assignee": {"id": 838}}, "task": {"id": 389, "owner": {"id": 990}, "assignee": {"id": 1031}}, "job": {"id": 377, "assignee": {"id": 23}}, "organization": {"id": 106}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 13, "privilege": "none"}, "organization": {"id": 112, "owner": {"id": 296}, "user": {"role": null}}}, "resource": {"id": 396, "owner": {"id": 674}, "assignee": {"id": 543}, "project": {"id": 385, "owner": {"id": 772}, "assignee": {"id": 839}}, "task": {"id": 351, "owner": {"id": 912}, "assignee": {"id": 1075}}, "job": {"id": 324, "assignee": {"id": 13}}, "organization": {"id": 112}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 68, "privilege": "worker"}, "organization": {"id": 104, "owner": {"id": 289}, "user": {"role": null}}}, "resource": {"id": 387, "owner": {"id": 626}, "assignee": {"id": 590}, "project": {"id": 385, "owner": {"id": 781}, "assignee": {"id": 819}}, "task": {"id": 344, "owner": {"id": 915}, "assignee": {"id": 1006}}, "job": {"id": 306, "assignee": {"id": 68}}, "organization": {"id": 104}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 32, "privilege": "none"}, "organization": {"id": 103, "owner": {"id": 222}, "user": {"role": null}}}, "resource": {"id": 305, "owner": {"id": 659}, "assignee": {"id": 528}, "project": {"id": 380, "owner": {"id": 793}, "assignee": {"id": 834}}, "task": {"id": 309, "owner": {"id": 907}, "assignee": {"id": 1012}}, "job": {"id": 324, "assignee": {"id": 32}}, "organization": {"id": 103}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 16, "privilege": "worker"}, "organization": {"id": 100, "owner": {"id": 214}, "user": {"role": null}}}, "resource": {"id": 379, "owner": {"id": 677}, "assignee": {"id": 560}, "project": {"id": 330, "owner": {"id": 729}, "assignee": {"id": 878}}, "task": {"id": 361, "owner": {"id": 991}, "assignee": {"id": 1013}}, "job": {"id": 394, "assignee": {"id": 16}}, "organization": {"id": 1265}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 80, "privilege": "none"}, "organization": {"id": 162, "owner": {"id": 244}, "user": {"role": null}}}, "resource": {"id": 334, "owner": {"id": 687}, "assignee": {"id": 533}, "project": {"id": 369, "owner": {"id": 793}, "assignee": {"id": 815}}, "task": {"id": 313, "owner": {"id": 902}, "assignee": {"id": 1022}}, "job": {"id": 372, "assignee": {"id": 80}}, "organization": {"id": 1293}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 47, "privilege": "worker"}, "organization": {"id": 139, "owner": {"id": 243}, "user": {"role": null}}}, "resource": {"id": 389, "owner": {"id": 661}, "assignee": {"id": 543}, "project": {"id": 397, "owner": {"id": 700}, "assignee": {"id": 810}}, "task": {"id": 310, "owner": {"id": 939}, "assignee": {"id": 1029}}, "job": {"id": 306, "assignee": {"id": 47}}, "organization": {"id": 1244}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 65, "privilege": "none"}, "organization": {"id": 118, "owner": {"id": 282}, "user": {"role": null}}}, "resource": {"id": 330, "owner": {"id": 650}, "assignee": {"id": 567}, "project": {"id": 381, "owner": {"id": 730}, "assignee": {"id": 893}}, "task": {"id": 371, "owner": {"id": 962}, "assignee": {"id": 1006}}, "job": {"id": 339, "assignee": {"id": 65}}, "organization": {"id": 1285}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 43, "privilege": "none"}, "organization": {"id": 101, "owner": {"id": 43}, "user": {"role": "owner"}}}, "resource": {"id": 367, "owner": {"id": 678}, "assignee": {"id": 549}, "project": {"id": 366, "owner": {"id": 712}, "assignee": {"id": 827}}, "task": {"id": 352, "owner": {"id": 947}, "assignee": {"id": 1094}}, "job": {"id": 305, "assignee": {"id": 43}}, "organization": {"id": 101}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 92, "privilege": "admin"}, "organization": {"id": 114, "owner": {"id": 92}, "user": {"role": "owner"}}}, "resource": {"id": 304, "owner": {"id": 684}, "assignee": {"id": 557}, "project": {"id": 316, "owner": {"id": 782}, "assignee": {"id": 878}}, "task": {"id": 396, "owner": {"id": 956}, "assignee": {"id": 1059}}, "job": {"id": 336, "assignee": {"id": 1104}}, "organization": {"id": 114}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 55, "privilege": "none"}, "organization": {"id": 188, "owner": {"id": 55}, "user": {"role": "owner"}}}, "resource": {"id": 346, "owner": {"id": 635}, "assignee": {"id": 520}, "project": {"id": 342, "owner": {"id": 758}, "assignee": {"id": 854}}, "task": {"id": 391, "owner": {"id": 953}, "assignee": {"id": 1067}}, "job": {"id": 345, "assignee": {"id": 55}}, "organization": {"id": 188}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 43, "privilege": "admin"}, "organization": {"id": 163, "owner": {"id": 43}, "user": {"role": "owner"}}}, "resource": {"id": 366, "owner": {"id": 647}, "assignee": {"id": 543}, "project": {"id": 332, "owner": {"id": 715}, "assignee": {"id": 804}}, "task": {"id": 391, "owner": {"id": 940}, "assignee": {"id": 1036}}, "job": {"id": 313, "assignee": {"id": 1139}}, "organization": {"id": 163}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 3, "privilege": "none"}, "organization": {"id": 183, "owner": {"id": 3}, "user": {"role": "owner"}}}, "resource": {"id": 335, "owner": {"id": 659}, "assignee": {"id": 592}, "project": {"id": 366, "owner": {"id": 712}, "assignee": {"id": 871}}, "task": {"id": 397, "owner": {"id": 952}, "assignee": {"id": 1093}}, "job": {"id": 347, "assignee": {"id": 3}}, "organization": {"id": 1230}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 50, "privilege": "admin"}, "organization": {"id": 118, "owner": {"id": 50}, "user": {"role": "owner"}}}, "resource": {"id": 359, "owner": {"id": 604}, "assignee": {"id": 598}, "project": {"id": 302, "owner": {"id": 796}, "assignee": {"id": 854}}, "task": {"id": 342, "owner": {"id": 975}, "assignee": {"id": 1073}}, "job": {"id": 317, "assignee": {"id": 1130}}, "organization": {"id": 1222}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 25, "privilege": "none"}, "organization": {"id": 141, "owner": {"id": 25}, "user": {"role": "owner"}}}, "resource": {"id": 334, "owner": {"id": 646}, "assignee": {"id": 541}, "project": {"id": 376, "owner": {"id": 795}, "assignee": {"id": 865}}, "task": {"id": 381, "owner": {"id": 965}, "assignee": {"id": 1085}}, "job": {"id": 301, "assignee": {"id": 25}}, "organization": {"id": 1288}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 86, "privilege": "admin"}, "organization": {"id": 123, "owner": {"id": 86}, "user": {"role": "owner"}}}, "resource": {"id": 338, "owner": {"id": 640}, "assignee": {"id": 577}, "project": {"id": 377, "owner": {"id": 744}, "assignee": {"id": 893}}, "task": {"id": 380, "owner": {"id": 940}, "assignee": {"id": 1079}}, "job": {"id": 301, "assignee": {"id": 1128}}, "organization": {"id": 1275}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 68, "privilege": "none"}, "organization": {"id": 179, "owner": {"id": 235}, "user": {"role": "maintainer"}}}, "resource": {"id": 387, "owner": {"id": 665}, "assignee": {"id": 516}, "project": {"id": 309, "owner": {"id": 765}, "assignee": {"id": 879}}, "task": {"id": 361, "owner": {"id": 910}, "assignee": {"id": 1065}}, "job": {"id": 373, "assignee": {"id": 68}}, "organization": {"id": 179}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 26, "privilege": "admin"}, "organization": {"id": 108, "owner": {"id": 277}, "user": {"role": "maintainer"}}}, "resource": {"id": 315, "owner": {"id": 638}, "assignee": {"id": 561}, "project": {"id": 395, "owner": {"id": 758}, "assignee": {"id": 866}}, "task": {"id": 358, "owner": {"id": 918}, "assignee": {"id": 1021}}, "job": {"id": 328, "assignee": {"id": 1128}}, "organization": {"id": 108}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 64, "privilege": "none"}, "organization": {"id": 157, "owner": {"id": 205}, "user": {"role": "maintainer"}}}, "resource": {"id": 360, "owner": {"id": 637}, "assignee": {"id": 599}, "project": {"id": 370, "owner": {"id": 739}, "assignee": {"id": 882}}, "task": {"id": 374, "owner": {"id": 936}, "assignee": {"id": 1000}}, "job": {"id": 362, "assignee": {"id": 64}}, "organization": {"id": 157}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 67, "privilege": "admin"}, "organization": {"id": 195, "owner": {"id": 214}, "user": {"role": "maintainer"}}}, "resource": {"id": 366, "owner": {"id": 671}, "assignee": {"id": 510}, "project": {"id": 399, "owner": {"id": 749}, "assignee": {"id": 818}}, "task": {"id": 356, "owner": {"id": 985}, "assignee": {"id": 1048}}, "job": {"id": 309, "assignee": {"id": 1104}}, "organization": {"id": 195}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 8, "privilege": "none"}, "organization": {"id": 171, "owner": {"id": 223}, "user": {"role": "maintainer"}}}, "resource": {"id": 362, "owner": {"id": 644}, "assignee": {"id": 502}, "project": {"id": 375, "owner": {"id": 757}, "assignee": {"id": 863}}, "task": {"id": 351, "owner": {"id": 928}, "assignee": {"id": 1096}}, "job": {"id": 323, "assignee": {"id": 8}}, "organization": {"id": 1299}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 12, "privilege": "admin"}, "organization": {"id": 108, "owner": {"id": 285}, "user": {"role": "maintainer"}}}, "resource": {"id": 390, "owner": {"id": 662}, "assignee": {"id": 581}, "project": {"id": 320, "owner": {"id": 780}, "assignee": {"id": 896}}, "task": {"id": 365, "owner": {"id": 996}, "assignee": {"id": 1090}}, "job": {"id": 387, "assignee": {"id": 1125}}, "organization": {"id": 1281}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 35, "privilege": "none"}, "organization": {"id": 137, "owner": {"id": 290}, "user": {"role": "maintainer"}}}, "resource": {"id": 371, "owner": {"id": 651}, "assignee": {"id": 581}, "project": {"id": 306, "owner": {"id": 704}, "assignee": {"id": 843}}, "task": {"id": 376, "owner": {"id": 920}, "assignee": {"id": 1067}}, "job": {"id": 373, "assignee": {"id": 35}}, "organization": {"id": 1214}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 65, "privilege": "admin"}, "organization": {"id": 130, "owner": {"id": 275}, "user": {"role": "maintainer"}}}, "resource": {"id": 311, "owner": {"id": 623}, "assignee": {"id": 582}, "project": {"id": 304, "owner": {"id": 763}, "assignee": {"id": 896}}, "task": {"id": 304, "owner": {"id": 922}, "assignee": {"id": 1069}}, "job": {"id": 374, "assignee": {"id": 1179}}, "organization": {"id": 1283}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 92, "privilege": "none"}, "organization": {"id": 144, "owner": {"id": 280}, "user": {"role": "supervisor"}}}, "resource": {"id": 309, "owner": {"id": 606}, "assignee": {"id": 580}, "project": {"id": 390, "owner": {"id": 744}, "assignee": {"id": 828}}, "task": {"id": 340, "owner": {"id": 996}, "assignee": {"id": 1090}}, "job": {"id": 358, "assignee": {"id": 92}}, "organization": {"id": 144}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 9, "privilege": "admin"}, "organization": {"id": 164, "owner": {"id": 220}, "user": {"role": "supervisor"}}}, "resource": {"id": 308, "owner": {"id": 668}, "assignee": {"id": 504}, "project": {"id": 343, "owner": {"id": 781}, "assignee": {"id": 840}}, "task": {"id": 300, "owner": {"id": 927}, "assignee": {"id": 1062}}, "job": {"id": 301, "assignee": {"id": 1112}}, "organization": {"id": 164}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 12, "privilege": "none"}, "organization": {"id": 146, "owner": {"id": 271}, "user": {"role": "supervisor"}}}, "resource": {"id": 390, "owner": {"id": 620}, "assignee": {"id": 509}, "project": {"id": 372, "owner": {"id": 793}, "assignee": {"id": 851}}, "task": {"id": 307, "owner": {"id": 980}, "assignee": {"id": 1038}}, "job": {"id": 360, "assignee": {"id": 12}}, "organization": {"id": 146}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 96, "privilege": "admin"}, "organization": {"id": 178, "owner": {"id": 275}, "user": {"role": "supervisor"}}}, "resource": {"id": 342, "owner": {"id": 673}, "assignee": {"id": 567}, "project": {"id": 379, "owner": {"id": 762}, "assignee": {"id": 810}}, "task": {"id": 356, "owner": {"id": 918}, "assignee": {"id": 1050}}, "job": {"id": 377, "assignee": {"id": 1178}}, "organization": {"id": 178}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 66, "privilege": "none"}, "organization": {"id": 155, "owner": {"id": 250}, "user": {"role": "supervisor"}}}, "resource": {"id": 342, "owner": {"id": 658}, "assignee": {"id": 520}, "project": {"id": 308, "owner": {"id": 724}, "assignee": {"id": 862}}, "task": {"id": 334, "owner": {"id": 987}, "assignee": {"id": 1061}}, "job": {"id": 361, "assignee": {"id": 66}}, "organization": {"id": 1207}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 77, "privilege": "admin"}, "organization": {"id": 128, "owner": {"id": 274}, "user": {"role": "supervisor"}}}, "resource": {"id": 383, "owner": {"id": 614}, "assignee": {"id": 507}, "project": {"id": 333, "owner": {"id": 740}, "assignee": {"id": 878}}, "task": {"id": 323, "owner": {"id": 945}, "assignee": {"id": 1086}}, "job": {"id": 300, "assignee": {"id": 1108}}, "organization": {"id": 1210}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 20, "privilege": "none"}, "organization": {"id": 155, "owner": {"id": 227}, "user": {"role": "supervisor"}}}, "resource": {"id": 384, "owner": {"id": 671}, "assignee": {"id": 588}, "project": {"id": 361, "owner": {"id": 751}, "assignee": {"id": 868}}, "task": {"id": 313, "owner": {"id": 965}, "assignee": {"id": 1097}}, "job": {"id": 314, "assignee": {"id": 20}}, "organization": {"id": 1281}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 30, "privilege": "admin"}, "organization": {"id": 196, "owner": {"id": 206}, "user": {"role": "supervisor"}}}, "resource": {"id": 384, "owner": {"id": 660}, "assignee": {"id": 548}, "project": {"id": 371, "owner": {"id": 725}, "assignee": {"id": 888}}, "task": {"id": 399, "owner": {"id": 981}, "assignee": {"id": 1044}}, "job": {"id": 336, "assignee": {"id": 1172}}, "organization": {"id": 1235}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 84, "privilege": "none"}, "organization": {"id": 134, "owner": {"id": 294}, "user": {"role": "worker"}}}, "resource": {"id": 358, "owner": {"id": 678}, "assignee": {"id": 508}, "project": {"id": 335, "owner": {"id": 787}, "assignee": {"id": 897}}, "task": {"id": 370, "owner": {"id": 925}, "assignee": {"id": 1051}}, "job": {"id": 370, "assignee": {"id": 84}}, "organization": {"id": 134}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 90, "privilege": "admin"}, "organization": {"id": 173, "owner": {"id": 205}, "user": {"role": "worker"}}}, "resource": {"id": 311, "owner": {"id": 601}, "assignee": {"id": 549}, "project": {"id": 390, "owner": {"id": 734}, "assignee": {"id": 838}}, "task": {"id": 398, "owner": {"id": 902}, "assignee": {"id": 1023}}, "job": {"id": 314, "assignee": {"id": 1176}}, "organization": {"id": 173}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 25, "privilege": "none"}, "organization": {"id": 161, "owner": {"id": 266}, "user": {"role": "worker"}}}, "resource": {"id": 356, "owner": {"id": 690}, "assignee": {"id": 511}, "project": {"id": 394, "owner": {"id": 790}, "assignee": {"id": 877}}, "task": {"id": 381, "owner": {"id": 943}, "assignee": {"id": 1072}}, "job": {"id": 397, "assignee": {"id": 25}}, "organization": {"id": 161}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 49, "privilege": "admin"}, "organization": {"id": 132, "owner": {"id": 211}, "user": {"role": "worker"}}}, "resource": {"id": 300, "owner": {"id": 620}, "assignee": {"id": 507}, "project": {"id": 391, "owner": {"id": 791}, "assignee": {"id": 834}}, "task": {"id": 397, "owner": {"id": 995}, "assignee": {"id": 1080}}, "job": {"id": 301, "assignee": {"id": 1171}}, "organization": {"id": 132}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 99, "privilege": "none"}, "organization": {"id": 116, "owner": {"id": 277}, "user": {"role": "worker"}}}, "resource": {"id": 369, "owner": {"id": 675}, "assignee": {"id": 567}, "project": {"id": 341, "owner": {"id": 715}, "assignee": {"id": 816}}, "task": {"id": 381, "owner": {"id": 938}, "assignee": {"id": 1020}}, "job": {"id": 397, "assignee": {"id": 99}}, "organization": {"id": 1220}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 16, "privilege": "admin"}, "organization": {"id": 154, "owner": {"id": 258}, "user": {"role": "worker"}}}, "resource": {"id": 375, "owner": {"id": 640}, "assignee": {"id": 582}, "project": {"id": 374, "owner": {"id": 798}, "assignee": {"id": 837}}, "task": {"id": 358, "owner": {"id": 907}, "assignee": {"id": 1028}}, "job": {"id": 323, "assignee": {"id": 1112}}, "organization": {"id": 1222}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 38, "privilege": "none"}, "organization": {"id": 188, "owner": {"id": 264}, "user": {"role": "worker"}}}, "resource": {"id": 352, "owner": {"id": 642}, "assignee": {"id": 556}, "project": {"id": 316, "owner": {"id": 783}, "assignee": {"id": 834}}, "task": {"id": 394, "owner": {"id": 996}, "assignee": {"id": 1077}}, "job": {"id": 381, "assignee": {"id": 38}}, "organization": {"id": 1236}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 10, "privilege": "admin"}, "organization": {"id": 122, "owner": {"id": 289}, "user": {"role": "worker"}}}, "resource": {"id": 359, "owner": {"id": 605}, "assignee": {"id": 520}, "project": {"id": 385, "owner": {"id": 781}, "assignee": {"id": 883}}, "task": {"id": 362, "owner": {"id": 961}, "assignee": {"id": 1070}}, "job": {"id": 317, "assignee": {"id": 1148}}, "organization": {"id": 1221}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 4, "privilege": "none"}, "organization": {"id": 141, "owner": {"id": 264}, "user": {"role": null}}}, "resource": {"id": 316, "owner": {"id": 695}, "assignee": {"id": 592}, "project": {"id": 300, "owner": {"id": 793}, "assignee": {"id": 803}}, "task": {"id": 307, "owner": {"id": 912}, "assignee": {"id": 1033}}, "job": {"id": 349, "assignee": {"id": 4}}, "organization": {"id": 141}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 19, "privilege": "admin"}, "organization": {"id": 117, "owner": {"id": 221}, "user": {"role": null}}}, "resource": {"id": 315, "owner": {"id": 662}, "assignee": {"id": 577}, "project": {"id": 342, "owner": {"id": 749}, "assignee": {"id": 804}}, "task": {"id": 374, "owner": {"id": 979}, "assignee": {"id": 1039}}, "job": {"id": 320, "assignee": {"id": 1194}}, "organization": {"id": 117}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 44, "privilege": "none"}, "organization": {"id": 145, "owner": {"id": 260}, "user": {"role": null}}}, "resource": {"id": 397, "owner": {"id": 656}, "assignee": {"id": 542}, "project": {"id": 398, "owner": {"id": 777}, "assignee": {"id": 815}}, "task": {"id": 302, "owner": {"id": 971}, "assignee": {"id": 1019}}, "job": {"id": 350, "assignee": {"id": 44}}, "organization": {"id": 145}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 36, "privilege": "admin"}, "organization": {"id": 118, "owner": {"id": 230}, "user": {"role": null}}}, "resource": {"id": 368, "owner": {"id": 631}, "assignee": {"id": 511}, "project": {"id": 377, "owner": {"id": 719}, "assignee": {"id": 821}}, "task": {"id": 323, "owner": {"id": 974}, "assignee": {"id": 1046}}, "job": {"id": 364, "assignee": {"id": 1180}}, "organization": {"id": 118}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 41, "privilege": "none"}, "organization": {"id": 148, "owner": {"id": 207}, "user": {"role": null}}}, "resource": {"id": 340, "owner": {"id": 663}, "assignee": {"id": 537}, "project": {"id": 373, "owner": {"id": 792}, "assignee": {"id": 859}}, "task": {"id": 303, "owner": {"id": 938}, "assignee": {"id": 1001}}, "job": {"id": 399, "assignee": {"id": 41}}, "organization": {"id": 1281}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 30, "privilege": "admin"}, "organization": {"id": 102, "owner": {"id": 291}, "user": {"role": null}}}, "resource": {"id": 370, "owner": {"id": 645}, "assignee": {"id": 508}, "project": {"id": 360, "owner": {"id": 711}, "assignee": {"id": 875}}, "task": {"id": 319, "owner": {"id": 984}, "assignee": {"id": 1065}}, "job": {"id": 370, "assignee": {"id": 1107}}, "organization": {"id": 1212}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 26, "privilege": "none"}, "organization": {"id": 137, "owner": {"id": 265}, "user": {"role": null}}}, "resource": {"id": 397, "owner": {"id": 608}, "assignee": {"id": 572}, "project": {"id": 388, "owner": {"id": 786}, "assignee": {"id": 861}}, "task": {"id": 342, "owner": {"id": 937}, "assignee": {"id": 1030}}, "job": {"id": 335, "assignee": {"id": 26}}, "organization": {"id": 1282}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 87, "privilege": "admin"}, "organization": {"id": 139, "owner": {"id": 222}, "user": {"role": null}}}, "resource": {"id": 334, "owner": {"id": 651}, "assignee": {"id": 522}, "project": {"id": 353, "owner": {"id": 761}, "assignee": {"id": 838}}, "task": {"id": 364, "owner": {"id": 948}, "assignee": {"id": 1051}}, "job": {"id": 314, "assignee": {"id": 1160}}, "organization": {"id": 1264}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 68, "privilege": "admin"}, "organization": {"id": 196, "owner": {"id": 68}, "user": {"role": "owner"}}}, "resource": {"id": 325, "owner": {"id": 68}, "assignee": {"id": 535}, "project": {"id": 308, "owner": {"id": 762}, "assignee": {"id": 858}}, "task": {"id": 368, "owner": {"id": 910}, "assignee": {"id": 1042}}, "job": {"id": 394, "assignee": {"id": 1194}}, "organization": {"id": 196}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 87, "privilege": "business"}, "organization": {"id": 185, "owner": {"id": 87}, "user": {"role": "owner"}}}, "resource": {"id": 337, "owner": {"id": 680}, "assignee": {"id": 569}, "project": {"id": 366, "owner": {"id": 731}, "assignee": {"id": 884}}, "task": {"id": 333, "owner": {"id": 985}, "assignee": {"id": 1011}}, "job": {"id": 381, "assignee": {"id": 1108}}, "organization": {"id": 185}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 83, "privilege": "admin"}, "organization": {"id": 158, "owner": {"id": 83}, "user": {"role": "owner"}}}, "resource": {"id": 302, "owner": {"id": 83}, "assignee": {"id": 581}, "project": {"id": 378, "owner": {"id": 766}, "assignee": {"id": 850}}, "task": {"id": 326, "owner": {"id": 923}, "assignee": {"id": 1042}}, "job": {"id": 332, "assignee": {"id": 1114}}, "organization": {"id": 158}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 72, "privilege": "business"}, "organization": {"id": 112, "owner": {"id": 72}, "user": {"role": "owner"}}}, "resource": {"id": 328, "owner": {"id": 656}, "assignee": {"id": 502}, "project": {"id": 326, "owner": {"id": 722}, "assignee": {"id": 862}}, "task": {"id": 391, "owner": {"id": 925}, "assignee": {"id": 1009}}, "job": {"id": 316, "assignee": {"id": 1181}}, "organization": {"id": 112}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 40, "privilege": "admin"}, "organization": {"id": 178, "owner": {"id": 40}, "user": {"role": "owner"}}}, "resource": {"id": 381, "owner": {"id": 40}, "assignee": {"id": 509}, "project": {"id": 323, "owner": {"id": 788}, "assignee": {"id": 844}}, "task": {"id": 314, "owner": {"id": 964}, "assignee": {"id": 1049}}, "job": {"id": 309, "assignee": {"id": 1122}}, "organization": {"id": 1288}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 3, "privilege": "business"}, "organization": {"id": 102, "owner": {"id": 3}, "user": {"role": "owner"}}}, "resource": {"id": 371, "owner": {"id": 679}, "assignee": {"id": 550}, "project": {"id": 330, "owner": {"id": 774}, "assignee": {"id": 833}}, "task": {"id": 309, "owner": {"id": 959}, "assignee": {"id": 1023}}, "job": {"id": 389, "assignee": {"id": 1141}}, "organization": {"id": 1287}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 77, "privilege": "admin"}, "organization": {"id": 176, "owner": {"id": 77}, "user": {"role": "owner"}}}, "resource": {"id": 322, "owner": {"id": 77}, "assignee": {"id": 590}, "project": {"id": 339, "owner": {"id": 794}, "assignee": {"id": 869}}, "task": {"id": 309, "owner": {"id": 930}, "assignee": {"id": 1088}}, "job": {"id": 310, "assignee": {"id": 1125}}, "organization": {"id": 1222}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 88, "privilege": "business"}, "organization": {"id": 148, "owner": {"id": 88}, "user": {"role": "owner"}}}, "resource": {"id": 342, "owner": {"id": 691}, "assignee": {"id": 582}, "project": {"id": 308, "owner": {"id": 755}, "assignee": {"id": 859}}, "task": {"id": 313, "owner": {"id": 956}, "assignee": {"id": 1088}}, "job": {"id": 373, "assignee": {"id": 1151}}, "organization": {"id": 1241}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 94, "privilege": "admin"}, "organization": {"id": 122, "owner": {"id": 222}, "user": {"role": "maintainer"}}}, "resource": {"id": 347, "owner": {"id": 94}, "assignee": {"id": 521}, "project": {"id": 374, "owner": {"id": 796}, "assignee": {"id": 868}}, "task": {"id": 384, "owner": {"id": 921}, "assignee": {"id": 1001}}, "job": {"id": 304, "assignee": {"id": 1191}}, "organization": {"id": 122}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 80, "privilege": "business"}, "organization": {"id": 134, "owner": {"id": 252}, "user": {"role": "maintainer"}}}, "resource": {"id": 325, "owner": {"id": 647}, "assignee": {"id": 587}, "project": {"id": 353, "owner": {"id": 710}, "assignee": {"id": 867}}, "task": {"id": 317, "owner": {"id": 948}, "assignee": {"id": 1043}}, "job": {"id": 343, "assignee": {"id": 1195}}, "organization": {"id": 134}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 11, "privilege": "admin"}, "organization": {"id": 140, "owner": {"id": 205}, "user": {"role": "maintainer"}}}, "resource": {"id": 329, "owner": {"id": 11}, "assignee": {"id": 560}, "project": {"id": 355, "owner": {"id": 744}, "assignee": {"id": 861}}, "task": {"id": 302, "owner": {"id": 923}, "assignee": {"id": 1051}}, "job": {"id": 334, "assignee": {"id": 1126}}, "organization": {"id": 140}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 49, "privilege": "business"}, "organization": {"id": 187, "owner": {"id": 223}, "user": {"role": "maintainer"}}}, "resource": {"id": 341, "owner": {"id": 691}, "assignee": {"id": 500}, "project": {"id": 397, "owner": {"id": 748}, "assignee": {"id": 842}}, "task": {"id": 392, "owner": {"id": 993}, "assignee": {"id": 1086}}, "job": {"id": 341, "assignee": {"id": 1102}}, "organization": {"id": 187}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 9, "privilege": "admin"}, "organization": {"id": 119, "owner": {"id": 224}, "user": {"role": "maintainer"}}}, "resource": {"id": 318, "owner": {"id": 9}, "assignee": {"id": 576}, "project": {"id": 370, "owner": {"id": 798}, "assignee": {"id": 803}}, "task": {"id": 342, "owner": {"id": 951}, "assignee": {"id": 1065}}, "job": {"id": 388, "assignee": {"id": 1104}}, "organization": {"id": 1218}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 83, "privilege": "business"}, "organization": {"id": 132, "owner": {"id": 258}, "user": {"role": "maintainer"}}}, "resource": {"id": 312, "owner": {"id": 653}, "assignee": {"id": 567}, "project": {"id": 344, "owner": {"id": 712}, "assignee": {"id": 826}}, "task": {"id": 355, "owner": {"id": 905}, "assignee": {"id": 1044}}, "job": {"id": 343, "assignee": {"id": 1120}}, "organization": {"id": 1277}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 83, "privilege": "admin"}, "organization": {"id": 170, "owner": {"id": 219}, "user": {"role": "maintainer"}}}, "resource": {"id": 326, "owner": {"id": 83}, "assignee": {"id": 540}, "project": {"id": 343, "owner": {"id": 728}, "assignee": {"id": 887}}, "task": {"id": 395, "owner": {"id": 975}, "assignee": {"id": 1025}}, "job": {"id": 354, "assignee": {"id": 1141}}, "organization": {"id": 1209}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 1, "privilege": "business"}, "organization": {"id": 157, "owner": {"id": 219}, "user": {"role": "maintainer"}}}, "resource": {"id": 381, "owner": {"id": 676}, "assignee": {"id": 557}, "project": {"id": 367, "owner": {"id": 701}, "assignee": {"id": 845}}, "task": {"id": 356, "owner": {"id": 906}, "assignee": {"id": 1003}}, "job": {"id": 329, "assignee": {"id": 1157}}, "organization": {"id": 1294}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 70, "privilege": "admin"}, "organization": {"id": 130, "owner": {"id": 273}, "user": {"role": "supervisor"}}}, "resource": {"id": 367, "owner": {"id": 70}, "assignee": {"id": 573}, "project": {"id": 346, "owner": {"id": 716}, "assignee": {"id": 874}}, "task": {"id": 373, "owner": {"id": 937}, "assignee": {"id": 1094}}, "job": {"id": 323, "assignee": {"id": 1113}}, "organization": {"id": 130}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 35, "privilege": "business"}, "organization": {"id": 127, "owner": {"id": 257}, "user": {"role": "supervisor"}}}, "resource": {"id": 315, "owner": {"id": 650}, "assignee": {"id": 568}, "project": {"id": 365, "owner": {"id": 710}, "assignee": {"id": 863}}, "task": {"id": 362, "owner": {"id": 967}, "assignee": {"id": 1059}}, "job": {"id": 309, "assignee": {"id": 1139}}, "organization": {"id": 127}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 46, "privilege": "admin"}, "organization": {"id": 176, "owner": {"id": 235}, "user": {"role": "supervisor"}}}, "resource": {"id": 357, "owner": {"id": 46}, "assignee": {"id": 554}, "project": {"id": 382, "owner": {"id": 735}, "assignee": {"id": 806}}, "task": {"id": 327, "owner": {"id": 904}, "assignee": {"id": 1062}}, "job": {"id": 312, "assignee": {"id": 1122}}, "organization": {"id": 176}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 40, "privilege": "business"}, "organization": {"id": 108, "owner": {"id": 237}, "user": {"role": "supervisor"}}}, "resource": {"id": 329, "owner": {"id": 680}, "assignee": {"id": 518}, "project": {"id": 356, "owner": {"id": 735}, "assignee": {"id": 846}}, "task": {"id": 307, "owner": {"id": 919}, "assignee": {"id": 1091}}, "job": {"id": 390, "assignee": {"id": 1149}}, "organization": {"id": 108}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 93, "privilege": "admin"}, "organization": {"id": 121, "owner": {"id": 241}, "user": {"role": "supervisor"}}}, "resource": {"id": 339, "owner": {"id": 93}, "assignee": {"id": 506}, "project": {"id": 365, "owner": {"id": 736}, "assignee": {"id": 816}}, "task": {"id": 366, "owner": {"id": 922}, "assignee": {"id": 1074}}, "job": {"id": 325, "assignee": {"id": 1165}}, "organization": {"id": 1233}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 67, "privilege": "business"}, "organization": {"id": 189, "owner": {"id": 299}, "user": {"role": "supervisor"}}}, "resource": {"id": 351, "owner": {"id": 682}, "assignee": {"id": 506}, "project": {"id": 318, "owner": {"id": 728}, "assignee": {"id": 858}}, "task": {"id": 391, "owner": {"id": 941}, "assignee": {"id": 1029}}, "job": {"id": 335, "assignee": {"id": 1126}}, "organization": {"id": 1216}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 95, "privilege": "admin"}, "organization": {"id": 191, "owner": {"id": 275}, "user": {"role": "supervisor"}}}, "resource": {"id": 385, "owner": {"id": 95}, "assignee": {"id": 549}, "project": {"id": 340, "owner": {"id": 768}, "assignee": {"id": 882}}, "task": {"id": 351, "owner": {"id": 915}, "assignee": {"id": 1002}}, "job": {"id": 390, "assignee": {"id": 1171}}, "organization": {"id": 1259}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 43, "privilege": "business"}, "organization": {"id": 114, "owner": {"id": 286}, "user": {"role": "supervisor"}}}, "resource": {"id": 388, "owner": {"id": 671}, "assignee": {"id": 543}, "project": {"id": 341, "owner": {"id": 702}, "assignee": {"id": 847}}, "task": {"id": 383, "owner": {"id": 963}, "assignee": {"id": 1010}}, "job": {"id": 339, "assignee": {"id": 1126}}, "organization": {"id": 1292}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 41, "privilege": "admin"}, "organization": {"id": 126, "owner": {"id": 254}, "user": {"role": "worker"}}}, "resource": {"id": 394, "owner": {"id": 41}, "assignee": {"id": 598}, "project": {"id": 395, "owner": {"id": 738}, "assignee": {"id": 843}}, "task": {"id": 328, "owner": {"id": 992}, "assignee": {"id": 1011}}, "job": {"id": 378, "assignee": {"id": 1197}}, "organization": {"id": 126}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 33, "privilege": "business"}, "organization": {"id": 139, "owner": {"id": 208}, "user": {"role": "worker"}}}, "resource": {"id": 335, "owner": {"id": 625}, "assignee": {"id": 529}, "project": {"id": 312, "owner": {"id": 717}, "assignee": {"id": 879}}, "task": {"id": 346, "owner": {"id": 923}, "assignee": {"id": 1019}}, "job": {"id": 350, "assignee": {"id": 1147}}, "organization": {"id": 139}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 1, "privilege": "admin"}, "organization": {"id": 114, "owner": {"id": 254}, "user": {"role": "worker"}}}, "resource": {"id": 374, "owner": {"id": 1}, "assignee": {"id": 557}, "project": {"id": 308, "owner": {"id": 763}, "assignee": {"id": 827}}, "task": {"id": 388, "owner": {"id": 997}, "assignee": {"id": 1020}}, "job": {"id": 395, "assignee": {"id": 1139}}, "organization": {"id": 114}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 56, "privilege": "business"}, "organization": {"id": 130, "owner": {"id": 269}, "user": {"role": "worker"}}}, "resource": {"id": 388, "owner": {"id": 657}, "assignee": {"id": 595}, "project": {"id": 308, "owner": {"id": 730}, "assignee": {"id": 873}}, "task": {"id": 366, "owner": {"id": 957}, "assignee": {"id": 1040}}, "job": {"id": 343, "assignee": {"id": 1124}}, "organization": {"id": 130}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 34, "privilege": "admin"}, "organization": {"id": 172, "owner": {"id": 272}, "user": {"role": "worker"}}}, "resource": {"id": 367, "owner": {"id": 34}, "assignee": {"id": 542}, "project": {"id": 309, "owner": {"id": 714}, "assignee": {"id": 804}}, "task": {"id": 334, "owner": {"id": 911}, "assignee": {"id": 1039}}, "job": {"id": 306, "assignee": {"id": 1123}}, "organization": {"id": 1232}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 16, "privilege": "business"}, "organization": {"id": 192, "owner": {"id": 292}, "user": {"role": "worker"}}}, "resource": {"id": 370, "owner": {"id": 699}, "assignee": {"id": 590}, "project": {"id": 322, "owner": {"id": 749}, "assignee": {"id": 846}}, "task": {"id": 318, "owner": {"id": 996}, "assignee": {"id": 1086}}, "job": {"id": 322, "assignee": {"id": 1185}}, "organization": {"id": 1241}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 16, "privilege": "admin"}, "organization": {"id": 131, "owner": {"id": 258}, "user": {"role": "worker"}}}, "resource": {"id": 373, "owner": {"id": 16}, "assignee": {"id": 583}, "project": {"id": 344, "owner": {"id": 761}, "assignee": {"id": 801}}, "task": {"id": 347, "owner": {"id": 955}, "assignee": {"id": 1084}}, "job": {"id": 342, "assignee": {"id": 1183}}, "organization": {"id": 1268}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 42, "privilege": "business"}, "organization": {"id": 124, "owner": {"id": 277}, "user": {"role": "worker"}}}, "resource": {"id": 307, "owner": {"id": 696}, "assignee": {"id": 501}, "project": {"id": 317, "owner": {"id": 742}, "assignee": {"id": 834}}, "task": {"id": 327, "owner": {"id": 911}, "assignee": {"id": 1000}}, "job": {"id": 376, "assignee": {"id": 1198}}, "organization": {"id": 1231}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 18, "privilege": "admin"}, "organization": {"id": 162, "owner": {"id": 270}, "user": {"role": null}}}, "resource": {"id": 351, "owner": {"id": 18}, "assignee": {"id": 542}, "project": {"id": 392, "owner": {"id": 761}, "assignee": {"id": 894}}, "task": {"id": 331, "owner": {"id": 942}, "assignee": {"id": 1004}}, "job": {"id": 356, "assignee": {"id": 1128}}, "organization": {"id": 162}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 3, "privilege": "business"}, "organization": {"id": 128, "owner": {"id": 223}, "user": {"role": null}}}, "resource": {"id": 385, "owner": {"id": 675}, "assignee": {"id": 587}, "project": {"id": 364, "owner": {"id": 766}, "assignee": {"id": 801}}, "task": {"id": 303, "owner": {"id": 908}, "assignee": {"id": 1001}}, "job": {"id": 307, "assignee": {"id": 1125}}, "organization": {"id": 128}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 20, "privilege": "admin"}, "organization": {"id": 124, "owner": {"id": 274}, "user": {"role": null}}}, "resource": {"id": 334, "owner": {"id": 20}, "assignee": {"id": 524}, "project": {"id": 330, "owner": {"id": 776}, "assignee": {"id": 835}}, "task": {"id": 387, "owner": {"id": 990}, "assignee": {"id": 1026}}, "job": {"id": 326, "assignee": {"id": 1156}}, "organization": {"id": 124}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 49, "privilege": "business"}, "organization": {"id": 177, "owner": {"id": 297}, "user": {"role": null}}}, "resource": {"id": 330, "owner": {"id": 621}, "assignee": {"id": 501}, "project": {"id": 393, "owner": {"id": 775}, "assignee": {"id": 857}}, "task": {"id": 357, "owner": {"id": 909}, "assignee": {"id": 1098}}, "job": {"id": 339, "assignee": {"id": 1147}}, "organization": {"id": 177}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 91, "privilege": "admin"}, "organization": {"id": 108, "owner": {"id": 293}, "user": {"role": null}}}, "resource": {"id": 368, "owner": {"id": 91}, "assignee": {"id": 520}, "project": {"id": 319, "owner": {"id": 755}, "assignee": {"id": 841}}, "task": {"id": 319, "owner": {"id": 925}, "assignee": {"id": 1077}}, "job": {"id": 347, "assignee": {"id": 1162}}, "organization": {"id": 1275}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 1, "privilege": "business"}, "organization": {"id": 105, "owner": {"id": 235}, "user": {"role": null}}}, "resource": {"id": 385, "owner": {"id": 672}, "assignee": {"id": 561}, "project": {"id": 394, "owner": {"id": 755}, "assignee": {"id": 865}}, "task": {"id": 364, "owner": {"id": 914}, "assignee": {"id": 1012}}, "job": {"id": 304, "assignee": {"id": 1120}}, "organization": {"id": 1211}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 68, "privilege": "admin"}, "organization": {"id": 131, "owner": {"id": 205}, "user": {"role": null}}}, "resource": {"id": 311, "owner": {"id": 68}, "assignee": {"id": 519}, "project": {"id": 376, "owner": {"id": 708}, "assignee": {"id": 805}}, "task": {"id": 368, "owner": {"id": 903}, "assignee": {"id": 1022}}, "job": {"id": 373, "assignee": {"id": 1199}}, "organization": {"id": 1264}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 64, "privilege": "business"}, "organization": {"id": 109, "owner": {"id": 219}, "user": {"role": null}}}, "resource": {"id": 374, "owner": {"id": 610}, "assignee": {"id": 590}, "project": {"id": 319, "owner": {"id": 732}, "assignee": {"id": 826}}, "task": {"id": 381, "owner": {"id": 998}, "assignee": {"id": 1082}}, "job": {"id": 333, "assignee": {"id": 1120}}, "organization": {"id": 1276}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 87, "privilege": "business"}, "organization": {"id": 140, "owner": {"id": 87}, "user": {"role": "owner"}}}, "resource": {"id": 352, "owner": {"id": 87}, "assignee": {"id": 533}, "project": {"id": 382, "owner": {"id": 723}, "assignee": {"id": 878}}, "task": {"id": 377, "owner": {"id": 905}, "assignee": {"id": 1098}}, "job": {"id": 395, "assignee": {"id": 1105}}, "organization": {"id": 140}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 9, "privilege": "user"}, "organization": {"id": 134, "owner": {"id": 9}, "user": {"role": "owner"}}}, "resource": {"id": 361, "owner": {"id": 651}, "assignee": {"id": 582}, "project": {"id": 332, "owner": {"id": 753}, "assignee": {"id": 834}}, "task": {"id": 347, "owner": {"id": 954}, "assignee": {"id": 1038}}, "job": {"id": 301, "assignee": {"id": 1161}}, "organization": {"id": 134}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 69, "privilege": "business"}, "organization": {"id": 143, "owner": {"id": 69}, "user": {"role": "owner"}}}, "resource": {"id": 396, "owner": {"id": 69}, "assignee": {"id": 546}, "project": {"id": 340, "owner": {"id": 756}, "assignee": {"id": 873}}, "task": {"id": 301, "owner": {"id": 997}, "assignee": {"id": 1018}}, "job": {"id": 398, "assignee": {"id": 1146}}, "organization": {"id": 143}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 92, "privilege": "user"}, "organization": {"id": 163, "owner": {"id": 92}, "user": {"role": "owner"}}}, "resource": {"id": 377, "owner": {"id": 652}, "assignee": {"id": 583}, "project": {"id": 306, "owner": {"id": 712}, "assignee": {"id": 879}}, "task": {"id": 363, "owner": {"id": 951}, "assignee": {"id": 1090}}, "job": {"id": 340, "assignee": {"id": 1180}}, "organization": {"id": 163}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 98, "privilege": "business"}, "organization": {"id": 105, "owner": {"id": 98}, "user": {"role": "owner"}}}, "resource": {"id": 331, "owner": {"id": 98}, "assignee": {"id": 541}, "project": {"id": 378, "owner": {"id": 710}, "assignee": {"id": 880}}, "task": {"id": 341, "owner": {"id": 976}, "assignee": {"id": 1087}}, "job": {"id": 358, "assignee": {"id": 1124}}, "organization": {"id": 1297}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 30, "privilege": "user"}, "organization": {"id": 135, "owner": {"id": 30}, "user": {"role": "owner"}}}, "resource": {"id": 364, "owner": {"id": 672}, "assignee": {"id": 529}, "project": {"id": 395, "owner": {"id": 714}, "assignee": {"id": 805}}, "task": {"id": 389, "owner": {"id": 940}, "assignee": {"id": 1092}}, "job": {"id": 391, "assignee": {"id": 1102}}, "organization": {"id": 1286}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 18, "privilege": "business"}, "organization": {"id": 153, "owner": {"id": 18}, "user": {"role": "owner"}}}, "resource": {"id": 369, "owner": {"id": 18}, "assignee": {"id": 525}, "project": {"id": 330, "owner": {"id": 730}, "assignee": {"id": 815}}, "task": {"id": 386, "owner": {"id": 973}, "assignee": {"id": 1007}}, "job": {"id": 326, "assignee": {"id": 1131}}, "organization": {"id": 1278}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 89, "privilege": "user"}, "organization": {"id": 112, "owner": {"id": 89}, "user": {"role": "owner"}}}, "resource": {"id": 309, "owner": {"id": 699}, "assignee": {"id": 514}, "project": {"id": 353, "owner": {"id": 792}, "assignee": {"id": 898}}, "task": {"id": 346, "owner": {"id": 994}, "assignee": {"id": 1061}}, "job": {"id": 309, "assignee": {"id": 1184}}, "organization": {"id": 1219}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 95, "privilege": "business"}, "organization": {"id": 154, "owner": {"id": 239}, "user": {"role": "maintainer"}}}, "resource": {"id": 331, "owner": {"id": 95}, "assignee": {"id": 544}, "project": {"id": 381, "owner": {"id": 719}, "assignee": {"id": 886}}, "task": {"id": 301, "owner": {"id": 982}, "assignee": {"id": 1051}}, "job": {"id": 382, "assignee": {"id": 1187}}, "organization": {"id": 154}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 59, "privilege": "user"}, "organization": {"id": 147, "owner": {"id": 299}, "user": {"role": "maintainer"}}}, "resource": {"id": 351, "owner": {"id": 649}, "assignee": {"id": 521}, "project": {"id": 391, "owner": {"id": 719}, "assignee": {"id": 858}}, "task": {"id": 308, "owner": {"id": 996}, "assignee": {"id": 1021}}, "job": {"id": 310, "assignee": {"id": 1192}}, "organization": {"id": 147}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 50, "privilege": "business"}, "organization": {"id": 132, "owner": {"id": 273}, "user": {"role": "maintainer"}}}, "resource": {"id": 329, "owner": {"id": 50}, "assignee": {"id": 568}, "project": {"id": 376, "owner": {"id": 703}, "assignee": {"id": 846}}, "task": {"id": 341, "owner": {"id": 912}, "assignee": {"id": 1074}}, "job": {"id": 334, "assignee": {"id": 1180}}, "organization": {"id": 132}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "create@job", "auth": {"user": {"id": 52, "privilege": "user"}, "organization": {"id": 176, "owner": {"id": 243}, "user": {"role": "maintainer"}}}, "resource": {"id": 308, "owner": {"id": 649}, "assignee": {"id": 567}, "project": {"id": 312, "owner": {"id": 746}, "assignee": {"id": 864}}, "task": {"id": 393, "owner": {"id": 940}, "assignee": {"id": 1060}}, "job": {"id": 369, "assignee": {"id": 1100}}, "organization": {"id": 176}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 36, "privilege": "business"}, "organization": {"id": 196, "owner": {"id": 245}, "user": {"role": "maintainer"}}}, "resource": {"id": 390, "owner": {"id": 36}, "assignee": {"id": 566}, "project": {"id": 343, "owner": {"id": 715}, "assignee": {"id": 812}}, "task": {"id": 312, "owner": {"id": 946}, "assignee": {"id": 1002}}, "job": {"id": 332, "assignee": {"id": 1119}}, "organization": {"id": 1239}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 92, "privilege": "user"}, "organization": {"id": 149, "owner": {"id": 269}, "user": {"role": "maintainer"}}}, "resource": {"id": 380, "owner": {"id": 634}, "assignee": {"id": 577}, "project": {"id": 356, "owner": {"id": 708}, "assignee": {"id": 898}}, "task": {"id": 348, "owner": {"id": 983}, "assignee": {"id": 1014}}, "job": {"id": 368, "assignee": {"id": 1114}}, "organization": {"id": 1299}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 21, "privilege": "business"}, "organization": {"id": 144, "owner": {"id": 264}, "user": {"role": "maintainer"}}}, "resource": {"id": 351, "owner": {"id": 21}, "assignee": {"id": 551}, "project": {"id": 367, "owner": {"id": 765}, "assignee": {"id": 809}}, "task": {"id": 385, "owner": {"id": 945}, "assignee": {"id": 1072}}, "job": {"id": 317, "assignee": {"id": 1144}}, "organization": {"id": 1296}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 70, "privilege": "user"}, "organization": {"id": 199, "owner": {"id": 260}, "user": {"role": "maintainer"}}}, "resource": {"id": 387, "owner": {"id": 629}, "assignee": {"id": 503}, "project": {"id": 380, "owner": {"id": 746}, "assignee": {"id": 874}}, "task": {"id": 352, "owner": {"id": 913}, "assignee": {"id": 1053}}, "job": {"id": 379, "assignee": {"id": 1136}}, "organization": {"id": 1284}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 68, "privilege": "business"}, "organization": {"id": 187, "owner": {"id": 277}, "user": {"role": "supervisor"}}}, "resource": {"id": 378, "owner": {"id": 68}, "assignee": {"id": 592}, "project": {"id": 377, "owner": {"id": 707}, "assignee": {"id": 857}}, "task": {"id": 330, "owner": {"id": 910}, "assignee": {"id": 1084}}, "job": {"id": 347, "assignee": {"id": 1127}}, "organization": {"id": 187}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 53, "privilege": "user"}, "organization": {"id": 182, "owner": {"id": 274}, "user": {"role": "supervisor"}}}, "resource": {"id": 320, "owner": {"id": 668}, "assignee": {"id": 502}, "project": {"id": 305, "owner": {"id": 777}, "assignee": {"id": 867}}, "task": {"id": 387, "owner": {"id": 901}, "assignee": {"id": 1015}}, "job": {"id": 314, "assignee": {"id": 1169}}, "organization": {"id": 182}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 70, "privilege": "business"}, "organization": {"id": 118, "owner": {"id": 291}, "user": {"role": "supervisor"}}}, "resource": {"id": 396, "owner": {"id": 70}, "assignee": {"id": 592}, "project": {"id": 339, "owner": {"id": 776}, "assignee": {"id": 812}}, "task": {"id": 308, "owner": {"id": 911}, "assignee": {"id": 1009}}, "job": {"id": 305, "assignee": {"id": 1185}}, "organization": {"id": 118}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 43, "privilege": "user"}, "organization": {"id": 115, "owner": {"id": 299}, "user": {"role": "supervisor"}}}, "resource": {"id": 303, "owner": {"id": 623}, "assignee": {"id": 572}, "project": {"id": 313, "owner": {"id": 748}, "assignee": {"id": 861}}, "task": {"id": 391, "owner": {"id": 926}, "assignee": {"id": 1096}}, "job": {"id": 318, "assignee": {"id": 1127}}, "organization": {"id": 115}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 5, "privilege": "business"}, "organization": {"id": 197, "owner": {"id": 299}, "user": {"role": "supervisor"}}}, "resource": {"id": 360, "owner": {"id": 5}, "assignee": {"id": 507}, "project": {"id": 325, "owner": {"id": 718}, "assignee": {"id": 805}}, "task": {"id": 354, "owner": {"id": 951}, "assignee": {"id": 1069}}, "job": {"id": 344, "assignee": {"id": 1106}}, "organization": {"id": 1201}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 32, "privilege": "user"}, "organization": {"id": 100, "owner": {"id": 291}, "user": {"role": "supervisor"}}}, "resource": {"id": 339, "owner": {"id": 674}, "assignee": {"id": 586}, "project": {"id": 304, "owner": {"id": 758}, "assignee": {"id": 850}}, "task": {"id": 376, "owner": {"id": 920}, "assignee": {"id": 1064}}, "job": {"id": 304, "assignee": {"id": 1194}}, "organization": {"id": 1201}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 79, "privilege": "business"}, "organization": {"id": 138, "owner": {"id": 206}, "user": {"role": "supervisor"}}}, "resource": {"id": 391, "owner": {"id": 79}, "assignee": {"id": 553}, "project": {"id": 396, "owner": {"id": 704}, "assignee": {"id": 880}}, "task": {"id": 343, "owner": {"id": 904}, "assignee": {"id": 1073}}, "job": {"id": 345, "assignee": {"id": 1174}}, "organization": {"id": 1221}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 43, "privilege": "user"}, "organization": {"id": 132, "owner": {"id": 201}, "user": {"role": "supervisor"}}}, "resource": {"id": 388, "owner": {"id": 668}, "assignee": {"id": 592}, "project": {"id": 318, "owner": {"id": 722}, "assignee": {"id": 801}}, "task": {"id": 313, "owner": {"id": 908}, "assignee": {"id": 1006}}, "job": {"id": 393, "assignee": {"id": 1162}}, "organization": {"id": 1211}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 20, "privilege": "business"}, "organization": {"id": 157, "owner": {"id": 218}, "user": {"role": "worker"}}}, "resource": {"id": 393, "owner": {"id": 20}, "assignee": {"id": 597}, "project": {"id": 316, "owner": {"id": 703}, "assignee": {"id": 822}}, "task": {"id": 331, "owner": {"id": 994}, "assignee": {"id": 1070}}, "job": {"id": 325, "assignee": {"id": 1174}}, "organization": {"id": 157}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 14, "privilege": "user"}, "organization": {"id": 173, "owner": {"id": 228}, "user": {"role": "worker"}}}, "resource": {"id": 316, "owner": {"id": 614}, "assignee": {"id": 548}, "project": {"id": 332, "owner": {"id": 708}, "assignee": {"id": 827}}, "task": {"id": 355, "owner": {"id": 957}, "assignee": {"id": 1033}}, "job": {"id": 349, "assignee": {"id": 1159}}, "organization": {"id": 173}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 55, "privilege": "business"}, "organization": {"id": 157, "owner": {"id": 286}, "user": {"role": "worker"}}}, "resource": {"id": 391, "owner": {"id": 55}, "assignee": {"id": 565}, "project": {"id": 345, "owner": {"id": 707}, "assignee": {"id": 871}}, "task": {"id": 395, "owner": {"id": 993}, "assignee": {"id": 1063}}, "job": {"id": 384, "assignee": {"id": 1158}}, "organization": {"id": 157}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 5, "privilege": "user"}, "organization": {"id": 125, "owner": {"id": 217}, "user": {"role": "worker"}}}, "resource": {"id": 319, "owner": {"id": 682}, "assignee": {"id": 550}, "project": {"id": 360, "owner": {"id": 772}, "assignee": {"id": 885}}, "task": {"id": 370, "owner": {"id": 992}, "assignee": {"id": 1012}}, "job": {"id": 385, "assignee": {"id": 1124}}, "organization": {"id": 125}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 90, "privilege": "business"}, "organization": {"id": 142, "owner": {"id": 223}, "user": {"role": "worker"}}}, "resource": {"id": 321, "owner": {"id": 90}, "assignee": {"id": 530}, "project": {"id": 385, "owner": {"id": 784}, "assignee": {"id": 842}}, "task": {"id": 332, "owner": {"id": 918}, "assignee": {"id": 1080}}, "job": {"id": 392, "assignee": {"id": 1150}}, "organization": {"id": 1260}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 16, "privilege": "user"}, "organization": {"id": 119, "owner": {"id": 287}, "user": {"role": "worker"}}}, "resource": {"id": 341, "owner": {"id": 679}, "assignee": {"id": 583}, "project": {"id": 396, "owner": {"id": 755}, "assignee": {"id": 883}}, "task": {"id": 331, "owner": {"id": 961}, "assignee": {"id": 1091}}, "job": {"id": 361, "assignee": {"id": 1105}}, "organization": {"id": 1209}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 64, "privilege": "business"}, "organization": {"id": 140, "owner": {"id": 247}, "user": {"role": "worker"}}}, "resource": {"id": 322, "owner": {"id": 64}, "assignee": {"id": 571}, "project": {"id": 305, "owner": {"id": 739}, "assignee": {"id": 813}}, "task": {"id": 352, "owner": {"id": 900}, "assignee": {"id": 1007}}, "job": {"id": 308, "assignee": {"id": 1197}}, "organization": {"id": 1287}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 76, "privilege": "user"}, "organization": {"id": 146, "owner": {"id": 273}, "user": {"role": "worker"}}}, "resource": {"id": 324, "owner": {"id": 603}, "assignee": {"id": 532}, "project": {"id": 347, "owner": {"id": 734}, "assignee": {"id": 892}}, "task": {"id": 312, "owner": {"id": 927}, "assignee": {"id": 1010}}, "job": {"id": 360, "assignee": {"id": 1168}}, "organization": {"id": 1223}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 53, "privilege": "business"}, "organization": {"id": 172, "owner": {"id": 202}, "user": {"role": null}}}, "resource": {"id": 308, "owner": {"id": 53}, "assignee": {"id": 521}, "project": {"id": 372, "owner": {"id": 747}, "assignee": {"id": 832}}, "task": {"id": 388, "owner": {"id": 951}, "assignee": {"id": 1092}}, "job": {"id": 358, "assignee": {"id": 1104}}, "organization": {"id": 172}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 95, "privilege": "user"}, "organization": {"id": 122, "owner": {"id": 226}, "user": {"role": null}}}, "resource": {"id": 345, "owner": {"id": 627}, "assignee": {"id": 571}, "project": {"id": 374, "owner": {"id": 789}, "assignee": {"id": 810}}, "task": {"id": 322, "owner": {"id": 936}, "assignee": {"id": 1072}}, "job": {"id": 389, "assignee": {"id": 1174}}, "organization": {"id": 122}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 81, "privilege": "business"}, "organization": {"id": 184, "owner": {"id": 265}, "user": {"role": null}}}, "resource": {"id": 306, "owner": {"id": 81}, "assignee": {"id": 519}, "project": {"id": 368, "owner": {"id": 772}, "assignee": {"id": 849}}, "task": {"id": 351, "owner": {"id": 915}, "assignee": {"id": 1070}}, "job": {"id": 373, "assignee": {"id": 1185}}, "organization": {"id": 184}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 31, "privilege": "user"}, "organization": {"id": 149, "owner": {"id": 263}, "user": {"role": null}}}, "resource": {"id": 327, "owner": {"id": 684}, "assignee": {"id": 593}, "project": {"id": 386, "owner": {"id": 702}, "assignee": {"id": 826}}, "task": {"id": 328, "owner": {"id": 944}, "assignee": {"id": 1058}}, "job": {"id": 357, "assignee": {"id": 1107}}, "organization": {"id": 149}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 64, "privilege": "business"}, "organization": {"id": 177, "owner": {"id": 248}, "user": {"role": null}}}, "resource": {"id": 305, "owner": {"id": 64}, "assignee": {"id": 504}, "project": {"id": 381, "owner": {"id": 708}, "assignee": {"id": 871}}, "task": {"id": 357, "owner": {"id": 933}, "assignee": {"id": 1082}}, "job": {"id": 308, "assignee": {"id": 1189}}, "organization": {"id": 1217}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 10, "privilege": "user"}, "organization": {"id": 130, "owner": {"id": 295}, "user": {"role": null}}}, "resource": {"id": 375, "owner": {"id": 671}, "assignee": {"id": 526}, "project": {"id": 312, "owner": {"id": 712}, "assignee": {"id": 848}}, "task": {"id": 311, "owner": {"id": 957}, "assignee": {"id": 1031}}, "job": {"id": 396, "assignee": {"id": 1109}}, "organization": {"id": 1295}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 40, "privilege": "business"}, "organization": {"id": 110, "owner": {"id": 247}, "user": {"role": null}}}, "resource": {"id": 378, "owner": {"id": 40}, "assignee": {"id": 593}, "project": {"id": 300, "owner": {"id": 783}, "assignee": {"id": 879}}, "task": {"id": 338, "owner": {"id": 900}, "assignee": {"id": 1054}}, "job": {"id": 335, "assignee": {"id": 1148}}, "organization": {"id": 1243}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 41, "privilege": "user"}, "organization": {"id": 150, "owner": {"id": 262}, "user": {"role": null}}}, "resource": {"id": 383, "owner": {"id": 678}, "assignee": {"id": 598}, "project": {"id": 375, "owner": {"id": 733}, "assignee": {"id": 832}}, "task": {"id": 378, "owner": {"id": 936}, "assignee": {"id": 1046}}, "job": {"id": 312, "assignee": {"id": 1147}}, "organization": {"id": 1284}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 78, "privilege": "user"}, "organization": {"id": 129, "owner": {"id": 78}, "user": {"role": "owner"}}}, "resource": {"id": 355, "owner": {"id": 78}, "assignee": {"id": 539}, "project": {"id": 314, "owner": {"id": 729}, "assignee": {"id": 896}}, "task": {"id": 355, "owner": {"id": 918}, "assignee": {"id": 1001}}, "job": {"id": 399, "assignee": {"id": 1173}}, "organization": {"id": 129}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 20, "privilege": "worker"}, "organization": {"id": 108, "owner": {"id": 20}, "user": {"role": "owner"}}}, "resource": {"id": 342, "owner": {"id": 666}, "assignee": {"id": 581}, "project": {"id": 303, "owner": {"id": 739}, "assignee": {"id": 850}}, "task": {"id": 358, "owner": {"id": 970}, "assignee": {"id": 1030}}, "job": {"id": 363, "assignee": {"id": 1120}}, "organization": {"id": 108}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 72, "privilege": "user"}, "organization": {"id": 197, "owner": {"id": 72}, "user": {"role": "owner"}}}, "resource": {"id": 320, "owner": {"id": 72}, "assignee": {"id": 503}, "project": {"id": 303, "owner": {"id": 748}, "assignee": {"id": 898}}, "task": {"id": 372, "owner": {"id": 961}, "assignee": {"id": 1099}}, "job": {"id": 334, "assignee": {"id": 1107}}, "organization": {"id": 197}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 95, "privilege": "worker"}, "organization": {"id": 145, "owner": {"id": 95}, "user": {"role": "owner"}}}, "resource": {"id": 354, "owner": {"id": 689}, "assignee": {"id": 539}, "project": {"id": 361, "owner": {"id": 730}, "assignee": {"id": 809}}, "task": {"id": 326, "owner": {"id": 963}, "assignee": {"id": 1016}}, "job": {"id": 353, "assignee": {"id": 1193}}, "organization": {"id": 145}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 93, "privilege": "user"}, "organization": {"id": 175, "owner": {"id": 93}, "user": {"role": "owner"}}}, "resource": {"id": 349, "owner": {"id": 93}, "assignee": {"id": 525}, "project": {"id": 395, "owner": {"id": 736}, "assignee": {"id": 852}}, "task": {"id": 344, "owner": {"id": 903}, "assignee": {"id": 1044}}, "job": {"id": 309, "assignee": {"id": 1124}}, "organization": {"id": 1232}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 4, "privilege": "worker"}, "organization": {"id": 187, "owner": {"id": 4}, "user": {"role": "owner"}}}, "resource": {"id": 370, "owner": {"id": 630}, "assignee": {"id": 590}, "project": {"id": 361, "owner": {"id": 767}, "assignee": {"id": 882}}, "task": {"id": 319, "owner": {"id": 991}, "assignee": {"id": 1051}}, "job": {"id": 373, "assignee": {"id": 1112}}, "organization": {"id": 1207}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 26, "privilege": "user"}, "organization": {"id": 171, "owner": {"id": 26}, "user": {"role": "owner"}}}, "resource": {"id": 308, "owner": {"id": 26}, "assignee": {"id": 569}, "project": {"id": 316, "owner": {"id": 746}, "assignee": {"id": 855}}, "task": {"id": 348, "owner": {"id": 979}, "assignee": {"id": 1073}}, "job": {"id": 324, "assignee": {"id": 1122}}, "organization": {"id": 1297}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 96, "privilege": "worker"}, "organization": {"id": 128, "owner": {"id": 96}, "user": {"role": "owner"}}}, "resource": {"id": 392, "owner": {"id": 637}, "assignee": {"id": 543}, "project": {"id": 320, "owner": {"id": 700}, "assignee": {"id": 885}}, "task": {"id": 398, "owner": {"id": 970}, "assignee": {"id": 1019}}, "job": {"id": 354, "assignee": {"id": 1146}}, "organization": {"id": 1225}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 53, "privilege": "user"}, "organization": {"id": 128, "owner": {"id": 231}, "user": {"role": "maintainer"}}}, "resource": {"id": 390, "owner": {"id": 53}, "assignee": {"id": 533}, "project": {"id": 394, "owner": {"id": 748}, "assignee": {"id": 839}}, "task": {"id": 383, "owner": {"id": 967}, "assignee": {"id": 1050}}, "job": {"id": 338, "assignee": {"id": 1103}}, "organization": {"id": 128}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 89, "privilege": "worker"}, "organization": {"id": 176, "owner": {"id": 270}, "user": {"role": "maintainer"}}}, "resource": {"id": 342, "owner": {"id": 679}, "assignee": {"id": 518}, "project": {"id": 317, "owner": {"id": 712}, "assignee": {"id": 805}}, "task": {"id": 335, "owner": {"id": 920}, "assignee": {"id": 1099}}, "job": {"id": 321, "assignee": {"id": 1191}}, "organization": {"id": 176}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 90, "privilege": "user"}, "organization": {"id": 114, "owner": {"id": 231}, "user": {"role": "maintainer"}}}, "resource": {"id": 336, "owner": {"id": 90}, "assignee": {"id": 528}, "project": {"id": 315, "owner": {"id": 720}, "assignee": {"id": 804}}, "task": {"id": 324, "owner": {"id": 930}, "assignee": {"id": 1044}}, "job": {"id": 328, "assignee": {"id": 1170}}, "organization": {"id": 114}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 78, "privilege": "worker"}, "organization": {"id": 112, "owner": {"id": 237}, "user": {"role": "maintainer"}}}, "resource": {"id": 305, "owner": {"id": 605}, "assignee": {"id": 544}, "project": {"id": 334, "owner": {"id": 713}, "assignee": {"id": 842}}, "task": {"id": 336, "owner": {"id": 958}, "assignee": {"id": 1071}}, "job": {"id": 388, "assignee": {"id": 1179}}, "organization": {"id": 112}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 97, "privilege": "user"}, "organization": {"id": 169, "owner": {"id": 218}, "user": {"role": "maintainer"}}}, "resource": {"id": 350, "owner": {"id": 97}, "assignee": {"id": 515}, "project": {"id": 327, "owner": {"id": 748}, "assignee": {"id": 848}}, "task": {"id": 312, "owner": {"id": 966}, "assignee": {"id": 1043}}, "job": {"id": 366, "assignee": {"id": 1178}}, "organization": {"id": 1231}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 4, "privilege": "worker"}, "organization": {"id": 172, "owner": {"id": 241}, "user": {"role": "maintainer"}}}, "resource": {"id": 340, "owner": {"id": 692}, "assignee": {"id": 553}, "project": {"id": 397, "owner": {"id": 796}, "assignee": {"id": 838}}, "task": {"id": 396, "owner": {"id": 986}, "assignee": {"id": 1095}}, "job": {"id": 374, "assignee": {"id": 1192}}, "organization": {"id": 1294}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 76, "privilege": "user"}, "organization": {"id": 139, "owner": {"id": 213}, "user": {"role": "maintainer"}}}, "resource": {"id": 391, "owner": {"id": 76}, "assignee": {"id": 560}, "project": {"id": 314, "owner": {"id": 784}, "assignee": {"id": 801}}, "task": {"id": 382, "owner": {"id": 936}, "assignee": {"id": 1065}}, "job": {"id": 338, "assignee": {"id": 1194}}, "organization": {"id": 1273}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 77, "privilege": "worker"}, "organization": {"id": 172, "owner": {"id": 210}, "user": {"role": "maintainer"}}}, "resource": {"id": 326, "owner": {"id": 684}, "assignee": {"id": 543}, "project": {"id": 349, "owner": {"id": 773}, "assignee": {"id": 859}}, "task": {"id": 341, "owner": {"id": 994}, "assignee": {"id": 1014}}, "job": {"id": 336, "assignee": {"id": 1130}}, "organization": {"id": 1237}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 60, "privilege": "user"}, "organization": {"id": 118, "owner": {"id": 271}, "user": {"role": "supervisor"}}}, "resource": {"id": 309, "owner": {"id": 60}, "assignee": {"id": 518}, "project": {"id": 330, "owner": {"id": 710}, "assignee": {"id": 839}}, "task": {"id": 367, "owner": {"id": 987}, "assignee": {"id": 1078}}, "job": {"id": 374, "assignee": {"id": 1122}}, "organization": {"id": 118}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 71, "privilege": "worker"}, "organization": {"id": 158, "owner": {"id": 201}, "user": {"role": "supervisor"}}}, "resource": {"id": 387, "owner": {"id": 623}, "assignee": {"id": 588}, "project": {"id": 395, "owner": {"id": 706}, "assignee": {"id": 895}}, "task": {"id": 348, "owner": {"id": 963}, "assignee": {"id": 1039}}, "job": {"id": 374, "assignee": {"id": 1153}}, "organization": {"id": 158}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 85, "privilege": "user"}, "organization": {"id": 159, "owner": {"id": 261}, "user": {"role": "supervisor"}}}, "resource": {"id": 383, "owner": {"id": 85}, "assignee": {"id": 560}, "project": {"id": 307, "owner": {"id": 797}, "assignee": {"id": 821}}, "task": {"id": 376, "owner": {"id": 998}, "assignee": {"id": 1003}}, "job": {"id": 395, "assignee": {"id": 1172}}, "organization": {"id": 159}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 57, "privilege": "worker"}, "organization": {"id": 110, "owner": {"id": 213}, "user": {"role": "supervisor"}}}, "resource": {"id": 323, "owner": {"id": 616}, "assignee": {"id": 516}, "project": {"id": 398, "owner": {"id": 708}, "assignee": {"id": 881}}, "task": {"id": 357, "owner": {"id": 915}, "assignee": {"id": 1014}}, "job": {"id": 375, "assignee": {"id": 1114}}, "organization": {"id": 110}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 29, "privilege": "user"}, "organization": {"id": 183, "owner": {"id": 290}, "user": {"role": "supervisor"}}}, "resource": {"id": 380, "owner": {"id": 29}, "assignee": {"id": 546}, "project": {"id": 361, "owner": {"id": 769}, "assignee": {"id": 876}}, "task": {"id": 306, "owner": {"id": 960}, "assignee": {"id": 1096}}, "job": {"id": 311, "assignee": {"id": 1120}}, "organization": {"id": 1233}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 19, "privilege": "worker"}, "organization": {"id": 119, "owner": {"id": 278}, "user": {"role": "supervisor"}}}, "resource": {"id": 384, "owner": {"id": 696}, "assignee": {"id": 579}, "project": {"id": 315, "owner": {"id": 717}, "assignee": {"id": 837}}, "task": {"id": 309, "owner": {"id": 929}, "assignee": {"id": 1008}}, "job": {"id": 357, "assignee": {"id": 1166}}, "organization": {"id": 1217}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 31, "privilege": "user"}, "organization": {"id": 140, "owner": {"id": 216}, "user": {"role": "supervisor"}}}, "resource": {"id": 317, "owner": {"id": 31}, "assignee": {"id": 512}, "project": {"id": 376, "owner": {"id": 797}, "assignee": {"id": 863}}, "task": {"id": 362, "owner": {"id": 934}, "assignee": {"id": 1096}}, "job": {"id": 397, "assignee": {"id": 1145}}, "organization": {"id": 1223}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 47, "privilege": "worker"}, "organization": {"id": 151, "owner": {"id": 289}, "user": {"role": "supervisor"}}}, "resource": {"id": 379, "owner": {"id": 690}, "assignee": {"id": 527}, "project": {"id": 370, "owner": {"id": 730}, "assignee": {"id": 825}}, "task": {"id": 396, "owner": {"id": 991}, "assignee": {"id": 1075}}, "job": {"id": 399, "assignee": {"id": 1171}}, "organization": {"id": 1255}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 88, "privilege": "user"}, "organization": {"id": 194, "owner": {"id": 284}, "user": {"role": "worker"}}}, "resource": {"id": 316, "owner": {"id": 88}, "assignee": {"id": 527}, "project": {"id": 312, "owner": {"id": 754}, "assignee": {"id": 845}}, "task": {"id": 333, "owner": {"id": 996}, "assignee": {"id": 1087}}, "job": {"id": 309, "assignee": {"id": 1105}}, "organization": {"id": 194}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 22, "privilege": "worker"}, "organization": {"id": 127, "owner": {"id": 256}, "user": {"role": "worker"}}}, "resource": {"id": 386, "owner": {"id": 606}, "assignee": {"id": 550}, "project": {"id": 353, "owner": {"id": 787}, "assignee": {"id": 859}}, "task": {"id": 374, "owner": {"id": 953}, "assignee": {"id": 1064}}, "job": {"id": 304, "assignee": {"id": 1167}}, "organization": {"id": 127}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 15, "privilege": "user"}, "organization": {"id": 137, "owner": {"id": 287}, "user": {"role": "worker"}}}, "resource": {"id": 376, "owner": {"id": 15}, "assignee": {"id": 565}, "project": {"id": 380, "owner": {"id": 770}, "assignee": {"id": 849}}, "task": {"id": 353, "owner": {"id": 967}, "assignee": {"id": 1092}}, "job": {"id": 353, "assignee": {"id": 1190}}, "organization": {"id": 137}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 46, "privilege": "worker"}, "organization": {"id": 180, "owner": {"id": 214}, "user": {"role": "worker"}}}, "resource": {"id": 359, "owner": {"id": 605}, "assignee": {"id": 563}, "project": {"id": 337, "owner": {"id": 779}, "assignee": {"id": 815}}, "task": {"id": 377, "owner": {"id": 913}, "assignee": {"id": 1001}}, "job": {"id": 333, "assignee": {"id": 1175}}, "organization": {"id": 180}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 7, "privilege": "user"}, "organization": {"id": 148, "owner": {"id": 276}, "user": {"role": "worker"}}}, "resource": {"id": 388, "owner": {"id": 7}, "assignee": {"id": 555}, "project": {"id": 339, "owner": {"id": 769}, "assignee": {"id": 870}}, "task": {"id": 335, "owner": {"id": 916}, "assignee": {"id": 1060}}, "job": {"id": 388, "assignee": {"id": 1194}}, "organization": {"id": 1268}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 30, "privilege": "worker"}, "organization": {"id": 165, "owner": {"id": 270}, "user": {"role": "worker"}}}, "resource": {"id": 375, "owner": {"id": 699}, "assignee": {"id": 562}, "project": {"id": 392, "owner": {"id": 712}, "assignee": {"id": 875}}, "task": {"id": 305, "owner": {"id": 958}, "assignee": {"id": 1094}}, "job": {"id": 314, "assignee": {"id": 1129}}, "organization": {"id": 1256}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 40, "privilege": "user"}, "organization": {"id": 120, "owner": {"id": 217}, "user": {"role": "worker"}}}, "resource": {"id": 305, "owner": {"id": 40}, "assignee": {"id": 519}, "project": {"id": 363, "owner": {"id": 796}, "assignee": {"id": 801}}, "task": {"id": 345, "owner": {"id": 908}, "assignee": {"id": 1069}}, "job": {"id": 373, "assignee": {"id": 1131}}, "organization": {"id": 1217}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 55, "privilege": "worker"}, "organization": {"id": 178, "owner": {"id": 249}, "user": {"role": "worker"}}}, "resource": {"id": 381, "owner": {"id": 621}, "assignee": {"id": 590}, "project": {"id": 303, "owner": {"id": 757}, "assignee": {"id": 898}}, "task": {"id": 326, "owner": {"id": 966}, "assignee": {"id": 1026}}, "job": {"id": 306, "assignee": {"id": 1143}}, "organization": {"id": 1259}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 57, "privilege": "user"}, "organization": {"id": 144, "owner": {"id": 237}, "user": {"role": null}}}, "resource": {"id": 359, "owner": {"id": 57}, "assignee": {"id": 550}, "project": {"id": 364, "owner": {"id": 709}, "assignee": {"id": 857}}, "task": {"id": 305, "owner": {"id": 901}, "assignee": {"id": 1088}}, "job": {"id": 380, "assignee": {"id": 1117}}, "organization": {"id": 144}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 46, "privilege": "worker"}, "organization": {"id": 126, "owner": {"id": 238}, "user": {"role": null}}}, "resource": {"id": 350, "owner": {"id": 600}, "assignee": {"id": 563}, "project": {"id": 368, "owner": {"id": 753}, "assignee": {"id": 830}}, "task": {"id": 339, "owner": {"id": 978}, "assignee": {"id": 1014}}, "job": {"id": 363, "assignee": {"id": 1104}}, "organization": {"id": 126}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 80, "privilege": "user"}, "organization": {"id": 198, "owner": {"id": 295}, "user": {"role": null}}}, "resource": {"id": 317, "owner": {"id": 80}, "assignee": {"id": 534}, "project": {"id": 367, "owner": {"id": 720}, "assignee": {"id": 849}}, "task": {"id": 324, "owner": {"id": 999}, "assignee": {"id": 1069}}, "job": {"id": 308, "assignee": {"id": 1136}}, "organization": {"id": 198}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 7, "privilege": "worker"}, "organization": {"id": 190, "owner": {"id": 230}, "user": {"role": null}}}, "resource": {"id": 342, "owner": {"id": 634}, "assignee": {"id": 562}, "project": {"id": 311, "owner": {"id": 780}, "assignee": {"id": 876}}, "task": {"id": 334, "owner": {"id": 921}, "assignee": {"id": 1071}}, "job": {"id": 399, "assignee": {"id": 1145}}, "organization": {"id": 190}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 84, "privilege": "user"}, "organization": {"id": 177, "owner": {"id": 240}, "user": {"role": null}}}, "resource": {"id": 353, "owner": {"id": 84}, "assignee": {"id": 578}, "project": {"id": 356, "owner": {"id": 723}, "assignee": {"id": 857}}, "task": {"id": 316, "owner": {"id": 907}, "assignee": {"id": 1047}}, "job": {"id": 320, "assignee": {"id": 1126}}, "organization": {"id": 1211}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 84, "privilege": "worker"}, "organization": {"id": 168, "owner": {"id": 209}, "user": {"role": null}}}, "resource": {"id": 389, "owner": {"id": 639}, "assignee": {"id": 569}, "project": {"id": 383, "owner": {"id": 749}, "assignee": {"id": 891}}, "task": {"id": 362, "owner": {"id": 911}, "assignee": {"id": 1007}}, "job": {"id": 391, "assignee": {"id": 1130}}, "organization": {"id": 1278}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 59, "privilege": "user"}, "organization": {"id": 138, "owner": {"id": 228}, "user": {"role": null}}}, "resource": {"id": 354, "owner": {"id": 59}, "assignee": {"id": 551}, "project": {"id": 328, "owner": {"id": 751}, "assignee": {"id": 864}}, "task": {"id": 369, "owner": {"id": 944}, "assignee": {"id": 1071}}, "job": {"id": 333, "assignee": {"id": 1133}}, "organization": {"id": 1221}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 4, "privilege": "worker"}, "organization": {"id": 121, "owner": {"id": 235}, "user": {"role": null}}}, "resource": {"id": 348, "owner": {"id": 634}, "assignee": {"id": 533}, "project": {"id": 360, "owner": {"id": 714}, "assignee": {"id": 861}}, "task": {"id": 340, "owner": {"id": 930}, "assignee": {"id": 1089}}, "job": {"id": 306, "assignee": {"id": 1136}}, "organization": {"id": 1288}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 96, "privilege": "worker"}, "organization": {"id": 147, "owner": {"id": 96}, "user": {"role": "owner"}}}, "resource": {"id": 348, "owner": {"id": 96}, "assignee": {"id": 509}, "project": {"id": 314, "owner": {"id": 779}, "assignee": {"id": 801}}, "task": {"id": 366, "owner": {"id": 949}, "assignee": {"id": 1015}}, "job": {"id": 313, "assignee": {"id": 1150}}, "organization": {"id": 147}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 23, "privilege": "none"}, "organization": {"id": 186, "owner": {"id": 23}, "user": {"role": "owner"}}}, "resource": {"id": 301, "owner": {"id": 636}, "assignee": {"id": 546}, "project": {"id": 337, "owner": {"id": 751}, "assignee": {"id": 817}}, "task": {"id": 379, "owner": {"id": 958}, "assignee": {"id": 1094}}, "job": {"id": 315, "assignee": {"id": 1165}}, "organization": {"id": 186}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 95, "privilege": "worker"}, "organization": {"id": 167, "owner": {"id": 95}, "user": {"role": "owner"}}}, "resource": {"id": 363, "owner": {"id": 95}, "assignee": {"id": 550}, "project": {"id": 312, "owner": {"id": 792}, "assignee": {"id": 864}}, "task": {"id": 308, "owner": {"id": 996}, "assignee": {"id": 1044}}, "job": {"id": 358, "assignee": {"id": 1146}}, "organization": {"id": 167}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 81, "privilege": "none"}, "organization": {"id": 116, "owner": {"id": 81}, "user": {"role": "owner"}}}, "resource": {"id": 334, "owner": {"id": 662}, "assignee": {"id": 555}, "project": {"id": 373, "owner": {"id": 726}, "assignee": {"id": 855}}, "task": {"id": 303, "owner": {"id": 913}, "assignee": {"id": 1033}}, "job": {"id": 311, "assignee": {"id": 1183}}, "organization": {"id": 116}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 11, "privilege": "worker"}, "organization": {"id": 107, "owner": {"id": 11}, "user": {"role": "owner"}}}, "resource": {"id": 305, "owner": {"id": 11}, "assignee": {"id": 500}, "project": {"id": 311, "owner": {"id": 713}, "assignee": {"id": 801}}, "task": {"id": 300, "owner": {"id": 970}, "assignee": {"id": 1039}}, "job": {"id": 320, "assignee": {"id": 1148}}, "organization": {"id": 1232}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 41, "privilege": "none"}, "organization": {"id": 170, "owner": {"id": 41}, "user": {"role": "owner"}}}, "resource": {"id": 344, "owner": {"id": 652}, "assignee": {"id": 583}, "project": {"id": 396, "owner": {"id": 728}, "assignee": {"id": 832}}, "task": {"id": 355, "owner": {"id": 949}, "assignee": {"id": 1070}}, "job": {"id": 329, "assignee": {"id": 1189}}, "organization": {"id": 1230}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 46, "privilege": "worker"}, "organization": {"id": 175, "owner": {"id": 46}, "user": {"role": "owner"}}}, "resource": {"id": 312, "owner": {"id": 46}, "assignee": {"id": 515}, "project": {"id": 392, "owner": {"id": 728}, "assignee": {"id": 827}}, "task": {"id": 348, "owner": {"id": 953}, "assignee": {"id": 1004}}, "job": {"id": 371, "assignee": {"id": 1136}}, "organization": {"id": 1257}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 15, "privilege": "none"}, "organization": {"id": 113, "owner": {"id": 15}, "user": {"role": "owner"}}}, "resource": {"id": 342, "owner": {"id": 649}, "assignee": {"id": 566}, "project": {"id": 386, "owner": {"id": 779}, "assignee": {"id": 880}}, "task": {"id": 352, "owner": {"id": 997}, "assignee": {"id": 1045}}, "job": {"id": 343, "assignee": {"id": 1187}}, "organization": {"id": 1282}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 12, "privilege": "worker"}, "organization": {"id": 157, "owner": {"id": 213}, "user": {"role": "maintainer"}}}, "resource": {"id": 357, "owner": {"id": 12}, "assignee": {"id": 521}, "project": {"id": 327, "owner": {"id": 707}, "assignee": {"id": 844}}, "task": {"id": 358, "owner": {"id": 996}, "assignee": {"id": 1038}}, "job": {"id": 382, "assignee": {"id": 1114}}, "organization": {"id": 157}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 12, "privilege": "none"}, "organization": {"id": 125, "owner": {"id": 233}, "user": {"role": "maintainer"}}}, "resource": {"id": 380, "owner": {"id": 671}, "assignee": {"id": 507}, "project": {"id": 302, "owner": {"id": 718}, "assignee": {"id": 860}}, "task": {"id": 345, "owner": {"id": 956}, "assignee": {"id": 1089}}, "job": {"id": 325, "assignee": {"id": 1135}}, "organization": {"id": 125}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 44, "privilege": "worker"}, "organization": {"id": 149, "owner": {"id": 209}, "user": {"role": "maintainer"}}}, "resource": {"id": 353, "owner": {"id": 44}, "assignee": {"id": 579}, "project": {"id": 321, "owner": {"id": 787}, "assignee": {"id": 823}}, "task": {"id": 372, "owner": {"id": 972}, "assignee": {"id": 1096}}, "job": {"id": 348, "assignee": {"id": 1131}}, "organization": {"id": 149}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 50, "privilege": "none"}, "organization": {"id": 135, "owner": {"id": 220}, "user": {"role": "maintainer"}}}, "resource": {"id": 329, "owner": {"id": 681}, "assignee": {"id": 547}, "project": {"id": 358, "owner": {"id": 709}, "assignee": {"id": 860}}, "task": {"id": 390, "owner": {"id": 942}, "assignee": {"id": 1051}}, "job": {"id": 380, "assignee": {"id": 1160}}, "organization": {"id": 135}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 44, "privilege": "worker"}, "organization": {"id": 150, "owner": {"id": 203}, "user": {"role": "maintainer"}}}, "resource": {"id": 341, "owner": {"id": 44}, "assignee": {"id": 536}, "project": {"id": 393, "owner": {"id": 759}, "assignee": {"id": 893}}, "task": {"id": 357, "owner": {"id": 916}, "assignee": {"id": 1090}}, "job": {"id": 324, "assignee": {"id": 1178}}, "organization": {"id": 1282}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 82, "privilege": "none"}, "organization": {"id": 163, "owner": {"id": 232}, "user": {"role": "maintainer"}}}, "resource": {"id": 330, "owner": {"id": 623}, "assignee": {"id": 581}, "project": {"id": 396, "owner": {"id": 773}, "assignee": {"id": 805}}, "task": {"id": 390, "owner": {"id": 940}, "assignee": {"id": 1042}}, "job": {"id": 332, "assignee": {"id": 1158}}, "organization": {"id": 1293}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 2, "privilege": "worker"}, "organization": {"id": 122, "owner": {"id": 271}, "user": {"role": "maintainer"}}}, "resource": {"id": 385, "owner": {"id": 2}, "assignee": {"id": 522}, "project": {"id": 377, "owner": {"id": 769}, "assignee": {"id": 862}}, "task": {"id": 316, "owner": {"id": 903}, "assignee": {"id": 1076}}, "job": {"id": 354, "assignee": {"id": 1114}}, "organization": {"id": 1258}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 37, "privilege": "none"}, "organization": {"id": 154, "owner": {"id": 205}, "user": {"role": "maintainer"}}}, "resource": {"id": 334, "owner": {"id": 626}, "assignee": {"id": 571}, "project": {"id": 300, "owner": {"id": 775}, "assignee": {"id": 802}}, "task": {"id": 368, "owner": {"id": 908}, "assignee": {"id": 1009}}, "job": {"id": 310, "assignee": {"id": 1106}}, "organization": {"id": 1257}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 49, "privilege": "worker"}, "organization": {"id": 180, "owner": {"id": 202}, "user": {"role": "supervisor"}}}, "resource": {"id": 320, "owner": {"id": 49}, "assignee": {"id": 500}, "project": {"id": 382, "owner": {"id": 780}, "assignee": {"id": 867}}, "task": {"id": 316, "owner": {"id": 903}, "assignee": {"id": 1051}}, "job": {"id": 386, "assignee": {"id": 1107}}, "organization": {"id": 180}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 41, "privilege": "none"}, "organization": {"id": 127, "owner": {"id": 231}, "user": {"role": "supervisor"}}}, "resource": {"id": 366, "owner": {"id": 662}, "assignee": {"id": 529}, "project": {"id": 316, "owner": {"id": 757}, "assignee": {"id": 862}}, "task": {"id": 329, "owner": {"id": 979}, "assignee": {"id": 1028}}, "job": {"id": 358, "assignee": {"id": 1199}}, "organization": {"id": 127}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 39, "privilege": "worker"}, "organization": {"id": 195, "owner": {"id": 297}, "user": {"role": "supervisor"}}}, "resource": {"id": 321, "owner": {"id": 39}, "assignee": {"id": 520}, "project": {"id": 342, "owner": {"id": 712}, "assignee": {"id": 895}}, "task": {"id": 371, "owner": {"id": 926}, "assignee": {"id": 1056}}, "job": {"id": 311, "assignee": {"id": 1196}}, "organization": {"id": 195}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 7, "privilege": "none"}, "organization": {"id": 171, "owner": {"id": 244}, "user": {"role": "supervisor"}}}, "resource": {"id": 361, "owner": {"id": 691}, "assignee": {"id": 515}, "project": {"id": 397, "owner": {"id": 725}, "assignee": {"id": 873}}, "task": {"id": 397, "owner": {"id": 994}, "assignee": {"id": 1080}}, "job": {"id": 391, "assignee": {"id": 1161}}, "organization": {"id": 171}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 51, "privilege": "worker"}, "organization": {"id": 125, "owner": {"id": 261}, "user": {"role": "supervisor"}}}, "resource": {"id": 331, "owner": {"id": 51}, "assignee": {"id": 517}, "project": {"id": 334, "owner": {"id": 794}, "assignee": {"id": 835}}, "task": {"id": 391, "owner": {"id": 925}, "assignee": {"id": 1088}}, "job": {"id": 363, "assignee": {"id": 1153}}, "organization": {"id": 1235}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 6, "privilege": "none"}, "organization": {"id": 112, "owner": {"id": 269}, "user": {"role": "supervisor"}}}, "resource": {"id": 395, "owner": {"id": 614}, "assignee": {"id": 568}, "project": {"id": 323, "owner": {"id": 776}, "assignee": {"id": 848}}, "task": {"id": 366, "owner": {"id": 962}, "assignee": {"id": 1069}}, "job": {"id": 320, "assignee": {"id": 1137}}, "organization": {"id": 1262}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 25, "privilege": "worker"}, "organization": {"id": 194, "owner": {"id": 232}, "user": {"role": "supervisor"}}}, "resource": {"id": 337, "owner": {"id": 25}, "assignee": {"id": 522}, "project": {"id": 312, "owner": {"id": 760}, "assignee": {"id": 867}}, "task": {"id": 314, "owner": {"id": 948}, "assignee": {"id": 1021}}, "job": {"id": 355, "assignee": {"id": 1111}}, "organization": {"id": 1201}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 4, "privilege": "none"}, "organization": {"id": 154, "owner": {"id": 272}, "user": {"role": "supervisor"}}}, "resource": {"id": 314, "owner": {"id": 690}, "assignee": {"id": 598}, "project": {"id": 369, "owner": {"id": 784}, "assignee": {"id": 801}}, "task": {"id": 367, "owner": {"id": 961}, "assignee": {"id": 1087}}, "job": {"id": 355, "assignee": {"id": 1137}}, "organization": {"id": 1258}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 57, "privilege": "worker"}, "organization": {"id": 156, "owner": {"id": 273}, "user": {"role": "worker"}}}, "resource": {"id": 383, "owner": {"id": 57}, "assignee": {"id": 535}, "project": {"id": 332, "owner": {"id": 790}, "assignee": {"id": 872}}, "task": {"id": 324, "owner": {"id": 992}, "assignee": {"id": 1001}}, "job": {"id": 365, "assignee": {"id": 1142}}, "organization": {"id": 156}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 95, "privilege": "none"}, "organization": {"id": 117, "owner": {"id": 248}, "user": {"role": "worker"}}}, "resource": {"id": 356, "owner": {"id": 632}, "assignee": {"id": 578}, "project": {"id": 342, "owner": {"id": 743}, "assignee": {"id": 892}}, "task": {"id": 319, "owner": {"id": 945}, "assignee": {"id": 1089}}, "job": {"id": 358, "assignee": {"id": 1189}}, "organization": {"id": 117}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 76, "privilege": "worker"}, "organization": {"id": 118, "owner": {"id": 219}, "user": {"role": "worker"}}}, "resource": {"id": 349, "owner": {"id": 76}, "assignee": {"id": 572}, "project": {"id": 336, "owner": {"id": 790}, "assignee": {"id": 834}}, "task": {"id": 303, "owner": {"id": 953}, "assignee": {"id": 1022}}, "job": {"id": 307, "assignee": {"id": 1115}}, "organization": {"id": 118}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 1, "privilege": "none"}, "organization": {"id": 173, "owner": {"id": 238}, "user": {"role": "worker"}}}, "resource": {"id": 374, "owner": {"id": 613}, "assignee": {"id": 511}, "project": {"id": 352, "owner": {"id": 789}, "assignee": {"id": 805}}, "task": {"id": 368, "owner": {"id": 930}, "assignee": {"id": 1004}}, "job": {"id": 348, "assignee": {"id": 1197}}, "organization": {"id": 173}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 91, "privilege": "worker"}, "organization": {"id": 192, "owner": {"id": 221}, "user": {"role": "worker"}}}, "resource": {"id": 394, "owner": {"id": 91}, "assignee": {"id": 559}, "project": {"id": 356, "owner": {"id": 781}, "assignee": {"id": 867}}, "task": {"id": 346, "owner": {"id": 943}, "assignee": {"id": 1010}}, "job": {"id": 328, "assignee": {"id": 1130}}, "organization": {"id": 1255}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 69, "privilege": "none"}, "organization": {"id": 192, "owner": {"id": 201}, "user": {"role": "worker"}}}, "resource": {"id": 335, "owner": {"id": 619}, "assignee": {"id": 529}, "project": {"id": 385, "owner": {"id": 714}, "assignee": {"id": 860}}, "task": {"id": 329, "owner": {"id": 934}, "assignee": {"id": 1045}}, "job": {"id": 362, "assignee": {"id": 1136}}, "organization": {"id": 1279}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 20, "privilege": "worker"}, "organization": {"id": 107, "owner": {"id": 252}, "user": {"role": "worker"}}}, "resource": {"id": 345, "owner": {"id": 20}, "assignee": {"id": 506}, "project": {"id": 342, "owner": {"id": 702}, "assignee": {"id": 888}}, "task": {"id": 351, "owner": {"id": 910}, "assignee": {"id": 1036}}, "job": {"id": 330, "assignee": {"id": 1156}}, "organization": {"id": 1247}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 61, "privilege": "none"}, "organization": {"id": 178, "owner": {"id": 297}, "user": {"role": "worker"}}}, "resource": {"id": 365, "owner": {"id": 606}, "assignee": {"id": 580}, "project": {"id": 353, "owner": {"id": 798}, "assignee": {"id": 862}}, "task": {"id": 378, "owner": {"id": 925}, "assignee": {"id": 1020}}, "job": {"id": 390, "assignee": {"id": 1161}}, "organization": {"id": 1201}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 64, "privilege": "worker"}, "organization": {"id": 132, "owner": {"id": 225}, "user": {"role": null}}}, "resource": {"id": 392, "owner": {"id": 64}, "assignee": {"id": 522}, "project": {"id": 329, "owner": {"id": 781}, "assignee": {"id": 820}}, "task": {"id": 336, "owner": {"id": 926}, "assignee": {"id": 1068}}, "job": {"id": 324, "assignee": {"id": 1143}}, "organization": {"id": 132}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 53, "privilege": "none"}, "organization": {"id": 128, "owner": {"id": 262}, "user": {"role": null}}}, "resource": {"id": 379, "owner": {"id": 674}, "assignee": {"id": 566}, "project": {"id": 300, "owner": {"id": 770}, "assignee": {"id": 887}}, "task": {"id": 370, "owner": {"id": 929}, "assignee": {"id": 1008}}, "job": {"id": 396, "assignee": {"id": 1138}}, "organization": {"id": 128}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 54, "privilege": "worker"}, "organization": {"id": 182, "owner": {"id": 286}, "user": {"role": null}}}, "resource": {"id": 305, "owner": {"id": 54}, "assignee": {"id": 579}, "project": {"id": 351, "owner": {"id": 747}, "assignee": {"id": 877}}, "task": {"id": 347, "owner": {"id": 983}, "assignee": {"id": 1061}}, "job": {"id": 364, "assignee": {"id": 1165}}, "organization": {"id": 182}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 98, "privilege": "none"}, "organization": {"id": 194, "owner": {"id": 244}, "user": {"role": null}}}, "resource": {"id": 370, "owner": {"id": 618}, "assignee": {"id": 589}, "project": {"id": 384, "owner": {"id": 783}, "assignee": {"id": 820}}, "task": {"id": 357, "owner": {"id": 903}, "assignee": {"id": 1080}}, "job": {"id": 374, "assignee": {"id": 1169}}, "organization": {"id": 194}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 51, "privilege": "worker"}, "organization": {"id": 115, "owner": {"id": 268}, "user": {"role": null}}}, "resource": {"id": 372, "owner": {"id": 51}, "assignee": {"id": 505}, "project": {"id": 318, "owner": {"id": 704}, "assignee": {"id": 810}}, "task": {"id": 350, "owner": {"id": 985}, "assignee": {"id": 1085}}, "job": {"id": 327, "assignee": {"id": 1132}}, "organization": {"id": 1254}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 5, "privilege": "none"}, "organization": {"id": 190, "owner": {"id": 281}, "user": {"role": null}}}, "resource": {"id": 396, "owner": {"id": 615}, "assignee": {"id": 527}, "project": {"id": 328, "owner": {"id": 730}, "assignee": {"id": 832}}, "task": {"id": 336, "owner": {"id": 912}, "assignee": {"id": 1038}}, "job": {"id": 393, "assignee": {"id": 1173}}, "organization": {"id": 1265}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 14, "privilege": "worker"}, "organization": {"id": 179, "owner": {"id": 262}, "user": {"role": null}}}, "resource": {"id": 370, "owner": {"id": 14}, "assignee": {"id": 578}, "project": {"id": 323, "owner": {"id": 717}, "assignee": {"id": 815}}, "task": {"id": 337, "owner": {"id": 909}, "assignee": {"id": 1094}}, "job": {"id": 321, "assignee": {"id": 1123}}, "organization": {"id": 1276}}} +test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "create@job", "auth": {"user": {"id": 17, "privilege": "none"}, "organization": {"id": 155, "owner": {"id": 244}, "user": {"role": null}}}, "resource": {"id": 330, "owner": {"id": 606}, "assignee": {"id": 597}, "project": {"id": 356, "owner": {"id": 784}, "assignee": {"id": 856}}, "task": {"id": 323, "owner": {"id": 938}, "assignee": {"id": 1050}}, "job": {"id": 369, "assignee": {"id": 1177}}, "organization": {"id": 1263}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 34, "privilege": "none"}, "organization": {"id": 171, "owner": {"id": 34}, "user": {"role": "owner"}}}, "resource": {"id": 306, "owner": {"id": 34}, "assignee": {"id": 527}, "project": {"id": 360, "owner": {"id": 755}, "assignee": {"id": 812}}, "task": {"id": 399, "owner": {"id": 977}, "assignee": {"id": 1086}}, "job": {"id": 302, "assignee": {"id": 1110}}, "organization": {"id": 171}}} +test_scope_UPDATE_context_SANDBOX_ownership_PROJECT_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 28, "privilege": "admin"}, "organization": null}, "resource": {"id": 331, "owner": {"id": 666}, "assignee": {"id": 598}, "project": {"id": 302, "owner": {"id": 28}, "assignee": {"id": 848}}, "task": {"id": 348, "owner": {"id": 987}, "assignee": {"id": 1033}}, "job": {"id": 385, "assignee": {"id": 1139}}, "organization": {"id": 1207}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 3, "privilege": "none"}, "organization": {"id": 108, "owner": {"id": 3}, "user": {"role": "owner"}}}, "resource": {"id": 358, "owner": {"id": 3}, "assignee": {"id": 571}, "project": {"id": 324, "owner": {"id": 799}, "assignee": {"id": 807}}, "task": {"id": 327, "owner": {"id": 920}, "assignee": {"id": 1097}}, "job": {"id": 323, "assignee": {"id": 1120}}, "organization": {"id": 108}}} +test_scope_UPDATE_context_SANDBOX_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 89, "privilege": "business"}, "organization": null}, "resource": {"id": 331, "owner": {"id": 601}, "assignee": {"id": 546}, "project": {"id": 300, "owner": {"id": 89}, "assignee": {"id": 859}}, "task": {"id": 328, "owner": {"id": 941}, "assignee": {"id": 1016}}, "job": {"id": 372, "assignee": {"id": 1115}}, "organization": {"id": 1254}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 9, "privilege": "none"}, "organization": {"id": 143, "owner": {"id": 9}, "user": {"role": "owner"}}}, "resource": {"id": 387, "owner": {"id": 9}, "assignee": {"id": 561}, "project": {"id": 322, "owner": {"id": 751}, "assignee": {"id": 891}}, "task": {"id": 319, "owner": {"id": 947}, "assignee": {"id": 1081}}, "job": {"id": 327, "assignee": {"id": 1107}}, "organization": {"id": 1276}}} +test_scope_UPDATE_context_SANDBOX_ownership_PROJECT_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 6, "privilege": "user"}, "organization": null}, "resource": {"id": 322, "owner": {"id": 684}, "assignee": {"id": 505}, "project": {"id": 379, "owner": {"id": 6}, "assignee": {"id": 848}}, "task": {"id": 369, "owner": {"id": 961}, "assignee": {"id": 1049}}, "job": {"id": 365, "assignee": {"id": 1111}}, "organization": {"id": 1240}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 84, "privilege": "none"}, "organization": {"id": 149, "owner": {"id": 84}, "user": {"role": "owner"}}}, "resource": {"id": 321, "owner": {"id": 84}, "assignee": {"id": 587}, "project": {"id": 356, "owner": {"id": 774}, "assignee": {"id": 828}}, "task": {"id": 322, "owner": {"id": 981}, "assignee": {"id": 1000}}, "job": {"id": 388, "assignee": {"id": 1137}}, "organization": {"id": 1213}}} +test_scope_UPDATE_context_SANDBOX_ownership_PROJECT_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 4, "privilege": "worker"}, "organization": null}, "resource": {"id": 310, "owner": {"id": 648}, "assignee": {"id": 581}, "project": {"id": 386, "owner": {"id": 4}, "assignee": {"id": 896}}, "task": {"id": 354, "owner": {"id": 981}, "assignee": {"id": 1072}}, "job": {"id": 326, "assignee": {"id": 1193}}, "organization": {"id": 1238}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 4, "privilege": "none"}, "organization": {"id": 153, "owner": {"id": 224}, "user": {"role": "maintainer"}}}, "resource": {"id": 375, "owner": {"id": 4}, "assignee": {"id": 554}, "project": {"id": 307, "owner": {"id": 727}, "assignee": {"id": 889}}, "task": {"id": 345, "owner": {"id": 956}, "assignee": {"id": 1014}}, "job": {"id": 349, "assignee": {"id": 1183}}, "organization": {"id": 153}}} +test_scope_UPDATE_context_SANDBOX_ownership_PROJECT_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 49, "privilege": "none"}, "organization": null}, "resource": {"id": 333, "owner": {"id": 612}, "assignee": {"id": 512}, "project": {"id": 373, "owner": {"id": 49}, "assignee": {"id": 825}}, "task": {"id": 315, "owner": {"id": 940}, "assignee": {"id": 1066}}, "job": {"id": 351, "assignee": {"id": 1130}}, "organization": {"id": 1247}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 83, "privilege": "none"}, "organization": {"id": 180, "owner": {"id": 226}, "user": {"role": "maintainer"}}}, "resource": {"id": 324, "owner": {"id": 83}, "assignee": {"id": 503}, "project": {"id": 382, "owner": {"id": 786}, "assignee": {"id": 882}}, "task": {"id": 397, "owner": {"id": 940}, "assignee": {"id": 1003}}, "job": {"id": 383, "assignee": {"id": 1191}}, "organization": {"id": 180}}} +test_scope_UPDATE_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 33, "privilege": "admin"}, "organization": null}, "resource": {"id": 350, "owner": {"id": 689}, "assignee": {"id": 588}, "project": {"id": 339, "owner": {"id": 735}, "assignee": {"id": 33}}, "task": {"id": 368, "owner": {"id": 954}, "assignee": {"id": 1042}}, "job": {"id": 385, "assignee": {"id": 1152}}, "organization": {"id": 1217}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 73, "privilege": "none"}, "organization": {"id": 148, "owner": {"id": 220}, "user": {"role": "maintainer"}}}, "resource": {"id": 340, "owner": {"id": 73}, "assignee": {"id": 506}, "project": {"id": 323, "owner": {"id": 727}, "assignee": {"id": 800}}, "task": {"id": 398, "owner": {"id": 927}, "assignee": {"id": 1095}}, "job": {"id": 340, "assignee": {"id": 1170}}, "organization": {"id": 1242}}} +test_scope_UPDATE_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 30, "privilege": "business"}, "organization": null}, "resource": {"id": 302, "owner": {"id": 641}, "assignee": {"id": 519}, "project": {"id": 313, "owner": {"id": 784}, "assignee": {"id": 30}}, "task": {"id": 388, "owner": {"id": 932}, "assignee": {"id": 1049}}, "job": {"id": 309, "assignee": {"id": 1117}}, "organization": {"id": 1296}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 66, "privilege": "none"}, "organization": {"id": 187, "owner": {"id": 237}, "user": {"role": "maintainer"}}}, "resource": {"id": 318, "owner": {"id": 66}, "assignee": {"id": 594}, "project": {"id": 319, "owner": {"id": 792}, "assignee": {"id": 879}}, "task": {"id": 334, "owner": {"id": 972}, "assignee": {"id": 1063}}, "job": {"id": 329, "assignee": {"id": 1160}}, "organization": {"id": 1256}}} +test_scope_UPDATE_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 87, "privilege": "user"}, "organization": null}, "resource": {"id": 372, "owner": {"id": 632}, "assignee": {"id": 549}, "project": {"id": 324, "owner": {"id": 723}, "assignee": {"id": 87}}, "task": {"id": 385, "owner": {"id": 971}, "assignee": {"id": 1007}}, "job": {"id": 348, "assignee": {"id": 1195}}, "organization": {"id": 1265}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 43, "privilege": "none"}, "organization": {"id": 138, "owner": {"id": 244}, "user": {"role": "supervisor"}}}, "resource": {"id": 317, "owner": {"id": 43}, "assignee": {"id": 588}, "project": {"id": 307, "owner": {"id": 730}, "assignee": {"id": 860}}, "task": {"id": 379, "owner": {"id": 947}, "assignee": {"id": 1061}}, "job": {"id": 352, "assignee": {"id": 1118}}, "organization": {"id": 138}}} +test_scope_UPDATE_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 61, "privilege": "worker"}, "organization": null}, "resource": {"id": 323, "owner": {"id": 627}, "assignee": {"id": 561}, "project": {"id": 370, "owner": {"id": 799}, "assignee": {"id": 61}}, "task": {"id": 328, "owner": {"id": 912}, "assignee": {"id": 1069}}, "job": {"id": 323, "assignee": {"id": 1148}}, "organization": {"id": 1278}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 20, "privilege": "none"}, "organization": {"id": 191, "owner": {"id": 281}, "user": {"role": "supervisor"}}}, "resource": {"id": 381, "owner": {"id": 20}, "assignee": {"id": 572}, "project": {"id": 328, "owner": {"id": 768}, "assignee": {"id": 880}}, "task": {"id": 339, "owner": {"id": 908}, "assignee": {"id": 1039}}, "job": {"id": 328, "assignee": {"id": 1110}}, "organization": {"id": 191}}} +test_scope_UPDATE_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 0, "privilege": "none"}, "organization": null}, "resource": {"id": 300, "owner": {"id": 669}, "assignee": {"id": 529}, "project": {"id": 305, "owner": {"id": 726}, "assignee": {"id": 0}}, "task": {"id": 346, "owner": {"id": 950}, "assignee": {"id": 1021}}, "job": {"id": 309, "assignee": {"id": 1120}}, "organization": {"id": 1208}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 35, "privilege": "none"}, "organization": {"id": 178, "owner": {"id": 228}, "user": {"role": "supervisor"}}}, "resource": {"id": 339, "owner": {"id": 35}, "assignee": {"id": 546}, "project": {"id": 392, "owner": {"id": 707}, "assignee": {"id": 811}}, "task": {"id": 377, "owner": {"id": 945}, "assignee": {"id": 1019}}, "job": {"id": 319, "assignee": {"id": 1112}}, "organization": {"id": 1267}}} +test_scope_UPDATE_context_SANDBOX_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 36, "privilege": "admin"}, "organization": null}, "resource": {"id": 306, "owner": {"id": 651}, "assignee": {"id": 558}, "project": {"id": 342, "owner": {"id": 793}, "assignee": {"id": 803}}, "task": {"id": 388, "owner": {"id": 36}, "assignee": {"id": 1025}}, "job": {"id": 385, "assignee": {"id": 1137}}, "organization": {"id": 1214}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 65, "privilege": "none"}, "organization": {"id": 166, "owner": {"id": 212}, "user": {"role": "supervisor"}}}, "resource": {"id": 331, "owner": {"id": 65}, "assignee": {"id": 571}, "project": {"id": 342, "owner": {"id": 788}, "assignee": {"id": 854}}, "task": {"id": 322, "owner": {"id": 955}, "assignee": {"id": 1085}}, "job": {"id": 356, "assignee": {"id": 1140}}, "organization": {"id": 1241}}} +test_scope_UPDATE_context_SANDBOX_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 96, "privilege": "admin"}, "organization": null}, "resource": {"id": 346, "owner": {"id": 618}, "assignee": {"id": 516}, "project": {"id": 312, "owner": {"id": 755}, "assignee": {"id": 870}}, "task": {"id": 356, "owner": {"id": 96}, "assignee": {"id": 1087}}, "job": {"id": 355, "assignee": {"id": 1188}}, "organization": {"id": 1230}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 68, "privilege": "none"}, "organization": {"id": 167, "owner": {"id": 213}, "user": {"role": "worker"}}}, "resource": {"id": 321, "owner": {"id": 68}, "assignee": {"id": 580}, "project": {"id": 329, "owner": {"id": 717}, "assignee": {"id": 835}}, "task": {"id": 303, "owner": {"id": 934}, "assignee": {"id": 1033}}, "job": {"id": 376, "assignee": {"id": 1101}}, "organization": {"id": 167}}} +test_scope_UPDATE_context_SANDBOX_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 51, "privilege": "business"}, "organization": null}, "resource": {"id": 317, "owner": {"id": 694}, "assignee": {"id": 572}, "project": {"id": 327, "owner": {"id": 719}, "assignee": {"id": 858}}, "task": {"id": 395, "owner": {"id": 51}, "assignee": {"id": 1069}}, "job": {"id": 317, "assignee": {"id": 1122}}, "organization": {"id": 1221}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 83, "privilege": "none"}, "organization": {"id": 188, "owner": {"id": 265}, "user": {"role": "worker"}}}, "resource": {"id": 351, "owner": {"id": 83}, "assignee": {"id": 530}, "project": {"id": 346, "owner": {"id": 797}, "assignee": {"id": 889}}, "task": {"id": 393, "owner": {"id": 944}, "assignee": {"id": 1095}}, "job": {"id": 308, "assignee": {"id": 1128}}, "organization": {"id": 188}}} +test_scope_UPDATE_context_SANDBOX_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 29, "privilege": "business"}, "organization": null}, "resource": {"id": 373, "owner": {"id": 659}, "assignee": {"id": 570}, "project": {"id": 301, "owner": {"id": 706}, "assignee": {"id": 825}}, "task": {"id": 384, "owner": {"id": 29}, "assignee": {"id": 1043}}, "job": {"id": 374, "assignee": {"id": 1163}}, "organization": {"id": 1219}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 31, "privilege": "none"}, "organization": {"id": 149, "owner": {"id": 228}, "user": {"role": "worker"}}}, "resource": {"id": 313, "owner": {"id": 31}, "assignee": {"id": 568}, "project": {"id": 353, "owner": {"id": 787}, "assignee": {"id": 830}}, "task": {"id": 316, "owner": {"id": 955}, "assignee": {"id": 1079}}, "job": {"id": 331, "assignee": {"id": 1169}}, "organization": {"id": 1254}}} +test_scope_UPDATE_context_SANDBOX_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 62, "privilege": "user"}, "organization": null}, "resource": {"id": 346, "owner": {"id": 688}, "assignee": {"id": 508}, "project": {"id": 372, "owner": {"id": 798}, "assignee": {"id": 863}}, "task": {"id": 334, "owner": {"id": 62}, "assignee": {"id": 1071}}, "job": {"id": 386, "assignee": {"id": 1152}}, "organization": {"id": 1221}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 74, "privilege": "none"}, "organization": {"id": 175, "owner": {"id": 267}, "user": {"role": "worker"}}}, "resource": {"id": 380, "owner": {"id": 74}, "assignee": {"id": 521}, "project": {"id": 310, "owner": {"id": 711}, "assignee": {"id": 812}}, "task": {"id": 343, "owner": {"id": 903}, "assignee": {"id": 1078}}, "job": {"id": 346, "assignee": {"id": 1197}}, "organization": {"id": 1257}}} +test_scope_UPDATE_context_SANDBOX_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 10, "privilege": "user"}, "organization": null}, "resource": {"id": 309, "owner": {"id": 623}, "assignee": {"id": 578}, "project": {"id": 395, "owner": {"id": 775}, "assignee": {"id": 895}}, "task": {"id": 350, "owner": {"id": 10}, "assignee": {"id": 1063}}, "job": {"id": 363, "assignee": {"id": 1181}}, "organization": {"id": 1202}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 30, "privilege": "none"}, "organization": {"id": 174, "owner": {"id": 205}, "user": {"role": null}}}, "resource": {"id": 328, "owner": {"id": 30}, "assignee": {"id": 513}, "project": {"id": 390, "owner": {"id": 703}, "assignee": {"id": 850}}, "task": {"id": 357, "owner": {"id": 943}, "assignee": {"id": 1048}}, "job": {"id": 302, "assignee": {"id": 1104}}, "organization": {"id": 174}}} +test_scope_UPDATE_context_SANDBOX_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 14, "privilege": "worker"}, "organization": null}, "resource": {"id": 305, "owner": {"id": 663}, "assignee": {"id": 578}, "project": {"id": 344, "owner": {"id": 719}, "assignee": {"id": 803}}, "task": {"id": 351, "owner": {"id": 14}, "assignee": {"id": 1000}}, "job": {"id": 354, "assignee": {"id": 1189}}, "organization": {"id": 1221}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 28, "privilege": "none"}, "organization": {"id": 142, "owner": {"id": 271}, "user": {"role": null}}}, "resource": {"id": 347, "owner": {"id": 28}, "assignee": {"id": 513}, "project": {"id": 330, "owner": {"id": 792}, "assignee": {"id": 806}}, "task": {"id": 325, "owner": {"id": 905}, "assignee": {"id": 1035}}, "job": {"id": 325, "assignee": {"id": 1177}}, "organization": {"id": 142}}} +test_scope_UPDATE_context_SANDBOX_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 2, "privilege": "worker"}, "organization": null}, "resource": {"id": 395, "owner": {"id": 637}, "assignee": {"id": 504}, "project": {"id": 379, "owner": {"id": 724}, "assignee": {"id": 899}}, "task": {"id": 377, "owner": {"id": 2}, "assignee": {"id": 1074}}, "job": {"id": 357, "assignee": {"id": 1189}}, "organization": {"id": 1235}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 44, "privilege": "none"}, "organization": {"id": 125, "owner": {"id": 226}, "user": {"role": null}}}, "resource": {"id": 314, "owner": {"id": 44}, "assignee": {"id": 531}, "project": {"id": 383, "owner": {"id": 744}, "assignee": {"id": 800}}, "task": {"id": 300, "owner": {"id": 942}, "assignee": {"id": 1098}}, "job": {"id": 342, "assignee": {"id": 1128}}, "organization": {"id": 1256}}} +test_scope_UPDATE_context_SANDBOX_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 35, "privilege": "none"}, "organization": null}, "resource": {"id": 345, "owner": {"id": 684}, "assignee": {"id": 587}, "project": {"id": 319, "owner": {"id": 765}, "assignee": {"id": 814}}, "task": {"id": 390, "owner": {"id": 35}, "assignee": {"id": 1038}}, "job": {"id": 319, "assignee": {"id": 1128}}, "organization": {"id": 1279}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 96, "privilege": "none"}, "organization": {"id": 167, "owner": {"id": 295}, "user": {"role": null}}}, "resource": {"id": 348, "owner": {"id": 96}, "assignee": {"id": 510}, "project": {"id": 318, "owner": {"id": 757}, "assignee": {"id": 876}}, "task": {"id": 381, "owner": {"id": 945}, "assignee": {"id": 1033}}, "job": {"id": 352, "assignee": {"id": 1109}}, "organization": {"id": 1219}}} +test_scope_UPDATE_context_SANDBOX_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 79, "privilege": "none"}, "organization": null}, "resource": {"id": 320, "owner": {"id": 693}, "assignee": {"id": 574}, "project": {"id": 389, "owner": {"id": 721}, "assignee": {"id": 870}}, "task": {"id": 340, "owner": {"id": 79}, "assignee": {"id": 1095}}, "job": {"id": 341, "assignee": {"id": 1109}}, "organization": {"id": 1229}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 86, "privilege": "admin"}, "organization": {"id": 158, "owner": {"id": 86}, "user": {"role": "owner"}}}, "resource": {"id": 313, "owner": {"id": 699}, "assignee": {"id": 86}, "project": {"id": 337, "owner": {"id": 773}, "assignee": {"id": 803}}, "task": {"id": 364, "owner": {"id": 996}, "assignee": {"id": 1070}}, "job": {"id": 376, "assignee": {"id": 1122}}, "organization": {"id": 158}}} +test_scope_UPDATE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 91, "privilege": "admin"}, "organization": null}, "resource": {"id": 373, "owner": {"id": 638}, "assignee": {"id": 574}, "project": {"id": 314, "owner": {"id": 792}, "assignee": {"id": 870}}, "task": {"id": 367, "owner": {"id": 905}, "assignee": {"id": 91}}, "job": {"id": 331, "assignee": {"id": 1188}}, "organization": {"id": 1250}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 98, "privilege": "admin"}, "organization": {"id": 143, "owner": {"id": 98}, "user": {"role": "owner"}}}, "resource": {"id": 378, "owner": {"id": 670}, "assignee": {"id": 98}, "project": {"id": 353, "owner": {"id": 724}, "assignee": {"id": 803}}, "task": {"id": 333, "owner": {"id": 997}, "assignee": {"id": 1084}}, "job": {"id": 302, "assignee": {"id": 1133}}, "organization": {"id": 143}}} +test_scope_UPDATE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 37, "privilege": "admin"}, "organization": null}, "resource": {"id": 395, "owner": {"id": 662}, "assignee": {"id": 592}, "project": {"id": 307, "owner": {"id": 746}, "assignee": {"id": 826}}, "task": {"id": 313, "owner": {"id": 923}, "assignee": {"id": 37}}, "job": {"id": 368, "assignee": {"id": 1199}}, "organization": {"id": 1294}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 73, "privilege": "admin"}, "organization": {"id": 171, "owner": {"id": 73}, "user": {"role": "owner"}}}, "resource": {"id": 347, "owner": {"id": 688}, "assignee": {"id": 73}, "project": {"id": 326, "owner": {"id": 763}, "assignee": {"id": 802}}, "task": {"id": 343, "owner": {"id": 924}, "assignee": {"id": 1090}}, "job": {"id": 372, "assignee": {"id": 1150}}, "organization": {"id": 1223}}} +test_scope_UPDATE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 38, "privilege": "business"}, "organization": null}, "resource": {"id": 304, "owner": {"id": 629}, "assignee": {"id": 512}, "project": {"id": 369, "owner": {"id": 746}, "assignee": {"id": 876}}, "task": {"id": 317, "owner": {"id": 919}, "assignee": {"id": 38}}, "job": {"id": 394, "assignee": {"id": 1160}}, "organization": {"id": 1263}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 11, "privilege": "admin"}, "organization": {"id": 147, "owner": {"id": 11}, "user": {"role": "owner"}}}, "resource": {"id": 332, "owner": {"id": 698}, "assignee": {"id": 11}, "project": {"id": 303, "owner": {"id": 723}, "assignee": {"id": 851}}, "task": {"id": 368, "owner": {"id": 941}, "assignee": {"id": 1037}}, "job": {"id": 399, "assignee": {"id": 1132}}, "organization": {"id": 1247}}} +test_scope_UPDATE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 22, "privilege": "business"}, "organization": null}, "resource": {"id": 332, "owner": {"id": 628}, "assignee": {"id": 578}, "project": {"id": 367, "owner": {"id": 781}, "assignee": {"id": 851}}, "task": {"id": 358, "owner": {"id": 961}, "assignee": {"id": 22}}, "job": {"id": 384, "assignee": {"id": 1142}}, "organization": {"id": 1260}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 72, "privilege": "admin"}, "organization": {"id": 125, "owner": {"id": 253}, "user": {"role": "maintainer"}}}, "resource": {"id": 305, "owner": {"id": 684}, "assignee": {"id": 72}, "project": {"id": 370, "owner": {"id": 769}, "assignee": {"id": 884}}, "task": {"id": 399, "owner": {"id": 987}, "assignee": {"id": 1095}}, "job": {"id": 344, "assignee": {"id": 1107}}, "organization": {"id": 125}}} +test_scope_UPDATE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 15, "privilege": "user"}, "organization": null}, "resource": {"id": 317, "owner": {"id": 627}, "assignee": {"id": 535}, "project": {"id": 388, "owner": {"id": 772}, "assignee": {"id": 848}}, "task": {"id": 337, "owner": {"id": 909}, "assignee": {"id": 15}}, "job": {"id": 350, "assignee": {"id": 1183}}, "organization": {"id": 1231}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 86, "privilege": "admin"}, "organization": {"id": 145, "owner": {"id": 255}, "user": {"role": "maintainer"}}}, "resource": {"id": 302, "owner": {"id": 645}, "assignee": {"id": 86}, "project": {"id": 338, "owner": {"id": 742}, "assignee": {"id": 874}}, "task": {"id": 308, "owner": {"id": 988}, "assignee": {"id": 1057}}, "job": {"id": 341, "assignee": {"id": 1144}}, "organization": {"id": 145}}} +test_scope_UPDATE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 43, "privilege": "user"}, "organization": null}, "resource": {"id": 319, "owner": {"id": 661}, "assignee": {"id": 571}, "project": {"id": 313, "owner": {"id": 745}, "assignee": {"id": 850}}, "task": {"id": 333, "owner": {"id": 991}, "assignee": {"id": 43}}, "job": {"id": 309, "assignee": {"id": 1173}}, "organization": {"id": 1231}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 26, "privilege": "admin"}, "organization": {"id": 116, "owner": {"id": 285}, "user": {"role": "maintainer"}}}, "resource": {"id": 306, "owner": {"id": 645}, "assignee": {"id": 26}, "project": {"id": 312, "owner": {"id": 780}, "assignee": {"id": 846}}, "task": {"id": 364, "owner": {"id": 986}, "assignee": {"id": 1095}}, "job": {"id": 303, "assignee": {"id": 1152}}, "organization": {"id": 1238}}} +test_scope_UPDATE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 21, "privilege": "worker"}, "organization": null}, "resource": {"id": 337, "owner": {"id": 673}, "assignee": {"id": 508}, "project": {"id": 398, "owner": {"id": 798}, "assignee": {"id": 842}}, "task": {"id": 376, "owner": {"id": 930}, "assignee": {"id": 21}}, "job": {"id": 338, "assignee": {"id": 1116}}, "organization": {"id": 1288}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 2, "privilege": "admin"}, "organization": {"id": 133, "owner": {"id": 241}, "user": {"role": "maintainer"}}}, "resource": {"id": 301, "owner": {"id": 690}, "assignee": {"id": 2}, "project": {"id": 310, "owner": {"id": 766}, "assignee": {"id": 803}}, "task": {"id": 373, "owner": {"id": 957}, "assignee": {"id": 1061}}, "job": {"id": 362, "assignee": {"id": 1170}}, "organization": {"id": 1281}}} +test_scope_UPDATE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 54, "privilege": "worker"}, "organization": null}, "resource": {"id": 324, "owner": {"id": 612}, "assignee": {"id": 541}, "project": {"id": 348, "owner": {"id": 760}, "assignee": {"id": 874}}, "task": {"id": 336, "owner": {"id": 925}, "assignee": {"id": 54}}, "job": {"id": 369, "assignee": {"id": 1117}}, "organization": {"id": 1213}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 57, "privilege": "admin"}, "organization": {"id": 132, "owner": {"id": 204}, "user": {"role": "supervisor"}}}, "resource": {"id": 344, "owner": {"id": 635}, "assignee": {"id": 57}, "project": {"id": 328, "owner": {"id": 747}, "assignee": {"id": 868}}, "task": {"id": 349, "owner": {"id": 961}, "assignee": {"id": 1030}}, "job": {"id": 382, "assignee": {"id": 1129}}, "organization": {"id": 132}}} +test_scope_UPDATE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 76, "privilege": "none"}, "organization": null}, "resource": {"id": 359, "owner": {"id": 683}, "assignee": {"id": 545}, "project": {"id": 345, "owner": {"id": 738}, "assignee": {"id": 810}}, "task": {"id": 308, "owner": {"id": 977}, "assignee": {"id": 76}}, "job": {"id": 362, "assignee": {"id": 1128}}, "organization": {"id": 1274}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 57, "privilege": "admin"}, "organization": {"id": 187, "owner": {"id": 242}, "user": {"role": "supervisor"}}}, "resource": {"id": 387, "owner": {"id": 632}, "assignee": {"id": 57}, "project": {"id": 352, "owner": {"id": 780}, "assignee": {"id": 869}}, "task": {"id": 340, "owner": {"id": 948}, "assignee": {"id": 1060}}, "job": {"id": 307, "assignee": {"id": 1138}}, "organization": {"id": 187}}} +test_scope_UPDATE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 81, "privilege": "none"}, "organization": null}, "resource": {"id": 385, "owner": {"id": 680}, "assignee": {"id": 573}, "project": {"id": 377, "owner": {"id": 717}, "assignee": {"id": 857}}, "task": {"id": 314, "owner": {"id": 916}, "assignee": {"id": 81}}, "job": {"id": 342, "assignee": {"id": 1114}}, "organization": {"id": 1200}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 52, "privilege": "admin"}, "organization": {"id": 166, "owner": {"id": 208}, "user": {"role": "supervisor"}}}, "resource": {"id": 352, "owner": {"id": 678}, "assignee": {"id": 52}, "project": {"id": 340, "owner": {"id": 768}, "assignee": {"id": 825}}, "task": {"id": 328, "owner": {"id": 961}, "assignee": {"id": 1035}}, "job": {"id": 335, "assignee": {"id": 1102}}, "organization": {"id": 1260}}} +test_scope_UPDATE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 75, "privilege": "admin"}, "organization": null}, "resource": {"id": 384, "owner": {"id": 610}, "assignee": {"id": 572}, "project": {"id": 332, "owner": {"id": 703}, "assignee": {"id": 858}}, "task": {"id": 314, "owner": {"id": 960}, "assignee": {"id": 1039}}, "job": {"id": 399, "assignee": {"id": 75}}, "organization": {"id": 1278}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 85, "privilege": "admin"}, "organization": {"id": 151, "owner": {"id": 277}, "user": {"role": "supervisor"}}}, "resource": {"id": 372, "owner": {"id": 690}, "assignee": {"id": 85}, "project": {"id": 315, "owner": {"id": 738}, "assignee": {"id": 840}}, "task": {"id": 348, "owner": {"id": 916}, "assignee": {"id": 1083}}, "job": {"id": 320, "assignee": {"id": 1166}}, "organization": {"id": 1245}}} +test_scope_UPDATE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 12, "privilege": "admin"}, "organization": null}, "resource": {"id": 339, "owner": {"id": 686}, "assignee": {"id": 525}, "project": {"id": 351, "owner": {"id": 772}, "assignee": {"id": 847}}, "task": {"id": 349, "owner": {"id": 928}, "assignee": {"id": 1041}}, "job": {"id": 349, "assignee": {"id": 12}}, "organization": {"id": 1205}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 37, "privilege": "admin"}, "organization": {"id": 158, "owner": {"id": 266}, "user": {"role": "worker"}}}, "resource": {"id": 391, "owner": {"id": 602}, "assignee": {"id": 37}, "project": {"id": 357, "owner": {"id": 779}, "assignee": {"id": 850}}, "task": {"id": 326, "owner": {"id": 938}, "assignee": {"id": 1000}}, "job": {"id": 386, "assignee": {"id": 1122}}, "organization": {"id": 158}}} +test_scope_UPDATE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 86, "privilege": "business"}, "organization": null}, "resource": {"id": 326, "owner": {"id": 607}, "assignee": {"id": 568}, "project": {"id": 365, "owner": {"id": 753}, "assignee": {"id": 800}}, "task": {"id": 374, "owner": {"id": 950}, "assignee": {"id": 1020}}, "job": {"id": 390, "assignee": {"id": 86}}, "organization": {"id": 1216}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 87, "privilege": "admin"}, "organization": {"id": 112, "owner": {"id": 212}, "user": {"role": "worker"}}}, "resource": {"id": 357, "owner": {"id": 689}, "assignee": {"id": 87}, "project": {"id": 322, "owner": {"id": 751}, "assignee": {"id": 855}}, "task": {"id": 362, "owner": {"id": 983}, "assignee": {"id": 1089}}, "job": {"id": 392, "assignee": {"id": 1179}}, "organization": {"id": 112}}} +test_scope_UPDATE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 56, "privilege": "business"}, "organization": null}, "resource": {"id": 388, "owner": {"id": 606}, "assignee": {"id": 514}, "project": {"id": 392, "owner": {"id": 707}, "assignee": {"id": 833}}, "task": {"id": 312, "owner": {"id": 977}, "assignee": {"id": 1044}}, "job": {"id": 359, "assignee": {"id": 56}}, "organization": {"id": 1218}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 37, "privilege": "admin"}, "organization": {"id": 124, "owner": {"id": 265}, "user": {"role": "worker"}}}, "resource": {"id": 308, "owner": {"id": 632}, "assignee": {"id": 37}, "project": {"id": 393, "owner": {"id": 767}, "assignee": {"id": 830}}, "task": {"id": 316, "owner": {"id": 902}, "assignee": {"id": 1090}}, "job": {"id": 348, "assignee": {"id": 1148}}, "organization": {"id": 1224}}} +test_scope_UPDATE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 40, "privilege": "user"}, "organization": null}, "resource": {"id": 391, "owner": {"id": 698}, "assignee": {"id": 508}, "project": {"id": 316, "owner": {"id": 742}, "assignee": {"id": 814}}, "task": {"id": 397, "owner": {"id": 900}, "assignee": {"id": 1074}}, "job": {"id": 326, "assignee": {"id": 40}}, "organization": {"id": 1295}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 31, "privilege": "admin"}, "organization": {"id": 141, "owner": {"id": 234}, "user": {"role": "worker"}}}, "resource": {"id": 362, "owner": {"id": 616}, "assignee": {"id": 31}, "project": {"id": 354, "owner": {"id": 782}, "assignee": {"id": 835}}, "task": {"id": 394, "owner": {"id": 972}, "assignee": {"id": 1039}}, "job": {"id": 392, "assignee": {"id": 1164}}, "organization": {"id": 1281}}} +test_scope_UPDATE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 7, "privilege": "user"}, "organization": null}, "resource": {"id": 395, "owner": {"id": 615}, "assignee": {"id": 553}, "project": {"id": 380, "owner": {"id": 745}, "assignee": {"id": 855}}, "task": {"id": 355, "owner": {"id": 953}, "assignee": {"id": 1038}}, "job": {"id": 312, "assignee": {"id": 7}}, "organization": {"id": 1220}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 87, "privilege": "admin"}, "organization": {"id": 164, "owner": {"id": 251}, "user": {"role": null}}}, "resource": {"id": 346, "owner": {"id": 667}, "assignee": {"id": 87}, "project": {"id": 315, "owner": {"id": 723}, "assignee": {"id": 803}}, "task": {"id": 335, "owner": {"id": 978}, "assignee": {"id": 1052}}, "job": {"id": 364, "assignee": {"id": 1176}}, "organization": {"id": 164}}} +test_scope_UPDATE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 10, "privilege": "worker"}, "organization": null}, "resource": {"id": 341, "owner": {"id": 632}, "assignee": {"id": 552}, "project": {"id": 322, "owner": {"id": 790}, "assignee": {"id": 801}}, "task": {"id": 368, "owner": {"id": 948}, "assignee": {"id": 1083}}, "job": {"id": 321, "assignee": {"id": 10}}, "organization": {"id": 1241}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 70, "privilege": "admin"}, "organization": {"id": 165, "owner": {"id": 247}, "user": {"role": null}}}, "resource": {"id": 316, "owner": {"id": 694}, "assignee": {"id": 70}, "project": {"id": 323, "owner": {"id": 737}, "assignee": {"id": 854}}, "task": {"id": 359, "owner": {"id": 947}, "assignee": {"id": 1047}}, "job": {"id": 360, "assignee": {"id": 1178}}, "organization": {"id": 165}}} +test_scope_UPDATE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 36, "privilege": "worker"}, "organization": null}, "resource": {"id": 336, "owner": {"id": 684}, "assignee": {"id": 506}, "project": {"id": 318, "owner": {"id": 797}, "assignee": {"id": 803}}, "task": {"id": 316, "owner": {"id": 978}, "assignee": {"id": 1042}}, "job": {"id": 332, "assignee": {"id": 36}}, "organization": {"id": 1214}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 72, "privilege": "admin"}, "organization": {"id": 194, "owner": {"id": 273}, "user": {"role": null}}}, "resource": {"id": 337, "owner": {"id": 697}, "assignee": {"id": 72}, "project": {"id": 353, "owner": {"id": 782}, "assignee": {"id": 878}}, "task": {"id": 339, "owner": {"id": 958}, "assignee": {"id": 1048}}, "job": {"id": 338, "assignee": {"id": 1189}}, "organization": {"id": 1207}}} +test_scope_UPDATE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 82, "privilege": "none"}, "organization": null}, "resource": {"id": 314, "owner": {"id": 675}, "assignee": {"id": 533}, "project": {"id": 301, "owner": {"id": 748}, "assignee": {"id": 802}}, "task": {"id": 368, "owner": {"id": 935}, "assignee": {"id": 1094}}, "job": {"id": 349, "assignee": {"id": 82}}, "organization": {"id": 1221}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 25, "privilege": "admin"}, "organization": {"id": 169, "owner": {"id": 210}, "user": {"role": null}}}, "resource": {"id": 364, "owner": {"id": 627}, "assignee": {"id": 25}, "project": {"id": 303, "owner": {"id": 709}, "assignee": {"id": 827}}, "task": {"id": 321, "owner": {"id": 933}, "assignee": {"id": 1057}}, "job": {"id": 397, "assignee": {"id": 1182}}, "organization": {"id": 1242}}} +test_scope_UPDATE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 5, "privilege": "none"}, "organization": null}, "resource": {"id": 384, "owner": {"id": 693}, "assignee": {"id": 553}, "project": {"id": 346, "owner": {"id": 787}, "assignee": {"id": 898}}, "task": {"id": 309, "owner": {"id": 968}, "assignee": {"id": 1028}}, "job": {"id": 325, "assignee": {"id": 5}}, "organization": {"id": 1263}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 14, "privilege": "business"}, "organization": {"id": 193, "owner": {"id": 14}, "user": {"role": "owner"}}}, "resource": {"id": 351, "owner": {"id": 687}, "assignee": {"id": 14}, "project": {"id": 346, "owner": {"id": 700}, "assignee": {"id": 822}}, "task": {"id": 373, "owner": {"id": 938}, "assignee": {"id": 1033}}, "job": {"id": 327, "assignee": {"id": 1139}}, "organization": {"id": 193}}} +test_scope_UPDATE_context_SANDBOX_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 51, "privilege": "admin"}, "organization": null}, "resource": {"id": 364, "owner": {"id": 51}, "assignee": {"id": 590}, "project": {"id": 356, "owner": {"id": 740}, "assignee": {"id": 846}}, "task": {"id": 394, "owner": {"id": 947}, "assignee": {"id": 1026}}, "job": {"id": 324, "assignee": {"id": 1161}}, "organization": {"id": 1226}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 17, "privilege": "business"}, "organization": {"id": 158, "owner": {"id": 17}, "user": {"role": "owner"}}}, "resource": {"id": 374, "owner": {"id": 664}, "assignee": {"id": 17}, "project": {"id": 320, "owner": {"id": 716}, "assignee": {"id": 857}}, "task": {"id": 330, "owner": {"id": 913}, "assignee": {"id": 1047}}, "job": {"id": 335, "assignee": {"id": 1103}}, "organization": {"id": 158}}} +test_scope_UPDATE_context_SANDBOX_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 90, "privilege": "admin"}, "organization": null}, "resource": {"id": 338, "owner": {"id": 90}, "assignee": {"id": 523}, "project": {"id": 316, "owner": {"id": 786}, "assignee": {"id": 869}}, "task": {"id": 386, "owner": {"id": 947}, "assignee": {"id": 1041}}, "job": {"id": 366, "assignee": {"id": 1128}}, "organization": {"id": 1282}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 47, "privilege": "business"}, "organization": {"id": 182, "owner": {"id": 47}, "user": {"role": "owner"}}}, "resource": {"id": 306, "owner": {"id": 645}, "assignee": {"id": 47}, "project": {"id": 399, "owner": {"id": 739}, "assignee": {"id": 814}}, "task": {"id": 361, "owner": {"id": 958}, "assignee": {"id": 1062}}, "job": {"id": 334, "assignee": {"id": 1198}}, "organization": {"id": 1212}}} +test_scope_UPDATE_context_SANDBOX_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 68, "privilege": "business"}, "organization": null}, "resource": {"id": 301, "owner": {"id": 68}, "assignee": {"id": 538}, "project": {"id": 343, "owner": {"id": 758}, "assignee": {"id": 837}}, "task": {"id": 339, "owner": {"id": 907}, "assignee": {"id": 1081}}, "job": {"id": 329, "assignee": {"id": 1161}}, "organization": {"id": 1229}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 22, "privilege": "business"}, "organization": {"id": 137, "owner": {"id": 22}, "user": {"role": "owner"}}}, "resource": {"id": 347, "owner": {"id": 603}, "assignee": {"id": 22}, "project": {"id": 390, "owner": {"id": 796}, "assignee": {"id": 856}}, "task": {"id": 323, "owner": {"id": 923}, "assignee": {"id": 1087}}, "job": {"id": 339, "assignee": {"id": 1174}}, "organization": {"id": 1201}}} +test_scope_UPDATE_context_SANDBOX_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 1, "privilege": "business"}, "organization": null}, "resource": {"id": 373, "owner": {"id": 1}, "assignee": {"id": 556}, "project": {"id": 386, "owner": {"id": 707}, "assignee": {"id": 880}}, "task": {"id": 353, "owner": {"id": 972}, "assignee": {"id": 1058}}, "job": {"id": 395, "assignee": {"id": 1131}}, "organization": {"id": 1201}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 31, "privilege": "business"}, "organization": {"id": 186, "owner": {"id": 203}, "user": {"role": "maintainer"}}}, "resource": {"id": 384, "owner": {"id": 668}, "assignee": {"id": 31}, "project": {"id": 394, "owner": {"id": 734}, "assignee": {"id": 880}}, "task": {"id": 391, "owner": {"id": 975}, "assignee": {"id": 1044}}, "job": {"id": 322, "assignee": {"id": 1105}}, "organization": {"id": 186}}} +test_scope_UPDATE_context_SANDBOX_ownership_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 37, "privilege": "user"}, "organization": null}, "resource": {"id": 305, "owner": {"id": 37}, "assignee": {"id": 530}, "project": {"id": 347, "owner": {"id": 732}, "assignee": {"id": 895}}, "task": {"id": 332, "owner": {"id": 961}, "assignee": {"id": 1062}}, "job": {"id": 332, "assignee": {"id": 1183}}, "organization": {"id": 1212}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 27, "privilege": "business"}, "organization": {"id": 164, "owner": {"id": 262}, "user": {"role": "maintainer"}}}, "resource": {"id": 309, "owner": {"id": 685}, "assignee": {"id": 27}, "project": {"id": 343, "owner": {"id": 704}, "assignee": {"id": 889}}, "task": {"id": 361, "owner": {"id": 906}, "assignee": {"id": 1034}}, "job": {"id": 343, "assignee": {"id": 1139}}, "organization": {"id": 164}}} +test_scope_UPDATE_context_SANDBOX_ownership_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 53, "privilege": "user"}, "organization": null}, "resource": {"id": 390, "owner": {"id": 53}, "assignee": {"id": 562}, "project": {"id": 388, "owner": {"id": 752}, "assignee": {"id": 888}}, "task": {"id": 306, "owner": {"id": 932}, "assignee": {"id": 1054}}, "job": {"id": 318, "assignee": {"id": 1158}}, "organization": {"id": 1297}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 91, "privilege": "business"}, "organization": {"id": 186, "owner": {"id": 253}, "user": {"role": "maintainer"}}}, "resource": {"id": 399, "owner": {"id": 676}, "assignee": {"id": 91}, "project": {"id": 320, "owner": {"id": 781}, "assignee": {"id": 819}}, "task": {"id": 359, "owner": {"id": 905}, "assignee": {"id": 1057}}, "job": {"id": 382, "assignee": {"id": 1149}}, "organization": {"id": 1202}}} +test_scope_UPDATE_context_SANDBOX_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 90, "privilege": "worker"}, "organization": null}, "resource": {"id": 347, "owner": {"id": 90}, "assignee": {"id": 519}, "project": {"id": 392, "owner": {"id": 734}, "assignee": {"id": 839}}, "task": {"id": 361, "owner": {"id": 916}, "assignee": {"id": 1084}}, "job": {"id": 355, "assignee": {"id": 1123}}, "organization": {"id": 1234}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 65, "privilege": "business"}, "organization": {"id": 118, "owner": {"id": 249}, "user": {"role": "maintainer"}}}, "resource": {"id": 324, "owner": {"id": 656}, "assignee": {"id": 65}, "project": {"id": 326, "owner": {"id": 746}, "assignee": {"id": 839}}, "task": {"id": 362, "owner": {"id": 949}, "assignee": {"id": 1031}}, "job": {"id": 394, "assignee": {"id": 1106}}, "organization": {"id": 1239}}} +test_scope_UPDATE_context_SANDBOX_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 4, "privilege": "worker"}, "organization": null}, "resource": {"id": 333, "owner": {"id": 4}, "assignee": {"id": 561}, "project": {"id": 354, "owner": {"id": 707}, "assignee": {"id": 858}}, "task": {"id": 353, "owner": {"id": 999}, "assignee": {"id": 1051}}, "job": {"id": 345, "assignee": {"id": 1135}}, "organization": {"id": 1224}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 4, "privilege": "business"}, "organization": {"id": 158, "owner": {"id": 244}, "user": {"role": "supervisor"}}}, "resource": {"id": 368, "owner": {"id": 664}, "assignee": {"id": 4}, "project": {"id": 367, "owner": {"id": 789}, "assignee": {"id": 868}}, "task": {"id": 318, "owner": {"id": 909}, "assignee": {"id": 1009}}, "job": {"id": 300, "assignee": {"id": 1183}}, "organization": {"id": 158}}} +test_scope_UPDATE_context_SANDBOX_ownership_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 59, "privilege": "none"}, "organization": null}, "resource": {"id": 358, "owner": {"id": 59}, "assignee": {"id": 562}, "project": {"id": 391, "owner": {"id": 791}, "assignee": {"id": 844}}, "task": {"id": 317, "owner": {"id": 968}, "assignee": {"id": 1034}}, "job": {"id": 382, "assignee": {"id": 1158}}, "organization": {"id": 1257}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 70, "privilege": "business"}, "organization": {"id": 136, "owner": {"id": 252}, "user": {"role": "supervisor"}}}, "resource": {"id": 326, "owner": {"id": 680}, "assignee": {"id": 70}, "project": {"id": 349, "owner": {"id": 779}, "assignee": {"id": 825}}, "task": {"id": 327, "owner": {"id": 953}, "assignee": {"id": 1056}}, "job": {"id": 384, "assignee": {"id": 1128}}, "organization": {"id": 136}}} +test_scope_UPDATE_context_SANDBOX_ownership_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 53, "privilege": "none"}, "organization": null}, "resource": {"id": 346, "owner": {"id": 53}, "assignee": {"id": 597}, "project": {"id": 379, "owner": {"id": 798}, "assignee": {"id": 829}}, "task": {"id": 337, "owner": {"id": 996}, "assignee": {"id": 1077}}, "job": {"id": 307, "assignee": {"id": 1153}}, "organization": {"id": 1241}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 74, "privilege": "business"}, "organization": {"id": 165, "owner": {"id": 285}, "user": {"role": "supervisor"}}}, "resource": {"id": 342, "owner": {"id": 675}, "assignee": {"id": 74}, "project": {"id": 329, "owner": {"id": 764}, "assignee": {"id": 861}}, "task": {"id": 311, "owner": {"id": 900}, "assignee": {"id": 1039}}, "job": {"id": 355, "assignee": {"id": 1107}}, "organization": {"id": 1230}}} +test_scope_UPDATE_context_SANDBOX_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 39, "privilege": "admin"}, "organization": null}, "resource": {"id": 330, "owner": {"id": 628}, "assignee": {"id": 39}, "project": {"id": 394, "owner": {"id": 732}, "assignee": {"id": 890}}, "task": {"id": 320, "owner": {"id": 947}, "assignee": {"id": 1041}}, "job": {"id": 377, "assignee": {"id": 1171}}, "organization": {"id": 1204}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 20, "privilege": "business"}, "organization": {"id": 115, "owner": {"id": 233}, "user": {"role": "supervisor"}}}, "resource": {"id": 351, "owner": {"id": 628}, "assignee": {"id": 20}, "project": {"id": 392, "owner": {"id": 768}, "assignee": {"id": 800}}, "task": {"id": 354, "owner": {"id": 952}, "assignee": {"id": 1084}}, "job": {"id": 316, "assignee": {"id": 1184}}, "organization": {"id": 1290}}} +test_scope_UPDATE_context_SANDBOX_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 50, "privilege": "admin"}, "organization": null}, "resource": {"id": 350, "owner": {"id": 682}, "assignee": {"id": 50}, "project": {"id": 383, "owner": {"id": 790}, "assignee": {"id": 812}}, "task": {"id": 358, "owner": {"id": 907}, "assignee": {"id": 1011}}, "job": {"id": 302, "assignee": {"id": 1152}}, "organization": {"id": 1256}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 85, "privilege": "business"}, "organization": {"id": 193, "owner": {"id": 272}, "user": {"role": "worker"}}}, "resource": {"id": 315, "owner": {"id": 624}, "assignee": {"id": 85}, "project": {"id": 387, "owner": {"id": 752}, "assignee": {"id": 808}}, "task": {"id": 308, "owner": {"id": 980}, "assignee": {"id": 1065}}, "job": {"id": 305, "assignee": {"id": 1187}}, "organization": {"id": 193}}} +test_scope_UPDATE_context_SANDBOX_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 89, "privilege": "business"}, "organization": null}, "resource": {"id": 374, "owner": {"id": 675}, "assignee": {"id": 89}, "project": {"id": 342, "owner": {"id": 753}, "assignee": {"id": 856}}, "task": {"id": 326, "owner": {"id": 992}, "assignee": {"id": 1098}}, "job": {"id": 377, "assignee": {"id": 1119}}, "organization": {"id": 1235}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 45, "privilege": "business"}, "organization": {"id": 193, "owner": {"id": 231}, "user": {"role": "worker"}}}, "resource": {"id": 308, "owner": {"id": 625}, "assignee": {"id": 45}, "project": {"id": 319, "owner": {"id": 780}, "assignee": {"id": 825}}, "task": {"id": 357, "owner": {"id": 962}, "assignee": {"id": 1098}}, "job": {"id": 378, "assignee": {"id": 1154}}, "organization": {"id": 193}}} +test_scope_UPDATE_context_SANDBOX_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 35, "privilege": "business"}, "organization": null}, "resource": {"id": 373, "owner": {"id": 646}, "assignee": {"id": 35}, "project": {"id": 390, "owner": {"id": 796}, "assignee": {"id": 883}}, "task": {"id": 303, "owner": {"id": 972}, "assignee": {"id": 1043}}, "job": {"id": 355, "assignee": {"id": 1152}}, "organization": {"id": 1243}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 45, "privilege": "business"}, "organization": {"id": 111, "owner": {"id": 234}, "user": {"role": "worker"}}}, "resource": {"id": 321, "owner": {"id": 635}, "assignee": {"id": 45}, "project": {"id": 307, "owner": {"id": 728}, "assignee": {"id": 897}}, "task": {"id": 307, "owner": {"id": 918}, "assignee": {"id": 1032}}, "job": {"id": 390, "assignee": {"id": 1179}}, "organization": {"id": 1207}}} +test_scope_UPDATE_context_SANDBOX_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 60, "privilege": "user"}, "organization": null}, "resource": {"id": 346, "owner": {"id": 682}, "assignee": {"id": 60}, "project": {"id": 328, "owner": {"id": 764}, "assignee": {"id": 810}}, "task": {"id": 383, "owner": {"id": 934}, "assignee": {"id": 1028}}, "job": {"id": 333, "assignee": {"id": 1117}}, "organization": {"id": 1258}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 61, "privilege": "business"}, "organization": {"id": 159, "owner": {"id": 278}, "user": {"role": "worker"}}}, "resource": {"id": 326, "owner": {"id": 617}, "assignee": {"id": 61}, "project": {"id": 300, "owner": {"id": 792}, "assignee": {"id": 865}}, "task": {"id": 341, "owner": {"id": 973}, "assignee": {"id": 1010}}, "job": {"id": 380, "assignee": {"id": 1160}}, "organization": {"id": 1210}}} +test_scope_UPDATE_context_SANDBOX_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 56, "privilege": "user"}, "organization": null}, "resource": {"id": 362, "owner": {"id": 646}, "assignee": {"id": 56}, "project": {"id": 333, "owner": {"id": 754}, "assignee": {"id": 866}}, "task": {"id": 397, "owner": {"id": 927}, "assignee": {"id": 1002}}, "job": {"id": 343, "assignee": {"id": 1178}}, "organization": {"id": 1265}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 72, "privilege": "business"}, "organization": {"id": 169, "owner": {"id": 286}, "user": {"role": null}}}, "resource": {"id": 332, "owner": {"id": 614}, "assignee": {"id": 72}, "project": {"id": 357, "owner": {"id": 736}, "assignee": {"id": 839}}, "task": {"id": 370, "owner": {"id": 943}, "assignee": {"id": 1014}}, "job": {"id": 363, "assignee": {"id": 1187}}, "organization": {"id": 169}}} +test_scope_UPDATE_context_SANDBOX_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 97, "privilege": "worker"}, "organization": null}, "resource": {"id": 364, "owner": {"id": 681}, "assignee": {"id": 97}, "project": {"id": 367, "owner": {"id": 728}, "assignee": {"id": 806}}, "task": {"id": 381, "owner": {"id": 951}, "assignee": {"id": 1073}}, "job": {"id": 316, "assignee": {"id": 1144}}, "organization": {"id": 1276}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 54, "privilege": "business"}, "organization": {"id": 180, "owner": {"id": 288}, "user": {"role": null}}}, "resource": {"id": 330, "owner": {"id": 660}, "assignee": {"id": 54}, "project": {"id": 356, "owner": {"id": 780}, "assignee": {"id": 832}}, "task": {"id": 375, "owner": {"id": 949}, "assignee": {"id": 1018}}, "job": {"id": 304, "assignee": {"id": 1129}}, "organization": {"id": 180}}} +test_scope_UPDATE_context_SANDBOX_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 26, "privilege": "worker"}, "organization": null}, "resource": {"id": 330, "owner": {"id": 628}, "assignee": {"id": 26}, "project": {"id": 345, "owner": {"id": 761}, "assignee": {"id": 882}}, "task": {"id": 393, "owner": {"id": 992}, "assignee": {"id": 1075}}, "job": {"id": 376, "assignee": {"id": 1149}}, "organization": {"id": 1206}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 73, "privilege": "business"}, "organization": {"id": 163, "owner": {"id": 202}, "user": {"role": null}}}, "resource": {"id": 374, "owner": {"id": 603}, "assignee": {"id": 73}, "project": {"id": 379, "owner": {"id": 705}, "assignee": {"id": 859}}, "task": {"id": 393, "owner": {"id": 942}, "assignee": {"id": 1092}}, "job": {"id": 333, "assignee": {"id": 1126}}, "organization": {"id": 1239}}} +test_scope_UPDATE_context_SANDBOX_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 47, "privilege": "none"}, "organization": null}, "resource": {"id": 354, "owner": {"id": 650}, "assignee": {"id": 47}, "project": {"id": 305, "owner": {"id": 732}, "assignee": {"id": 884}}, "task": {"id": 353, "owner": {"id": 905}, "assignee": {"id": 1022}}, "job": {"id": 317, "assignee": {"id": 1191}}, "organization": {"id": 1268}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 63, "privilege": "business"}, "organization": {"id": 152, "owner": {"id": 244}, "user": {"role": null}}}, "resource": {"id": 398, "owner": {"id": 670}, "assignee": {"id": 63}, "project": {"id": 331, "owner": {"id": 703}, "assignee": {"id": 848}}, "task": {"id": 371, "owner": {"id": 942}, "assignee": {"id": 1013}}, "job": {"id": 330, "assignee": {"id": 1161}}, "organization": {"id": 1210}}} +test_scope_UPDATE_context_SANDBOX_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 82, "privilege": "none"}, "organization": null}, "resource": {"id": 356, "owner": {"id": 640}, "assignee": {"id": 82}, "project": {"id": 363, "owner": {"id": 768}, "assignee": {"id": 855}}, "task": {"id": 399, "owner": {"id": 997}, "assignee": {"id": 1068}}, "job": {"id": 376, "assignee": {"id": 1158}}, "organization": {"id": 1233}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 15, "privilege": "user"}, "organization": {"id": 182, "owner": {"id": 15}, "user": {"role": "owner"}}}, "resource": {"id": 317, "owner": {"id": 692}, "assignee": {"id": 15}, "project": {"id": 319, "owner": {"id": 773}, "assignee": {"id": 867}}, "task": {"id": 356, "owner": {"id": 974}, "assignee": {"id": 1029}}, "job": {"id": 324, "assignee": {"id": 1192}}, "organization": {"id": 182}}} +test_scope_UPDATE_context_SANDBOX_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 7, "privilege": "admin"}, "organization": null}, "resource": {"id": 333, "owner": {"id": 692}, "assignee": {"id": 597}, "project": {"id": 313, "owner": {"id": 740}, "assignee": {"id": 801}}, "task": {"id": 361, "owner": {"id": 984}, "assignee": {"id": 1072}}, "job": {"id": 316, "assignee": {"id": 1119}}, "organization": {"id": 1283}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 55, "privilege": "user"}, "organization": {"id": 137, "owner": {"id": 55}, "user": {"role": "owner"}}}, "resource": {"id": 344, "owner": {"id": 657}, "assignee": {"id": 55}, "project": {"id": 373, "owner": {"id": 768}, "assignee": {"id": 809}}, "task": {"id": 315, "owner": {"id": 948}, "assignee": {"id": 1097}}, "job": {"id": 323, "assignee": {"id": 1120}}, "organization": {"id": 137}}} +test_scope_UPDATE_context_SANDBOX_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 26, "privilege": "admin"}, "organization": null}, "resource": {"id": 374, "owner": {"id": 699}, "assignee": {"id": 522}, "project": {"id": 342, "owner": {"id": 719}, "assignee": {"id": 801}}, "task": {"id": 312, "owner": {"id": 954}, "assignee": {"id": 1099}}, "job": {"id": 320, "assignee": {"id": 1129}}, "organization": {"id": 1290}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 32, "privilege": "user"}, "organization": {"id": 169, "owner": {"id": 32}, "user": {"role": "owner"}}}, "resource": {"id": 329, "owner": {"id": 644}, "assignee": {"id": 32}, "project": {"id": 319, "owner": {"id": 770}, "assignee": {"id": 863}}, "task": {"id": 398, "owner": {"id": 917}, "assignee": {"id": 1038}}, "job": {"id": 332, "assignee": {"id": 1124}}, "organization": {"id": 1254}}} +test_scope_UPDATE_context_SANDBOX_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 5, "privilege": "business"}, "organization": null}, "resource": {"id": 369, "owner": {"id": 602}, "assignee": {"id": 574}, "project": {"id": 333, "owner": {"id": 720}, "assignee": {"id": 876}}, "task": {"id": 395, "owner": {"id": 901}, "assignee": {"id": 1001}}, "job": {"id": 331, "assignee": {"id": 1148}}, "organization": {"id": 1238}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 91, "privilege": "user"}, "organization": {"id": 175, "owner": {"id": 91}, "user": {"role": "owner"}}}, "resource": {"id": 352, "owner": {"id": 616}, "assignee": {"id": 91}, "project": {"id": 388, "owner": {"id": 748}, "assignee": {"id": 808}}, "task": {"id": 396, "owner": {"id": 988}, "assignee": {"id": 1088}}, "job": {"id": 397, "assignee": {"id": 1168}}, "organization": {"id": 1290}}} +test_scope_UPDATE_context_SANDBOX_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 18, "privilege": "business"}, "organization": null}, "resource": {"id": 367, "owner": {"id": 689}, "assignee": {"id": 544}, "project": {"id": 395, "owner": {"id": 777}, "assignee": {"id": 887}}, "task": {"id": 338, "owner": {"id": 924}, "assignee": {"id": 1056}}, "job": {"id": 385, "assignee": {"id": 1146}}, "organization": {"id": 1288}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 63, "privilege": "user"}, "organization": {"id": 105, "owner": {"id": 230}, "user": {"role": "maintainer"}}}, "resource": {"id": 338, "owner": {"id": 611}, "assignee": {"id": 63}, "project": {"id": 307, "owner": {"id": 745}, "assignee": {"id": 805}}, "task": {"id": 366, "owner": {"id": 984}, "assignee": {"id": 1071}}, "job": {"id": 335, "assignee": {"id": 1152}}, "organization": {"id": 105}}} +test_scope_UPDATE_context_SANDBOX_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 22, "privilege": "user"}, "organization": null}, "resource": {"id": 351, "owner": {"id": 627}, "assignee": {"id": 571}, "project": {"id": 357, "owner": {"id": 778}, "assignee": {"id": 820}}, "task": {"id": 327, "owner": {"id": 967}, "assignee": {"id": 1087}}, "job": {"id": 313, "assignee": {"id": 1176}}, "organization": {"id": 1215}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 1, "privilege": "user"}, "organization": {"id": 172, "owner": {"id": 234}, "user": {"role": "maintainer"}}}, "resource": {"id": 350, "owner": {"id": 657}, "assignee": {"id": 1}, "project": {"id": 371, "owner": {"id": 766}, "assignee": {"id": 848}}, "task": {"id": 328, "owner": {"id": 967}, "assignee": {"id": 1058}}, "job": {"id": 310, "assignee": {"id": 1156}}, "organization": {"id": 172}}} +test_scope_UPDATE_context_SANDBOX_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 49, "privilege": "user"}, "organization": null}, "resource": {"id": 340, "owner": {"id": 630}, "assignee": {"id": 510}, "project": {"id": 368, "owner": {"id": 702}, "assignee": {"id": 898}}, "task": {"id": 378, "owner": {"id": 945}, "assignee": {"id": 1090}}, "job": {"id": 344, "assignee": {"id": 1182}}, "organization": {"id": 1279}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 71, "privilege": "user"}, "organization": {"id": 121, "owner": {"id": 208}, "user": {"role": "maintainer"}}}, "resource": {"id": 354, "owner": {"id": 650}, "assignee": {"id": 71}, "project": {"id": 312, "owner": {"id": 767}, "assignee": {"id": 835}}, "task": {"id": 380, "owner": {"id": 967}, "assignee": {"id": 1023}}, "job": {"id": 308, "assignee": {"id": 1193}}, "organization": {"id": 1230}}} +test_scope_UPDATE_context_SANDBOX_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 48, "privilege": "worker"}, "organization": null}, "resource": {"id": 386, "owner": {"id": 668}, "assignee": {"id": 568}, "project": {"id": 357, "owner": {"id": 765}, "assignee": {"id": 899}}, "task": {"id": 379, "owner": {"id": 930}, "assignee": {"id": 1063}}, "job": {"id": 360, "assignee": {"id": 1146}}, "organization": {"id": 1246}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 96, "privilege": "user"}, "organization": {"id": 123, "owner": {"id": 250}, "user": {"role": "maintainer"}}}, "resource": {"id": 380, "owner": {"id": 633}, "assignee": {"id": 96}, "project": {"id": 382, "owner": {"id": 777}, "assignee": {"id": 807}}, "task": {"id": 309, "owner": {"id": 965}, "assignee": {"id": 1049}}, "job": {"id": 379, "assignee": {"id": 1183}}, "organization": {"id": 1233}}} +test_scope_UPDATE_context_SANDBOX_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 58, "privilege": "worker"}, "organization": null}, "resource": {"id": 372, "owner": {"id": 658}, "assignee": {"id": 504}, "project": {"id": 358, "owner": {"id": 773}, "assignee": {"id": 810}}, "task": {"id": 379, "owner": {"id": 948}, "assignee": {"id": 1015}}, "job": {"id": 316, "assignee": {"id": 1188}}, "organization": {"id": 1261}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 92, "privilege": "user"}, "organization": {"id": 178, "owner": {"id": 224}, "user": {"role": "supervisor"}}}, "resource": {"id": 378, "owner": {"id": 661}, "assignee": {"id": 92}, "project": {"id": 393, "owner": {"id": 726}, "assignee": {"id": 883}}, "task": {"id": 334, "owner": {"id": 959}, "assignee": {"id": 1052}}, "job": {"id": 393, "assignee": {"id": 1114}}, "organization": {"id": 178}}} +test_scope_UPDATE_context_SANDBOX_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 73, "privilege": "none"}, "organization": null}, "resource": {"id": 348, "owner": {"id": 621}, "assignee": {"id": 582}, "project": {"id": 347, "owner": {"id": 715}, "assignee": {"id": 876}}, "task": {"id": 396, "owner": {"id": 961}, "assignee": {"id": 1058}}, "job": {"id": 332, "assignee": {"id": 1112}}, "organization": {"id": 1285}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 5, "privilege": "user"}, "organization": {"id": 126, "owner": {"id": 250}, "user": {"role": "supervisor"}}}, "resource": {"id": 380, "owner": {"id": 604}, "assignee": {"id": 5}, "project": {"id": 310, "owner": {"id": 750}, "assignee": {"id": 804}}, "task": {"id": 312, "owner": {"id": 977}, "assignee": {"id": 1066}}, "job": {"id": 398, "assignee": {"id": 1130}}, "organization": {"id": 126}}} +test_scope_UPDATE_context_SANDBOX_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 5, "privilege": "none"}, "organization": null}, "resource": {"id": 330, "owner": {"id": 660}, "assignee": {"id": 556}, "project": {"id": 363, "owner": {"id": 793}, "assignee": {"id": 851}}, "task": {"id": 343, "owner": {"id": 910}, "assignee": {"id": 1038}}, "job": {"id": 371, "assignee": {"id": 1194}}, "organization": {"id": 1274}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 42, "privilege": "user"}, "organization": {"id": 136, "owner": {"id": 200}, "user": {"role": "supervisor"}}}, "resource": {"id": 372, "owner": {"id": 657}, "assignee": {"id": 42}, "project": {"id": 328, "owner": {"id": 787}, "assignee": {"id": 811}}, "task": {"id": 328, "owner": {"id": 984}, "assignee": {"id": 1015}}, "job": {"id": 373, "assignee": {"id": 1143}}, "organization": {"id": 1226}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 0, "privilege": "admin"}, "organization": {"id": 161, "owner": {"id": 0}, "user": {"role": "owner"}}}, "resource": {"id": 357, "owner": {"id": 632}, "assignee": {"id": 545}, "project": {"id": 308, "owner": {"id": 0}, "assignee": {"id": 833}}, "task": {"id": 393, "owner": {"id": 944}, "assignee": {"id": 1080}}, "job": {"id": 392, "assignee": {"id": 1122}}, "organization": {"id": 161}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 60, "privilege": "user"}, "organization": {"id": 125, "owner": {"id": 217}, "user": {"role": "supervisor"}}}, "resource": {"id": 377, "owner": {"id": 695}, "assignee": {"id": 60}, "project": {"id": 335, "owner": {"id": 716}, "assignee": {"id": 805}}, "task": {"id": 307, "owner": {"id": 933}, "assignee": {"id": 1061}}, "job": {"id": 345, "assignee": {"id": 1101}}, "organization": {"id": 1277}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 76, "privilege": "admin"}, "organization": {"id": 153, "owner": {"id": 76}, "user": {"role": "owner"}}}, "resource": {"id": 316, "owner": {"id": 645}, "assignee": {"id": 508}, "project": {"id": 372, "owner": {"id": 76}, "assignee": {"id": 803}}, "task": {"id": 353, "owner": {"id": 946}, "assignee": {"id": 1010}}, "job": {"id": 397, "assignee": {"id": 1107}}, "organization": {"id": 1234}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 25, "privilege": "user"}, "organization": {"id": 131, "owner": {"id": 218}, "user": {"role": "worker"}}}, "resource": {"id": 334, "owner": {"id": 624}, "assignee": {"id": 25}, "project": {"id": 336, "owner": {"id": 773}, "assignee": {"id": 849}}, "task": {"id": 382, "owner": {"id": 955}, "assignee": {"id": 1076}}, "job": {"id": 308, "assignee": {"id": 1174}}, "organization": {"id": 131}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 64, "privilege": "admin"}, "organization": {"id": 175, "owner": {"id": 239}, "user": {"role": "maintainer"}}}, "resource": {"id": 379, "owner": {"id": 697}, "assignee": {"id": 570}, "project": {"id": 309, "owner": {"id": 64}, "assignee": {"id": 893}}, "task": {"id": 363, "owner": {"id": 935}, "assignee": {"id": 1059}}, "job": {"id": 369, "assignee": {"id": 1145}}, "organization": {"id": 175}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 44, "privilege": "user"}, "organization": {"id": 134, "owner": {"id": 236}, "user": {"role": "worker"}}}, "resource": {"id": 344, "owner": {"id": 605}, "assignee": {"id": 44}, "project": {"id": 306, "owner": {"id": 723}, "assignee": {"id": 860}}, "task": {"id": 366, "owner": {"id": 930}, "assignee": {"id": 1058}}, "job": {"id": 326, "assignee": {"id": 1132}}, "organization": {"id": 134}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 10, "privilege": "admin"}, "organization": {"id": 187, "owner": {"id": 278}, "user": {"role": "maintainer"}}}, "resource": {"id": 349, "owner": {"id": 672}, "assignee": {"id": 559}, "project": {"id": 366, "owner": {"id": 10}, "assignee": {"id": 813}}, "task": {"id": 384, "owner": {"id": 927}, "assignee": {"id": 1027}}, "job": {"id": 377, "assignee": {"id": 1107}}, "organization": {"id": 1226}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 39, "privilege": "user"}, "organization": {"id": 196, "owner": {"id": 289}, "user": {"role": "worker"}}}, "resource": {"id": 375, "owner": {"id": 657}, "assignee": {"id": 39}, "project": {"id": 381, "owner": {"id": 770}, "assignee": {"id": 802}}, "task": {"id": 367, "owner": {"id": 950}, "assignee": {"id": 1050}}, "job": {"id": 323, "assignee": {"id": 1106}}, "organization": {"id": 1286}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 13, "privilege": "admin"}, "organization": {"id": 113, "owner": {"id": 252}, "user": {"role": "supervisor"}}}, "resource": {"id": 380, "owner": {"id": 637}, "assignee": {"id": 534}, "project": {"id": 357, "owner": {"id": 13}, "assignee": {"id": 849}}, "task": {"id": 395, "owner": {"id": 934}, "assignee": {"id": 1064}}, "job": {"id": 376, "assignee": {"id": 1180}}, "organization": {"id": 113}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 77, "privilege": "user"}, "organization": {"id": 146, "owner": {"id": 215}, "user": {"role": "worker"}}}, "resource": {"id": 321, "owner": {"id": 642}, "assignee": {"id": 77}, "project": {"id": 396, "owner": {"id": 740}, "assignee": {"id": 814}}, "task": {"id": 300, "owner": {"id": 902}, "assignee": {"id": 1018}}, "job": {"id": 366, "assignee": {"id": 1138}}, "organization": {"id": 1270}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 42, "privilege": "admin"}, "organization": {"id": 180, "owner": {"id": 264}, "user": {"role": "supervisor"}}}, "resource": {"id": 310, "owner": {"id": 676}, "assignee": {"id": 574}, "project": {"id": 303, "owner": {"id": 42}, "assignee": {"id": 840}}, "task": {"id": 379, "owner": {"id": 991}, "assignee": {"id": 1094}}, "job": {"id": 333, "assignee": {"id": 1173}}, "organization": {"id": 1225}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 36, "privilege": "user"}, "organization": {"id": 166, "owner": {"id": 292}, "user": {"role": null}}}, "resource": {"id": 341, "owner": {"id": 621}, "assignee": {"id": 36}, "project": {"id": 397, "owner": {"id": 779}, "assignee": {"id": 893}}, "task": {"id": 387, "owner": {"id": 970}, "assignee": {"id": 1030}}, "job": {"id": 304, "assignee": {"id": 1116}}, "organization": {"id": 166}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 44, "privilege": "admin"}, "organization": {"id": 142, "owner": {"id": 289}, "user": {"role": "worker"}}}, "resource": {"id": 378, "owner": {"id": 696}, "assignee": {"id": 521}, "project": {"id": 308, "owner": {"id": 44}, "assignee": {"id": 809}}, "task": {"id": 364, "owner": {"id": 941}, "assignee": {"id": 1046}}, "job": {"id": 391, "assignee": {"id": 1120}}, "organization": {"id": 142}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 52, "privilege": "user"}, "organization": {"id": 104, "owner": {"id": 207}, "user": {"role": null}}}, "resource": {"id": 388, "owner": {"id": 629}, "assignee": {"id": 52}, "project": {"id": 341, "owner": {"id": 753}, "assignee": {"id": 862}}, "task": {"id": 390, "owner": {"id": 993}, "assignee": {"id": 1073}}, "job": {"id": 396, "assignee": {"id": 1160}}, "organization": {"id": 104}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 71, "privilege": "admin"}, "organization": {"id": 182, "owner": {"id": 207}, "user": {"role": "worker"}}}, "resource": {"id": 325, "owner": {"id": 669}, "assignee": {"id": 519}, "project": {"id": 364, "owner": {"id": 71}, "assignee": {"id": 821}}, "task": {"id": 382, "owner": {"id": 954}, "assignee": {"id": 1043}}, "job": {"id": 347, "assignee": {"id": 1120}}, "organization": {"id": 1200}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 61, "privilege": "user"}, "organization": {"id": 116, "owner": {"id": 244}, "user": {"role": null}}}, "resource": {"id": 380, "owner": {"id": 659}, "assignee": {"id": 61}, "project": {"id": 361, "owner": {"id": 755}, "assignee": {"id": 869}}, "task": {"id": 365, "owner": {"id": 936}, "assignee": {"id": 1091}}, "job": {"id": 342, "assignee": {"id": 1193}}, "organization": {"id": 1251}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 14, "privilege": "admin"}, "organization": {"id": 151, "owner": {"id": 282}, "user": {"role": null}}}, "resource": {"id": 394, "owner": {"id": 646}, "assignee": {"id": 525}, "project": {"id": 310, "owner": {"id": 14}, "assignee": {"id": 870}}, "task": {"id": 374, "owner": {"id": 917}, "assignee": {"id": 1081}}, "job": {"id": 339, "assignee": {"id": 1181}}, "organization": {"id": 151}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 91, "privilege": "user"}, "organization": {"id": 164, "owner": {"id": 275}, "user": {"role": null}}}, "resource": {"id": 369, "owner": {"id": 619}, "assignee": {"id": 91}, "project": {"id": 365, "owner": {"id": 768}, "assignee": {"id": 834}}, "task": {"id": 300, "owner": {"id": 932}, "assignee": {"id": 1051}}, "job": {"id": 313, "assignee": {"id": 1139}}, "organization": {"id": 1299}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 84, "privilege": "admin"}, "organization": {"id": 118, "owner": {"id": 281}, "user": {"role": null}}}, "resource": {"id": 342, "owner": {"id": 687}, "assignee": {"id": 527}, "project": {"id": 352, "owner": {"id": 84}, "assignee": {"id": 838}}, "task": {"id": 333, "owner": {"id": 977}, "assignee": {"id": 1084}}, "job": {"id": 300, "assignee": {"id": 1195}}, "organization": {"id": 1236}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 53, "privilege": "worker"}, "organization": {"id": 126, "owner": {"id": 53}, "user": {"role": "owner"}}}, "resource": {"id": 320, "owner": {"id": 614}, "assignee": {"id": 53}, "project": {"id": 372, "owner": {"id": 789}, "assignee": {"id": 833}}, "task": {"id": 332, "owner": {"id": 914}, "assignee": {"id": 1011}}, "job": {"id": 309, "assignee": {"id": 1171}}, "organization": {"id": 126}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 4, "privilege": "business"}, "organization": {"id": 140, "owner": {"id": 4}, "user": {"role": "owner"}}}, "resource": {"id": 378, "owner": {"id": 676}, "assignee": {"id": 545}, "project": {"id": 327, "owner": {"id": 4}, "assignee": {"id": 810}}, "task": {"id": 342, "owner": {"id": 970}, "assignee": {"id": 1095}}, "job": {"id": 369, "assignee": {"id": 1120}}, "organization": {"id": 140}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 33, "privilege": "worker"}, "organization": {"id": 105, "owner": {"id": 33}, "user": {"role": "owner"}}}, "resource": {"id": 357, "owner": {"id": 678}, "assignee": {"id": 33}, "project": {"id": 381, "owner": {"id": 796}, "assignee": {"id": 815}}, "task": {"id": 361, "owner": {"id": 926}, "assignee": {"id": 1022}}, "job": {"id": 377, "assignee": {"id": 1189}}, "organization": {"id": 105}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 29, "privilege": "business"}, "organization": {"id": 122, "owner": {"id": 29}, "user": {"role": "owner"}}}, "resource": {"id": 315, "owner": {"id": 671}, "assignee": {"id": 592}, "project": {"id": 341, "owner": {"id": 29}, "assignee": {"id": 857}}, "task": {"id": 333, "owner": {"id": 995}, "assignee": {"id": 1013}}, "job": {"id": 301, "assignee": {"id": 1165}}, "organization": {"id": 1250}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 7, "privilege": "worker"}, "organization": {"id": 142, "owner": {"id": 7}, "user": {"role": "owner"}}}, "resource": {"id": 311, "owner": {"id": 689}, "assignee": {"id": 7}, "project": {"id": 362, "owner": {"id": 742}, "assignee": {"id": 881}}, "task": {"id": 362, "owner": {"id": 946}, "assignee": {"id": 1029}}, "job": {"id": 380, "assignee": {"id": 1152}}, "organization": {"id": 1235}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 36, "privilege": "business"}, "organization": {"id": 151, "owner": {"id": 268}, "user": {"role": "maintainer"}}}, "resource": {"id": 326, "owner": {"id": 687}, "assignee": {"id": 557}, "project": {"id": 320, "owner": {"id": 36}, "assignee": {"id": 839}}, "task": {"id": 343, "owner": {"id": 901}, "assignee": {"id": 1095}}, "job": {"id": 377, "assignee": {"id": 1120}}, "organization": {"id": 151}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 4, "privilege": "worker"}, "organization": {"id": 121, "owner": {"id": 4}, "user": {"role": "owner"}}}, "resource": {"id": 369, "owner": {"id": 629}, "assignee": {"id": 4}, "project": {"id": 325, "owner": {"id": 722}, "assignee": {"id": 863}}, "task": {"id": 326, "owner": {"id": 909}, "assignee": {"id": 1008}}, "job": {"id": 300, "assignee": {"id": 1146}}, "organization": {"id": 1277}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 26, "privilege": "business"}, "organization": {"id": 145, "owner": {"id": 219}, "user": {"role": "maintainer"}}}, "resource": {"id": 363, "owner": {"id": 630}, "assignee": {"id": 569}, "project": {"id": 356, "owner": {"id": 26}, "assignee": {"id": 836}}, "task": {"id": 375, "owner": {"id": 964}, "assignee": {"id": 1007}}, "job": {"id": 366, "assignee": {"id": 1175}}, "organization": {"id": 1211}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 39, "privilege": "worker"}, "organization": {"id": 109, "owner": {"id": 204}, "user": {"role": "maintainer"}}}, "resource": {"id": 361, "owner": {"id": 651}, "assignee": {"id": 39}, "project": {"id": 328, "owner": {"id": 710}, "assignee": {"id": 866}}, "task": {"id": 359, "owner": {"id": 938}, "assignee": {"id": 1043}}, "job": {"id": 352, "assignee": {"id": 1124}}, "organization": {"id": 109}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 49, "privilege": "business"}, "organization": {"id": 151, "owner": {"id": 233}, "user": {"role": "supervisor"}}}, "resource": {"id": 354, "owner": {"id": 666}, "assignee": {"id": 522}, "project": {"id": 367, "owner": {"id": 49}, "assignee": {"id": 872}}, "task": {"id": 323, "owner": {"id": 928}, "assignee": {"id": 1035}}, "job": {"id": 301, "assignee": {"id": 1178}}, "organization": {"id": 151}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 60, "privilege": "worker"}, "organization": {"id": 154, "owner": {"id": 274}, "user": {"role": "maintainer"}}}, "resource": {"id": 398, "owner": {"id": 692}, "assignee": {"id": 60}, "project": {"id": 386, "owner": {"id": 773}, "assignee": {"id": 809}}, "task": {"id": 364, "owner": {"id": 964}, "assignee": {"id": 1079}}, "job": {"id": 338, "assignee": {"id": 1192}}, "organization": {"id": 154}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 76, "privilege": "business"}, "organization": {"id": 153, "owner": {"id": 230}, "user": {"role": "supervisor"}}}, "resource": {"id": 390, "owner": {"id": 678}, "assignee": {"id": 508}, "project": {"id": 336, "owner": {"id": 76}, "assignee": {"id": 842}}, "task": {"id": 385, "owner": {"id": 938}, "assignee": {"id": 1086}}, "job": {"id": 352, "assignee": {"id": 1119}}, "organization": {"id": 1203}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 49, "privilege": "worker"}, "organization": {"id": 107, "owner": {"id": 208}, "user": {"role": "maintainer"}}}, "resource": {"id": 301, "owner": {"id": 652}, "assignee": {"id": 49}, "project": {"id": 337, "owner": {"id": 744}, "assignee": {"id": 891}}, "task": {"id": 378, "owner": {"id": 965}, "assignee": {"id": 1033}}, "job": {"id": 343, "assignee": {"id": 1123}}, "organization": {"id": 1201}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 21, "privilege": "business"}, "organization": {"id": 174, "owner": {"id": 207}, "user": {"role": "worker"}}}, "resource": {"id": 386, "owner": {"id": 657}, "assignee": {"id": 598}, "project": {"id": 328, "owner": {"id": 21}, "assignee": {"id": 867}}, "task": {"id": 326, "owner": {"id": 952}, "assignee": {"id": 1072}}, "job": {"id": 395, "assignee": {"id": 1102}}, "organization": {"id": 174}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 97, "privilege": "worker"}, "organization": {"id": 107, "owner": {"id": 262}, "user": {"role": "maintainer"}}}, "resource": {"id": 305, "owner": {"id": 647}, "assignee": {"id": 97}, "project": {"id": 347, "owner": {"id": 769}, "assignee": {"id": 818}}, "task": {"id": 349, "owner": {"id": 957}, "assignee": {"id": 1024}}, "job": {"id": 334, "assignee": {"id": 1116}}, "organization": {"id": 1260}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 69, "privilege": "business"}, "organization": {"id": 193, "owner": {"id": 225}, "user": {"role": "worker"}}}, "resource": {"id": 358, "owner": {"id": 697}, "assignee": {"id": 551}, "project": {"id": 319, "owner": {"id": 69}, "assignee": {"id": 824}}, "task": {"id": 337, "owner": {"id": 936}, "assignee": {"id": 1025}}, "job": {"id": 361, "assignee": {"id": 1172}}, "organization": {"id": 1271}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 39, "privilege": "worker"}, "organization": {"id": 102, "owner": {"id": 226}, "user": {"role": "supervisor"}}}, "resource": {"id": 361, "owner": {"id": 619}, "assignee": {"id": 39}, "project": {"id": 382, "owner": {"id": 765}, "assignee": {"id": 820}}, "task": {"id": 388, "owner": {"id": 905}, "assignee": {"id": 1067}}, "job": {"id": 367, "assignee": {"id": 1147}}, "organization": {"id": 102}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 65, "privilege": "business"}, "organization": {"id": 116, "owner": {"id": 228}, "user": {"role": null}}}, "resource": {"id": 301, "owner": {"id": 679}, "assignee": {"id": 567}, "project": {"id": 375, "owner": {"id": 65}, "assignee": {"id": 819}}, "task": {"id": 340, "owner": {"id": 997}, "assignee": {"id": 1073}}, "job": {"id": 389, "assignee": {"id": 1131}}, "organization": {"id": 116}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 37, "privilege": "worker"}, "organization": {"id": 121, "owner": {"id": 209}, "user": {"role": "supervisor"}}}, "resource": {"id": 372, "owner": {"id": 699}, "assignee": {"id": 37}, "project": {"id": 396, "owner": {"id": 784}, "assignee": {"id": 872}}, "task": {"id": 390, "owner": {"id": 916}, "assignee": {"id": 1007}}, "job": {"id": 344, "assignee": {"id": 1199}}, "organization": {"id": 121}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 22, "privilege": "business"}, "organization": {"id": 188, "owner": {"id": 259}, "user": {"role": null}}}, "resource": {"id": 389, "owner": {"id": 628}, "assignee": {"id": 502}, "project": {"id": 348, "owner": {"id": 22}, "assignee": {"id": 891}}, "task": {"id": 333, "owner": {"id": 943}, "assignee": {"id": 1043}}, "job": {"id": 373, "assignee": {"id": 1121}}, "organization": {"id": 1205}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 77, "privilege": "worker"}, "organization": {"id": 181, "owner": {"id": 227}, "user": {"role": "supervisor"}}}, "resource": {"id": 387, "owner": {"id": 617}, "assignee": {"id": 77}, "project": {"id": 337, "owner": {"id": 770}, "assignee": {"id": 893}}, "task": {"id": 381, "owner": {"id": 991}, "assignee": {"id": 1001}}, "job": {"id": 385, "assignee": {"id": 1191}}, "organization": {"id": 1208}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 63, "privilege": "user"}, "organization": {"id": 180, "owner": {"id": 63}, "user": {"role": "owner"}}}, "resource": {"id": 354, "owner": {"id": 645}, "assignee": {"id": 575}, "project": {"id": 357, "owner": {"id": 63}, "assignee": {"id": 880}}, "task": {"id": 380, "owner": {"id": 904}, "assignee": {"id": 1077}}, "job": {"id": 366, "assignee": {"id": 1181}}, "organization": {"id": 180}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 2, "privilege": "worker"}, "organization": {"id": 112, "owner": {"id": 289}, "user": {"role": "supervisor"}}}, "resource": {"id": 387, "owner": {"id": 642}, "assignee": {"id": 2}, "project": {"id": 355, "owner": {"id": 705}, "assignee": {"id": 843}}, "task": {"id": 373, "owner": {"id": 916}, "assignee": {"id": 1007}}, "job": {"id": 367, "assignee": {"id": 1145}}, "organization": {"id": 1244}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 50, "privilege": "user"}, "organization": {"id": 106, "owner": {"id": 50}, "user": {"role": "owner"}}}, "resource": {"id": 327, "owner": {"id": 641}, "assignee": {"id": 549}, "project": {"id": 366, "owner": {"id": 50}, "assignee": {"id": 825}}, "task": {"id": 313, "owner": {"id": 951}, "assignee": {"id": 1069}}, "job": {"id": 374, "assignee": {"id": 1146}}, "organization": {"id": 1238}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 39, "privilege": "worker"}, "organization": {"id": 169, "owner": {"id": 240}, "user": {"role": "worker"}}}, "resource": {"id": 385, "owner": {"id": 653}, "assignee": {"id": 39}, "project": {"id": 356, "owner": {"id": 738}, "assignee": {"id": 833}}, "task": {"id": 322, "owner": {"id": 994}, "assignee": {"id": 1037}}, "job": {"id": 363, "assignee": {"id": 1151}}, "organization": {"id": 169}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 40, "privilege": "user"}, "organization": {"id": 112, "owner": {"id": 273}, "user": {"role": "maintainer"}}}, "resource": {"id": 315, "owner": {"id": 644}, "assignee": {"id": 513}, "project": {"id": 318, "owner": {"id": 40}, "assignee": {"id": 875}}, "task": {"id": 310, "owner": {"id": 909}, "assignee": {"id": 1063}}, "job": {"id": 375, "assignee": {"id": 1178}}, "organization": {"id": 112}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 18, "privilege": "worker"}, "organization": {"id": 195, "owner": {"id": 250}, "user": {"role": "worker"}}}, "resource": {"id": 352, "owner": {"id": 606}, "assignee": {"id": 18}, "project": {"id": 340, "owner": {"id": 782}, "assignee": {"id": 817}}, "task": {"id": 378, "owner": {"id": 968}, "assignee": {"id": 1013}}, "job": {"id": 391, "assignee": {"id": 1160}}, "organization": {"id": 195}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 48, "privilege": "user"}, "organization": {"id": 193, "owner": {"id": 280}, "user": {"role": "maintainer"}}}, "resource": {"id": 345, "owner": {"id": 693}, "assignee": {"id": 544}, "project": {"id": 371, "owner": {"id": 48}, "assignee": {"id": 851}}, "task": {"id": 323, "owner": {"id": 948}, "assignee": {"id": 1044}}, "job": {"id": 366, "assignee": {"id": 1188}}, "organization": {"id": 1211}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 38, "privilege": "worker"}, "organization": {"id": 141, "owner": {"id": 225}, "user": {"role": "worker"}}}, "resource": {"id": 311, "owner": {"id": 639}, "assignee": {"id": 38}, "project": {"id": 331, "owner": {"id": 712}, "assignee": {"id": 877}}, "task": {"id": 387, "owner": {"id": 982}, "assignee": {"id": 1042}}, "job": {"id": 311, "assignee": {"id": 1137}}, "organization": {"id": 1299}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 90, "privilege": "user"}, "organization": {"id": 120, "owner": {"id": 280}, "user": {"role": "supervisor"}}}, "resource": {"id": 392, "owner": {"id": 624}, "assignee": {"id": 517}, "project": {"id": 377, "owner": {"id": 90}, "assignee": {"id": 863}}, "task": {"id": 320, "owner": {"id": 940}, "assignee": {"id": 1005}}, "job": {"id": 372, "assignee": {"id": 1155}}, "organization": {"id": 120}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 85, "privilege": "worker"}, "organization": {"id": 188, "owner": {"id": 262}, "user": {"role": "worker"}}}, "resource": {"id": 303, "owner": {"id": 685}, "assignee": {"id": 85}, "project": {"id": 355, "owner": {"id": 799}, "assignee": {"id": 811}}, "task": {"id": 300, "owner": {"id": 975}, "assignee": {"id": 1010}}, "job": {"id": 385, "assignee": {"id": 1103}}, "organization": {"id": 1297}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 86, "privilege": "user"}, "organization": {"id": 116, "owner": {"id": 208}, "user": {"role": "supervisor"}}}, "resource": {"id": 395, "owner": {"id": 679}, "assignee": {"id": 591}, "project": {"id": 398, "owner": {"id": 86}, "assignee": {"id": 838}}, "task": {"id": 347, "owner": {"id": 948}, "assignee": {"id": 1082}}, "job": {"id": 381, "assignee": {"id": 1102}}, "organization": {"id": 1226}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 81, "privilege": "worker"}, "organization": {"id": 126, "owner": {"id": 293}, "user": {"role": null}}}, "resource": {"id": 319, "owner": {"id": 678}, "assignee": {"id": 81}, "project": {"id": 359, "owner": {"id": 758}, "assignee": {"id": 828}}, "task": {"id": 368, "owner": {"id": 907}, "assignee": {"id": 1056}}, "job": {"id": 387, "assignee": {"id": 1181}}, "organization": {"id": 126}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 61, "privilege": "user"}, "organization": {"id": 180, "owner": {"id": 217}, "user": {"role": "worker"}}}, "resource": {"id": 338, "owner": {"id": 691}, "assignee": {"id": 582}, "project": {"id": 360, "owner": {"id": 61}, "assignee": {"id": 821}}, "task": {"id": 390, "owner": {"id": 960}, "assignee": {"id": 1017}}, "job": {"id": 372, "assignee": {"id": 1136}}, "organization": {"id": 180}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 73, "privilege": "worker"}, "organization": {"id": 164, "owner": {"id": 280}, "user": {"role": null}}}, "resource": {"id": 344, "owner": {"id": 638}, "assignee": {"id": 73}, "project": {"id": 396, "owner": {"id": 781}, "assignee": {"id": 877}}, "task": {"id": 378, "owner": {"id": 944}, "assignee": {"id": 1089}}, "job": {"id": 342, "assignee": {"id": 1176}}, "organization": {"id": 164}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 78, "privilege": "user"}, "organization": {"id": 181, "owner": {"id": 226}, "user": {"role": "worker"}}}, "resource": {"id": 332, "owner": {"id": 667}, "assignee": {"id": 559}, "project": {"id": 362, "owner": {"id": 78}, "assignee": {"id": 815}}, "task": {"id": 383, "owner": {"id": 942}, "assignee": {"id": 1001}}, "job": {"id": 372, "assignee": {"id": 1130}}, "organization": {"id": 1253}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 91, "privilege": "worker"}, "organization": {"id": 178, "owner": {"id": 294}, "user": {"role": null}}}, "resource": {"id": 381, "owner": {"id": 638}, "assignee": {"id": 91}, "project": {"id": 307, "owner": {"id": 714}, "assignee": {"id": 850}}, "task": {"id": 315, "owner": {"id": 998}, "assignee": {"id": 1071}}, "job": {"id": 357, "assignee": {"id": 1140}}, "organization": {"id": 1214}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 84, "privilege": "user"}, "organization": {"id": 181, "owner": {"id": 247}, "user": {"role": null}}}, "resource": {"id": 337, "owner": {"id": 616}, "assignee": {"id": 554}, "project": {"id": 301, "owner": {"id": 84}, "assignee": {"id": 890}}, "task": {"id": 325, "owner": {"id": 937}, "assignee": {"id": 1024}}, "job": {"id": 343, "assignee": {"id": 1176}}, "organization": {"id": 181}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 68, "privilege": "worker"}, "organization": {"id": 139, "owner": {"id": 205}, "user": {"role": null}}}, "resource": {"id": 332, "owner": {"id": 606}, "assignee": {"id": 68}, "project": {"id": 300, "owner": {"id": 734}, "assignee": {"id": 843}}, "task": {"id": 350, "owner": {"id": 958}, "assignee": {"id": 1050}}, "job": {"id": 335, "assignee": {"id": 1127}}, "organization": {"id": 1204}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 35, "privilege": "user"}, "organization": {"id": 187, "owner": {"id": 270}, "user": {"role": null}}}, "resource": {"id": 322, "owner": {"id": 628}, "assignee": {"id": 576}, "project": {"id": 321, "owner": {"id": 35}, "assignee": {"id": 898}}, "task": {"id": 339, "owner": {"id": 915}, "assignee": {"id": 1072}}, "job": {"id": 388, "assignee": {"id": 1160}}, "organization": {"id": 1215}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 19, "privilege": "none"}, "organization": {"id": 179, "owner": {"id": 19}, "user": {"role": "owner"}}}, "resource": {"id": 386, "owner": {"id": 671}, "assignee": {"id": 19}, "project": {"id": 319, "owner": {"id": 740}, "assignee": {"id": 849}}, "task": {"id": 324, "owner": {"id": 932}, "assignee": {"id": 1045}}, "job": {"id": 301, "assignee": {"id": 1154}}, "organization": {"id": 179}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 43, "privilege": "worker"}, "organization": {"id": 167, "owner": {"id": 43}, "user": {"role": "owner"}}}, "resource": {"id": 325, "owner": {"id": 684}, "assignee": {"id": 555}, "project": {"id": 339, "owner": {"id": 43}, "assignee": {"id": 887}}, "task": {"id": 342, "owner": {"id": 969}, "assignee": {"id": 1003}}, "job": {"id": 302, "assignee": {"id": 1135}}, "organization": {"id": 167}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 33, "privilege": "none"}, "organization": {"id": 131, "owner": {"id": 33}, "user": {"role": "owner"}}}, "resource": {"id": 361, "owner": {"id": 650}, "assignee": {"id": 33}, "project": {"id": 374, "owner": {"id": 789}, "assignee": {"id": 821}}, "task": {"id": 368, "owner": {"id": 903}, "assignee": {"id": 1036}}, "job": {"id": 305, "assignee": {"id": 1116}}, "organization": {"id": 131}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 31, "privilege": "worker"}, "organization": {"id": 106, "owner": {"id": 31}, "user": {"role": "owner"}}}, "resource": {"id": 308, "owner": {"id": 629}, "assignee": {"id": 508}, "project": {"id": 314, "owner": {"id": 31}, "assignee": {"id": 853}}, "task": {"id": 316, "owner": {"id": 918}, "assignee": {"id": 1013}}, "job": {"id": 380, "assignee": {"id": 1106}}, "organization": {"id": 1236}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 39, "privilege": "none"}, "organization": {"id": 117, "owner": {"id": 39}, "user": {"role": "owner"}}}, "resource": {"id": 381, "owner": {"id": 677}, "assignee": {"id": 39}, "project": {"id": 366, "owner": {"id": 716}, "assignee": {"id": 852}}, "task": {"id": 344, "owner": {"id": 932}, "assignee": {"id": 1079}}, "job": {"id": 330, "assignee": {"id": 1100}}, "organization": {"id": 1213}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 72, "privilege": "worker"}, "organization": {"id": 104, "owner": {"id": 248}, "user": {"role": "maintainer"}}}, "resource": {"id": 391, "owner": {"id": 675}, "assignee": {"id": 512}, "project": {"id": 323, "owner": {"id": 72}, "assignee": {"id": 814}}, "task": {"id": 372, "owner": {"id": 946}, "assignee": {"id": 1010}}, "job": {"id": 328, "assignee": {"id": 1162}}, "organization": {"id": 104}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 62, "privilege": "none"}, "organization": {"id": 105, "owner": {"id": 62}, "user": {"role": "owner"}}}, "resource": {"id": 387, "owner": {"id": 614}, "assignee": {"id": 62}, "project": {"id": 380, "owner": {"id": 751}, "assignee": {"id": 898}}, "task": {"id": 309, "owner": {"id": 968}, "assignee": {"id": 1023}}, "job": {"id": 396, "assignee": {"id": 1170}}, "organization": {"id": 1271}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 24, "privilege": "worker"}, "organization": {"id": 177, "owner": {"id": 202}, "user": {"role": "maintainer"}}}, "resource": {"id": 310, "owner": {"id": 618}, "assignee": {"id": 516}, "project": {"id": 320, "owner": {"id": 24}, "assignee": {"id": 870}}, "task": {"id": 391, "owner": {"id": 941}, "assignee": {"id": 1044}}, "job": {"id": 373, "assignee": {"id": 1119}}, "organization": {"id": 1236}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 66, "privilege": "none"}, "organization": {"id": 130, "owner": {"id": 202}, "user": {"role": "maintainer"}}}, "resource": {"id": 395, "owner": {"id": 671}, "assignee": {"id": 66}, "project": {"id": 332, "owner": {"id": 723}, "assignee": {"id": 828}}, "task": {"id": 372, "owner": {"id": 927}, "assignee": {"id": 1078}}, "job": {"id": 388, "assignee": {"id": 1145}}, "organization": {"id": 130}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 54, "privilege": "worker"}, "organization": {"id": 150, "owner": {"id": 217}, "user": {"role": "supervisor"}}}, "resource": {"id": 303, "owner": {"id": 654}, "assignee": {"id": 593}, "project": {"id": 393, "owner": {"id": 54}, "assignee": {"id": 811}}, "task": {"id": 350, "owner": {"id": 953}, "assignee": {"id": 1054}}, "job": {"id": 320, "assignee": {"id": 1148}}, "organization": {"id": 150}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 54, "privilege": "none"}, "organization": {"id": 189, "owner": {"id": 296}, "user": {"role": "maintainer"}}}, "resource": {"id": 378, "owner": {"id": 681}, "assignee": {"id": 54}, "project": {"id": 329, "owner": {"id": 796}, "assignee": {"id": 851}}, "task": {"id": 391, "owner": {"id": 997}, "assignee": {"id": 1096}}, "job": {"id": 313, "assignee": {"id": 1166}}, "organization": {"id": 189}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 81, "privilege": "worker"}, "organization": {"id": 104, "owner": {"id": 273}, "user": {"role": "supervisor"}}}, "resource": {"id": 348, "owner": {"id": 661}, "assignee": {"id": 522}, "project": {"id": 312, "owner": {"id": 81}, "assignee": {"id": 807}}, "task": {"id": 336, "owner": {"id": 987}, "assignee": {"id": 1050}}, "job": {"id": 329, "assignee": {"id": 1197}}, "organization": {"id": 1250}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 51, "privilege": "none"}, "organization": {"id": 172, "owner": {"id": 210}, "user": {"role": "maintainer"}}}, "resource": {"id": 390, "owner": {"id": 667}, "assignee": {"id": 51}, "project": {"id": 394, "owner": {"id": 700}, "assignee": {"id": 817}}, "task": {"id": 383, "owner": {"id": 965}, "assignee": {"id": 1006}}, "job": {"id": 322, "assignee": {"id": 1144}}, "organization": {"id": 1219}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 8, "privilege": "worker"}, "organization": {"id": 148, "owner": {"id": 239}, "user": {"role": "worker"}}}, "resource": {"id": 321, "owner": {"id": 624}, "assignee": {"id": 546}, "project": {"id": 390, "owner": {"id": 8}, "assignee": {"id": 871}}, "task": {"id": 349, "owner": {"id": 963}, "assignee": {"id": 1052}}, "job": {"id": 338, "assignee": {"id": 1177}}, "organization": {"id": 148}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 92, "privilege": "none"}, "organization": {"id": 176, "owner": {"id": 230}, "user": {"role": "maintainer"}}}, "resource": {"id": 379, "owner": {"id": 680}, "assignee": {"id": 92}, "project": {"id": 396, "owner": {"id": 745}, "assignee": {"id": 864}}, "task": {"id": 309, "owner": {"id": 924}, "assignee": {"id": 1088}}, "job": {"id": 371, "assignee": {"id": 1189}}, "organization": {"id": 1281}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 42, "privilege": "worker"}, "organization": {"id": 144, "owner": {"id": 278}, "user": {"role": "worker"}}}, "resource": {"id": 353, "owner": {"id": 639}, "assignee": {"id": 536}, "project": {"id": 334, "owner": {"id": 42}, "assignee": {"id": 873}}, "task": {"id": 361, "owner": {"id": 995}, "assignee": {"id": 1091}}, "job": {"id": 335, "assignee": {"id": 1108}}, "organization": {"id": 1218}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 64, "privilege": "none"}, "organization": {"id": 108, "owner": {"id": 240}, "user": {"role": "supervisor"}}}, "resource": {"id": 381, "owner": {"id": 616}, "assignee": {"id": 64}, "project": {"id": 358, "owner": {"id": 779}, "assignee": {"id": 862}}, "task": {"id": 379, "owner": {"id": 900}, "assignee": {"id": 1077}}, "job": {"id": 320, "assignee": {"id": 1136}}, "organization": {"id": 108}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 50, "privilege": "worker"}, "organization": {"id": 169, "owner": {"id": 247}, "user": {"role": null}}}, "resource": {"id": 312, "owner": {"id": 678}, "assignee": {"id": 512}, "project": {"id": 315, "owner": {"id": 50}, "assignee": {"id": 844}}, "task": {"id": 349, "owner": {"id": 957}, "assignee": {"id": 1069}}, "job": {"id": 368, "assignee": {"id": 1118}}, "organization": {"id": 169}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 52, "privilege": "none"}, "organization": {"id": 155, "owner": {"id": 281}, "user": {"role": "supervisor"}}}, "resource": {"id": 368, "owner": {"id": 686}, "assignee": {"id": 52}, "project": {"id": 310, "owner": {"id": 751}, "assignee": {"id": 835}}, "task": {"id": 386, "owner": {"id": 919}, "assignee": {"id": 1062}}, "job": {"id": 334, "assignee": {"id": 1138}}, "organization": {"id": 155}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 13, "privilege": "worker"}, "organization": {"id": 199, "owner": {"id": 238}, "user": {"role": null}}}, "resource": {"id": 374, "owner": {"id": 612}, "assignee": {"id": 584}, "project": {"id": 311, "owner": {"id": 13}, "assignee": {"id": 862}}, "task": {"id": 396, "owner": {"id": 971}, "assignee": {"id": 1063}}, "job": {"id": 396, "assignee": {"id": 1186}}, "organization": {"id": 1214}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 33, "privilege": "none"}, "organization": {"id": 101, "owner": {"id": 294}, "user": {"role": "supervisor"}}}, "resource": {"id": 360, "owner": {"id": 681}, "assignee": {"id": 33}, "project": {"id": 360, "owner": {"id": 784}, "assignee": {"id": 828}}, "task": {"id": 367, "owner": {"id": 932}, "assignee": {"id": 1098}}, "job": {"id": 370, "assignee": {"id": 1169}}, "organization": {"id": 1260}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 52, "privilege": "none"}, "organization": {"id": 197, "owner": {"id": 52}, "user": {"role": "owner"}}}, "resource": {"id": 329, "owner": {"id": 699}, "assignee": {"id": 565}, "project": {"id": 360, "owner": {"id": 52}, "assignee": {"id": 820}}, "task": {"id": 386, "owner": {"id": 982}, "assignee": {"id": 1080}}, "job": {"id": 322, "assignee": {"id": 1157}}, "organization": {"id": 197}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 66, "privilege": "none"}, "organization": {"id": 148, "owner": {"id": 249}, "user": {"role": "supervisor"}}}, "resource": {"id": 312, "owner": {"id": 665}, "assignee": {"id": 66}, "project": {"id": 310, "owner": {"id": 773}, "assignee": {"id": 886}}, "task": {"id": 334, "owner": {"id": 963}, "assignee": {"id": 1066}}, "job": {"id": 390, "assignee": {"id": 1119}}, "organization": {"id": 1209}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 59, "privilege": "none"}, "organization": {"id": 195, "owner": {"id": 59}, "user": {"role": "owner"}}}, "resource": {"id": 305, "owner": {"id": 635}, "assignee": {"id": 533}, "project": {"id": 347, "owner": {"id": 59}, "assignee": {"id": 856}}, "task": {"id": 391, "owner": {"id": 990}, "assignee": {"id": 1088}}, "job": {"id": 356, "assignee": {"id": 1188}}, "organization": {"id": 1231}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 80, "privilege": "none"}, "organization": {"id": 182, "owner": {"id": 208}, "user": {"role": "worker"}}}, "resource": {"id": 362, "owner": {"id": 658}, "assignee": {"id": 80}, "project": {"id": 372, "owner": {"id": 704}, "assignee": {"id": 899}}, "task": {"id": 320, "owner": {"id": 981}, "assignee": {"id": 1082}}, "job": {"id": 317, "assignee": {"id": 1178}}, "organization": {"id": 182}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 48, "privilege": "none"}, "organization": {"id": 163, "owner": {"id": 216}, "user": {"role": "maintainer"}}}, "resource": {"id": 310, "owner": {"id": 619}, "assignee": {"id": 528}, "project": {"id": 393, "owner": {"id": 48}, "assignee": {"id": 802}}, "task": {"id": 301, "owner": {"id": 995}, "assignee": {"id": 1005}}, "job": {"id": 322, "assignee": {"id": 1110}}, "organization": {"id": 163}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 18, "privilege": "none"}, "organization": {"id": 189, "owner": {"id": 284}, "user": {"role": "worker"}}}, "resource": {"id": 341, "owner": {"id": 603}, "assignee": {"id": 18}, "project": {"id": 363, "owner": {"id": 716}, "assignee": {"id": 891}}, "task": {"id": 329, "owner": {"id": 924}, "assignee": {"id": 1045}}, "job": {"id": 343, "assignee": {"id": 1139}}, "organization": {"id": 189}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 95, "privilege": "none"}, "organization": {"id": 118, "owner": {"id": 268}, "user": {"role": "maintainer"}}}, "resource": {"id": 389, "owner": {"id": 601}, "assignee": {"id": 549}, "project": {"id": 329, "owner": {"id": 95}, "assignee": {"id": 836}}, "task": {"id": 396, "owner": {"id": 921}, "assignee": {"id": 1077}}, "job": {"id": 347, "assignee": {"id": 1153}}, "organization": {"id": 1207}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 80, "privilege": "none"}, "organization": {"id": 111, "owner": {"id": 242}, "user": {"role": "worker"}}}, "resource": {"id": 317, "owner": {"id": 650}, "assignee": {"id": 80}, "project": {"id": 305, "owner": {"id": 766}, "assignee": {"id": 821}}, "task": {"id": 342, "owner": {"id": 917}, "assignee": {"id": 1079}}, "job": {"id": 326, "assignee": {"id": 1129}}, "organization": {"id": 1290}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 81, "privilege": "none"}, "organization": {"id": 124, "owner": {"id": 291}, "user": {"role": "supervisor"}}}, "resource": {"id": 345, "owner": {"id": 629}, "assignee": {"id": 519}, "project": {"id": 375, "owner": {"id": 81}, "assignee": {"id": 862}}, "task": {"id": 322, "owner": {"id": 923}, "assignee": {"id": 1092}}, "job": {"id": 355, "assignee": {"id": 1100}}, "organization": {"id": 124}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 47, "privilege": "none"}, "organization": {"id": 163, "owner": {"id": 264}, "user": {"role": "worker"}}}, "resource": {"id": 356, "owner": {"id": 624}, "assignee": {"id": 47}, "project": {"id": 329, "owner": {"id": 796}, "assignee": {"id": 831}}, "task": {"id": 310, "owner": {"id": 903}, "assignee": {"id": 1079}}, "job": {"id": 317, "assignee": {"id": 1119}}, "organization": {"id": 1279}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 55, "privilege": "none"}, "organization": {"id": 173, "owner": {"id": 226}, "user": {"role": "supervisor"}}}, "resource": {"id": 337, "owner": {"id": 684}, "assignee": {"id": 541}, "project": {"id": 325, "owner": {"id": 55}, "assignee": {"id": 895}}, "task": {"id": 393, "owner": {"id": 930}, "assignee": {"id": 1071}}, "job": {"id": 318, "assignee": {"id": 1136}}, "organization": {"id": 1238}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 44, "privilege": "none"}, "organization": {"id": 168, "owner": {"id": 277}, "user": {"role": null}}}, "resource": {"id": 369, "owner": {"id": 646}, "assignee": {"id": 44}, "project": {"id": 330, "owner": {"id": 725}, "assignee": {"id": 853}}, "task": {"id": 335, "owner": {"id": 913}, "assignee": {"id": 1011}}, "job": {"id": 369, "assignee": {"id": 1144}}, "organization": {"id": 168}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 62, "privilege": "none"}, "organization": {"id": 163, "owner": {"id": 286}, "user": {"role": "worker"}}}, "resource": {"id": 346, "owner": {"id": 691}, "assignee": {"id": 561}, "project": {"id": 394, "owner": {"id": 62}, "assignee": {"id": 854}}, "task": {"id": 326, "owner": {"id": 939}, "assignee": {"id": 1048}}, "job": {"id": 387, "assignee": {"id": 1106}}, "organization": {"id": 163}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 67, "privilege": "none"}, "organization": {"id": 197, "owner": {"id": 208}, "user": {"role": null}}}, "resource": {"id": 374, "owner": {"id": 628}, "assignee": {"id": 67}, "project": {"id": 386, "owner": {"id": 705}, "assignee": {"id": 827}}, "task": {"id": 321, "owner": {"id": 945}, "assignee": {"id": 1053}}, "job": {"id": 347, "assignee": {"id": 1171}}, "organization": {"id": 197}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 77, "privilege": "none"}, "organization": {"id": 116, "owner": {"id": 220}, "user": {"role": "worker"}}}, "resource": {"id": 333, "owner": {"id": 628}, "assignee": {"id": 502}, "project": {"id": 322, "owner": {"id": 77}, "assignee": {"id": 807}}, "task": {"id": 332, "owner": {"id": 972}, "assignee": {"id": 1050}}, "job": {"id": 372, "assignee": {"id": 1172}}, "organization": {"id": 1208}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 36, "privilege": "none"}, "organization": {"id": 198, "owner": {"id": 283}, "user": {"role": null}}}, "resource": {"id": 354, "owner": {"id": 677}, "assignee": {"id": 36}, "project": {"id": 348, "owner": {"id": 704}, "assignee": {"id": 882}}, "task": {"id": 377, "owner": {"id": 904}, "assignee": {"id": 1033}}, "job": {"id": 357, "assignee": {"id": 1127}}, "organization": {"id": 1200}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 84, "privilege": "none"}, "organization": {"id": 174, "owner": {"id": 278}, "user": {"role": null}}}, "resource": {"id": 398, "owner": {"id": 609}, "assignee": {"id": 564}, "project": {"id": 353, "owner": {"id": 84}, "assignee": {"id": 835}}, "task": {"id": 344, "owner": {"id": 968}, "assignee": {"id": 1099}}, "job": {"id": 390, "assignee": {"id": 1120}}, "organization": {"id": 174}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 10, "privilege": "none"}, "organization": {"id": 194, "owner": {"id": 267}, "user": {"role": null}}}, "resource": {"id": 388, "owner": {"id": 610}, "assignee": {"id": 10}, "project": {"id": 398, "owner": {"id": 770}, "assignee": {"id": 899}}, "task": {"id": 342, "owner": {"id": 937}, "assignee": {"id": 1063}}, "job": {"id": 316, "assignee": {"id": 1167}}, "organization": {"id": 1218}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 36, "privilege": "none"}, "organization": {"id": 140, "owner": {"id": 251}, "user": {"role": null}}}, "resource": {"id": 359, "owner": {"id": 675}, "assignee": {"id": 571}, "project": {"id": 388, "owner": {"id": 36}, "assignee": {"id": 856}}, "task": {"id": 326, "owner": {"id": 962}, "assignee": {"id": 1043}}, "job": {"id": 355, "assignee": {"id": 1100}}, "organization": {"id": 1299}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 89, "privilege": "admin"}, "organization": {"id": 112, "owner": {"id": 89}, "user": {"role": "owner"}}}, "resource": {"id": 333, "owner": {"id": 687}, "assignee": {"id": 518}, "project": {"id": 365, "owner": {"id": 741}, "assignee": {"id": 815}}, "task": {"id": 316, "owner": {"id": 959}, "assignee": {"id": 1064}}, "job": {"id": 305, "assignee": {"id": 1137}}, "organization": {"id": 112}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 54, "privilege": "admin"}, "organization": {"id": 178, "owner": {"id": 54}, "user": {"role": "owner"}}}, "resource": {"id": 348, "owner": {"id": 626}, "assignee": {"id": 534}, "project": {"id": 364, "owner": {"id": 740}, "assignee": {"id": 54}}, "task": {"id": 321, "owner": {"id": 961}, "assignee": {"id": 1074}}, "job": {"id": 344, "assignee": {"id": 1127}}, "organization": {"id": 178}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 33, "privilege": "admin"}, "organization": {"id": 136, "owner": {"id": 33}, "user": {"role": "owner"}}}, "resource": {"id": 314, "owner": {"id": 672}, "assignee": {"id": 509}, "project": {"id": 328, "owner": {"id": 750}, "assignee": {"id": 864}}, "task": {"id": 348, "owner": {"id": 994}, "assignee": {"id": 1016}}, "job": {"id": 399, "assignee": {"id": 1171}}, "organization": {"id": 136}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 12, "privilege": "admin"}, "organization": {"id": 107, "owner": {"id": 12}, "user": {"role": "owner"}}}, "resource": {"id": 368, "owner": {"id": 631}, "assignee": {"id": 584}, "project": {"id": 322, "owner": {"id": 737}, "assignee": {"id": 12}}, "task": {"id": 393, "owner": {"id": 907}, "assignee": {"id": 1049}}, "job": {"id": 351, "assignee": {"id": 1102}}, "organization": {"id": 1225}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 86, "privilege": "admin"}, "organization": {"id": 164, "owner": {"id": 86}, "user": {"role": "owner"}}}, "resource": {"id": 364, "owner": {"id": 617}, "assignee": {"id": 515}, "project": {"id": 382, "owner": {"id": 739}, "assignee": {"id": 810}}, "task": {"id": 334, "owner": {"id": 903}, "assignee": {"id": 1046}}, "job": {"id": 336, "assignee": {"id": 1120}}, "organization": {"id": 1256}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 65, "privilege": "admin"}, "organization": {"id": 192, "owner": {"id": 258}, "user": {"role": "maintainer"}}}, "resource": {"id": 320, "owner": {"id": 660}, "assignee": {"id": 599}, "project": {"id": 313, "owner": {"id": 799}, "assignee": {"id": 65}}, "task": {"id": 306, "owner": {"id": 973}, "assignee": {"id": 1013}}, "job": {"id": 371, "assignee": {"id": 1146}}, "organization": {"id": 192}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 48, "privilege": "admin"}, "organization": {"id": 108, "owner": {"id": 48}, "user": {"role": "owner"}}}, "resource": {"id": 379, "owner": {"id": 690}, "assignee": {"id": 562}, "project": {"id": 389, "owner": {"id": 729}, "assignee": {"id": 835}}, "task": {"id": 362, "owner": {"id": 998}, "assignee": {"id": 1058}}, "job": {"id": 328, "assignee": {"id": 1106}}, "organization": {"id": 1288}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 76, "privilege": "admin"}, "organization": {"id": 133, "owner": {"id": 223}, "user": {"role": "maintainer"}}}, "resource": {"id": 319, "owner": {"id": 608}, "assignee": {"id": 528}, "project": {"id": 375, "owner": {"id": 780}, "assignee": {"id": 76}}, "task": {"id": 318, "owner": {"id": 932}, "assignee": {"id": 1096}}, "job": {"id": 336, "assignee": {"id": 1156}}, "organization": {"id": 1276}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 71, "privilege": "admin"}, "organization": {"id": 166, "owner": {"id": 287}, "user": {"role": "maintainer"}}}, "resource": {"id": 355, "owner": {"id": 609}, "assignee": {"id": 598}, "project": {"id": 345, "owner": {"id": 715}, "assignee": {"id": 834}}, "task": {"id": 337, "owner": {"id": 908}, "assignee": {"id": 1090}}, "job": {"id": 346, "assignee": {"id": 1178}}, "organization": {"id": 166}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 47, "privilege": "admin"}, "organization": {"id": 125, "owner": {"id": 221}, "user": {"role": "supervisor"}}}, "resource": {"id": 367, "owner": {"id": 616}, "assignee": {"id": 575}, "project": {"id": 311, "owner": {"id": 731}, "assignee": {"id": 47}}, "task": {"id": 332, "owner": {"id": 995}, "assignee": {"id": 1038}}, "job": {"id": 310, "assignee": {"id": 1171}}, "organization": {"id": 125}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 96, "privilege": "admin"}, "organization": {"id": 115, "owner": {"id": 222}, "user": {"role": "maintainer"}}}, "resource": {"id": 349, "owner": {"id": 628}, "assignee": {"id": 522}, "project": {"id": 355, "owner": {"id": 769}, "assignee": {"id": 875}}, "task": {"id": 391, "owner": {"id": 926}, "assignee": {"id": 1075}}, "job": {"id": 382, "assignee": {"id": 1188}}, "organization": {"id": 115}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 80, "privilege": "admin"}, "organization": {"id": 194, "owner": {"id": 202}, "user": {"role": "supervisor"}}}, "resource": {"id": 372, "owner": {"id": 679}, "assignee": {"id": 510}, "project": {"id": 307, "owner": {"id": 700}, "assignee": {"id": 80}}, "task": {"id": 305, "owner": {"id": 960}, "assignee": {"id": 1077}}, "job": {"id": 345, "assignee": {"id": 1146}}, "organization": {"id": 1209}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 97, "privilege": "admin"}, "organization": {"id": 113, "owner": {"id": 208}, "user": {"role": "maintainer"}}}, "resource": {"id": 349, "owner": {"id": 688}, "assignee": {"id": 556}, "project": {"id": 385, "owner": {"id": 764}, "assignee": {"id": 876}}, "task": {"id": 393, "owner": {"id": 917}, "assignee": {"id": 1036}}, "job": {"id": 339, "assignee": {"id": 1117}}, "organization": {"id": 1222}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 31, "privilege": "admin"}, "organization": {"id": 142, "owner": {"id": 294}, "user": {"role": "worker"}}}, "resource": {"id": 307, "owner": {"id": 695}, "assignee": {"id": 510}, "project": {"id": 364, "owner": {"id": 774}, "assignee": {"id": 31}}, "task": {"id": 352, "owner": {"id": 967}, "assignee": {"id": 1008}}, "job": {"id": 323, "assignee": {"id": 1191}}, "organization": {"id": 142}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 80, "privilege": "admin"}, "organization": {"id": 159, "owner": {"id": 265}, "user": {"role": "maintainer"}}}, "resource": {"id": 313, "owner": {"id": 617}, "assignee": {"id": 597}, "project": {"id": 303, "owner": {"id": 726}, "assignee": {"id": 808}}, "task": {"id": 384, "owner": {"id": 958}, "assignee": {"id": 1037}}, "job": {"id": 379, "assignee": {"id": 1153}}, "organization": {"id": 1249}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 36, "privilege": "admin"}, "organization": {"id": 107, "owner": {"id": 220}, "user": {"role": "worker"}}}, "resource": {"id": 366, "owner": {"id": 698}, "assignee": {"id": 540}, "project": {"id": 346, "owner": {"id": 794}, "assignee": {"id": 36}}, "task": {"id": 304, "owner": {"id": 956}, "assignee": {"id": 1037}}, "job": {"id": 308, "assignee": {"id": 1182}}, "organization": {"id": 1295}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 22, "privilege": "admin"}, "organization": {"id": 113, "owner": {"id": 275}, "user": {"role": "supervisor"}}}, "resource": {"id": 323, "owner": {"id": 672}, "assignee": {"id": 534}, "project": {"id": 318, "owner": {"id": 780}, "assignee": {"id": 831}}, "task": {"id": 304, "owner": {"id": 990}, "assignee": {"id": 1006}}, "job": {"id": 304, "assignee": {"id": 1128}}, "organization": {"id": 113}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 38, "privilege": "admin"}, "organization": {"id": 197, "owner": {"id": 228}, "user": {"role": null}}}, "resource": {"id": 323, "owner": {"id": 623}, "assignee": {"id": 587}, "project": {"id": 315, "owner": {"id": 763}, "assignee": {"id": 38}}, "task": {"id": 352, "owner": {"id": 910}, "assignee": {"id": 1065}}, "job": {"id": 371, "assignee": {"id": 1144}}, "organization": {"id": 197}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 5, "privilege": "admin"}, "organization": {"id": 115, "owner": {"id": 274}, "user": {"role": "supervisor"}}}, "resource": {"id": 374, "owner": {"id": 659}, "assignee": {"id": 546}, "project": {"id": 353, "owner": {"id": 747}, "assignee": {"id": 848}}, "task": {"id": 360, "owner": {"id": 909}, "assignee": {"id": 1078}}, "job": {"id": 362, "assignee": {"id": 1110}}, "organization": {"id": 115}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 36, "privilege": "admin"}, "organization": {"id": 116, "owner": {"id": 236}, "user": {"role": null}}}, "resource": {"id": 337, "owner": {"id": 637}, "assignee": {"id": 597}, "project": {"id": 359, "owner": {"id": 743}, "assignee": {"id": 36}}, "task": {"id": 378, "owner": {"id": 942}, "assignee": {"id": 1084}}, "job": {"id": 305, "assignee": {"id": 1179}}, "organization": {"id": 1262}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 55, "privilege": "admin"}, "organization": {"id": 134, "owner": {"id": 253}, "user": {"role": "supervisor"}}}, "resource": {"id": 346, "owner": {"id": 643}, "assignee": {"id": 545}, "project": {"id": 355, "owner": {"id": 795}, "assignee": {"id": 875}}, "task": {"id": 324, "owner": {"id": 933}, "assignee": {"id": 1093}}, "job": {"id": 388, "assignee": {"id": 1156}}, "organization": {"id": 1295}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 70, "privilege": "business"}, "organization": {"id": 126, "owner": {"id": 70}, "user": {"role": "owner"}}}, "resource": {"id": 316, "owner": {"id": 625}, "assignee": {"id": 551}, "project": {"id": 337, "owner": {"id": 774}, "assignee": {"id": 70}}, "task": {"id": 301, "owner": {"id": 964}, "assignee": {"id": 1077}}, "job": {"id": 356, "assignee": {"id": 1102}}, "organization": {"id": 126}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 79, "privilege": "admin"}, "organization": {"id": 199, "owner": {"id": 234}, "user": {"role": "supervisor"}}}, "resource": {"id": 351, "owner": {"id": 694}, "assignee": {"id": 581}, "project": {"id": 354, "owner": {"id": 791}, "assignee": {"id": 896}}, "task": {"id": 380, "owner": {"id": 925}, "assignee": {"id": 1063}}, "job": {"id": 339, "assignee": {"id": 1174}}, "organization": {"id": 1228}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 67, "privilege": "business"}, "organization": {"id": 101, "owner": {"id": 67}, "user": {"role": "owner"}}}, "resource": {"id": 372, "owner": {"id": 677}, "assignee": {"id": 592}, "project": {"id": 309, "owner": {"id": 721}, "assignee": {"id": 67}}, "task": {"id": 388, "owner": {"id": 980}, "assignee": {"id": 1041}}, "job": {"id": 331, "assignee": {"id": 1107}}, "organization": {"id": 1268}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 86, "privilege": "admin"}, "organization": {"id": 146, "owner": {"id": 269}, "user": {"role": "worker"}}}, "resource": {"id": 399, "owner": {"id": 681}, "assignee": {"id": 594}, "project": {"id": 398, "owner": {"id": 766}, "assignee": {"id": 886}}, "task": {"id": 338, "owner": {"id": 908}, "assignee": {"id": 1028}}, "job": {"id": 328, "assignee": {"id": 1188}}, "organization": {"id": 146}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 74, "privilege": "business"}, "organization": {"id": 104, "owner": {"id": 212}, "user": {"role": "maintainer"}}}, "resource": {"id": 311, "owner": {"id": 682}, "assignee": {"id": 584}, "project": {"id": 314, "owner": {"id": 728}, "assignee": {"id": 74}}, "task": {"id": 323, "owner": {"id": 913}, "assignee": {"id": 1011}}, "job": {"id": 315, "assignee": {"id": 1116}}, "organization": {"id": 104}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 28, "privilege": "admin"}, "organization": {"id": 116, "owner": {"id": 295}, "user": {"role": "worker"}}}, "resource": {"id": 331, "owner": {"id": 676}, "assignee": {"id": 546}, "project": {"id": 332, "owner": {"id": 743}, "assignee": {"id": 888}}, "task": {"id": 369, "owner": {"id": 902}, "assignee": {"id": 1048}}, "job": {"id": 306, "assignee": {"id": 1154}}, "organization": {"id": 116}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 44, "privilege": "business"}, "organization": {"id": 122, "owner": {"id": 240}, "user": {"role": "maintainer"}}}, "resource": {"id": 356, "owner": {"id": 608}, "assignee": {"id": 536}, "project": {"id": 324, "owner": {"id": 796}, "assignee": {"id": 44}}, "task": {"id": 339, "owner": {"id": 997}, "assignee": {"id": 1080}}, "job": {"id": 369, "assignee": {"id": 1155}}, "organization": {"id": 1247}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 49, "privilege": "admin"}, "organization": {"id": 120, "owner": {"id": 215}, "user": {"role": "worker"}}}, "resource": {"id": 387, "owner": {"id": 675}, "assignee": {"id": 502}, "project": {"id": 378, "owner": {"id": 772}, "assignee": {"id": 838}}, "task": {"id": 386, "owner": {"id": 906}, "assignee": {"id": 1063}}, "job": {"id": 364, "assignee": {"id": 1110}}, "organization": {"id": 1203}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 54, "privilege": "business"}, "organization": {"id": 133, "owner": {"id": 293}, "user": {"role": "supervisor"}}}, "resource": {"id": 391, "owner": {"id": 684}, "assignee": {"id": 552}, "project": {"id": 380, "owner": {"id": 743}, "assignee": {"id": 54}}, "task": {"id": 354, "owner": {"id": 983}, "assignee": {"id": 1031}}, "job": {"id": 342, "assignee": {"id": 1135}}, "organization": {"id": 133}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 63, "privilege": "admin"}, "organization": {"id": 155, "owner": {"id": 297}, "user": {"role": "worker"}}}, "resource": {"id": 303, "owner": {"id": 665}, "assignee": {"id": 595}, "project": {"id": 341, "owner": {"id": 716}, "assignee": {"id": 898}}, "task": {"id": 337, "owner": {"id": 972}, "assignee": {"id": 1000}}, "job": {"id": 300, "assignee": {"id": 1144}}, "organization": {"id": 1247}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 57, "privilege": "business"}, "organization": {"id": 161, "owner": {"id": 268}, "user": {"role": "supervisor"}}}, "resource": {"id": 320, "owner": {"id": 618}, "assignee": {"id": 529}, "project": {"id": 393, "owner": {"id": 763}, "assignee": {"id": 57}}, "task": {"id": 395, "owner": {"id": 983}, "assignee": {"id": 1042}}, "job": {"id": 368, "assignee": {"id": 1173}}, "organization": {"id": 1203}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 53, "privilege": "admin"}, "organization": {"id": 104, "owner": {"id": 218}, "user": {"role": null}}}, "resource": {"id": 322, "owner": {"id": 659}, "assignee": {"id": 597}, "project": {"id": 313, "owner": {"id": 726}, "assignee": {"id": 867}}, "task": {"id": 330, "owner": {"id": 924}, "assignee": {"id": 1098}}, "job": {"id": 309, "assignee": {"id": 1180}}, "organization": {"id": 104}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 54, "privilege": "business"}, "organization": {"id": 116, "owner": {"id": 292}, "user": {"role": "worker"}}}, "resource": {"id": 339, "owner": {"id": 642}, "assignee": {"id": 556}, "project": {"id": 345, "owner": {"id": 715}, "assignee": {"id": 54}}, "task": {"id": 319, "owner": {"id": 949}, "assignee": {"id": 1055}}, "job": {"id": 370, "assignee": {"id": 1116}}, "organization": {"id": 116}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 75, "privilege": "admin"}, "organization": {"id": 101, "owner": {"id": 262}, "user": {"role": null}}}, "resource": {"id": 378, "owner": {"id": 684}, "assignee": {"id": 554}, "project": {"id": 371, "owner": {"id": 745}, "assignee": {"id": 889}}, "task": {"id": 367, "owner": {"id": 978}, "assignee": {"id": 1061}}, "job": {"id": 394, "assignee": {"id": 1103}}, "organization": {"id": 101}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 99, "privilege": "business"}, "organization": {"id": 172, "owner": {"id": 299}, "user": {"role": "worker"}}}, "resource": {"id": 365, "owner": {"id": 615}, "assignee": {"id": 515}, "project": {"id": 307, "owner": {"id": 780}, "assignee": {"id": 99}}, "task": {"id": 302, "owner": {"id": 982}, "assignee": {"id": 1072}}, "job": {"id": 360, "assignee": {"id": 1176}}, "organization": {"id": 1297}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 50, "privilege": "admin"}, "organization": {"id": 154, "owner": {"id": 253}, "user": {"role": null}}}, "resource": {"id": 312, "owner": {"id": 600}, "assignee": {"id": 566}, "project": {"id": 322, "owner": {"id": 725}, "assignee": {"id": 882}}, "task": {"id": 336, "owner": {"id": 938}, "assignee": {"id": 1032}}, "job": {"id": 351, "assignee": {"id": 1128}}, "organization": {"id": 1213}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 27, "privilege": "business"}, "organization": {"id": 187, "owner": {"id": 233}, "user": {"role": null}}}, "resource": {"id": 323, "owner": {"id": 673}, "assignee": {"id": 505}, "project": {"id": 326, "owner": {"id": 701}, "assignee": {"id": 27}}, "task": {"id": 356, "owner": {"id": 979}, "assignee": {"id": 1012}}, "job": {"id": 331, "assignee": {"id": 1106}}, "organization": {"id": 187}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 91, "privilege": "admin"}, "organization": {"id": 163, "owner": {"id": 240}, "user": {"role": null}}}, "resource": {"id": 397, "owner": {"id": 642}, "assignee": {"id": 510}, "project": {"id": 391, "owner": {"id": 761}, "assignee": {"id": 806}}, "task": {"id": 329, "owner": {"id": 941}, "assignee": {"id": 1079}}, "job": {"id": 327, "assignee": {"id": 1196}}, "organization": {"id": 1219}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 39, "privilege": "business"}, "organization": {"id": 182, "owner": {"id": 231}, "user": {"role": null}}}, "resource": {"id": 342, "owner": {"id": 614}, "assignee": {"id": 539}, "project": {"id": 337, "owner": {"id": 765}, "assignee": {"id": 39}}, "task": {"id": 393, "owner": {"id": 991}, "assignee": {"id": 1008}}, "job": {"id": 310, "assignee": {"id": 1143}}, "organization": {"id": 1216}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 56, "privilege": "business"}, "organization": {"id": 161, "owner": {"id": 56}, "user": {"role": "owner"}}}, "resource": {"id": 384, "owner": {"id": 668}, "assignee": {"id": 582}, "project": {"id": 331, "owner": {"id": 768}, "assignee": {"id": 840}}, "task": {"id": 318, "owner": {"id": 902}, "assignee": {"id": 1079}}, "job": {"id": 365, "assignee": {"id": 1130}}, "organization": {"id": 161}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 90, "privilege": "user"}, "organization": {"id": 134, "owner": {"id": 90}, "user": {"role": "owner"}}}, "resource": {"id": 339, "owner": {"id": 690}, "assignee": {"id": 588}, "project": {"id": 354, "owner": {"id": 732}, "assignee": {"id": 90}}, "task": {"id": 360, "owner": {"id": 912}, "assignee": {"id": 1022}}, "job": {"id": 309, "assignee": {"id": 1159}}, "organization": {"id": 134}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 47, "privilege": "business"}, "organization": {"id": 125, "owner": {"id": 47}, "user": {"role": "owner"}}}, "resource": {"id": 357, "owner": {"id": 692}, "assignee": {"id": 548}, "project": {"id": 309, "owner": {"id": 754}, "assignee": {"id": 805}}, "task": {"id": 326, "owner": {"id": 939}, "assignee": {"id": 1038}}, "job": {"id": 336, "assignee": {"id": 1145}}, "organization": {"id": 125}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 60, "privilege": "user"}, "organization": {"id": 183, "owner": {"id": 60}, "user": {"role": "owner"}}}, "resource": {"id": 376, "owner": {"id": 657}, "assignee": {"id": 560}, "project": {"id": 374, "owner": {"id": 745}, "assignee": {"id": 60}}, "task": {"id": 329, "owner": {"id": 947}, "assignee": {"id": 1041}}, "job": {"id": 348, "assignee": {"id": 1152}}, "organization": {"id": 1205}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 1, "privilege": "business"}, "organization": {"id": 181, "owner": {"id": 1}, "user": {"role": "owner"}}}, "resource": {"id": 327, "owner": {"id": 678}, "assignee": {"id": 511}, "project": {"id": 358, "owner": {"id": 783}, "assignee": {"id": 825}}, "task": {"id": 381, "owner": {"id": 968}, "assignee": {"id": 1029}}, "job": {"id": 385, "assignee": {"id": 1158}}, "organization": {"id": 1262}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 41, "privilege": "user"}, "organization": {"id": 178, "owner": {"id": 214}, "user": {"role": "maintainer"}}}, "resource": {"id": 327, "owner": {"id": 659}, "assignee": {"id": 526}, "project": {"id": 338, "owner": {"id": 744}, "assignee": {"id": 41}}, "task": {"id": 308, "owner": {"id": 992}, "assignee": {"id": 1087}}, "job": {"id": 365, "assignee": {"id": 1108}}, "organization": {"id": 178}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 37, "privilege": "business"}, "organization": {"id": 188, "owner": {"id": 37}, "user": {"role": "owner"}}}, "resource": {"id": 392, "owner": {"id": 664}, "assignee": {"id": 565}, "project": {"id": 303, "owner": {"id": 790}, "assignee": {"id": 800}}, "task": {"id": 331, "owner": {"id": 986}, "assignee": {"id": 1076}}, "job": {"id": 327, "assignee": {"id": 1143}}, "organization": {"id": 1274}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 76, "privilege": "user"}, "organization": {"id": 199, "owner": {"id": 259}, "user": {"role": "maintainer"}}}, "resource": {"id": 369, "owner": {"id": 633}, "assignee": {"id": 597}, "project": {"id": 305, "owner": {"id": 736}, "assignee": {"id": 76}}, "task": {"id": 386, "owner": {"id": 996}, "assignee": {"id": 1080}}, "job": {"id": 356, "assignee": {"id": 1169}}, "organization": {"id": 1233}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 56, "privilege": "business"}, "organization": {"id": 173, "owner": {"id": 219}, "user": {"role": "maintainer"}}}, "resource": {"id": 387, "owner": {"id": 634}, "assignee": {"id": 517}, "project": {"id": 397, "owner": {"id": 761}, "assignee": {"id": 816}}, "task": {"id": 339, "owner": {"id": 966}, "assignee": {"id": 1090}}, "job": {"id": 357, "assignee": {"id": 1121}}, "organization": {"id": 173}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 92, "privilege": "user"}, "organization": {"id": 147, "owner": {"id": 230}, "user": {"role": "supervisor"}}}, "resource": {"id": 381, "owner": {"id": 666}, "assignee": {"id": 596}, "project": {"id": 350, "owner": {"id": 711}, "assignee": {"id": 92}}, "task": {"id": 383, "owner": {"id": 998}, "assignee": {"id": 1036}}, "job": {"id": 386, "assignee": {"id": 1108}}, "organization": {"id": 147}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 15, "privilege": "business"}, "organization": {"id": 135, "owner": {"id": 273}, "user": {"role": "maintainer"}}}, "resource": {"id": 324, "owner": {"id": 676}, "assignee": {"id": 512}, "project": {"id": 379, "owner": {"id": 761}, "assignee": {"id": 809}}, "task": {"id": 379, "owner": {"id": 923}, "assignee": {"id": 1084}}, "job": {"id": 352, "assignee": {"id": 1164}}, "organization": {"id": 135}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 1, "privilege": "user"}, "organization": {"id": 115, "owner": {"id": 217}, "user": {"role": "supervisor"}}}, "resource": {"id": 393, "owner": {"id": 660}, "assignee": {"id": 566}, "project": {"id": 350, "owner": {"id": 725}, "assignee": {"id": 1}}, "task": {"id": 338, "owner": {"id": 958}, "assignee": {"id": 1078}}, "job": {"id": 318, "assignee": {"id": 1111}}, "organization": {"id": 1214}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 43, "privilege": "business"}, "organization": {"id": 108, "owner": {"id": 278}, "user": {"role": "maintainer"}}}, "resource": {"id": 300, "owner": {"id": 682}, "assignee": {"id": 548}, "project": {"id": 352, "owner": {"id": 764}, "assignee": {"id": 891}}, "task": {"id": 370, "owner": {"id": 915}, "assignee": {"id": 1077}}, "job": {"id": 341, "assignee": {"id": 1105}}, "organization": {"id": 1207}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 84, "privilege": "user"}, "organization": {"id": 159, "owner": {"id": 294}, "user": {"role": "worker"}}}, "resource": {"id": 300, "owner": {"id": 676}, "assignee": {"id": 521}, "project": {"id": 359, "owner": {"id": 707}, "assignee": {"id": 84}}, "task": {"id": 306, "owner": {"id": 907}, "assignee": {"id": 1054}}, "job": {"id": 392, "assignee": {"id": 1184}}, "organization": {"id": 159}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 51, "privilege": "business"}, "organization": {"id": 187, "owner": {"id": 213}, "user": {"role": "maintainer"}}}, "resource": {"id": 381, "owner": {"id": 643}, "assignee": {"id": 512}, "project": {"id": 361, "owner": {"id": 781}, "assignee": {"id": 871}}, "task": {"id": 311, "owner": {"id": 949}, "assignee": {"id": 1037}}, "job": {"id": 354, "assignee": {"id": 1112}}, "organization": {"id": 1245}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 43, "privilege": "user"}, "organization": {"id": 163, "owner": {"id": 256}, "user": {"role": "worker"}}}, "resource": {"id": 322, "owner": {"id": 622}, "assignee": {"id": 552}, "project": {"id": 303, "owner": {"id": 701}, "assignee": {"id": 43}}, "task": {"id": 351, "owner": {"id": 987}, "assignee": {"id": 1018}}, "job": {"id": 330, "assignee": {"id": 1104}}, "organization": {"id": 1280}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 51, "privilege": "business"}, "organization": {"id": 163, "owner": {"id": 270}, "user": {"role": "supervisor"}}}, "resource": {"id": 399, "owner": {"id": 666}, "assignee": {"id": 553}, "project": {"id": 360, "owner": {"id": 710}, "assignee": {"id": 869}}, "task": {"id": 338, "owner": {"id": 930}, "assignee": {"id": 1028}}, "job": {"id": 371, "assignee": {"id": 1175}}, "organization": {"id": 163}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 81, "privilege": "user"}, "organization": {"id": 137, "owner": {"id": 201}, "user": {"role": null}}}, "resource": {"id": 314, "owner": {"id": 660}, "assignee": {"id": 551}, "project": {"id": 328, "owner": {"id": 756}, "assignee": {"id": 81}}, "task": {"id": 313, "owner": {"id": 940}, "assignee": {"id": 1098}}, "job": {"id": 375, "assignee": {"id": 1103}}, "organization": {"id": 137}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 37, "privilege": "business"}, "organization": {"id": 102, "owner": {"id": 248}, "user": {"role": "supervisor"}}}, "resource": {"id": 383, "owner": {"id": 623}, "assignee": {"id": 590}, "project": {"id": 340, "owner": {"id": 779}, "assignee": {"id": 828}}, "task": {"id": 340, "owner": {"id": 933}, "assignee": {"id": 1071}}, "job": {"id": 359, "assignee": {"id": 1148}}, "organization": {"id": 102}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 78, "privilege": "user"}, "organization": {"id": 123, "owner": {"id": 291}, "user": {"role": null}}}, "resource": {"id": 381, "owner": {"id": 685}, "assignee": {"id": 540}, "project": {"id": 328, "owner": {"id": 769}, "assignee": {"id": 78}}, "task": {"id": 394, "owner": {"id": 964}, "assignee": {"id": 1097}}, "job": {"id": 338, "assignee": {"id": 1166}}, "organization": {"id": 1252}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 67, "privilege": "business"}, "organization": {"id": 100, "owner": {"id": 252}, "user": {"role": "supervisor"}}}, "resource": {"id": 361, "owner": {"id": 690}, "assignee": {"id": 558}, "project": {"id": 385, "owner": {"id": 768}, "assignee": {"id": 876}}, "task": {"id": 346, "owner": {"id": 901}, "assignee": {"id": 1044}}, "job": {"id": 354, "assignee": {"id": 1165}}, "organization": {"id": 1204}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 28, "privilege": "worker"}, "organization": {"id": 142, "owner": {"id": 28}, "user": {"role": "owner"}}}, "resource": {"id": 322, "owner": {"id": 686}, "assignee": {"id": 544}, "project": {"id": 348, "owner": {"id": 769}, "assignee": {"id": 28}}, "task": {"id": 338, "owner": {"id": 965}, "assignee": {"id": 1021}}, "job": {"id": 337, "assignee": {"id": 1163}}, "organization": {"id": 142}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 28, "privilege": "business"}, "organization": {"id": 131, "owner": {"id": 296}, "user": {"role": "supervisor"}}}, "resource": {"id": 359, "owner": {"id": 693}, "assignee": {"id": 526}, "project": {"id": 333, "owner": {"id": 793}, "assignee": {"id": 840}}, "task": {"id": 395, "owner": {"id": 922}, "assignee": {"id": 1037}}, "job": {"id": 357, "assignee": {"id": 1185}}, "organization": {"id": 1216}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 50, "privilege": "worker"}, "organization": {"id": 174, "owner": {"id": 50}, "user": {"role": "owner"}}}, "resource": {"id": 399, "owner": {"id": 604}, "assignee": {"id": 579}, "project": {"id": 313, "owner": {"id": 727}, "assignee": {"id": 50}}, "task": {"id": 364, "owner": {"id": 927}, "assignee": {"id": 1025}}, "job": {"id": 351, "assignee": {"id": 1104}}, "organization": {"id": 1258}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 92, "privilege": "business"}, "organization": {"id": 105, "owner": {"id": 259}, "user": {"role": "worker"}}}, "resource": {"id": 312, "owner": {"id": 675}, "assignee": {"id": 577}, "project": {"id": 379, "owner": {"id": 785}, "assignee": {"id": 882}}, "task": {"id": 348, "owner": {"id": 958}, "assignee": {"id": 1070}}, "job": {"id": 399, "assignee": {"id": 1160}}, "organization": {"id": 105}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 35, "privilege": "worker"}, "organization": {"id": 161, "owner": {"id": 241}, "user": {"role": "maintainer"}}}, "resource": {"id": 309, "owner": {"id": 621}, "assignee": {"id": 510}, "project": {"id": 383, "owner": {"id": 732}, "assignee": {"id": 35}}, "task": {"id": 391, "owner": {"id": 965}, "assignee": {"id": 1094}}, "job": {"id": 348, "assignee": {"id": 1195}}, "organization": {"id": 161}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 45, "privilege": "business"}, "organization": {"id": 181, "owner": {"id": 258}, "user": {"role": "worker"}}}, "resource": {"id": 323, "owner": {"id": 674}, "assignee": {"id": 577}, "project": {"id": 304, "owner": {"id": 721}, "assignee": {"id": 867}}, "task": {"id": 312, "owner": {"id": 972}, "assignee": {"id": 1049}}, "job": {"id": 382, "assignee": {"id": 1178}}, "organization": {"id": 181}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 29, "privilege": "worker"}, "organization": {"id": 149, "owner": {"id": 256}, "user": {"role": "maintainer"}}}, "resource": {"id": 377, "owner": {"id": 600}, "assignee": {"id": 534}, "project": {"id": 349, "owner": {"id": 730}, "assignee": {"id": 29}}, "task": {"id": 338, "owner": {"id": 906}, "assignee": {"id": 1042}}, "job": {"id": 383, "assignee": {"id": 1170}}, "organization": {"id": 1202}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 2, "privilege": "business"}, "organization": {"id": 116, "owner": {"id": 275}, "user": {"role": "worker"}}}, "resource": {"id": 325, "owner": {"id": 692}, "assignee": {"id": 503}, "project": {"id": 396, "owner": {"id": 786}, "assignee": {"id": 821}}, "task": {"id": 325, "owner": {"id": 962}, "assignee": {"id": 1080}}, "job": {"id": 310, "assignee": {"id": 1129}}, "organization": {"id": 1234}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 86, "privilege": "worker"}, "organization": {"id": 119, "owner": {"id": 237}, "user": {"role": "supervisor"}}}, "resource": {"id": 318, "owner": {"id": 670}, "assignee": {"id": 521}, "project": {"id": 396, "owner": {"id": 734}, "assignee": {"id": 86}}, "task": {"id": 397, "owner": {"id": 988}, "assignee": {"id": 1007}}, "job": {"id": 385, "assignee": {"id": 1123}}, "organization": {"id": 119}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 46, "privilege": "business"}, "organization": {"id": 151, "owner": {"id": 204}, "user": {"role": "worker"}}}, "resource": {"id": 388, "owner": {"id": 684}, "assignee": {"id": 582}, "project": {"id": 389, "owner": {"id": 781}, "assignee": {"id": 847}}, "task": {"id": 375, "owner": {"id": 943}, "assignee": {"id": 1052}}, "job": {"id": 308, "assignee": {"id": 1137}}, "organization": {"id": 1218}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 54, "privilege": "worker"}, "organization": {"id": 192, "owner": {"id": 277}, "user": {"role": "supervisor"}}}, "resource": {"id": 341, "owner": {"id": 664}, "assignee": {"id": 503}, "project": {"id": 388, "owner": {"id": 742}, "assignee": {"id": 54}}, "task": {"id": 380, "owner": {"id": 906}, "assignee": {"id": 1039}}, "job": {"id": 379, "assignee": {"id": 1171}}, "organization": {"id": 1211}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 50, "privilege": "business"}, "organization": {"id": 170, "owner": {"id": 218}, "user": {"role": null}}}, "resource": {"id": 359, "owner": {"id": 656}, "assignee": {"id": 584}, "project": {"id": 306, "owner": {"id": 722}, "assignee": {"id": 823}}, "task": {"id": 370, "owner": {"id": 934}, "assignee": {"id": 1077}}, "job": {"id": 329, "assignee": {"id": 1129}}, "organization": {"id": 170}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 73, "privilege": "worker"}, "organization": {"id": 136, "owner": {"id": 241}, "user": {"role": "worker"}}}, "resource": {"id": 326, "owner": {"id": 633}, "assignee": {"id": 565}, "project": {"id": 302, "owner": {"id": 782}, "assignee": {"id": 73}}, "task": {"id": 391, "owner": {"id": 955}, "assignee": {"id": 1081}}, "job": {"id": 330, "assignee": {"id": 1187}}, "organization": {"id": 136}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 90, "privilege": "business"}, "organization": {"id": 186, "owner": {"id": 240}, "user": {"role": null}}}, "resource": {"id": 349, "owner": {"id": 604}, "assignee": {"id": 541}, "project": {"id": 376, "owner": {"id": 752}, "assignee": {"id": 806}}, "task": {"id": 318, "owner": {"id": 936}, "assignee": {"id": 1073}}, "job": {"id": 367, "assignee": {"id": 1190}}, "organization": {"id": 186}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 71, "privilege": "worker"}, "organization": {"id": 178, "owner": {"id": 250}, "user": {"role": "worker"}}}, "resource": {"id": 360, "owner": {"id": 631}, "assignee": {"id": 563}, "project": {"id": 327, "owner": {"id": 717}, "assignee": {"id": 71}}, "task": {"id": 372, "owner": {"id": 940}, "assignee": {"id": 1038}}, "job": {"id": 332, "assignee": {"id": 1139}}, "organization": {"id": 1212}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 37, "privilege": "business"}, "organization": {"id": 193, "owner": {"id": 223}, "user": {"role": null}}}, "resource": {"id": 300, "owner": {"id": 607}, "assignee": {"id": 504}, "project": {"id": 351, "owner": {"id": 793}, "assignee": {"id": 813}}, "task": {"id": 371, "owner": {"id": 964}, "assignee": {"id": 1008}}, "job": {"id": 343, "assignee": {"id": 1134}}, "organization": {"id": 1284}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 17, "privilege": "worker"}, "organization": {"id": 150, "owner": {"id": 225}, "user": {"role": null}}}, "resource": {"id": 391, "owner": {"id": 689}, "assignee": {"id": 556}, "project": {"id": 323, "owner": {"id": 793}, "assignee": {"id": 17}}, "task": {"id": 306, "owner": {"id": 920}, "assignee": {"id": 1021}}, "job": {"id": 307, "assignee": {"id": 1150}}, "organization": {"id": 150}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 99, "privilege": "business"}, "organization": {"id": 111, "owner": {"id": 268}, "user": {"role": null}}}, "resource": {"id": 308, "owner": {"id": 636}, "assignee": {"id": 587}, "project": {"id": 378, "owner": {"id": 765}, "assignee": {"id": 837}}, "task": {"id": 362, "owner": {"id": 967}, "assignee": {"id": 1010}}, "job": {"id": 303, "assignee": {"id": 1178}}, "organization": {"id": 1277}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 77, "privilege": "worker"}, "organization": {"id": 159, "owner": {"id": 233}, "user": {"role": null}}}, "resource": {"id": 321, "owner": {"id": 692}, "assignee": {"id": 513}, "project": {"id": 398, "owner": {"id": 758}, "assignee": {"id": 77}}, "task": {"id": 337, "owner": {"id": 945}, "assignee": {"id": 1071}}, "job": {"id": 325, "assignee": {"id": 1167}}, "organization": {"id": 1242}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 83, "privilege": "user"}, "organization": {"id": 101, "owner": {"id": 83}, "user": {"role": "owner"}}}, "resource": {"id": 324, "owner": {"id": 657}, "assignee": {"id": 528}, "project": {"id": 393, "owner": {"id": 797}, "assignee": {"id": 830}}, "task": {"id": 333, "owner": {"id": 933}, "assignee": {"id": 1016}}, "job": {"id": 362, "assignee": {"id": 1190}}, "organization": {"id": 101}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 40, "privilege": "none"}, "organization": {"id": 114, "owner": {"id": 40}, "user": {"role": "owner"}}}, "resource": {"id": 380, "owner": {"id": 604}, "assignee": {"id": 530}, "project": {"id": 395, "owner": {"id": 764}, "assignee": {"id": 40}}, "task": {"id": 318, "owner": {"id": 924}, "assignee": {"id": 1043}}, "job": {"id": 308, "assignee": {"id": 1114}}, "organization": {"id": 114}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 26, "privilege": "user"}, "organization": {"id": 139, "owner": {"id": 26}, "user": {"role": "owner"}}}, "resource": {"id": 343, "owner": {"id": 679}, "assignee": {"id": 500}, "project": {"id": 319, "owner": {"id": 794}, "assignee": {"id": 851}}, "task": {"id": 357, "owner": {"id": 976}, "assignee": {"id": 1067}}, "job": {"id": 345, "assignee": {"id": 1110}}, "organization": {"id": 139}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 25, "privilege": "none"}, "organization": {"id": 164, "owner": {"id": 25}, "user": {"role": "owner"}}}, "resource": {"id": 323, "owner": {"id": 652}, "assignee": {"id": 541}, "project": {"id": 311, "owner": {"id": 721}, "assignee": {"id": 25}}, "task": {"id": 305, "owner": {"id": 989}, "assignee": {"id": 1004}}, "job": {"id": 329, "assignee": {"id": 1145}}, "organization": {"id": 1206}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 81, "privilege": "user"}, "organization": {"id": 180, "owner": {"id": 81}, "user": {"role": "owner"}}}, "resource": {"id": 303, "owner": {"id": 632}, "assignee": {"id": 571}, "project": {"id": 340, "owner": {"id": 763}, "assignee": {"id": 863}}, "task": {"id": 331, "owner": {"id": 984}, "assignee": {"id": 1079}}, "job": {"id": 330, "assignee": {"id": 1118}}, "organization": {"id": 1201}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 43, "privilege": "none"}, "organization": {"id": 118, "owner": {"id": 295}, "user": {"role": "maintainer"}}}, "resource": {"id": 393, "owner": {"id": 672}, "assignee": {"id": 520}, "project": {"id": 327, "owner": {"id": 722}, "assignee": {"id": 43}}, "task": {"id": 315, "owner": {"id": 940}, "assignee": {"id": 1030}}, "job": {"id": 390, "assignee": {"id": 1168}}, "organization": {"id": 118}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 73, "privilege": "user"}, "organization": {"id": 178, "owner": {"id": 73}, "user": {"role": "owner"}}}, "resource": {"id": 348, "owner": {"id": 603}, "assignee": {"id": 562}, "project": {"id": 359, "owner": {"id": 750}, "assignee": {"id": 875}}, "task": {"id": 311, "owner": {"id": 995}, "assignee": {"id": 1036}}, "job": {"id": 312, "assignee": {"id": 1100}}, "organization": {"id": 1285}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 42, "privilege": "none"}, "organization": {"id": 138, "owner": {"id": 203}, "user": {"role": "maintainer"}}}, "resource": {"id": 333, "owner": {"id": 665}, "assignee": {"id": 511}, "project": {"id": 316, "owner": {"id": 767}, "assignee": {"id": 42}}, "task": {"id": 322, "owner": {"id": 921}, "assignee": {"id": 1083}}, "job": {"id": 361, "assignee": {"id": 1101}}, "organization": {"id": 1299}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "update", "auth": {"user": {"id": 72, "privilege": "user"}, "organization": {"id": 133, "owner": {"id": 237}, "user": {"role": "maintainer"}}}, "resource": {"id": 307, "owner": {"id": 682}, "assignee": {"id": 587}, "project": {"id": 341, "owner": {"id": 733}, "assignee": {"id": 884}}, "task": {"id": 394, "owner": {"id": 969}, "assignee": {"id": 1068}}, "job": {"id": 394, "assignee": {"id": 1162}}, "organization": {"id": 133}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 79, "privilege": "none"}, "organization": {"id": 131, "owner": {"id": 255}, "user": {"role": "supervisor"}}}, "resource": {"id": 339, "owner": {"id": 648}, "assignee": {"id": 507}, "project": {"id": 314, "owner": {"id": 766}, "assignee": {"id": 79}}, "task": {"id": 351, "owner": {"id": 966}, "assignee": {"id": 1048}}, "job": {"id": 330, "assignee": {"id": 1139}}, "organization": {"id": 131}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "update", "auth": {"user": {"id": 74, "privilege": "user"}, "organization": {"id": 178, "owner": {"id": 251}, "user": {"role": "maintainer"}}}, "resource": {"id": 340, "owner": {"id": 648}, "assignee": {"id": 534}, "project": {"id": 341, "owner": {"id": 791}, "assignee": {"id": 881}}, "task": {"id": 359, "owner": {"id": 972}, "assignee": {"id": 1008}}, "job": {"id": 312, "assignee": {"id": 1159}}, "organization": {"id": 178}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 35, "privilege": "none"}, "organization": {"id": 107, "owner": {"id": 237}, "user": {"role": "supervisor"}}}, "resource": {"id": 332, "owner": {"id": 698}, "assignee": {"id": 588}, "project": {"id": 308, "owner": {"id": 787}, "assignee": {"id": 35}}, "task": {"id": 399, "owner": {"id": 918}, "assignee": {"id": 1033}}, "job": {"id": 387, "assignee": {"id": 1167}}, "organization": {"id": 1205}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 54, "privilege": "user"}, "organization": {"id": 139, "owner": {"id": 248}, "user": {"role": "maintainer"}}}, "resource": {"id": 305, "owner": {"id": 688}, "assignee": {"id": 554}, "project": {"id": 316, "owner": {"id": 783}, "assignee": {"id": 857}}, "task": {"id": 341, "owner": {"id": 988}, "assignee": {"id": 1039}}, "job": {"id": 308, "assignee": {"id": 1152}}, "organization": {"id": 1241}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 81, "privilege": "none"}, "organization": {"id": 125, "owner": {"id": 265}, "user": {"role": "worker"}}}, "resource": {"id": 384, "owner": {"id": 604}, "assignee": {"id": 548}, "project": {"id": 370, "owner": {"id": 776}, "assignee": {"id": 81}}, "task": {"id": 338, "owner": {"id": 964}, "assignee": {"id": 1084}}, "job": {"id": 341, "assignee": {"id": 1104}}, "organization": {"id": 125}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 21, "privilege": "user"}, "organization": {"id": 134, "owner": {"id": 205}, "user": {"role": "maintainer"}}}, "resource": {"id": 311, "owner": {"id": 633}, "assignee": {"id": 567}, "project": {"id": 381, "owner": {"id": 720}, "assignee": {"id": 887}}, "task": {"id": 371, "owner": {"id": 943}, "assignee": {"id": 1008}}, "job": {"id": 361, "assignee": {"id": 1156}}, "organization": {"id": 1210}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 68, "privilege": "none"}, "organization": {"id": 153, "owner": {"id": 203}, "user": {"role": "worker"}}}, "resource": {"id": 316, "owner": {"id": 658}, "assignee": {"id": 513}, "project": {"id": 334, "owner": {"id": 769}, "assignee": {"id": 68}}, "task": {"id": 347, "owner": {"id": 918}, "assignee": {"id": 1046}}, "job": {"id": 396, "assignee": {"id": 1168}}, "organization": {"id": 1299}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 55, "privilege": "user"}, "organization": {"id": 179, "owner": {"id": 202}, "user": {"role": "supervisor"}}}, "resource": {"id": 374, "owner": {"id": 677}, "assignee": {"id": 545}, "project": {"id": 370, "owner": {"id": 734}, "assignee": {"id": 836}}, "task": {"id": 367, "owner": {"id": 979}, "assignee": {"id": 1028}}, "job": {"id": 379, "assignee": {"id": 1103}}, "organization": {"id": 179}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 96, "privilege": "none"}, "organization": {"id": 140, "owner": {"id": 229}, "user": {"role": null}}}, "resource": {"id": 353, "owner": {"id": 613}, "assignee": {"id": 512}, "project": {"id": 391, "owner": {"id": 742}, "assignee": {"id": 96}}, "task": {"id": 317, "owner": {"id": 978}, "assignee": {"id": 1045}}, "job": {"id": 306, "assignee": {"id": 1190}}, "organization": {"id": 140}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 92, "privilege": "user"}, "organization": {"id": 161, "owner": {"id": 231}, "user": {"role": "supervisor"}}}, "resource": {"id": 337, "owner": {"id": 655}, "assignee": {"id": 521}, "project": {"id": 370, "owner": {"id": 739}, "assignee": {"id": 872}}, "task": {"id": 332, "owner": {"id": 928}, "assignee": {"id": 1036}}, "job": {"id": 385, "assignee": {"id": 1162}}, "organization": {"id": 161}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 22, "privilege": "none"}, "organization": {"id": 182, "owner": {"id": 240}, "user": {"role": null}}}, "resource": {"id": 330, "owner": {"id": 669}, "assignee": {"id": 556}, "project": {"id": 301, "owner": {"id": 761}, "assignee": {"id": 22}}, "task": {"id": 344, "owner": {"id": 941}, "assignee": {"id": 1003}}, "job": {"id": 308, "assignee": {"id": 1102}}, "organization": {"id": 1271}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 55, "privilege": "user"}, "organization": {"id": 145, "owner": {"id": 239}, "user": {"role": "supervisor"}}}, "resource": {"id": 397, "owner": {"id": 638}, "assignee": {"id": 593}, "project": {"id": 355, "owner": {"id": 750}, "assignee": {"id": 851}}, "task": {"id": 370, "owner": {"id": 982}, "assignee": {"id": 1087}}, "job": {"id": 369, "assignee": {"id": 1106}}, "organization": {"id": 1230}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 87, "privilege": "admin"}, "organization": {"id": 101, "owner": {"id": 87}, "user": {"role": "owner"}}}, "resource": {"id": 376, "owner": {"id": 635}, "assignee": {"id": 552}, "project": {"id": 376, "owner": {"id": 763}, "assignee": {"id": 828}}, "task": {"id": 323, "owner": {"id": 87}, "assignee": {"id": 1055}}, "job": {"id": 372, "assignee": {"id": 1173}}, "organization": {"id": 101}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 0, "privilege": "user"}, "organization": {"id": 114, "owner": {"id": 295}, "user": {"role": "supervisor"}}}, "resource": {"id": 348, "owner": {"id": 646}, "assignee": {"id": 590}, "project": {"id": 329, "owner": {"id": 790}, "assignee": {"id": 876}}, "task": {"id": 334, "owner": {"id": 955}, "assignee": {"id": 1017}}, "job": {"id": 394, "assignee": {"id": 1175}}, "organization": {"id": 1234}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 6, "privilege": "admin"}, "organization": {"id": 143, "owner": {"id": 6}, "user": {"role": "owner"}}}, "resource": {"id": 399, "owner": {"id": 676}, "assignee": {"id": 517}, "project": {"id": 319, "owner": {"id": 751}, "assignee": {"id": 821}}, "task": {"id": 302, "owner": {"id": 6}, "assignee": {"id": 1039}}, "job": {"id": 369, "assignee": {"id": 1107}}, "organization": {"id": 143}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 17, "privilege": "user"}, "organization": {"id": 194, "owner": {"id": 256}, "user": {"role": "worker"}}}, "resource": {"id": 322, "owner": {"id": 643}, "assignee": {"id": 519}, "project": {"id": 368, "owner": {"id": 774}, "assignee": {"id": 853}}, "task": {"id": 338, "owner": {"id": 955}, "assignee": {"id": 1028}}, "job": {"id": 385, "assignee": {"id": 1108}}, "organization": {"id": 194}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 22, "privilege": "admin"}, "organization": {"id": 126, "owner": {"id": 22}, "user": {"role": "owner"}}}, "resource": {"id": 375, "owner": {"id": 659}, "assignee": {"id": 520}, "project": {"id": 383, "owner": {"id": 787}, "assignee": {"id": 843}}, "task": {"id": 347, "owner": {"id": 22}, "assignee": {"id": 1017}}, "job": {"id": 385, "assignee": {"id": 1143}}, "organization": {"id": 1291}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 40, "privilege": "user"}, "organization": {"id": 150, "owner": {"id": 293}, "user": {"role": "worker"}}}, "resource": {"id": 390, "owner": {"id": 642}, "assignee": {"id": 595}, "project": {"id": 323, "owner": {"id": 783}, "assignee": {"id": 803}}, "task": {"id": 311, "owner": {"id": 989}, "assignee": {"id": 1020}}, "job": {"id": 319, "assignee": {"id": 1176}}, "organization": {"id": 150}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 8, "privilege": "admin"}, "organization": {"id": 176, "owner": {"id": 8}, "user": {"role": "owner"}}}, "resource": {"id": 353, "owner": {"id": 633}, "assignee": {"id": 587}, "project": {"id": 396, "owner": {"id": 703}, "assignee": {"id": 895}}, "task": {"id": 385, "owner": {"id": 8}, "assignee": {"id": 1046}}, "job": {"id": 327, "assignee": {"id": 1192}}, "organization": {"id": 1250}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 35, "privilege": "user"}, "organization": {"id": 183, "owner": {"id": 266}, "user": {"role": "worker"}}}, "resource": {"id": 365, "owner": {"id": 671}, "assignee": {"id": 510}, "project": {"id": 338, "owner": {"id": 705}, "assignee": {"id": 863}}, "task": {"id": 391, "owner": {"id": 997}, "assignee": {"id": 1011}}, "job": {"id": 357, "assignee": {"id": 1116}}, "organization": {"id": 1256}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 66, "privilege": "admin"}, "organization": {"id": 139, "owner": {"id": 252}, "user": {"role": "maintainer"}}}, "resource": {"id": 348, "owner": {"id": 636}, "assignee": {"id": 580}, "project": {"id": 361, "owner": {"id": 752}, "assignee": {"id": 898}}, "task": {"id": 370, "owner": {"id": 66}, "assignee": {"id": 1062}}, "job": {"id": 317, "assignee": {"id": 1146}}, "organization": {"id": 139}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 31, "privilege": "user"}, "organization": {"id": 153, "owner": {"id": 298}, "user": {"role": "worker"}}}, "resource": {"id": 322, "owner": {"id": 620}, "assignee": {"id": 523}, "project": {"id": 327, "owner": {"id": 713}, "assignee": {"id": 863}}, "task": {"id": 357, "owner": {"id": 904}, "assignee": {"id": 1040}}, "job": {"id": 304, "assignee": {"id": 1183}}, "organization": {"id": 1257}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 93, "privilege": "admin"}, "organization": {"id": 111, "owner": {"id": 261}, "user": {"role": "maintainer"}}}, "resource": {"id": 372, "owner": {"id": 673}, "assignee": {"id": 541}, "project": {"id": 393, "owner": {"id": 779}, "assignee": {"id": 843}}, "task": {"id": 379, "owner": {"id": 93}, "assignee": {"id": 1080}}, "job": {"id": 396, "assignee": {"id": 1178}}, "organization": {"id": 111}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 58, "privilege": "user"}, "organization": {"id": 129, "owner": {"id": 283}, "user": {"role": null}}}, "resource": {"id": 361, "owner": {"id": 608}, "assignee": {"id": 558}, "project": {"id": 372, "owner": {"id": 736}, "assignee": {"id": 870}}, "task": {"id": 379, "owner": {"id": 922}, "assignee": {"id": 1011}}, "job": {"id": 395, "assignee": {"id": 1175}}, "organization": {"id": 129}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 2, "privilege": "admin"}, "organization": {"id": 157, "owner": {"id": 296}, "user": {"role": "maintainer"}}}, "resource": {"id": 310, "owner": {"id": 679}, "assignee": {"id": 534}, "project": {"id": 305, "owner": {"id": 792}, "assignee": {"id": 850}}, "task": {"id": 360, "owner": {"id": 2}, "assignee": {"id": 1080}}, "job": {"id": 333, "assignee": {"id": 1193}}, "organization": {"id": 1216}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 44, "privilege": "user"}, "organization": {"id": 199, "owner": {"id": 205}, "user": {"role": null}}}, "resource": {"id": 354, "owner": {"id": 648}, "assignee": {"id": 514}, "project": {"id": 392, "owner": {"id": 787}, "assignee": {"id": 856}}, "task": {"id": 304, "owner": {"id": 919}, "assignee": {"id": 1045}}, "job": {"id": 343, "assignee": {"id": 1166}}, "organization": {"id": 199}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 39, "privilege": "admin"}, "organization": {"id": 161, "owner": {"id": 280}, "user": {"role": "maintainer"}}}, "resource": {"id": 323, "owner": {"id": 601}, "assignee": {"id": 551}, "project": {"id": 347, "owner": {"id": 771}, "assignee": {"id": 832}}, "task": {"id": 310, "owner": {"id": 39}, "assignee": {"id": 1049}}, "job": {"id": 388, "assignee": {"id": 1138}}, "organization": {"id": 1244}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 9, "privilege": "user"}, "organization": {"id": 159, "owner": {"id": 279}, "user": {"role": null}}}, "resource": {"id": 377, "owner": {"id": 655}, "assignee": {"id": 518}, "project": {"id": 333, "owner": {"id": 740}, "assignee": {"id": 840}}, "task": {"id": 336, "owner": {"id": 934}, "assignee": {"id": 1095}}, "job": {"id": 376, "assignee": {"id": 1164}}, "organization": {"id": 1238}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 85, "privilege": "admin"}, "organization": {"id": 185, "owner": {"id": 292}, "user": {"role": "supervisor"}}}, "resource": {"id": 348, "owner": {"id": 660}, "assignee": {"id": 503}, "project": {"id": 372, "owner": {"id": 736}, "assignee": {"id": 825}}, "task": {"id": 388, "owner": {"id": 85}, "assignee": {"id": 1085}}, "job": {"id": 339, "assignee": {"id": 1102}}, "organization": {"id": 185}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 28, "privilege": "user"}, "organization": {"id": 144, "owner": {"id": 253}, "user": {"role": null}}}, "resource": {"id": 304, "owner": {"id": 619}, "assignee": {"id": 566}, "project": {"id": 349, "owner": {"id": 733}, "assignee": {"id": 878}}, "task": {"id": 336, "owner": {"id": 920}, "assignee": {"id": 1047}}, "job": {"id": 342, "assignee": {"id": 1169}}, "organization": {"id": 1205}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 3, "privilege": "admin"}, "organization": {"id": 116, "owner": {"id": 260}, "user": {"role": "supervisor"}}}, "resource": {"id": 365, "owner": {"id": 630}, "assignee": {"id": 514}, "project": {"id": 366, "owner": {"id": 769}, "assignee": {"id": 834}}, "task": {"id": 304, "owner": {"id": 3}, "assignee": {"id": 1000}}, "job": {"id": 325, "assignee": {"id": 1191}}, "organization": {"id": 116}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 77, "privilege": "worker"}, "organization": {"id": 152, "owner": {"id": 77}, "user": {"role": "owner"}}}, "resource": {"id": 371, "owner": {"id": 605}, "assignee": {"id": 598}, "project": {"id": 390, "owner": {"id": 752}, "assignee": {"id": 883}}, "task": {"id": 332, "owner": {"id": 957}, "assignee": {"id": 1018}}, "job": {"id": 336, "assignee": {"id": 1186}}, "organization": {"id": 152}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 73, "privilege": "admin"}, "organization": {"id": 175, "owner": {"id": 268}, "user": {"role": "supervisor"}}}, "resource": {"id": 352, "owner": {"id": 696}, "assignee": {"id": 545}, "project": {"id": 326, "owner": {"id": 742}, "assignee": {"id": 893}}, "task": {"id": 306, "owner": {"id": 73}, "assignee": {"id": 1018}}, "job": {"id": 332, "assignee": {"id": 1175}}, "organization": {"id": 1225}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 55, "privilege": "worker"}, "organization": {"id": 126, "owner": {"id": 55}, "user": {"role": "owner"}}}, "resource": {"id": 394, "owner": {"id": 637}, "assignee": {"id": 589}, "project": {"id": 322, "owner": {"id": 708}, "assignee": {"id": 885}}, "task": {"id": 346, "owner": {"id": 982}, "assignee": {"id": 1082}}, "job": {"id": 386, "assignee": {"id": 1143}}, "organization": {"id": 126}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 48, "privilege": "admin"}, "organization": {"id": 150, "owner": {"id": 207}, "user": {"role": "supervisor"}}}, "resource": {"id": 326, "owner": {"id": 635}, "assignee": {"id": 511}, "project": {"id": 371, "owner": {"id": 732}, "assignee": {"id": 807}}, "task": {"id": 341, "owner": {"id": 48}, "assignee": {"id": 1032}}, "job": {"id": 356, "assignee": {"id": 1163}}, "organization": {"id": 1200}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 96, "privilege": "worker"}, "organization": {"id": 155, "owner": {"id": 96}, "user": {"role": "owner"}}}, "resource": {"id": 313, "owner": {"id": 697}, "assignee": {"id": 567}, "project": {"id": 324, "owner": {"id": 755}, "assignee": {"id": 879}}, "task": {"id": 320, "owner": {"id": 952}, "assignee": {"id": 1053}}, "job": {"id": 304, "assignee": {"id": 1129}}, "organization": {"id": 1242}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 75, "privilege": "admin"}, "organization": {"id": 116, "owner": {"id": 267}, "user": {"role": "worker"}}}, "resource": {"id": 382, "owner": {"id": 602}, "assignee": {"id": 560}, "project": {"id": 384, "owner": {"id": 778}, "assignee": {"id": 888}}, "task": {"id": 345, "owner": {"id": 75}, "assignee": {"id": 1035}}, "job": {"id": 339, "assignee": {"id": 1155}}, "organization": {"id": 116}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 57, "privilege": "worker"}, "organization": {"id": 135, "owner": {"id": 57}, "user": {"role": "owner"}}}, "resource": {"id": 343, "owner": {"id": 637}, "assignee": {"id": 560}, "project": {"id": 320, "owner": {"id": 706}, "assignee": {"id": 879}}, "task": {"id": 341, "owner": {"id": 944}, "assignee": {"id": 1009}}, "job": {"id": 345, "assignee": {"id": 1160}}, "organization": {"id": 1273}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 37, "privilege": "admin"}, "organization": {"id": 124, "owner": {"id": 206}, "user": {"role": "worker"}}}, "resource": {"id": 352, "owner": {"id": 626}, "assignee": {"id": 576}, "project": {"id": 342, "owner": {"id": 742}, "assignee": {"id": 858}}, "task": {"id": 346, "owner": {"id": 37}, "assignee": {"id": 1081}}, "job": {"id": 389, "assignee": {"id": 1117}}, "organization": {"id": 124}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 42, "privilege": "worker"}, "organization": {"id": 196, "owner": {"id": 235}, "user": {"role": "maintainer"}}}, "resource": {"id": 359, "owner": {"id": 679}, "assignee": {"id": 516}, "project": {"id": 366, "owner": {"id": 757}, "assignee": {"id": 872}}, "task": {"id": 346, "owner": {"id": 981}, "assignee": {"id": 1028}}, "job": {"id": 352, "assignee": {"id": 1169}}, "organization": {"id": 196}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 5, "privilege": "admin"}, "organization": {"id": 161, "owner": {"id": 201}, "user": {"role": "worker"}}}, "resource": {"id": 319, "owner": {"id": 669}, "assignee": {"id": 513}, "project": {"id": 393, "owner": {"id": 793}, "assignee": {"id": 881}}, "task": {"id": 323, "owner": {"id": 5}, "assignee": {"id": 1078}}, "job": {"id": 334, "assignee": {"id": 1196}}, "organization": {"id": 1231}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 86, "privilege": "worker"}, "organization": {"id": 176, "owner": {"id": 232}, "user": {"role": "maintainer"}}}, "resource": {"id": 359, "owner": {"id": 620}, "assignee": {"id": 552}, "project": {"id": 322, "owner": {"id": 731}, "assignee": {"id": 832}}, "task": {"id": 351, "owner": {"id": 956}, "assignee": {"id": 1049}}, "job": {"id": 304, "assignee": {"id": 1146}}, "organization": {"id": 176}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 27, "privilege": "admin"}, "organization": {"id": 194, "owner": {"id": 219}, "user": {"role": "worker"}}}, "resource": {"id": 327, "owner": {"id": 620}, "assignee": {"id": 525}, "project": {"id": 337, "owner": {"id": 794}, "assignee": {"id": 818}}, "task": {"id": 333, "owner": {"id": 27}, "assignee": {"id": 1087}}, "job": {"id": 373, "assignee": {"id": 1190}}, "organization": {"id": 1201}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 46, "privilege": "worker"}, "organization": {"id": 163, "owner": {"id": 295}, "user": {"role": "maintainer"}}}, "resource": {"id": 300, "owner": {"id": 671}, "assignee": {"id": 519}, "project": {"id": 369, "owner": {"id": 719}, "assignee": {"id": 857}}, "task": {"id": 395, "owner": {"id": 958}, "assignee": {"id": 1012}}, "job": {"id": 372, "assignee": {"id": 1115}}, "organization": {"id": 1217}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 99, "privilege": "admin"}, "organization": {"id": 185, "owner": {"id": 278}, "user": {"role": null}}}, "resource": {"id": 374, "owner": {"id": 609}, "assignee": {"id": 510}, "project": {"id": 361, "owner": {"id": 769}, "assignee": {"id": 886}}, "task": {"id": 382, "owner": {"id": 99}, "assignee": {"id": 1027}}, "job": {"id": 349, "assignee": {"id": 1131}}, "organization": {"id": 185}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 72, "privilege": "worker"}, "organization": {"id": 126, "owner": {"id": 275}, "user": {"role": "maintainer"}}}, "resource": {"id": 351, "owner": {"id": 662}, "assignee": {"id": 513}, "project": {"id": 397, "owner": {"id": 778}, "assignee": {"id": 833}}, "task": {"id": 389, "owner": {"id": 933}, "assignee": {"id": 1025}}, "job": {"id": 344, "assignee": {"id": 1140}}, "organization": {"id": 1207}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 12, "privilege": "admin"}, "organization": {"id": 166, "owner": {"id": 223}, "user": {"role": null}}}, "resource": {"id": 319, "owner": {"id": 649}, "assignee": {"id": 581}, "project": {"id": 354, "owner": {"id": 791}, "assignee": {"id": 831}}, "task": {"id": 348, "owner": {"id": 12}, "assignee": {"id": 1093}}, "job": {"id": 362, "assignee": {"id": 1111}}, "organization": {"id": 166}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 58, "privilege": "worker"}, "organization": {"id": 144, "owner": {"id": 258}, "user": {"role": "supervisor"}}}, "resource": {"id": 347, "owner": {"id": 663}, "assignee": {"id": 509}, "project": {"id": 355, "owner": {"id": 799}, "assignee": {"id": 867}}, "task": {"id": 320, "owner": {"id": 998}, "assignee": {"id": 1086}}, "job": {"id": 363, "assignee": {"id": 1129}}, "organization": {"id": 144}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 5, "privilege": "admin"}, "organization": {"id": 102, "owner": {"id": 227}, "user": {"role": null}}}, "resource": {"id": 304, "owner": {"id": 694}, "assignee": {"id": 506}, "project": {"id": 348, "owner": {"id": 752}, "assignee": {"id": 886}}, "task": {"id": 303, "owner": {"id": 5}, "assignee": {"id": 1009}}, "job": {"id": 321, "assignee": {"id": 1176}}, "organization": {"id": 1296}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 4, "privilege": "worker"}, "organization": {"id": 128, "owner": {"id": 233}, "user": {"role": "supervisor"}}}, "resource": {"id": 305, "owner": {"id": 633}, "assignee": {"id": 507}, "project": {"id": 331, "owner": {"id": 757}, "assignee": {"id": 801}}, "task": {"id": 331, "owner": {"id": 993}, "assignee": {"id": 1067}}, "job": {"id": 324, "assignee": {"id": 1138}}, "organization": {"id": 128}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 96, "privilege": "admin"}, "organization": {"id": 170, "owner": {"id": 218}, "user": {"role": null}}}, "resource": {"id": 376, "owner": {"id": 671}, "assignee": {"id": 531}, "project": {"id": 359, "owner": {"id": 798}, "assignee": {"id": 843}}, "task": {"id": 334, "owner": {"id": 96}, "assignee": {"id": 1080}}, "job": {"id": 397, "assignee": {"id": 1130}}, "organization": {"id": 1247}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 18, "privilege": "worker"}, "organization": {"id": 199, "owner": {"id": 210}, "user": {"role": "supervisor"}}}, "resource": {"id": 381, "owner": {"id": 695}, "assignee": {"id": 524}, "project": {"id": 377, "owner": {"id": 796}, "assignee": {"id": 892}}, "task": {"id": 330, "owner": {"id": 940}, "assignee": {"id": 1023}}, "job": {"id": 370, "assignee": {"id": 1108}}, "organization": {"id": 1271}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 44, "privilege": "business"}, "organization": {"id": 156, "owner": {"id": 44}, "user": {"role": "owner"}}}, "resource": {"id": 384, "owner": {"id": 665}, "assignee": {"id": 513}, "project": {"id": 361, "owner": {"id": 795}, "assignee": {"id": 812}}, "task": {"id": 327, "owner": {"id": 44}, "assignee": {"id": 1013}}, "job": {"id": 323, "assignee": {"id": 1187}}, "organization": {"id": 156}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 63, "privilege": "worker"}, "organization": {"id": 131, "owner": {"id": 204}, "user": {"role": "supervisor"}}}, "resource": {"id": 301, "owner": {"id": 650}, "assignee": {"id": 564}, "project": {"id": 353, "owner": {"id": 737}, "assignee": {"id": 847}}, "task": {"id": 383, "owner": {"id": 989}, "assignee": {"id": 1073}}, "job": {"id": 318, "assignee": {"id": 1181}}, "organization": {"id": 1236}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 67, "privilege": "business"}, "organization": {"id": 137, "owner": {"id": 67}, "user": {"role": "owner"}}}, "resource": {"id": 326, "owner": {"id": 659}, "assignee": {"id": 531}, "project": {"id": 329, "owner": {"id": 766}, "assignee": {"id": 823}}, "task": {"id": 347, "owner": {"id": 67}, "assignee": {"id": 1025}}, "job": {"id": 388, "assignee": {"id": 1115}}, "organization": {"id": 137}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 88, "privilege": "worker"}, "organization": {"id": 148, "owner": {"id": 204}, "user": {"role": "worker"}}}, "resource": {"id": 333, "owner": {"id": 696}, "assignee": {"id": 571}, "project": {"id": 391, "owner": {"id": 764}, "assignee": {"id": 839}}, "task": {"id": 359, "owner": {"id": 942}, "assignee": {"id": 1026}}, "job": {"id": 398, "assignee": {"id": 1163}}, "organization": {"id": 148}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 43, "privilege": "business"}, "organization": {"id": 144, "owner": {"id": 43}, "user": {"role": "owner"}}}, "resource": {"id": 301, "owner": {"id": 677}, "assignee": {"id": 532}, "project": {"id": 364, "owner": {"id": 782}, "assignee": {"id": 803}}, "task": {"id": 352, "owner": {"id": 43}, "assignee": {"id": 1096}}, "job": {"id": 339, "assignee": {"id": 1110}}, "organization": {"id": 1263}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 25, "privilege": "worker"}, "organization": {"id": 114, "owner": {"id": 299}, "user": {"role": "worker"}}}, "resource": {"id": 325, "owner": {"id": 664}, "assignee": {"id": 564}, "project": {"id": 373, "owner": {"id": 754}, "assignee": {"id": 862}}, "task": {"id": 313, "owner": {"id": 901}, "assignee": {"id": 1047}}, "job": {"id": 373, "assignee": {"id": 1178}}, "organization": {"id": 114}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 56, "privilege": "business"}, "organization": {"id": 124, "owner": {"id": 56}, "user": {"role": "owner"}}}, "resource": {"id": 374, "owner": {"id": 648}, "assignee": {"id": 561}, "project": {"id": 322, "owner": {"id": 717}, "assignee": {"id": 848}}, "task": {"id": 336, "owner": {"id": 56}, "assignee": {"id": 1084}}, "job": {"id": 301, "assignee": {"id": 1119}}, "organization": {"id": 1291}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 62, "privilege": "worker"}, "organization": {"id": 154, "owner": {"id": 203}, "user": {"role": "worker"}}}, "resource": {"id": 339, "owner": {"id": 632}, "assignee": {"id": 565}, "project": {"id": 335, "owner": {"id": 729}, "assignee": {"id": 847}}, "task": {"id": 353, "owner": {"id": 980}, "assignee": {"id": 1063}}, "job": {"id": 354, "assignee": {"id": 1132}}, "organization": {"id": 1221}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 41, "privilege": "business"}, "organization": {"id": 122, "owner": {"id": 294}, "user": {"role": "maintainer"}}}, "resource": {"id": 391, "owner": {"id": 617}, "assignee": {"id": 551}, "project": {"id": 378, "owner": {"id": 790}, "assignee": {"id": 866}}, "task": {"id": 311, "owner": {"id": 41}, "assignee": {"id": 1015}}, "job": {"id": 303, "assignee": {"id": 1185}}, "organization": {"id": 122}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 98, "privilege": "worker"}, "organization": {"id": 111, "owner": {"id": 255}, "user": {"role": "worker"}}}, "resource": {"id": 367, "owner": {"id": 600}, "assignee": {"id": 512}, "project": {"id": 327, "owner": {"id": 729}, "assignee": {"id": 843}}, "task": {"id": 351, "owner": {"id": 938}, "assignee": {"id": 1065}}, "job": {"id": 335, "assignee": {"id": 1198}}, "organization": {"id": 1281}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 86, "privilege": "business"}, "organization": {"id": 129, "owner": {"id": 286}, "user": {"role": "maintainer"}}}, "resource": {"id": 331, "owner": {"id": 626}, "assignee": {"id": 548}, "project": {"id": 311, "owner": {"id": 782}, "assignee": {"id": 826}}, "task": {"id": 309, "owner": {"id": 86}, "assignee": {"id": 1012}}, "job": {"id": 328, "assignee": {"id": 1135}}, "organization": {"id": 129}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 5, "privilege": "worker"}, "organization": {"id": 199, "owner": {"id": 294}, "user": {"role": null}}}, "resource": {"id": 300, "owner": {"id": 689}, "assignee": {"id": 532}, "project": {"id": 379, "owner": {"id": 772}, "assignee": {"id": 832}}, "task": {"id": 327, "owner": {"id": 929}, "assignee": {"id": 1025}}, "job": {"id": 326, "assignee": {"id": 1173}}, "organization": {"id": 199}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 84, "privilege": "business"}, "organization": {"id": 111, "owner": {"id": 230}, "user": {"role": "maintainer"}}}, "resource": {"id": 348, "owner": {"id": 697}, "assignee": {"id": 575}, "project": {"id": 301, "owner": {"id": 755}, "assignee": {"id": 893}}, "task": {"id": 315, "owner": {"id": 84}, "assignee": {"id": 1002}}, "job": {"id": 397, "assignee": {"id": 1104}}, "organization": {"id": 1234}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 56, "privilege": "worker"}, "organization": {"id": 173, "owner": {"id": 240}, "user": {"role": null}}}, "resource": {"id": 334, "owner": {"id": 648}, "assignee": {"id": 512}, "project": {"id": 318, "owner": {"id": 743}, "assignee": {"id": 826}}, "task": {"id": 371, "owner": {"id": 974}, "assignee": {"id": 1016}}, "job": {"id": 396, "assignee": {"id": 1112}}, "organization": {"id": 173}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 58, "privilege": "business"}, "organization": {"id": 145, "owner": {"id": 280}, "user": {"role": "maintainer"}}}, "resource": {"id": 361, "owner": {"id": 669}, "assignee": {"id": 563}, "project": {"id": 378, "owner": {"id": 781}, "assignee": {"id": 867}}, "task": {"id": 306, "owner": {"id": 58}, "assignee": {"id": 1039}}, "job": {"id": 382, "assignee": {"id": 1104}}, "organization": {"id": 1245}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 80, "privilege": "worker"}, "organization": {"id": 151, "owner": {"id": 259}, "user": {"role": null}}}, "resource": {"id": 314, "owner": {"id": 653}, "assignee": {"id": 582}, "project": {"id": 324, "owner": {"id": 701}, "assignee": {"id": 845}}, "task": {"id": 371, "owner": {"id": 933}, "assignee": {"id": 1052}}, "job": {"id": 315, "assignee": {"id": 1149}}, "organization": {"id": 1257}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 56, "privilege": "business"}, "organization": {"id": 148, "owner": {"id": 215}, "user": {"role": "supervisor"}}}, "resource": {"id": 338, "owner": {"id": 663}, "assignee": {"id": 530}, "project": {"id": 373, "owner": {"id": 788}, "assignee": {"id": 895}}, "task": {"id": 397, "owner": {"id": 56}, "assignee": {"id": 1065}}, "job": {"id": 324, "assignee": {"id": 1130}}, "organization": {"id": 148}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 69, "privilege": "worker"}, "organization": {"id": 191, "owner": {"id": 228}, "user": {"role": null}}}, "resource": {"id": 394, "owner": {"id": 632}, "assignee": {"id": 518}, "project": {"id": 306, "owner": {"id": 776}, "assignee": {"id": 819}}, "task": {"id": 343, "owner": {"id": 914}, "assignee": {"id": 1080}}, "job": {"id": 346, "assignee": {"id": 1187}}, "organization": {"id": 1262}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 12, "privilege": "business"}, "organization": {"id": 104, "owner": {"id": 220}, "user": {"role": "supervisor"}}}, "resource": {"id": 336, "owner": {"id": 628}, "assignee": {"id": 547}, "project": {"id": 352, "owner": {"id": 705}, "assignee": {"id": 875}}, "task": {"id": 367, "owner": {"id": 12}, "assignee": {"id": 1010}}, "job": {"id": 394, "assignee": {"id": 1149}}, "organization": {"id": 104}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 92, "privilege": "none"}, "organization": {"id": 113, "owner": {"id": 92}, "user": {"role": "owner"}}}, "resource": {"id": 310, "owner": {"id": 638}, "assignee": {"id": 520}, "project": {"id": 384, "owner": {"id": 786}, "assignee": {"id": 855}}, "task": {"id": 329, "owner": {"id": 907}, "assignee": {"id": 1027}}, "job": {"id": 308, "assignee": {"id": 1125}}, "organization": {"id": 113}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 45, "privilege": "business"}, "organization": {"id": 123, "owner": {"id": 226}, "user": {"role": "supervisor"}}}, "resource": {"id": 347, "owner": {"id": 619}, "assignee": {"id": 531}, "project": {"id": 374, "owner": {"id": 785}, "assignee": {"id": 860}}, "task": {"id": 308, "owner": {"id": 45}, "assignee": {"id": 1029}}, "job": {"id": 370, "assignee": {"id": 1181}}, "organization": {"id": 1201}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 65, "privilege": "none"}, "organization": {"id": 151, "owner": {"id": 65}, "user": {"role": "owner"}}}, "resource": {"id": 372, "owner": {"id": 612}, "assignee": {"id": 501}, "project": {"id": 399, "owner": {"id": 782}, "assignee": {"id": 805}}, "task": {"id": 394, "owner": {"id": 906}, "assignee": {"id": 1093}}, "job": {"id": 301, "assignee": {"id": 1143}}, "organization": {"id": 151}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 29, "privilege": "business"}, "organization": {"id": 180, "owner": {"id": 220}, "user": {"role": "supervisor"}}}, "resource": {"id": 366, "owner": {"id": 691}, "assignee": {"id": 566}, "project": {"id": 350, "owner": {"id": 786}, "assignee": {"id": 840}}, "task": {"id": 349, "owner": {"id": 29}, "assignee": {"id": 1093}}, "job": {"id": 387, "assignee": {"id": 1138}}, "organization": {"id": 1226}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 27, "privilege": "none"}, "organization": {"id": 167, "owner": {"id": 27}, "user": {"role": "owner"}}}, "resource": {"id": 339, "owner": {"id": 609}, "assignee": {"id": 566}, "project": {"id": 378, "owner": {"id": 731}, "assignee": {"id": 814}}, "task": {"id": 342, "owner": {"id": 987}, "assignee": {"id": 1023}}, "job": {"id": 312, "assignee": {"id": 1122}}, "organization": {"id": 1280}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 14, "privilege": "business"}, "organization": {"id": 144, "owner": {"id": 298}, "user": {"role": "worker"}}}, "resource": {"id": 397, "owner": {"id": 650}, "assignee": {"id": 533}, "project": {"id": 347, "owner": {"id": 757}, "assignee": {"id": 837}}, "task": {"id": 322, "owner": {"id": 14}, "assignee": {"id": 1038}}, "job": {"id": 390, "assignee": {"id": 1178}}, "organization": {"id": 144}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 95, "privilege": "none"}, "organization": {"id": 152, "owner": {"id": 95}, "user": {"role": "owner"}}}, "resource": {"id": 338, "owner": {"id": 657}, "assignee": {"id": 526}, "project": {"id": 346, "owner": {"id": 715}, "assignee": {"id": 809}}, "task": {"id": 368, "owner": {"id": 963}, "assignee": {"id": 1069}}, "job": {"id": 379, "assignee": {"id": 1168}}, "organization": {"id": 1286}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 1, "privilege": "business"}, "organization": {"id": 174, "owner": {"id": 282}, "user": {"role": "worker"}}}, "resource": {"id": 336, "owner": {"id": 689}, "assignee": {"id": 567}, "project": {"id": 398, "owner": {"id": 756}, "assignee": {"id": 820}}, "task": {"id": 370, "owner": {"id": 1}, "assignee": {"id": 1056}}, "job": {"id": 326, "assignee": {"id": 1101}}, "organization": {"id": 174}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 74, "privilege": "none"}, "organization": {"id": 167, "owner": {"id": 217}, "user": {"role": "maintainer"}}}, "resource": {"id": 368, "owner": {"id": 641}, "assignee": {"id": 561}, "project": {"id": 339, "owner": {"id": 781}, "assignee": {"id": 820}}, "task": {"id": 378, "owner": {"id": 919}, "assignee": {"id": 1039}}, "job": {"id": 388, "assignee": {"id": 1160}}, "organization": {"id": 167}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 98, "privilege": "business"}, "organization": {"id": 124, "owner": {"id": 226}, "user": {"role": "worker"}}}, "resource": {"id": 363, "owner": {"id": 673}, "assignee": {"id": 591}, "project": {"id": 330, "owner": {"id": 731}, "assignee": {"id": 841}}, "task": {"id": 370, "owner": {"id": 98}, "assignee": {"id": 1049}}, "job": {"id": 302, "assignee": {"id": 1198}}, "organization": {"id": 1205}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 44, "privilege": "none"}, "organization": {"id": 116, "owner": {"id": 245}, "user": {"role": "maintainer"}}}, "resource": {"id": 369, "owner": {"id": 627}, "assignee": {"id": 553}, "project": {"id": 389, "owner": {"id": 747}, "assignee": {"id": 871}}, "task": {"id": 360, "owner": {"id": 937}, "assignee": {"id": 1006}}, "job": {"id": 313, "assignee": {"id": 1199}}, "organization": {"id": 116}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 5, "privilege": "business"}, "organization": {"id": 140, "owner": {"id": 217}, "user": {"role": "worker"}}}, "resource": {"id": 322, "owner": {"id": 655}, "assignee": {"id": 514}, "project": {"id": 391, "owner": {"id": 799}, "assignee": {"id": 880}}, "task": {"id": 308, "owner": {"id": 5}, "assignee": {"id": 1008}}, "job": {"id": 306, "assignee": {"id": 1185}}, "organization": {"id": 1295}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 83, "privilege": "none"}, "organization": {"id": 122, "owner": {"id": 247}, "user": {"role": "maintainer"}}}, "resource": {"id": 340, "owner": {"id": 610}, "assignee": {"id": 519}, "project": {"id": 359, "owner": {"id": 796}, "assignee": {"id": 871}}, "task": {"id": 308, "owner": {"id": 956}, "assignee": {"id": 1011}}, "job": {"id": 344, "assignee": {"id": 1108}}, "organization": {"id": 1274}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 77, "privilege": "business"}, "organization": {"id": 105, "owner": {"id": 254}, "user": {"role": null}}}, "resource": {"id": 356, "owner": {"id": 640}, "assignee": {"id": 525}, "project": {"id": 363, "owner": {"id": 700}, "assignee": {"id": 872}}, "task": {"id": 355, "owner": {"id": 77}, "assignee": {"id": 1030}}, "job": {"id": 356, "assignee": {"id": 1146}}, "organization": {"id": 105}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 56, "privilege": "none"}, "organization": {"id": 186, "owner": {"id": 250}, "user": {"role": "maintainer"}}}, "resource": {"id": 389, "owner": {"id": 608}, "assignee": {"id": 582}, "project": {"id": 352, "owner": {"id": 740}, "assignee": {"id": 896}}, "task": {"id": 319, "owner": {"id": 986}, "assignee": {"id": 1040}}, "job": {"id": 363, "assignee": {"id": 1137}}, "organization": {"id": 1207}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 74, "privilege": "business"}, "organization": {"id": 143, "owner": {"id": 286}, "user": {"role": null}}}, "resource": {"id": 313, "owner": {"id": 686}, "assignee": {"id": 586}, "project": {"id": 330, "owner": {"id": 727}, "assignee": {"id": 859}}, "task": {"id": 322, "owner": {"id": 74}, "assignee": {"id": 1091}}, "job": {"id": 385, "assignee": {"id": 1132}}, "organization": {"id": 143}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 88, "privilege": "none"}, "organization": {"id": 174, "owner": {"id": 253}, "user": {"role": "supervisor"}}}, "resource": {"id": 319, "owner": {"id": 609}, "assignee": {"id": 508}, "project": {"id": 383, "owner": {"id": 718}, "assignee": {"id": 873}}, "task": {"id": 306, "owner": {"id": 907}, "assignee": {"id": 1097}}, "job": {"id": 319, "assignee": {"id": 1108}}, "organization": {"id": 174}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 3, "privilege": "business"}, "organization": {"id": 196, "owner": {"id": 291}, "user": {"role": null}}}, "resource": {"id": 397, "owner": {"id": 660}, "assignee": {"id": 566}, "project": {"id": 342, "owner": {"id": 751}, "assignee": {"id": 814}}, "task": {"id": 377, "owner": {"id": 3}, "assignee": {"id": 1073}}, "job": {"id": 329, "assignee": {"id": 1174}}, "organization": {"id": 1210}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 97, "privilege": "none"}, "organization": {"id": 192, "owner": {"id": 293}, "user": {"role": "supervisor"}}}, "resource": {"id": 320, "owner": {"id": 694}, "assignee": {"id": 563}, "project": {"id": 364, "owner": {"id": 769}, "assignee": {"id": 896}}, "task": {"id": 368, "owner": {"id": 915}, "assignee": {"id": 1063}}, "job": {"id": 301, "assignee": {"id": 1193}}, "organization": {"id": 192}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 40, "privilege": "business"}, "organization": {"id": 130, "owner": {"id": 288}, "user": {"role": null}}}, "resource": {"id": 325, "owner": {"id": 629}, "assignee": {"id": 576}, "project": {"id": 308, "owner": {"id": 721}, "assignee": {"id": 846}}, "task": {"id": 373, "owner": {"id": 40}, "assignee": {"id": 1055}}, "job": {"id": 345, "assignee": {"id": 1157}}, "organization": {"id": 1262}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 74, "privilege": "none"}, "organization": {"id": 108, "owner": {"id": 223}, "user": {"role": "supervisor"}}}, "resource": {"id": 383, "owner": {"id": 692}, "assignee": {"id": 543}, "project": {"id": 353, "owner": {"id": 767}, "assignee": {"id": 866}}, "task": {"id": 396, "owner": {"id": 974}, "assignee": {"id": 1044}}, "job": {"id": 307, "assignee": {"id": 1132}}, "organization": {"id": 1220}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 0, "privilege": "user"}, "organization": {"id": 112, "owner": {"id": 0}, "user": {"role": "owner"}}}, "resource": {"id": 356, "owner": {"id": 691}, "assignee": {"id": 578}, "project": {"id": 356, "owner": {"id": 711}, "assignee": {"id": 894}}, "task": {"id": 306, "owner": {"id": 0}, "assignee": {"id": 1068}}, "job": {"id": 330, "assignee": {"id": 1147}}, "organization": {"id": 112}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 23, "privilege": "none"}, "organization": {"id": 156, "owner": {"id": 231}, "user": {"role": "supervisor"}}}, "resource": {"id": 379, "owner": {"id": 638}, "assignee": {"id": 535}, "project": {"id": 310, "owner": {"id": 765}, "assignee": {"id": 851}}, "task": {"id": 374, "owner": {"id": 953}, "assignee": {"id": 1078}}, "job": {"id": 337, "assignee": {"id": 1177}}, "organization": {"id": 1278}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 58, "privilege": "user"}, "organization": {"id": 137, "owner": {"id": 58}, "user": {"role": "owner"}}}, "resource": {"id": 318, "owner": {"id": 677}, "assignee": {"id": 515}, "project": {"id": 340, "owner": {"id": 753}, "assignee": {"id": 819}}, "task": {"id": 389, "owner": {"id": 58}, "assignee": {"id": 1055}}, "job": {"id": 383, "assignee": {"id": 1106}}, "organization": {"id": 137}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 39, "privilege": "none"}, "organization": {"id": 106, "owner": {"id": 239}, "user": {"role": "worker"}}}, "resource": {"id": 386, "owner": {"id": 697}, "assignee": {"id": 548}, "project": {"id": 328, "owner": {"id": 704}, "assignee": {"id": 860}}, "task": {"id": 317, "owner": {"id": 977}, "assignee": {"id": 1001}}, "job": {"id": 330, "assignee": {"id": 1121}}, "organization": {"id": 106}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 82, "privilege": "user"}, "organization": {"id": 162, "owner": {"id": 82}, "user": {"role": "owner"}}}, "resource": {"id": 329, "owner": {"id": 606}, "assignee": {"id": 555}, "project": {"id": 383, "owner": {"id": 724}, "assignee": {"id": 838}}, "task": {"id": 371, "owner": {"id": 82}, "assignee": {"id": 1026}}, "job": {"id": 313, "assignee": {"id": 1192}}, "organization": {"id": 1280}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 86, "privilege": "none"}, "organization": {"id": 126, "owner": {"id": 255}, "user": {"role": "worker"}}}, "resource": {"id": 352, "owner": {"id": 636}, "assignee": {"id": 593}, "project": {"id": 345, "owner": {"id": 795}, "assignee": {"id": 842}}, "task": {"id": 307, "owner": {"id": 931}, "assignee": {"id": 1013}}, "job": {"id": 316, "assignee": {"id": 1178}}, "organization": {"id": 126}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 18, "privilege": "user"}, "organization": {"id": 186, "owner": {"id": 18}, "user": {"role": "owner"}}}, "resource": {"id": 387, "owner": {"id": 602}, "assignee": {"id": 560}, "project": {"id": 360, "owner": {"id": 740}, "assignee": {"id": 899}}, "task": {"id": 372, "owner": {"id": 18}, "assignee": {"id": 1001}}, "job": {"id": 370, "assignee": {"id": 1136}}, "organization": {"id": 1214}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 34, "privilege": "none"}, "organization": {"id": 139, "owner": {"id": 258}, "user": {"role": "worker"}}}, "resource": {"id": 325, "owner": {"id": 604}, "assignee": {"id": 555}, "project": {"id": 327, "owner": {"id": 731}, "assignee": {"id": 850}}, "task": {"id": 337, "owner": {"id": 972}, "assignee": {"id": 1055}}, "job": {"id": 310, "assignee": {"id": 1184}}, "organization": {"id": 1293}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 91, "privilege": "user"}, "organization": {"id": 101, "owner": {"id": 231}, "user": {"role": "maintainer"}}}, "resource": {"id": 380, "owner": {"id": 634}, "assignee": {"id": 547}, "project": {"id": 397, "owner": {"id": 714}, "assignee": {"id": 830}}, "task": {"id": 385, "owner": {"id": 91}, "assignee": {"id": 1031}}, "job": {"id": 380, "assignee": {"id": 1155}}, "organization": {"id": 101}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 93, "privilege": "none"}, "organization": {"id": 185, "owner": {"id": 290}, "user": {"role": "worker"}}}, "resource": {"id": 393, "owner": {"id": 664}, "assignee": {"id": 545}, "project": {"id": 345, "owner": {"id": 728}, "assignee": {"id": 832}}, "task": {"id": 391, "owner": {"id": 913}, "assignee": {"id": 1038}}, "job": {"id": 394, "assignee": {"id": 1139}}, "organization": {"id": 1232}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 57, "privilege": "user"}, "organization": {"id": 112, "owner": {"id": 251}, "user": {"role": "maintainer"}}}, "resource": {"id": 386, "owner": {"id": 623}, "assignee": {"id": 560}, "project": {"id": 384, "owner": {"id": 738}, "assignee": {"id": 823}}, "task": {"id": 374, "owner": {"id": 57}, "assignee": {"id": 1013}}, "job": {"id": 366, "assignee": {"id": 1183}}, "organization": {"id": 112}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 3, "privilege": "none"}, "organization": {"id": 191, "owner": {"id": 201}, "user": {"role": null}}}, "resource": {"id": 395, "owner": {"id": 601}, "assignee": {"id": 556}, "project": {"id": 355, "owner": {"id": 723}, "assignee": {"id": 879}}, "task": {"id": 310, "owner": {"id": 977}, "assignee": {"id": 1065}}, "job": {"id": 388, "assignee": {"id": 1161}}, "organization": {"id": 191}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 76, "privilege": "user"}, "organization": {"id": 162, "owner": {"id": 218}, "user": {"role": "maintainer"}}}, "resource": {"id": 383, "owner": {"id": 687}, "assignee": {"id": 526}, "project": {"id": 324, "owner": {"id": 763}, "assignee": {"id": 878}}, "task": {"id": 371, "owner": {"id": 76}, "assignee": {"id": 1083}}, "job": {"id": 374, "assignee": {"id": 1103}}, "organization": {"id": 1260}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 84, "privilege": "none"}, "organization": {"id": 138, "owner": {"id": 284}, "user": {"role": null}}}, "resource": {"id": 345, "owner": {"id": 661}, "assignee": {"id": 550}, "project": {"id": 357, "owner": {"id": 776}, "assignee": {"id": 874}}, "task": {"id": 370, "owner": {"id": 906}, "assignee": {"id": 1021}}, "job": {"id": 300, "assignee": {"id": 1165}}, "organization": {"id": 138}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 25, "privilege": "user"}, "organization": {"id": 182, "owner": {"id": 230}, "user": {"role": "maintainer"}}}, "resource": {"id": 309, "owner": {"id": 652}, "assignee": {"id": 506}, "project": {"id": 321, "owner": {"id": 735}, "assignee": {"id": 829}}, "task": {"id": 308, "owner": {"id": 25}, "assignee": {"id": 1017}}, "job": {"id": 375, "assignee": {"id": 1105}}, "organization": {"id": 1235}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 60, "privilege": "none"}, "organization": {"id": 182, "owner": {"id": 277}, "user": {"role": null}}}, "resource": {"id": 380, "owner": {"id": 641}, "assignee": {"id": 501}, "project": {"id": 311, "owner": {"id": 724}, "assignee": {"id": 805}}, "task": {"id": 383, "owner": {"id": 964}, "assignee": {"id": 1045}}, "job": {"id": 370, "assignee": {"id": 1129}}, "organization": {"id": 1214}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 32, "privilege": "user"}, "organization": {"id": 120, "owner": {"id": 237}, "user": {"role": "supervisor"}}}, "resource": {"id": 311, "owner": {"id": 681}, "assignee": {"id": 515}, "project": {"id": 300, "owner": {"id": 732}, "assignee": {"id": 832}}, "task": {"id": 356, "owner": {"id": 32}, "assignee": {"id": 1028}}, "job": {"id": 306, "assignee": {"id": 1196}}, "organization": {"id": 120}}} } -test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "update", "auth": {"user": {"id": 53, "privilege": "none"}, "organization": {"id": 139, "owner": {"id": 282}, "user": {"role": null}}}, "resource": {"id": 352, "owner": {"id": 659}, "assignee": {"id": 519}, "project": {"id": 393, "owner": {"id": 769}, "assignee": {"id": 809}}, "task": {"id": 316, "owner": {"id": 924}, "assignee": {"id": 1053}}, "job": {"id": 304, "assignee": {"id": 1101}}, "organization": {"id": 1255}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 47, "privilege": "user"}, "organization": {"id": 154, "owner": {"id": 249}, "user": {"role": "supervisor"}}}, "resource": {"id": 367, "owner": {"id": 690}, "assignee": {"id": 585}, "project": {"id": 345, "owner": {"id": 739}, "assignee": {"id": 880}}, "task": {"id": 390, "owner": {"id": 47}, "assignee": {"id": 1036}}, "job": {"id": 364, "assignee": {"id": 1173}}, "organization": {"id": 154}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_PROJECT_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 73, "privilege": "admin"}, "organization": null}, "resource": {"id": 348, "owner": {"id": 647}, "assignee": {"id": 522}, "project": {"id": 388, "owner": {"id": 73}, "assignee": {"id": 866}}, "task": {"id": 335, "owner": {"id": 969}, "assignee": {"id": 1031}}, "job": {"id": 331, "assignee": {"id": 1171}}, "organization": {"id": 1280}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 24, "privilege": "user"}, "organization": {"id": 161, "owner": {"id": 298}, "user": {"role": "supervisor"}}}, "resource": {"id": 375, "owner": {"id": 639}, "assignee": {"id": 569}, "project": {"id": 317, "owner": {"id": 704}, "assignee": {"id": 899}}, "task": {"id": 345, "owner": {"id": 24}, "assignee": {"id": 1064}}, "job": {"id": 305, "assignee": {"id": 1130}}, "organization": {"id": 1284}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 72, "privilege": "business"}, "organization": null}, "resource": {"id": 307, "owner": {"id": 648}, "assignee": {"id": 517}, "project": {"id": 338, "owner": {"id": 72}, "assignee": {"id": 810}}, "task": {"id": 345, "owner": {"id": 980}, "assignee": {"id": 1073}}, "job": {"id": 361, "assignee": {"id": 1184}}, "organization": {"id": 1292}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 41, "privilege": "user"}, "organization": {"id": 183, "owner": {"id": 252}, "user": {"role": "supervisor"}}}, "resource": {"id": 366, "owner": {"id": 665}, "assignee": {"id": 541}, "project": {"id": 393, "owner": {"id": 732}, "assignee": {"id": 899}}, "task": {"id": 312, "owner": {"id": 41}, "assignee": {"id": 1096}}, "job": {"id": 360, "assignee": {"id": 1184}}, "organization": {"id": 1219}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_PROJECT_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 67, "privilege": "user"}, "organization": null}, "resource": {"id": 358, "owner": {"id": 614}, "assignee": {"id": 502}, "project": {"id": 320, "owner": {"id": 67}, "assignee": {"id": 841}}, "task": {"id": 350, "owner": {"id": 926}, "assignee": {"id": 1025}}, "job": {"id": 357, "assignee": {"id": 1159}}, "organization": {"id": 1236}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 24, "privilege": "user"}, "organization": {"id": 160, "owner": {"id": 277}, "user": {"role": "worker"}}}, "resource": {"id": 371, "owner": {"id": 698}, "assignee": {"id": 516}, "project": {"id": 372, "owner": {"id": 725}, "assignee": {"id": 890}}, "task": {"id": 337, "owner": {"id": 24}, "assignee": {"id": 1088}}, "job": {"id": 330, "assignee": {"id": 1167}}, "organization": {"id": 160}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_PROJECT_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 25, "privilege": "worker"}, "organization": null}, "resource": {"id": 302, "owner": {"id": 618}, "assignee": {"id": 581}, "project": {"id": 359, "owner": {"id": 25}, "assignee": {"id": 805}}, "task": {"id": 309, "owner": {"id": 945}, "assignee": {"id": 1089}}, "job": {"id": 340, "assignee": {"id": 1165}}, "organization": {"id": 1201}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 62, "privilege": "user"}, "organization": {"id": 160, "owner": {"id": 250}, "user": {"role": "worker"}}}, "resource": {"id": 369, "owner": {"id": 600}, "assignee": {"id": 553}, "project": {"id": 349, "owner": {"id": 724}, "assignee": {"id": 865}}, "task": {"id": 349, "owner": {"id": 62}, "assignee": {"id": 1014}}, "job": {"id": 334, "assignee": {"id": 1199}}, "organization": {"id": 160}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_PROJECT_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 3, "privilege": "none"}, "organization": null}, "resource": {"id": 343, "owner": {"id": 675}, "assignee": {"id": 503}, "project": {"id": 323, "owner": {"id": 3}, "assignee": {"id": 843}}, "task": {"id": 343, "owner": {"id": 909}, "assignee": {"id": 1089}}, "job": {"id": 325, "assignee": {"id": 1165}}, "organization": {"id": 1295}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 19, "privilege": "user"}, "organization": {"id": 106, "owner": {"id": 249}, "user": {"role": "worker"}}}, "resource": {"id": 396, "owner": {"id": 695}, "assignee": {"id": 507}, "project": {"id": 352, "owner": {"id": 717}, "assignee": {"id": 856}}, "task": {"id": 325, "owner": {"id": 19}, "assignee": {"id": 1041}}, "job": {"id": 301, "assignee": {"id": 1140}}, "organization": {"id": 1265}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 65, "privilege": "admin"}, "organization": null}, "resource": {"id": 335, "owner": {"id": 639}, "assignee": {"id": 536}, "project": {"id": 350, "owner": {"id": 729}, "assignee": {"id": 65}}, "task": {"id": 370, "owner": {"id": 966}, "assignee": {"id": 1072}}, "job": {"id": 384, "assignee": {"id": 1180}}, "organization": {"id": 1293}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 60, "privilege": "user"}, "organization": {"id": 150, "owner": {"id": 241}, "user": {"role": "worker"}}}, "resource": {"id": 312, "owner": {"id": 611}, "assignee": {"id": 508}, "project": {"id": 329, "owner": {"id": 718}, "assignee": {"id": 820}}, "task": {"id": 355, "owner": {"id": 60}, "assignee": {"id": 1080}}, "job": {"id": 355, "assignee": {"id": 1139}}, "organization": {"id": 1237}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 44, "privilege": "business"}, "organization": null}, "resource": {"id": 375, "owner": {"id": 655}, "assignee": {"id": 523}, "project": {"id": 381, "owner": {"id": 739}, "assignee": {"id": 44}}, "task": {"id": 386, "owner": {"id": 981}, "assignee": {"id": 1073}}, "job": {"id": 359, "assignee": {"id": 1178}}, "organization": {"id": 1211}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 22, "privilege": "user"}, "organization": {"id": 124, "owner": {"id": 298}, "user": {"role": null}}}, "resource": {"id": 361, "owner": {"id": 651}, "assignee": {"id": 513}, "project": {"id": 374, "owner": {"id": 752}, "assignee": {"id": 844}}, "task": {"id": 353, "owner": {"id": 22}, "assignee": {"id": 1058}}, "job": {"id": 394, "assignee": {"id": 1165}}, "organization": {"id": 124}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 66, "privilege": "user"}, "organization": null}, "resource": {"id": 323, "owner": {"id": 654}, "assignee": {"id": 564}, "project": {"id": 348, "owner": {"id": 754}, "assignee": {"id": 66}}, "task": {"id": 361, "owner": {"id": 986}, "assignee": {"id": 1025}}, "job": {"id": 374, "assignee": {"id": 1121}}, "organization": {"id": 1211}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 17, "privilege": "user"}, "organization": {"id": 141, "owner": {"id": 216}, "user": {"role": null}}}, "resource": {"id": 338, "owner": {"id": 652}, "assignee": {"id": 564}, "project": {"id": 317, "owner": {"id": 762}, "assignee": {"id": 870}}, "task": {"id": 384, "owner": {"id": 17}, "assignee": {"id": 1030}}, "job": {"id": 318, "assignee": {"id": 1110}}, "organization": {"id": 141}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 76, "privilege": "worker"}, "organization": null}, "resource": {"id": 338, "owner": {"id": 685}, "assignee": {"id": 588}, "project": {"id": 311, "owner": {"id": 724}, "assignee": {"id": 76}}, "task": {"id": 390, "owner": {"id": 973}, "assignee": {"id": 1026}}, "job": {"id": 385, "assignee": {"id": 1147}}, "organization": {"id": 1260}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 66, "privilege": "user"}, "organization": {"id": 172, "owner": {"id": 223}, "user": {"role": null}}}, "resource": {"id": 327, "owner": {"id": 627}, "assignee": {"id": 597}, "project": {"id": 359, "owner": {"id": 708}, "assignee": {"id": 892}}, "task": {"id": 308, "owner": {"id": 66}, "assignee": {"id": 1039}}, "job": {"id": 376, "assignee": {"id": 1107}}, "organization": {"id": 1220}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 2, "privilege": "none"}, "organization": null}, "resource": {"id": 397, "owner": {"id": 632}, "assignee": {"id": 554}, "project": {"id": 328, "owner": {"id": 740}, "assignee": {"id": 2}}, "task": {"id": 311, "owner": {"id": 978}, "assignee": {"id": 1009}}, "job": {"id": 335, "assignee": {"id": 1165}}, "organization": {"id": 1295}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 31, "privilege": "user"}, "organization": {"id": 135, "owner": {"id": 282}, "user": {"role": null}}}, "resource": {"id": 311, "owner": {"id": 677}, "assignee": {"id": 507}, "project": {"id": 345, "owner": {"id": 748}, "assignee": {"id": 802}}, "task": {"id": 360, "owner": {"id": 31}, "assignee": {"id": 1002}}, "job": {"id": 301, "assignee": {"id": 1174}}, "organization": {"id": 1229}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 5, "privilege": "admin"}, "organization": null}, "resource": {"id": 316, "owner": {"id": 633}, "assignee": {"id": 565}, "project": {"id": 308, "owner": {"id": 779}, "assignee": {"id": 873}}, "task": {"id": 398, "owner": {"id": 5}, "assignee": {"id": 1019}}, "job": {"id": 394, "assignee": {"id": 1181}}, "organization": {"id": 1231}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 76, "privilege": "worker"}, "organization": {"id": 117, "owner": {"id": 76}, "user": {"role": "owner"}}}, "resource": {"id": 394, "owner": {"id": 672}, "assignee": {"id": 515}, "project": {"id": 337, "owner": {"id": 787}, "assignee": {"id": 882}}, "task": {"id": 336, "owner": {"id": 76}, "assignee": {"id": 1090}}, "job": {"id": 383, "assignee": {"id": 1127}}, "organization": {"id": 117}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 64, "privilege": "admin"}, "organization": null}, "resource": {"id": 380, "owner": {"id": 600}, "assignee": {"id": 532}, "project": {"id": 313, "owner": {"id": 782}, "assignee": {"id": 842}}, "task": {"id": 309, "owner": {"id": 64}, "assignee": {"id": 1026}}, "job": {"id": 383, "assignee": {"id": 1163}}, "organization": {"id": 1283}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 92, "privilege": "worker"}, "organization": {"id": 148, "owner": {"id": 92}, "user": {"role": "owner"}}}, "resource": {"id": 322, "owner": {"id": 694}, "assignee": {"id": 510}, "project": {"id": 320, "owner": {"id": 766}, "assignee": {"id": 898}}, "task": {"id": 324, "owner": {"id": 92}, "assignee": {"id": 1016}}, "job": {"id": 359, "assignee": {"id": 1181}}, "organization": {"id": 148}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 84, "privilege": "business"}, "organization": null}, "resource": {"id": 349, "owner": {"id": 673}, "assignee": {"id": 523}, "project": {"id": 315, "owner": {"id": 776}, "assignee": {"id": 897}}, "task": {"id": 362, "owner": {"id": 84}, "assignee": {"id": 1014}}, "job": {"id": 391, "assignee": {"id": 1173}}, "organization": {"id": 1224}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 80, "privilege": "worker"}, "organization": {"id": 121, "owner": {"id": 80}, "user": {"role": "owner"}}}, "resource": {"id": 374, "owner": {"id": 609}, "assignee": {"id": 566}, "project": {"id": 360, "owner": {"id": 790}, "assignee": {"id": 861}}, "task": {"id": 367, "owner": {"id": 80}, "assignee": {"id": 1037}}, "job": {"id": 363, "assignee": {"id": 1199}}, "organization": {"id": 1249}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 14, "privilege": "business"}, "organization": null}, "resource": {"id": 398, "owner": {"id": 667}, "assignee": {"id": 599}, "project": {"id": 358, "owner": {"id": 768}, "assignee": {"id": 802}}, "task": {"id": 338, "owner": {"id": 14}, "assignee": {"id": 1033}}, "job": {"id": 377, "assignee": {"id": 1113}}, "organization": {"id": 1293}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 94, "privilege": "worker"}, "organization": {"id": 156, "owner": {"id": 94}, "user": {"role": "owner"}}}, "resource": {"id": 346, "owner": {"id": 691}, "assignee": {"id": 560}, "project": {"id": 335, "owner": {"id": 709}, "assignee": {"id": 833}}, "task": {"id": 331, "owner": {"id": 94}, "assignee": {"id": 1039}}, "job": {"id": 311, "assignee": {"id": 1148}}, "organization": {"id": 1218}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 86, "privilege": "user"}, "organization": null}, "resource": {"id": 399, "owner": {"id": 693}, "assignee": {"id": 593}, "project": {"id": 317, "owner": {"id": 708}, "assignee": {"id": 842}}, "task": {"id": 355, "owner": {"id": 86}, "assignee": {"id": 1079}}, "job": {"id": 318, "assignee": {"id": 1153}}, "organization": {"id": 1210}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 19, "privilege": "worker"}, "organization": {"id": 131, "owner": {"id": 274}, "user": {"role": "maintainer"}}}, "resource": {"id": 354, "owner": {"id": 640}, "assignee": {"id": 598}, "project": {"id": 319, "owner": {"id": 721}, "assignee": {"id": 888}}, "task": {"id": 366, "owner": {"id": 19}, "assignee": {"id": 1021}}, "job": {"id": 306, "assignee": {"id": 1100}}, "organization": {"id": 131}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 29, "privilege": "user"}, "organization": null}, "resource": {"id": 372, "owner": {"id": 620}, "assignee": {"id": 568}, "project": {"id": 351, "owner": {"id": 701}, "assignee": {"id": 859}}, "task": {"id": 322, "owner": {"id": 29}, "assignee": {"id": 1026}}, "job": {"id": 349, "assignee": {"id": 1142}}, "organization": {"id": 1289}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 93, "privilege": "worker"}, "organization": {"id": 120, "owner": {"id": 255}, "user": {"role": "maintainer"}}}, "resource": {"id": 304, "owner": {"id": 607}, "assignee": {"id": 525}, "project": {"id": 385, "owner": {"id": 792}, "assignee": {"id": 816}}, "task": {"id": 341, "owner": {"id": 93}, "assignee": {"id": 1098}}, "job": {"id": 370, "assignee": {"id": 1105}}, "organization": {"id": 120}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 76, "privilege": "worker"}, "organization": null}, "resource": {"id": 301, "owner": {"id": 627}, "assignee": {"id": 511}, "project": {"id": 300, "owner": {"id": 714}, "assignee": {"id": 873}}, "task": {"id": 345, "owner": {"id": 76}, "assignee": {"id": 1078}}, "job": {"id": 332, "assignee": {"id": 1181}}, "organization": {"id": 1271}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 62, "privilege": "worker"}, "organization": {"id": 158, "owner": {"id": 246}, "user": {"role": "maintainer"}}}, "resource": {"id": 342, "owner": {"id": 685}, "assignee": {"id": 524}, "project": {"id": 310, "owner": {"id": 798}, "assignee": {"id": 843}}, "task": {"id": 310, "owner": {"id": 62}, "assignee": {"id": 1068}}, "job": {"id": 363, "assignee": {"id": 1177}}, "organization": {"id": 1241}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 48, "privilege": "worker"}, "organization": null}, "resource": {"id": 304, "owner": {"id": 624}, "assignee": {"id": 547}, "project": {"id": 355, "owner": {"id": 701}, "assignee": {"id": 834}}, "task": {"id": 302, "owner": {"id": 48}, "assignee": {"id": 1061}}, "job": {"id": 353, "assignee": {"id": 1133}}, "organization": {"id": 1260}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 36, "privilege": "worker"}, "organization": {"id": 109, "owner": {"id": 281}, "user": {"role": "maintainer"}}}, "resource": {"id": 337, "owner": {"id": 601}, "assignee": {"id": 568}, "project": {"id": 303, "owner": {"id": 727}, "assignee": {"id": 852}}, "task": {"id": 344, "owner": {"id": 36}, "assignee": {"id": 1079}}, "job": {"id": 334, "assignee": {"id": 1191}}, "organization": {"id": 1212}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 14, "privilege": "none"}, "organization": null}, "resource": {"id": 369, "owner": {"id": 663}, "assignee": {"id": 530}, "project": {"id": 310, "owner": {"id": 798}, "assignee": {"id": 862}}, "task": {"id": 315, "owner": {"id": 14}, "assignee": {"id": 1091}}, "job": {"id": 311, "assignee": {"id": 1128}}, "organization": {"id": 1239}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 36, "privilege": "worker"}, "organization": {"id": 154, "owner": {"id": 205}, "user": {"role": "supervisor"}}}, "resource": {"id": 361, "owner": {"id": 628}, "assignee": {"id": 588}, "project": {"id": 325, "owner": {"id": 757}, "assignee": {"id": 873}}, "task": {"id": 395, "owner": {"id": 36}, "assignee": {"id": 1045}}, "job": {"id": 388, "assignee": {"id": 1104}}, "organization": {"id": 154}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 26, "privilege": "none"}, "organization": null}, "resource": {"id": 339, "owner": {"id": 654}, "assignee": {"id": 597}, "project": {"id": 346, "owner": {"id": 703}, "assignee": {"id": 852}}, "task": {"id": 380, "owner": {"id": 26}, "assignee": {"id": 1018}}, "job": {"id": 307, "assignee": {"id": 1197}}, "organization": {"id": 1281}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 10, "privilege": "worker"}, "organization": {"id": 160, "owner": {"id": 256}, "user": {"role": "supervisor"}}}, "resource": {"id": 312, "owner": {"id": 611}, "assignee": {"id": 521}, "project": {"id": 305, "owner": {"id": 788}, "assignee": {"id": 874}}, "task": {"id": 389, "owner": {"id": 10}, "assignee": {"id": 1019}}, "job": {"id": 354, "assignee": {"id": 1188}}, "organization": {"id": 160}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 70, "privilege": "admin"}, "organization": null}, "resource": {"id": 317, "owner": {"id": 676}, "assignee": {"id": 582}, "project": {"id": 330, "owner": {"id": 708}, "assignee": {"id": 891}}, "task": {"id": 386, "owner": {"id": 919}, "assignee": {"id": 70}}, "job": {"id": 333, "assignee": {"id": 1181}}, "organization": {"id": 1246}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 40, "privilege": "worker"}, "organization": {"id": 193, "owner": {"id": 251}, "user": {"role": "supervisor"}}}, "resource": {"id": 365, "owner": {"id": 670}, "assignee": {"id": 559}, "project": {"id": 332, "owner": {"id": 744}, "assignee": {"id": 886}}, "task": {"id": 398, "owner": {"id": 40}, "assignee": {"id": 1079}}, "job": {"id": 369, "assignee": {"id": 1154}}, "organization": {"id": 1272}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 93, "privilege": "admin"}, "organization": null}, "resource": {"id": 366, "owner": {"id": 678}, "assignee": {"id": 560}, "project": {"id": 364, "owner": {"id": 714}, "assignee": {"id": 836}}, "task": {"id": 339, "owner": {"id": 955}, "assignee": {"id": 93}}, "job": {"id": 347, "assignee": {"id": 1152}}, "organization": {"id": 1209}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 76, "privilege": "worker"}, "organization": {"id": 153, "owner": {"id": 231}, "user": {"role": "supervisor"}}}, "resource": {"id": 353, "owner": {"id": 677}, "assignee": {"id": 577}, "project": {"id": 392, "owner": {"id": 703}, "assignee": {"id": 815}}, "task": {"id": 300, "owner": {"id": 76}, "assignee": {"id": 1055}}, "job": {"id": 311, "assignee": {"id": 1157}}, "organization": {"id": 1291}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 2, "privilege": "business"}, "organization": null}, "resource": {"id": 382, "owner": {"id": 662}, "assignee": {"id": 537}, "project": {"id": 319, "owner": {"id": 714}, "assignee": {"id": 875}}, "task": {"id": 388, "owner": {"id": 956}, "assignee": {"id": 2}}, "job": {"id": 353, "assignee": {"id": 1157}}, "organization": {"id": 1228}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 44, "privilege": "worker"}, "organization": {"id": 118, "owner": {"id": 277}, "user": {"role": "worker"}}}, "resource": {"id": 356, "owner": {"id": 630}, "assignee": {"id": 572}, "project": {"id": 389, "owner": {"id": 721}, "assignee": {"id": 848}}, "task": {"id": 310, "owner": {"id": 44}, "assignee": {"id": 1087}}, "job": {"id": 359, "assignee": {"id": 1126}}, "organization": {"id": 118}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 88, "privilege": "business"}, "organization": null}, "resource": {"id": 321, "owner": {"id": 637}, "assignee": {"id": 593}, "project": {"id": 308, "owner": {"id": 781}, "assignee": {"id": 879}}, "task": {"id": 392, "owner": {"id": 932}, "assignee": {"id": 88}}, "job": {"id": 336, "assignee": {"id": 1185}}, "organization": {"id": 1268}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 70, "privilege": "worker"}, "organization": {"id": 131, "owner": {"id": 246}, "user": {"role": "worker"}}}, "resource": {"id": 308, "owner": {"id": 626}, "assignee": {"id": 505}, "project": {"id": 375, "owner": {"id": 713}, "assignee": {"id": 822}}, "task": {"id": 325, "owner": {"id": 70}, "assignee": {"id": 1045}}, "job": {"id": 310, "assignee": {"id": 1145}}, "organization": {"id": 131}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 25, "privilege": "user"}, "organization": null}, "resource": {"id": 308, "owner": {"id": 611}, "assignee": {"id": 550}, "project": {"id": 376, "owner": {"id": 709}, "assignee": {"id": 824}}, "task": {"id": 318, "owner": {"id": 910}, "assignee": {"id": 25}}, "job": {"id": 326, "assignee": {"id": 1115}}, "organization": {"id": 1273}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 47, "privilege": "worker"}, "organization": {"id": 172, "owner": {"id": 209}, "user": {"role": "worker"}}}, "resource": {"id": 378, "owner": {"id": 674}, "assignee": {"id": 566}, "project": {"id": 361, "owner": {"id": 794}, "assignee": {"id": 834}}, "task": {"id": 349, "owner": {"id": 47}, "assignee": {"id": 1016}}, "job": {"id": 350, "assignee": {"id": 1161}}, "organization": {"id": 1291}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 43, "privilege": "user"}, "organization": null}, "resource": {"id": 359, "owner": {"id": 669}, "assignee": {"id": 538}, "project": {"id": 363, "owner": {"id": 786}, "assignee": {"id": 864}}, "task": {"id": 384, "owner": {"id": 951}, "assignee": {"id": 43}}, "job": {"id": 370, "assignee": {"id": 1174}}, "organization": {"id": 1268}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 94, "privilege": "worker"}, "organization": {"id": 160, "owner": {"id": 271}, "user": {"role": "worker"}}}, "resource": {"id": 343, "owner": {"id": 687}, "assignee": {"id": 528}, "project": {"id": 358, "owner": {"id": 784}, "assignee": {"id": 872}}, "task": {"id": 334, "owner": {"id": 94}, "assignee": {"id": 1037}}, "job": {"id": 339, "assignee": {"id": 1199}}, "organization": {"id": 1236}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 3, "privilege": "worker"}, "organization": null}, "resource": {"id": 300, "owner": {"id": 619}, "assignee": {"id": 578}, "project": {"id": 364, "owner": {"id": 763}, "assignee": {"id": 855}}, "task": {"id": 381, "owner": {"id": 932}, "assignee": {"id": 3}}, "job": {"id": 397, "assignee": {"id": 1126}}, "organization": {"id": 1295}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 11, "privilege": "worker"}, "organization": {"id": 115, "owner": {"id": 248}, "user": {"role": null}}}, "resource": {"id": 390, "owner": {"id": 684}, "assignee": {"id": 512}, "project": {"id": 387, "owner": {"id": 764}, "assignee": {"id": 877}}, "task": {"id": 345, "owner": {"id": 11}, "assignee": {"id": 1080}}, "job": {"id": 360, "assignee": {"id": 1195}}, "organization": {"id": 115}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 19, "privilege": "worker"}, "organization": null}, "resource": {"id": 366, "owner": {"id": 622}, "assignee": {"id": 522}, "project": {"id": 353, "owner": {"id": 746}, "assignee": {"id": 891}}, "task": {"id": 320, "owner": {"id": 904}, "assignee": {"id": 19}}, "job": {"id": 308, "assignee": {"id": 1134}}, "organization": {"id": 1241}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 69, "privilege": "worker"}, "organization": {"id": 195, "owner": {"id": 289}, "user": {"role": null}}}, "resource": {"id": 383, "owner": {"id": 613}, "assignee": {"id": 599}, "project": {"id": 310, "owner": {"id": 702}, "assignee": {"id": 801}}, "task": {"id": 317, "owner": {"id": 69}, "assignee": {"id": 1047}}, "job": {"id": 330, "assignee": {"id": 1126}}, "organization": {"id": 195}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 13, "privilege": "none"}, "organization": null}, "resource": {"id": 399, "owner": {"id": 621}, "assignee": {"id": 506}, "project": {"id": 389, "owner": {"id": 729}, "assignee": {"id": 825}}, "task": {"id": 354, "owner": {"id": 923}, "assignee": {"id": 13}}, "job": {"id": 365, "assignee": {"id": 1143}}, "organization": {"id": 1205}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 28, "privilege": "worker"}, "organization": {"id": 158, "owner": {"id": 217}, "user": {"role": null}}}, "resource": {"id": 300, "owner": {"id": 647}, "assignee": {"id": 507}, "project": {"id": 337, "owner": {"id": 702}, "assignee": {"id": 860}}, "task": {"id": 323, "owner": {"id": 28}, "assignee": {"id": 1059}}, "job": {"id": 345, "assignee": {"id": 1188}}, "organization": {"id": 1222}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 90, "privilege": "none"}, "organization": null}, "resource": {"id": 394, "owner": {"id": 666}, "assignee": {"id": 576}, "project": {"id": 335, "owner": {"id": 731}, "assignee": {"id": 803}}, "task": {"id": 395, "owner": {"id": 901}, "assignee": {"id": 90}}, "job": {"id": 306, "assignee": {"id": 1191}}, "organization": {"id": 1221}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 40, "privilege": "worker"}, "organization": {"id": 193, "owner": {"id": 279}, "user": {"role": null}}}, "resource": {"id": 394, "owner": {"id": 634}, "assignee": {"id": 540}, "project": {"id": 383, "owner": {"id": 739}, "assignee": {"id": 835}}, "task": {"id": 342, "owner": {"id": 40}, "assignee": {"id": 1065}}, "job": {"id": 398, "assignee": {"id": 1146}}, "organization": {"id": 1237}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 65, "privilege": "admin"}, "organization": null}, "resource": {"id": 312, "owner": {"id": 684}, "assignee": {"id": 578}, "project": {"id": 336, "owner": {"id": 733}, "assignee": {"id": 806}}, "task": {"id": 395, "owner": {"id": 906}, "assignee": {"id": 1032}}, "job": {"id": 387, "assignee": {"id": 65}}, "organization": {"id": 1282}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 94, "privilege": "none"}, "organization": {"id": 135, "owner": {"id": 94}, "user": {"role": "owner"}}}, "resource": {"id": 367, "owner": {"id": 623}, "assignee": {"id": 568}, "project": {"id": 313, "owner": {"id": 790}, "assignee": {"id": 845}}, "task": {"id": 389, "owner": {"id": 94}, "assignee": {"id": 1041}}, "job": {"id": 356, "assignee": {"id": 1166}}, "organization": {"id": 135}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 73, "privilege": "admin"}, "organization": null}, "resource": {"id": 396, "owner": {"id": 649}, "assignee": {"id": 510}, "project": {"id": 372, "owner": {"id": 713}, "assignee": {"id": 842}}, "task": {"id": 318, "owner": {"id": 900}, "assignee": {"id": 1004}}, "job": {"id": 347, "assignee": {"id": 73}}, "organization": {"id": 1241}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 12, "privilege": "none"}, "organization": {"id": 142, "owner": {"id": 12}, "user": {"role": "owner"}}}, "resource": {"id": 353, "owner": {"id": 662}, "assignee": {"id": 593}, "project": {"id": 319, "owner": {"id": 795}, "assignee": {"id": 850}}, "task": {"id": 346, "owner": {"id": 12}, "assignee": {"id": 1076}}, "job": {"id": 386, "assignee": {"id": 1102}}, "organization": {"id": 142}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 14, "privilege": "business"}, "organization": null}, "resource": {"id": 386, "owner": {"id": 628}, "assignee": {"id": 561}, "project": {"id": 388, "owner": {"id": 776}, "assignee": {"id": 850}}, "task": {"id": 371, "owner": {"id": 937}, "assignee": {"id": 1040}}, "job": {"id": 317, "assignee": {"id": 14}}, "organization": {"id": 1217}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 7, "privilege": "none"}, "organization": {"id": 196, "owner": {"id": 7}, "user": {"role": "owner"}}}, "resource": {"id": 347, "owner": {"id": 669}, "assignee": {"id": 562}, "project": {"id": 348, "owner": {"id": 749}, "assignee": {"id": 815}}, "task": {"id": 398, "owner": {"id": 7}, "assignee": {"id": 1080}}, "job": {"id": 302, "assignee": {"id": 1193}}, "organization": {"id": 1288}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 68, "privilege": "business"}, "organization": null}, "resource": {"id": 341, "owner": {"id": 614}, "assignee": {"id": 551}, "project": {"id": 365, "owner": {"id": 756}, "assignee": {"id": 857}}, "task": {"id": 304, "owner": {"id": 914}, "assignee": {"id": 1089}}, "job": {"id": 312, "assignee": {"id": 68}}, "organization": {"id": 1207}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 56, "privilege": "none"}, "organization": {"id": 155, "owner": {"id": 56}, "user": {"role": "owner"}}}, "resource": {"id": 357, "owner": {"id": 699}, "assignee": {"id": 575}, "project": {"id": 395, "owner": {"id": 799}, "assignee": {"id": 836}}, "task": {"id": 366, "owner": {"id": 56}, "assignee": {"id": 1019}}, "job": {"id": 306, "assignee": {"id": 1128}}, "organization": {"id": 1270}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 91, "privilege": "user"}, "organization": null}, "resource": {"id": 380, "owner": {"id": 680}, "assignee": {"id": 555}, "project": {"id": 351, "owner": {"id": 773}, "assignee": {"id": 866}}, "task": {"id": 349, "owner": {"id": 938}, "assignee": {"id": 1080}}, "job": {"id": 366, "assignee": {"id": 91}}, "organization": {"id": 1222}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 84, "privilege": "none"}, "organization": {"id": 119, "owner": {"id": 249}, "user": {"role": "maintainer"}}}, "resource": {"id": 314, "owner": {"id": 662}, "assignee": {"id": 546}, "project": {"id": 318, "owner": {"id": 744}, "assignee": {"id": 866}}, "task": {"id": 335, "owner": {"id": 84}, "assignee": {"id": 1091}}, "job": {"id": 331, "assignee": {"id": 1144}}, "organization": {"id": 119}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 43, "privilege": "user"}, "organization": null}, "resource": {"id": 321, "owner": {"id": 631}, "assignee": {"id": 580}, "project": {"id": 377, "owner": {"id": 771}, "assignee": {"id": 857}}, "task": {"id": 313, "owner": {"id": 986}, "assignee": {"id": 1034}}, "job": {"id": 311, "assignee": {"id": 43}}, "organization": {"id": 1292}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 4, "privilege": "none"}, "organization": {"id": 140, "owner": {"id": 205}, "user": {"role": "maintainer"}}}, "resource": {"id": 345, "owner": {"id": 645}, "assignee": {"id": 542}, "project": {"id": 307, "owner": {"id": 766}, "assignee": {"id": 891}}, "task": {"id": 363, "owner": {"id": 4}, "assignee": {"id": 1068}}, "job": {"id": 365, "assignee": {"id": 1137}}, "organization": {"id": 140}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 54, "privilege": "worker"}, "organization": null}, "resource": {"id": 318, "owner": {"id": 677}, "assignee": {"id": 566}, "project": {"id": 318, "owner": {"id": 746}, "assignee": {"id": 838}}, "task": {"id": 328, "owner": {"id": 988}, "assignee": {"id": 1019}}, "job": {"id": 316, "assignee": {"id": 54}}, "organization": {"id": 1211}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 77, "privilege": "none"}, "organization": {"id": 187, "owner": {"id": 239}, "user": {"role": "maintainer"}}}, "resource": {"id": 370, "owner": {"id": 626}, "assignee": {"id": 588}, "project": {"id": 324, "owner": {"id": 748}, "assignee": {"id": 881}}, "task": {"id": 344, "owner": {"id": 77}, "assignee": {"id": 1088}}, "job": {"id": 384, "assignee": {"id": 1120}}, "organization": {"id": 1266}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 90, "privilege": "worker"}, "organization": null}, "resource": {"id": 331, "owner": {"id": 668}, "assignee": {"id": 529}, "project": {"id": 359, "owner": {"id": 701}, "assignee": {"id": 867}}, "task": {"id": 303, "owner": {"id": 972}, "assignee": {"id": 1015}}, "job": {"id": 328, "assignee": {"id": 90}}, "organization": {"id": 1276}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 29, "privilege": "none"}, "organization": {"id": 152, "owner": {"id": 268}, "user": {"role": "maintainer"}}}, "resource": {"id": 360, "owner": {"id": 604}, "assignee": {"id": 558}, "project": {"id": 302, "owner": {"id": 731}, "assignee": {"id": 855}}, "task": {"id": 366, "owner": {"id": 29}, "assignee": {"id": 1075}}, "job": {"id": 362, "assignee": {"id": 1139}}, "organization": {"id": 1244}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 51, "privilege": "none"}, "organization": null}, "resource": {"id": 332, "owner": {"id": 697}, "assignee": {"id": 573}, "project": {"id": 328, "owner": {"id": 777}, "assignee": {"id": 814}}, "task": {"id": 314, "owner": {"id": 959}, "assignee": {"id": 1052}}, "job": {"id": 326, "assignee": {"id": 51}}, "organization": {"id": 1200}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 15, "privilege": "none"}, "organization": {"id": 181, "owner": {"id": 209}, "user": {"role": "supervisor"}}}, "resource": {"id": 327, "owner": {"id": 621}, "assignee": {"id": 551}, "project": {"id": 333, "owner": {"id": 756}, "assignee": {"id": 863}}, "task": {"id": 335, "owner": {"id": 15}, "assignee": {"id": 1067}}, "job": {"id": 305, "assignee": {"id": 1147}}, "organization": {"id": 181}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 56, "privilege": "none"}, "organization": null}, "resource": {"id": 359, "owner": {"id": 674}, "assignee": {"id": 545}, "project": {"id": 349, "owner": {"id": 718}, "assignee": {"id": 833}}, "task": {"id": 390, "owner": {"id": 960}, "assignee": {"id": 1080}}, "job": {"id": 319, "assignee": {"id": 56}}, "organization": {"id": 1268}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 6, "privilege": "none"}, "organization": {"id": 175, "owner": {"id": 276}, "user": {"role": "supervisor"}}}, "resource": {"id": 399, "owner": {"id": 638}, "assignee": {"id": 536}, "project": {"id": 386, "owner": {"id": 709}, "assignee": {"id": 867}}, "task": {"id": 322, "owner": {"id": 6}, "assignee": {"id": 1006}}, "job": {"id": 378, "assignee": {"id": 1132}}, "organization": {"id": 175}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 9, "privilege": "admin"}, "organization": null}, "resource": {"id": 351, "owner": {"id": 669}, "assignee": {"id": 590}, "project": {"id": 361, "owner": {"id": 763}, "assignee": {"id": 882}}, "task": {"id": 365, "owner": {"id": 960}, "assignee": {"id": 1065}}, "job": {"id": 376, "assignee": {"id": 1139}}, "organization": {"id": 1269}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 17, "privilege": "none"}, "organization": {"id": 156, "owner": {"id": 228}, "user": {"role": "supervisor"}}}, "resource": {"id": 360, "owner": {"id": 643}, "assignee": {"id": 552}, "project": {"id": 384, "owner": {"id": 743}, "assignee": {"id": 810}}, "task": {"id": 315, "owner": {"id": 17}, "assignee": {"id": 1073}}, "job": {"id": 316, "assignee": {"id": 1133}}, "organization": {"id": 1201}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 63, "privilege": "admin"}, "organization": null}, "resource": {"id": 360, "owner": {"id": 688}, "assignee": {"id": 518}, "project": {"id": 348, "owner": {"id": 770}, "assignee": {"id": 805}}, "task": {"id": 315, "owner": {"id": 989}, "assignee": {"id": 1013}}, "job": {"id": 357, "assignee": {"id": 1141}}, "organization": {"id": 1206}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 41, "privilege": "none"}, "organization": {"id": 139, "owner": {"id": 238}, "user": {"role": "supervisor"}}}, "resource": {"id": 336, "owner": {"id": 628}, "assignee": {"id": 537}, "project": {"id": 348, "owner": {"id": 718}, "assignee": {"id": 891}}, "task": {"id": 349, "owner": {"id": 41}, "assignee": {"id": 1040}}, "job": {"id": 351, "assignee": {"id": 1108}}, "organization": {"id": 1239}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 46, "privilege": "business"}, "organization": null}, "resource": {"id": 358, "owner": {"id": 600}, "assignee": {"id": 500}, "project": {"id": 331, "owner": {"id": 793}, "assignee": {"id": 837}}, "task": {"id": 356, "owner": {"id": 926}, "assignee": {"id": 1050}}, "job": {"id": 370, "assignee": {"id": 1108}}, "organization": {"id": 1231}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 91, "privilege": "none"}, "organization": {"id": 185, "owner": {"id": 269}, "user": {"role": "worker"}}}, "resource": {"id": 380, "owner": {"id": 617}, "assignee": {"id": 547}, "project": {"id": 350, "owner": {"id": 719}, "assignee": {"id": 875}}, "task": {"id": 331, "owner": {"id": 91}, "assignee": {"id": 1061}}, "job": {"id": 310, "assignee": {"id": 1127}}, "organization": {"id": 185}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 74, "privilege": "business"}, "organization": null}, "resource": {"id": 310, "owner": {"id": 664}, "assignee": {"id": 527}, "project": {"id": 358, "owner": {"id": 776}, "assignee": {"id": 876}}, "task": {"id": 342, "owner": {"id": 909}, "assignee": {"id": 1060}}, "job": {"id": 305, "assignee": {"id": 1192}}, "organization": {"id": 1243}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 51, "privilege": "none"}, "organization": {"id": 106, "owner": {"id": 212}, "user": {"role": "worker"}}}, "resource": {"id": 315, "owner": {"id": 677}, "assignee": {"id": 590}, "project": {"id": 328, "owner": {"id": 720}, "assignee": {"id": 881}}, "task": {"id": 375, "owner": {"id": 51}, "assignee": {"id": 1023}}, "job": {"id": 314, "assignee": {"id": 1148}}, "organization": {"id": 106}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 53, "privilege": "user"}, "organization": null}, "resource": {"id": 318, "owner": {"id": 619}, "assignee": {"id": 509}, "project": {"id": 325, "owner": {"id": 798}, "assignee": {"id": 803}}, "task": {"id": 367, "owner": {"id": 902}, "assignee": {"id": 1026}}, "job": {"id": 343, "assignee": {"id": 1117}}, "organization": {"id": 1236}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 2, "privilege": "none"}, "organization": {"id": 112, "owner": {"id": 226}, "user": {"role": "worker"}}}, "resource": {"id": 368, "owner": {"id": 662}, "assignee": {"id": 587}, "project": {"id": 373, "owner": {"id": 767}, "assignee": {"id": 879}}, "task": {"id": 322, "owner": {"id": 2}, "assignee": {"id": 1026}}, "job": {"id": 367, "assignee": {"id": 1189}}, "organization": {"id": 1204}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 51, "privilege": "user"}, "organization": null}, "resource": {"id": 306, "owner": {"id": 604}, "assignee": {"id": 512}, "project": {"id": 316, "owner": {"id": 737}, "assignee": {"id": 855}}, "task": {"id": 381, "owner": {"id": 942}, "assignee": {"id": 1069}}, "job": {"id": 399, "assignee": {"id": 1118}}, "organization": {"id": 1248}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 97, "privilege": "none"}, "organization": {"id": 182, "owner": {"id": 267}, "user": {"role": "worker"}}}, "resource": {"id": 343, "owner": {"id": 662}, "assignee": {"id": 506}, "project": {"id": 317, "owner": {"id": 777}, "assignee": {"id": 847}}, "task": {"id": 317, "owner": {"id": 97}, "assignee": {"id": 1046}}, "job": {"id": 379, "assignee": {"id": 1132}}, "organization": {"id": 1243}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 45, "privilege": "worker"}, "organization": null}, "resource": {"id": 356, "owner": {"id": 693}, "assignee": {"id": 535}, "project": {"id": 389, "owner": {"id": 754}, "assignee": {"id": 814}}, "task": {"id": 309, "owner": {"id": 979}, "assignee": {"id": 1057}}, "job": {"id": 310, "assignee": {"id": 1107}}, "organization": {"id": 1246}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 83, "privilege": "none"}, "organization": {"id": 166, "owner": {"id": 299}, "user": {"role": null}}}, "resource": {"id": 354, "owner": {"id": 617}, "assignee": {"id": 517}, "project": {"id": 392, "owner": {"id": 792}, "assignee": {"id": 819}}, "task": {"id": 371, "owner": {"id": 83}, "assignee": {"id": 1008}}, "job": {"id": 353, "assignee": {"id": 1175}}, "organization": {"id": 166}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 73, "privilege": "worker"}, "organization": null}, "resource": {"id": 364, "owner": {"id": 666}, "assignee": {"id": 537}, "project": {"id": 379, "owner": {"id": 715}, "assignee": {"id": 888}}, "task": {"id": 358, "owner": {"id": 941}, "assignee": {"id": 1056}}, "job": {"id": 347, "assignee": {"id": 1117}}, "organization": {"id": 1218}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 32, "privilege": "none"}, "organization": {"id": 143, "owner": {"id": 211}, "user": {"role": null}}}, "resource": {"id": 370, "owner": {"id": 628}, "assignee": {"id": 504}, "project": {"id": 350, "owner": {"id": 745}, "assignee": {"id": 835}}, "task": {"id": 370, "owner": {"id": 32}, "assignee": {"id": 1037}}, "job": {"id": 380, "assignee": {"id": 1171}}, "organization": {"id": 143}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 30, "privilege": "none"}, "organization": null}, "resource": {"id": 331, "owner": {"id": 650}, "assignee": {"id": 506}, "project": {"id": 311, "owner": {"id": 767}, "assignee": {"id": 899}}, "task": {"id": 368, "owner": {"id": 994}, "assignee": {"id": 1047}}, "job": {"id": 385, "assignee": {"id": 1199}}, "organization": {"id": 1257}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 7, "privilege": "none"}, "organization": {"id": 164, "owner": {"id": 286}, "user": {"role": null}}}, "resource": {"id": 392, "owner": {"id": 663}, "assignee": {"id": 567}, "project": {"id": 392, "owner": {"id": 783}, "assignee": {"id": 827}}, "task": {"id": 316, "owner": {"id": 7}, "assignee": {"id": 1007}}, "job": {"id": 395, "assignee": {"id": 1128}}, "organization": {"id": 1249}}} } -test_scope_CREATE_IN_JOB_context_SANDBOX_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 22, "privilege": "none"}, "organization": null}, "resource": {"id": 337, "owner": {"id": 635}, "assignee": {"id": 566}, "project": {"id": 325, "owner": {"id": 776}, "assignee": {"id": 805}}, "task": {"id": 376, "owner": {"id": 959}, "assignee": {"id": 1086}}, "job": {"id": 361, "assignee": {"id": 1119}}, "organization": {"id": 1217}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 53, "privilege": "none"}, "organization": {"id": 198, "owner": {"id": 274}, "user": {"role": null}}}, "resource": {"id": 327, "owner": {"id": 639}, "assignee": {"id": 546}, "project": {"id": 380, "owner": {"id": 791}, "assignee": {"id": 865}}, "task": {"id": 311, "owner": {"id": 53}, "assignee": {"id": 1091}}, "job": {"id": 356, "assignee": {"id": 1151}}, "organization": {"id": 1261}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 72, "privilege": "admin"}, "organization": {"id": 195, "owner": {"id": 72}, "user": {"role": "owner"}}}, "resource": {"id": 377, "owner": {"id": 612}, "assignee": {"id": 572}, "project": {"id": 346, "owner": {"id": 72}, "assignee": {"id": 867}}, "task": {"id": 339, "owner": {"id": 978}, "assignee": {"id": 1013}}, "job": {"id": 396, "assignee": {"id": 1158}}, "organization": {"id": 195}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 65, "privilege": "admin"}, "organization": {"id": 189, "owner": {"id": 65}, "user": {"role": "owner"}}}, "resource": {"id": 383, "owner": {"id": 682}, "assignee": {"id": 572}, "project": {"id": 324, "owner": {"id": 740}, "assignee": {"id": 873}}, "task": {"id": 308, "owner": {"id": 935}, "assignee": {"id": 65}}, "job": {"id": 370, "assignee": {"id": 1140}}, "organization": {"id": 189}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 38, "privilege": "admin"}, "organization": {"id": 178, "owner": {"id": 38}, "user": {"role": "owner"}}}, "resource": {"id": 372, "owner": {"id": 669}, "assignee": {"id": 554}, "project": {"id": 325, "owner": {"id": 38}, "assignee": {"id": 802}}, "task": {"id": 301, "owner": {"id": 952}, "assignee": {"id": 1087}}, "job": {"id": 378, "assignee": {"id": 1156}}, "organization": {"id": 1225}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 4, "privilege": "admin"}, "organization": {"id": 167, "owner": {"id": 4}, "user": {"role": "owner"}}}, "resource": {"id": 367, "owner": {"id": 657}, "assignee": {"id": 510}, "project": {"id": 377, "owner": {"id": 729}, "assignee": {"id": 888}}, "task": {"id": 301, "owner": {"id": 969}, "assignee": {"id": 4}}, "job": {"id": 366, "assignee": {"id": 1191}}, "organization": {"id": 167}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 12, "privilege": "admin"}, "organization": {"id": 124, "owner": {"id": 213}, "user": {"role": "maintainer"}}}, "resource": {"id": 388, "owner": {"id": 632}, "assignee": {"id": 593}, "project": {"id": 310, "owner": {"id": 12}, "assignee": {"id": 867}}, "task": {"id": 341, "owner": {"id": 955}, "assignee": {"id": 1066}}, "job": {"id": 383, "assignee": {"id": 1175}}, "organization": {"id": 124}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 70, "privilege": "admin"}, "organization": {"id": 183, "owner": {"id": 70}, "user": {"role": "owner"}}}, "resource": {"id": 373, "owner": {"id": 678}, "assignee": {"id": 517}, "project": {"id": 385, "owner": {"id": 761}, "assignee": {"id": 812}}, "task": {"id": 367, "owner": {"id": 924}, "assignee": {"id": 70}}, "job": {"id": 389, "assignee": {"id": 1181}}, "organization": {"id": 1208}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 66, "privilege": "admin"}, "organization": {"id": 198, "owner": {"id": 233}, "user": {"role": "maintainer"}}}, "resource": {"id": 326, "owner": {"id": 640}, "assignee": {"id": 529}, "project": {"id": 332, "owner": {"id": 66}, "assignee": {"id": 807}}, "task": {"id": 354, "owner": {"id": 992}, "assignee": {"id": 1073}}, "job": {"id": 319, "assignee": {"id": 1189}}, "organization": {"id": 1286}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 21, "privilege": "admin"}, "organization": {"id": 168, "owner": {"id": 21}, "user": {"role": "owner"}}}, "resource": {"id": 348, "owner": {"id": 609}, "assignee": {"id": 501}, "project": {"id": 305, "owner": {"id": 747}, "assignee": {"id": 881}}, "task": {"id": 313, "owner": {"id": 970}, "assignee": {"id": 21}}, "job": {"id": 357, "assignee": {"id": 1118}}, "organization": {"id": 1254}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 77, "privilege": "admin"}, "organization": {"id": 165, "owner": {"id": 295}, "user": {"role": "supervisor"}}}, "resource": {"id": 376, "owner": {"id": 676}, "assignee": {"id": 567}, "project": {"id": 331, "owner": {"id": 77}, "assignee": {"id": 844}}, "task": {"id": 388, "owner": {"id": 943}, "assignee": {"id": 1065}}, "job": {"id": 381, "assignee": {"id": 1139}}, "organization": {"id": 165}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 19, "privilege": "admin"}, "organization": {"id": 154, "owner": {"id": 235}, "user": {"role": "maintainer"}}}, "resource": {"id": 397, "owner": {"id": 660}, "assignee": {"id": 517}, "project": {"id": 330, "owner": {"id": 732}, "assignee": {"id": 885}}, "task": {"id": 310, "owner": {"id": 984}, "assignee": {"id": 19}}, "job": {"id": 331, "assignee": {"id": 1103}}, "organization": {"id": 154}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 42, "privilege": "admin"}, "organization": {"id": 187, "owner": {"id": 279}, "user": {"role": "supervisor"}}}, "resource": {"id": 303, "owner": {"id": 616}, "assignee": {"id": 570}, "project": {"id": 379, "owner": {"id": 42}, "assignee": {"id": 872}}, "task": {"id": 351, "owner": {"id": 936}, "assignee": {"id": 1013}}, "job": {"id": 383, "assignee": {"id": 1112}}, "organization": {"id": 1234}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 24, "privilege": "admin"}, "organization": {"id": 199, "owner": {"id": 232}, "user": {"role": "maintainer"}}}, "resource": {"id": 323, "owner": {"id": 661}, "assignee": {"id": 531}, "project": {"id": 373, "owner": {"id": 712}, "assignee": {"id": 886}}, "task": {"id": 300, "owner": {"id": 958}, "assignee": {"id": 24}}, "job": {"id": 306, "assignee": {"id": 1102}}, "organization": {"id": 199}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 27, "privilege": "admin"}, "organization": {"id": 154, "owner": {"id": 220}, "user": {"role": "worker"}}}, "resource": {"id": 327, "owner": {"id": 676}, "assignee": {"id": 584}, "project": {"id": 302, "owner": {"id": 27}, "assignee": {"id": 804}}, "task": {"id": 387, "owner": {"id": 983}, "assignee": {"id": 1037}}, "job": {"id": 355, "assignee": {"id": 1159}}, "organization": {"id": 154}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 64, "privilege": "admin"}, "organization": {"id": 160, "owner": {"id": 209}, "user": {"role": "maintainer"}}}, "resource": {"id": 363, "owner": {"id": 686}, "assignee": {"id": 565}, "project": {"id": 376, "owner": {"id": 713}, "assignee": {"id": 807}}, "task": {"id": 330, "owner": {"id": 905}, "assignee": {"id": 64}}, "job": {"id": 347, "assignee": {"id": 1108}}, "organization": {"id": 1204}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 49, "privilege": "admin"}, "organization": {"id": 197, "owner": {"id": 289}, "user": {"role": "worker"}}}, "resource": {"id": 366, "owner": {"id": 610}, "assignee": {"id": 500}, "project": {"id": 399, "owner": {"id": 49}, "assignee": {"id": 839}}, "task": {"id": 369, "owner": {"id": 951}, "assignee": {"id": 1006}}, "job": {"id": 388, "assignee": {"id": 1108}}, "organization": {"id": 1292}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 86, "privilege": "admin"}, "organization": {"id": 151, "owner": {"id": 260}, "user": {"role": "maintainer"}}}, "resource": {"id": 311, "owner": {"id": 679}, "assignee": {"id": 553}, "project": {"id": 331, "owner": {"id": 767}, "assignee": {"id": 809}}, "task": {"id": 378, "owner": {"id": 941}, "assignee": {"id": 86}}, "job": {"id": 303, "assignee": {"id": 1138}}, "organization": {"id": 1270}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 86, "privilege": "admin"}, "organization": {"id": 162, "owner": {"id": 210}, "user": {"role": null}}}, "resource": {"id": 346, "owner": {"id": 673}, "assignee": {"id": 524}, "project": {"id": 374, "owner": {"id": 86}, "assignee": {"id": 867}}, "task": {"id": 306, "owner": {"id": 908}, "assignee": {"id": 1073}}, "job": {"id": 379, "assignee": {"id": 1143}}, "organization": {"id": 162}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 26, "privilege": "admin"}, "organization": {"id": 173, "owner": {"id": 256}, "user": {"role": "supervisor"}}}, "resource": {"id": 340, "owner": {"id": 676}, "assignee": {"id": 531}, "project": {"id": 376, "owner": {"id": 774}, "assignee": {"id": 878}}, "task": {"id": 378, "owner": {"id": 946}, "assignee": {"id": 26}}, "job": {"id": 383, "assignee": {"id": 1168}}, "organization": {"id": 173}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 67, "privilege": "admin"}, "organization": {"id": 166, "owner": {"id": 294}, "user": {"role": null}}}, "resource": {"id": 341, "owner": {"id": 636}, "assignee": {"id": 579}, "project": {"id": 305, "owner": {"id": 67}, "assignee": {"id": 828}}, "task": {"id": 308, "owner": {"id": 980}, "assignee": {"id": 1050}}, "job": {"id": 398, "assignee": {"id": 1110}}, "organization": {"id": 1288}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 20, "privilege": "admin"}, "organization": {"id": 105, "owner": {"id": 206}, "user": {"role": "supervisor"}}}, "resource": {"id": 397, "owner": {"id": 699}, "assignee": {"id": 505}, "project": {"id": 359, "owner": {"id": 751}, "assignee": {"id": 881}}, "task": {"id": 389, "owner": {"id": 921}, "assignee": {"id": 20}}, "job": {"id": 380, "assignee": {"id": 1113}}, "organization": {"id": 105}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 62, "privilege": "business"}, "organization": {"id": 118, "owner": {"id": 62}, "user": {"role": "owner"}}}, "resource": {"id": 342, "owner": {"id": 609}, "assignee": {"id": 531}, "project": {"id": 316, "owner": {"id": 62}, "assignee": {"id": 818}}, "task": {"id": 373, "owner": {"id": 975}, "assignee": {"id": 1006}}, "job": {"id": 385, "assignee": {"id": 1175}}, "organization": {"id": 118}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 92, "privilege": "admin"}, "organization": {"id": 172, "owner": {"id": 210}, "user": {"role": "supervisor"}}}, "resource": {"id": 337, "owner": {"id": 629}, "assignee": {"id": 594}, "project": {"id": 396, "owner": {"id": 722}, "assignee": {"id": 822}}, "task": {"id": 355, "owner": {"id": 945}, "assignee": {"id": 92}}, "job": {"id": 369, "assignee": {"id": 1119}}, "organization": {"id": 1250}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 30, "privilege": "business"}, "organization": {"id": 131, "owner": {"id": 30}, "user": {"role": "owner"}}}, "resource": {"id": 378, "owner": {"id": 610}, "assignee": {"id": 516}, "project": {"id": 335, "owner": {"id": 30}, "assignee": {"id": 828}}, "task": {"id": 333, "owner": {"id": 907}, "assignee": {"id": 1020}}, "job": {"id": 344, "assignee": {"id": 1184}}, "organization": {"id": 1204}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 96, "privilege": "admin"}, "organization": {"id": 157, "owner": {"id": 254}, "user": {"role": "supervisor"}}}, "resource": {"id": 388, "owner": {"id": 687}, "assignee": {"id": 522}, "project": {"id": 379, "owner": {"id": 727}, "assignee": {"id": 829}}, "task": {"id": 393, "owner": {"id": 937}, "assignee": {"id": 96}}, "job": {"id": 371, "assignee": {"id": 1149}}, "organization": {"id": 1245}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 46, "privilege": "business"}, "organization": {"id": 172, "owner": {"id": 295}, "user": {"role": "maintainer"}}}, "resource": {"id": 307, "owner": {"id": 607}, "assignee": {"id": 510}, "project": {"id": 319, "owner": {"id": 46}, "assignee": {"id": 867}}, "task": {"id": 349, "owner": {"id": 913}, "assignee": {"id": 1075}}, "job": {"id": 319, "assignee": {"id": 1138}}, "organization": {"id": 172}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 42, "privilege": "admin"}, "organization": {"id": 133, "owner": {"id": 246}, "user": {"role": "worker"}}}, "resource": {"id": 346, "owner": {"id": 649}, "assignee": {"id": 514}, "project": {"id": 387, "owner": {"id": 798}, "assignee": {"id": 899}}, "task": {"id": 357, "owner": {"id": 918}, "assignee": {"id": 42}}, "job": {"id": 333, "assignee": {"id": 1146}}, "organization": {"id": 133}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 33, "privilege": "business"}, "organization": {"id": 188, "owner": {"id": 251}, "user": {"role": "maintainer"}}}, "resource": {"id": 346, "owner": {"id": 694}, "assignee": {"id": 580}, "project": {"id": 326, "owner": {"id": 33}, "assignee": {"id": 809}}, "task": {"id": 365, "owner": {"id": 984}, "assignee": {"id": 1081}}, "job": {"id": 325, "assignee": {"id": 1103}}, "organization": {"id": 1205}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 57, "privilege": "admin"}, "organization": {"id": 147, "owner": {"id": 213}, "user": {"role": "worker"}}}, "resource": {"id": 339, "owner": {"id": 649}, "assignee": {"id": 576}, "project": {"id": 338, "owner": {"id": 705}, "assignee": {"id": 805}}, "task": {"id": 389, "owner": {"id": 999}, "assignee": {"id": 57}}, "job": {"id": 398, "assignee": {"id": 1163}}, "organization": {"id": 147}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 50, "privilege": "business"}, "organization": {"id": 169, "owner": {"id": 268}, "user": {"role": "supervisor"}}}, "resource": {"id": 329, "owner": {"id": 656}, "assignee": {"id": 525}, "project": {"id": 344, "owner": {"id": 50}, "assignee": {"id": 879}}, "task": {"id": 382, "owner": {"id": 992}, "assignee": {"id": 1005}}, "job": {"id": 322, "assignee": {"id": 1191}}, "organization": {"id": 169}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 69, "privilege": "admin"}, "organization": {"id": 120, "owner": {"id": 249}, "user": {"role": "worker"}}}, "resource": {"id": 350, "owner": {"id": 624}, "assignee": {"id": 591}, "project": {"id": 399, "owner": {"id": 782}, "assignee": {"id": 855}}, "task": {"id": 335, "owner": {"id": 987}, "assignee": {"id": 69}}, "job": {"id": 368, "assignee": {"id": 1164}}, "organization": {"id": 1290}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 43, "privilege": "business"}, "organization": {"id": 110, "owner": {"id": 278}, "user": {"role": "supervisor"}}}, "resource": {"id": 320, "owner": {"id": 647}, "assignee": {"id": 594}, "project": {"id": 370, "owner": {"id": 43}, "assignee": {"id": 878}}, "task": {"id": 382, "owner": {"id": 982}, "assignee": {"id": 1069}}, "job": {"id": 332, "assignee": {"id": 1160}}, "organization": {"id": 1233}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 30, "privilege": "admin"}, "organization": {"id": 180, "owner": {"id": 226}, "user": {"role": "worker"}}}, "resource": {"id": 350, "owner": {"id": 693}, "assignee": {"id": 557}, "project": {"id": 351, "owner": {"id": 740}, "assignee": {"id": 884}}, "task": {"id": 307, "owner": {"id": 957}, "assignee": {"id": 30}}, "job": {"id": 318, "assignee": {"id": 1111}}, "organization": {"id": 1259}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 44, "privilege": "business"}, "organization": {"id": 142, "owner": {"id": 257}, "user": {"role": "worker"}}}, "resource": {"id": 321, "owner": {"id": 663}, "assignee": {"id": 522}, "project": {"id": 343, "owner": {"id": 44}, "assignee": {"id": 874}}, "task": {"id": 392, "owner": {"id": 949}, "assignee": {"id": 1094}}, "job": {"id": 330, "assignee": {"id": 1154}}, "organization": {"id": 142}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 5, "privilege": "admin"}, "organization": {"id": 147, "owner": {"id": 272}, "user": {"role": null}}}, "resource": {"id": 370, "owner": {"id": 609}, "assignee": {"id": 563}, "project": {"id": 344, "owner": {"id": 718}, "assignee": {"id": 842}}, "task": {"id": 368, "owner": {"id": 918}, "assignee": {"id": 5}}, "job": {"id": 364, "assignee": {"id": 1153}}, "organization": {"id": 147}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 76, "privilege": "business"}, "organization": {"id": 163, "owner": {"id": 218}, "user": {"role": "worker"}}}, "resource": {"id": 396, "owner": {"id": 673}, "assignee": {"id": 506}, "project": {"id": 364, "owner": {"id": 76}, "assignee": {"id": 850}}, "task": {"id": 333, "owner": {"id": 979}, "assignee": {"id": 1094}}, "job": {"id": 372, "assignee": {"id": 1104}}, "organization": {"id": 1209}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 62, "privilege": "admin"}, "organization": {"id": 147, "owner": {"id": 236}, "user": {"role": null}}}, "resource": {"id": 344, "owner": {"id": 615}, "assignee": {"id": 536}, "project": {"id": 336, "owner": {"id": 724}, "assignee": {"id": 827}}, "task": {"id": 341, "owner": {"id": 966}, "assignee": {"id": 62}}, "job": {"id": 373, "assignee": {"id": 1147}}, "organization": {"id": 147}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 48, "privilege": "business"}, "organization": {"id": 130, "owner": {"id": 263}, "user": {"role": null}}}, "resource": {"id": 342, "owner": {"id": 623}, "assignee": {"id": 537}, "project": {"id": 307, "owner": {"id": 48}, "assignee": {"id": 849}}, "task": {"id": 361, "owner": {"id": 995}, "assignee": {"id": 1081}}, "job": {"id": 381, "assignee": {"id": 1110}}, "organization": {"id": 130}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 73, "privilege": "admin"}, "organization": {"id": 145, "owner": {"id": 213}, "user": {"role": null}}}, "resource": {"id": 332, "owner": {"id": 602}, "assignee": {"id": 598}, "project": {"id": 332, "owner": {"id": 767}, "assignee": {"id": 819}}, "task": {"id": 382, "owner": {"id": 914}, "assignee": {"id": 73}}, "job": {"id": 396, "assignee": {"id": 1130}}, "organization": {"id": 1220}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 64, "privilege": "business"}, "organization": {"id": 157, "owner": {"id": 276}, "user": {"role": null}}}, "resource": {"id": 389, "owner": {"id": 652}, "assignee": {"id": 575}, "project": {"id": 314, "owner": {"id": 64}, "assignee": {"id": 835}}, "task": {"id": 345, "owner": {"id": 936}, "assignee": {"id": 1049}}, "job": {"id": 330, "assignee": {"id": 1181}}, "organization": {"id": 1232}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 73, "privilege": "admin"}, "organization": {"id": 106, "owner": {"id": 222}, "user": {"role": null}}}, "resource": {"id": 373, "owner": {"id": 630}, "assignee": {"id": 501}, "project": {"id": 390, "owner": {"id": 773}, "assignee": {"id": 817}}, "task": {"id": 301, "owner": {"id": 992}, "assignee": {"id": 73}}, "job": {"id": 326, "assignee": {"id": 1147}}, "organization": {"id": 1231}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 24, "privilege": "user"}, "organization": {"id": 162, "owner": {"id": 24}, "user": {"role": "owner"}}}, "resource": {"id": 376, "owner": {"id": 672}, "assignee": {"id": 504}, "project": {"id": 364, "owner": {"id": 24}, "assignee": {"id": 873}}, "task": {"id": 334, "owner": {"id": 957}, "assignee": {"id": 1086}}, "job": {"id": 391, "assignee": {"id": 1176}}, "organization": {"id": 162}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 22, "privilege": "business"}, "organization": {"id": 100, "owner": {"id": 22}, "user": {"role": "owner"}}}, "resource": {"id": 329, "owner": {"id": 696}, "assignee": {"id": 559}, "project": {"id": 338, "owner": {"id": 798}, "assignee": {"id": 808}}, "task": {"id": 301, "owner": {"id": 957}, "assignee": {"id": 22}}, "job": {"id": 349, "assignee": {"id": 1135}}, "organization": {"id": 100}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 90, "privilege": "user"}, "organization": {"id": 122, "owner": {"id": 90}, "user": {"role": "owner"}}}, "resource": {"id": 321, "owner": {"id": 600}, "assignee": {"id": 515}, "project": {"id": 334, "owner": {"id": 90}, "assignee": {"id": 807}}, "task": {"id": 381, "owner": {"id": 927}, "assignee": {"id": 1069}}, "job": {"id": 340, "assignee": {"id": 1104}}, "organization": {"id": 1277}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 60, "privilege": "business"}, "organization": {"id": 110, "owner": {"id": 60}, "user": {"role": "owner"}}}, "resource": {"id": 388, "owner": {"id": 609}, "assignee": {"id": 589}, "project": {"id": 337, "owner": {"id": 718}, "assignee": {"id": 864}}, "task": {"id": 369, "owner": {"id": 969}, "assignee": {"id": 60}}, "job": {"id": 318, "assignee": {"id": 1150}}, "organization": {"id": 110}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 58, "privilege": "user"}, "organization": {"id": 193, "owner": {"id": 287}, "user": {"role": "maintainer"}}}, "resource": {"id": 390, "owner": {"id": 667}, "assignee": {"id": 505}, "project": {"id": 316, "owner": {"id": 58}, "assignee": {"id": 815}}, "task": {"id": 322, "owner": {"id": 935}, "assignee": {"id": 1061}}, "job": {"id": 393, "assignee": {"id": 1152}}, "organization": {"id": 193}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 10, "privilege": "business"}, "organization": {"id": 197, "owner": {"id": 10}, "user": {"role": "owner"}}}, "resource": {"id": 385, "owner": {"id": 646}, "assignee": {"id": 584}, "project": {"id": 377, "owner": {"id": 768}, "assignee": {"id": 870}}, "task": {"id": 318, "owner": {"id": 988}, "assignee": {"id": 10}}, "job": {"id": 302, "assignee": {"id": 1137}}, "organization": {"id": 1234}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 81, "privilege": "user"}, "organization": {"id": 152, "owner": {"id": 248}, "user": {"role": "maintainer"}}}, "resource": {"id": 337, "owner": {"id": 639}, "assignee": {"id": 555}, "project": {"id": 324, "owner": {"id": 81}, "assignee": {"id": 866}}, "task": {"id": 357, "owner": {"id": 942}, "assignee": {"id": 1026}}, "job": {"id": 325, "assignee": {"id": 1123}}, "organization": {"id": 1256}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 27, "privilege": "business"}, "organization": {"id": 170, "owner": {"id": 27}, "user": {"role": "owner"}}}, "resource": {"id": 378, "owner": {"id": 693}, "assignee": {"id": 568}, "project": {"id": 397, "owner": {"id": 755}, "assignee": {"id": 859}}, "task": {"id": 320, "owner": {"id": 999}, "assignee": {"id": 27}}, "job": {"id": 300, "assignee": {"id": 1109}}, "organization": {"id": 1238}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 3, "privilege": "user"}, "organization": {"id": 151, "owner": {"id": 236}, "user": {"role": "supervisor"}}}, "resource": {"id": 336, "owner": {"id": 667}, "assignee": {"id": 570}, "project": {"id": 337, "owner": {"id": 3}, "assignee": {"id": 879}}, "task": {"id": 399, "owner": {"id": 980}, "assignee": {"id": 1082}}, "job": {"id": 349, "assignee": {"id": 1157}}, "organization": {"id": 151}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 64, "privilege": "business"}, "organization": {"id": 139, "owner": {"id": 239}, "user": {"role": "maintainer"}}}, "resource": {"id": 314, "owner": {"id": 611}, "assignee": {"id": 537}, "project": {"id": 339, "owner": {"id": 762}, "assignee": {"id": 842}}, "task": {"id": 361, "owner": {"id": 967}, "assignee": {"id": 64}}, "job": {"id": 381, "assignee": {"id": 1174}}, "organization": {"id": 139}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 98, "privilege": "user"}, "organization": {"id": 140, "owner": {"id": 288}, "user": {"role": "supervisor"}}}, "resource": {"id": 313, "owner": {"id": 617}, "assignee": {"id": 568}, "project": {"id": 385, "owner": {"id": 98}, "assignee": {"id": 829}}, "task": {"id": 390, "owner": {"id": 901}, "assignee": {"id": 1034}}, "job": {"id": 313, "assignee": {"id": 1145}}, "organization": {"id": 1221}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 74, "privilege": "business"}, "organization": {"id": 156, "owner": {"id": 259}, "user": {"role": "maintainer"}}}, "resource": {"id": 345, "owner": {"id": 669}, "assignee": {"id": 595}, "project": {"id": 305, "owner": {"id": 763}, "assignee": {"id": 822}}, "task": {"id": 346, "owner": {"id": 917}, "assignee": {"id": 74}}, "job": {"id": 397, "assignee": {"id": 1120}}, "organization": {"id": 156}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 31, "privilege": "user"}, "organization": {"id": 197, "owner": {"id": 217}, "user": {"role": "worker"}}}, "resource": {"id": 358, "owner": {"id": 617}, "assignee": {"id": 500}, "project": {"id": 340, "owner": {"id": 31}, "assignee": {"id": 886}}, "task": {"id": 325, "owner": {"id": 987}, "assignee": {"id": 1027}}, "job": {"id": 312, "assignee": {"id": 1154}}, "organization": {"id": 197}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 29, "privilege": "business"}, "organization": {"id": 131, "owner": {"id": 285}, "user": {"role": "maintainer"}}}, "resource": {"id": 302, "owner": {"id": 645}, "assignee": {"id": 571}, "project": {"id": 376, "owner": {"id": 795}, "assignee": {"id": 849}}, "task": {"id": 347, "owner": {"id": 989}, "assignee": {"id": 29}}, "job": {"id": 379, "assignee": {"id": 1187}}, "organization": {"id": 1208}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 86, "privilege": "user"}, "organization": {"id": 111, "owner": {"id": 264}, "user": {"role": "worker"}}}, "resource": {"id": 398, "owner": {"id": 644}, "assignee": {"id": 581}, "project": {"id": 330, "owner": {"id": 86}, "assignee": {"id": 897}}, "task": {"id": 335, "owner": {"id": 942}, "assignee": {"id": 1025}}, "job": {"id": 354, "assignee": {"id": 1131}}, "organization": {"id": 1296}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 96, "privilege": "business"}, "organization": {"id": 185, "owner": {"id": 279}, "user": {"role": "maintainer"}}}, "resource": {"id": 370, "owner": {"id": 689}, "assignee": {"id": 558}, "project": {"id": 394, "owner": {"id": 715}, "assignee": {"id": 801}}, "task": {"id": 313, "owner": {"id": 970}, "assignee": {"id": 96}}, "job": {"id": 300, "assignee": {"id": 1169}}, "organization": {"id": 1299}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 73, "privilege": "user"}, "organization": {"id": 152, "owner": {"id": 275}, "user": {"role": null}}}, "resource": {"id": 383, "owner": {"id": 629}, "assignee": {"id": 575}, "project": {"id": 326, "owner": {"id": 73}, "assignee": {"id": 848}}, "task": {"id": 392, "owner": {"id": 942}, "assignee": {"id": 1069}}, "job": {"id": 371, "assignee": {"id": 1107}}, "organization": {"id": 152}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 27, "privilege": "business"}, "organization": {"id": 160, "owner": {"id": 246}, "user": {"role": "supervisor"}}}, "resource": {"id": 381, "owner": {"id": 660}, "assignee": {"id": 559}, "project": {"id": 388, "owner": {"id": 782}, "assignee": {"id": 899}}, "task": {"id": 324, "owner": {"id": 951}, "assignee": {"id": 27}}, "job": {"id": 386, "assignee": {"id": 1120}}, "organization": {"id": 160}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 32, "privilege": "user"}, "organization": {"id": 111, "owner": {"id": 252}, "user": {"role": null}}}, "resource": {"id": 332, "owner": {"id": 652}, "assignee": {"id": 595}, "project": {"id": 327, "owner": {"id": 32}, "assignee": {"id": 884}}, "task": {"id": 335, "owner": {"id": 952}, "assignee": {"id": 1007}}, "job": {"id": 335, "assignee": {"id": 1176}}, "organization": {"id": 1254}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 12, "privilege": "business"}, "organization": {"id": 122, "owner": {"id": 249}, "user": {"role": "supervisor"}}}, "resource": {"id": 378, "owner": {"id": 656}, "assignee": {"id": 595}, "project": {"id": 325, "owner": {"id": 760}, "assignee": {"id": 844}}, "task": {"id": 324, "owner": {"id": 973}, "assignee": {"id": 12}}, "job": {"id": 326, "assignee": {"id": 1110}}, "organization": {"id": 122}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 21, "privilege": "worker"}, "organization": {"id": 130, "owner": {"id": 21}, "user": {"role": "owner"}}}, "resource": {"id": 344, "owner": {"id": 643}, "assignee": {"id": 599}, "project": {"id": 320, "owner": {"id": 21}, "assignee": {"id": 876}}, "task": {"id": 368, "owner": {"id": 972}, "assignee": {"id": 1002}}, "job": {"id": 356, "assignee": {"id": 1131}}, "organization": {"id": 130}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 91, "privilege": "business"}, "organization": {"id": 129, "owner": {"id": 297}, "user": {"role": "supervisor"}}}, "resource": {"id": 305, "owner": {"id": 694}, "assignee": {"id": 568}, "project": {"id": 325, "owner": {"id": 781}, "assignee": {"id": 852}}, "task": {"id": 378, "owner": {"id": 969}, "assignee": {"id": 91}}, "job": {"id": 315, "assignee": {"id": 1137}}, "organization": {"id": 1245}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 56, "privilege": "worker"}, "organization": {"id": 177, "owner": {"id": 56}, "user": {"role": "owner"}}}, "resource": {"id": 352, "owner": {"id": 682}, "assignee": {"id": 586}, "project": {"id": 349, "owner": {"id": 56}, "assignee": {"id": 805}}, "task": {"id": 397, "owner": {"id": 920}, "assignee": {"id": 1037}}, "job": {"id": 375, "assignee": {"id": 1155}}, "organization": {"id": 1234}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 2, "privilege": "business"}, "organization": {"id": 125, "owner": {"id": 242}, "user": {"role": "supervisor"}}}, "resource": {"id": 387, "owner": {"id": 618}, "assignee": {"id": 586}, "project": {"id": 303, "owner": {"id": 778}, "assignee": {"id": 819}}, "task": {"id": 348, "owner": {"id": 987}, "assignee": {"id": 2}}, "job": {"id": 372, "assignee": {"id": 1184}}, "organization": {"id": 1299}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 51, "privilege": "worker"}, "organization": {"id": 170, "owner": {"id": 220}, "user": {"role": "maintainer"}}}, "resource": {"id": 301, "owner": {"id": 688}, "assignee": {"id": 544}, "project": {"id": 301, "owner": {"id": 51}, "assignee": {"id": 860}}, "task": {"id": 337, "owner": {"id": 912}, "assignee": {"id": 1030}}, "job": {"id": 341, "assignee": {"id": 1185}}, "organization": {"id": 170}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 63, "privilege": "business"}, "organization": {"id": 168, "owner": {"id": 200}, "user": {"role": "worker"}}}, "resource": {"id": 343, "owner": {"id": 670}, "assignee": {"id": 578}, "project": {"id": 321, "owner": {"id": 747}, "assignee": {"id": 843}}, "task": {"id": 361, "owner": {"id": 972}, "assignee": {"id": 63}}, "job": {"id": 335, "assignee": {"id": 1168}}, "organization": {"id": 168}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 52, "privilege": "worker"}, "organization": {"id": 109, "owner": {"id": 205}, "user": {"role": "maintainer"}}}, "resource": {"id": 381, "owner": {"id": 607}, "assignee": {"id": 502}, "project": {"id": 391, "owner": {"id": 52}, "assignee": {"id": 886}}, "task": {"id": 347, "owner": {"id": 958}, "assignee": {"id": 1056}}, "job": {"id": 367, "assignee": {"id": 1198}}, "organization": {"id": 1240}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 73, "privilege": "business"}, "organization": {"id": 145, "owner": {"id": 223}, "user": {"role": "worker"}}}, "resource": {"id": 355, "owner": {"id": 666}, "assignee": {"id": 545}, "project": {"id": 396, "owner": {"id": 792}, "assignee": {"id": 865}}, "task": {"id": 368, "owner": {"id": 947}, "assignee": {"id": 73}}, "job": {"id": 371, "assignee": {"id": 1144}}, "organization": {"id": 145}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 20, "privilege": "worker"}, "organization": {"id": 106, "owner": {"id": 254}, "user": {"role": "supervisor"}}}, "resource": {"id": 357, "owner": {"id": 629}, "assignee": {"id": 577}, "project": {"id": 351, "owner": {"id": 20}, "assignee": {"id": 899}}, "task": {"id": 386, "owner": {"id": 951}, "assignee": {"id": 1019}}, "job": {"id": 399, "assignee": {"id": 1151}}, "organization": {"id": 106}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 10, "privilege": "business"}, "organization": {"id": 199, "owner": {"id": 297}, "user": {"role": "worker"}}}, "resource": {"id": 380, "owner": {"id": 670}, "assignee": {"id": 526}, "project": {"id": 320, "owner": {"id": 774}, "assignee": {"id": 879}}, "task": {"id": 307, "owner": {"id": 996}, "assignee": {"id": 10}}, "job": {"id": 390, "assignee": {"id": 1131}}, "organization": {"id": 1245}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 41, "privilege": "worker"}, "organization": {"id": 189, "owner": {"id": 240}, "user": {"role": "supervisor"}}}, "resource": {"id": 381, "owner": {"id": 652}, "assignee": {"id": 526}, "project": {"id": 379, "owner": {"id": 41}, "assignee": {"id": 863}}, "task": {"id": 309, "owner": {"id": 975}, "assignee": {"id": 1058}}, "job": {"id": 306, "assignee": {"id": 1116}}, "organization": {"id": 1263}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 33, "privilege": "business"}, "organization": {"id": 136, "owner": {"id": 216}, "user": {"role": "worker"}}}, "resource": {"id": 344, "owner": {"id": 606}, "assignee": {"id": 519}, "project": {"id": 340, "owner": {"id": 786}, "assignee": {"id": 807}}, "task": {"id": 375, "owner": {"id": 914}, "assignee": {"id": 33}}, "job": {"id": 382, "assignee": {"id": 1125}}, "organization": {"id": 1281}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 97, "privilege": "worker"}, "organization": {"id": 120, "owner": {"id": 233}, "user": {"role": "worker"}}}, "resource": {"id": 372, "owner": {"id": 616}, "assignee": {"id": 503}, "project": {"id": 338, "owner": {"id": 97}, "assignee": {"id": 837}}, "task": {"id": 346, "owner": {"id": 998}, "assignee": {"id": 1048}}, "job": {"id": 395, "assignee": {"id": 1173}}, "organization": {"id": 120}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 42, "privilege": "business"}, "organization": {"id": 155, "owner": {"id": 217}, "user": {"role": null}}}, "resource": {"id": 312, "owner": {"id": 699}, "assignee": {"id": 514}, "project": {"id": 390, "owner": {"id": 773}, "assignee": {"id": 841}}, "task": {"id": 371, "owner": {"id": 962}, "assignee": {"id": 42}}, "job": {"id": 355, "assignee": {"id": 1148}}, "organization": {"id": 155}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 95, "privilege": "worker"}, "organization": {"id": 173, "owner": {"id": 209}, "user": {"role": "worker"}}}, "resource": {"id": 355, "owner": {"id": 677}, "assignee": {"id": 548}, "project": {"id": 306, "owner": {"id": 95}, "assignee": {"id": 880}}, "task": {"id": 369, "owner": {"id": 955}, "assignee": {"id": 1043}}, "job": {"id": 358, "assignee": {"id": 1194}}, "organization": {"id": 1282}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 48, "privilege": "business"}, "organization": {"id": 104, "owner": {"id": 241}, "user": {"role": null}}}, "resource": {"id": 365, "owner": {"id": 698}, "assignee": {"id": 507}, "project": {"id": 345, "owner": {"id": 740}, "assignee": {"id": 865}}, "task": {"id": 350, "owner": {"id": 983}, "assignee": {"id": 48}}, "job": {"id": 373, "assignee": {"id": 1148}}, "organization": {"id": 104}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 79, "privilege": "worker"}, "organization": {"id": 131, "owner": {"id": 247}, "user": {"role": null}}}, "resource": {"id": 355, "owner": {"id": 610}, "assignee": {"id": 597}, "project": {"id": 386, "owner": {"id": 79}, "assignee": {"id": 899}}, "task": {"id": 332, "owner": {"id": 942}, "assignee": {"id": 1076}}, "job": {"id": 315, "assignee": {"id": 1188}}, "organization": {"id": 131}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 49, "privilege": "business"}, "organization": {"id": 124, "owner": {"id": 226}, "user": {"role": null}}}, "resource": {"id": 380, "owner": {"id": 687}, "assignee": {"id": 502}, "project": {"id": 325, "owner": {"id": 732}, "assignee": {"id": 877}}, "task": {"id": 307, "owner": {"id": 950}, "assignee": {"id": 49}}, "job": {"id": 359, "assignee": {"id": 1162}}, "organization": {"id": 1220}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 25, "privilege": "worker"}, "organization": {"id": 156, "owner": {"id": 262}, "user": {"role": null}}}, "resource": {"id": 318, "owner": {"id": 606}, "assignee": {"id": 583}, "project": {"id": 353, "owner": {"id": 25}, "assignee": {"id": 886}}, "task": {"id": 303, "owner": {"id": 928}, "assignee": {"id": 1083}}, "job": {"id": 358, "assignee": {"id": 1174}}, "organization": {"id": 1205}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 39, "privilege": "business"}, "organization": {"id": 193, "owner": {"id": 287}, "user": {"role": null}}}, "resource": {"id": 347, "owner": {"id": 632}, "assignee": {"id": 576}, "project": {"id": 345, "owner": {"id": 780}, "assignee": {"id": 809}}, "task": {"id": 383, "owner": {"id": 902}, "assignee": {"id": 39}}, "job": {"id": 347, "assignee": {"id": 1168}}, "organization": {"id": 1238}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 75, "privilege": "none"}, "organization": {"id": 196, "owner": {"id": 75}, "user": {"role": "owner"}}}, "resource": {"id": 360, "owner": {"id": 643}, "assignee": {"id": 557}, "project": {"id": 322, "owner": {"id": 75}, "assignee": {"id": 812}}, "task": {"id": 358, "owner": {"id": 995}, "assignee": {"id": 1028}}, "job": {"id": 305, "assignee": {"id": 1176}}, "organization": {"id": 196}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 92, "privilege": "user"}, "organization": {"id": 149, "owner": {"id": 92}, "user": {"role": "owner"}}}, "resource": {"id": 300, "owner": {"id": 687}, "assignee": {"id": 579}, "project": {"id": 373, "owner": {"id": 738}, "assignee": {"id": 808}}, "task": {"id": 389, "owner": {"id": 961}, "assignee": {"id": 92}}, "job": {"id": 345, "assignee": {"id": 1164}}, "organization": {"id": 149}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 18, "privilege": "none"}, "organization": {"id": 195, "owner": {"id": 18}, "user": {"role": "owner"}}}, "resource": {"id": 332, "owner": {"id": 624}, "assignee": {"id": 587}, "project": {"id": 379, "owner": {"id": 18}, "assignee": {"id": 827}}, "task": {"id": 312, "owner": {"id": 961}, "assignee": {"id": 1049}}, "job": {"id": 343, "assignee": {"id": 1166}}, "organization": {"id": 1224}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 33, "privilege": "user"}, "organization": {"id": 147, "owner": {"id": 33}, "user": {"role": "owner"}}}, "resource": {"id": 305, "owner": {"id": 656}, "assignee": {"id": 594}, "project": {"id": 348, "owner": {"id": 749}, "assignee": {"id": 831}}, "task": {"id": 376, "owner": {"id": 968}, "assignee": {"id": 33}}, "job": {"id": 354, "assignee": {"id": 1111}}, "organization": {"id": 147}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 41, "privilege": "none"}, "organization": {"id": 119, "owner": {"id": 260}, "user": {"role": "maintainer"}}}, "resource": {"id": 319, "owner": {"id": 686}, "assignee": {"id": 553}, "project": {"id": 370, "owner": {"id": 41}, "assignee": {"id": 893}}, "task": {"id": 337, "owner": {"id": 918}, "assignee": {"id": 1034}}, "job": {"id": 305, "assignee": {"id": 1139}}, "organization": {"id": 119}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 78, "privilege": "user"}, "organization": {"id": 107, "owner": {"id": 78}, "user": {"role": "owner"}}}, "resource": {"id": 336, "owner": {"id": 667}, "assignee": {"id": 538}, "project": {"id": 350, "owner": {"id": 709}, "assignee": {"id": 883}}, "task": {"id": 319, "owner": {"id": 976}, "assignee": {"id": 78}}, "job": {"id": 380, "assignee": {"id": 1130}}, "organization": {"id": 1259}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 64, "privilege": "none"}, "organization": {"id": 187, "owner": {"id": 275}, "user": {"role": "maintainer"}}}, "resource": {"id": 364, "owner": {"id": 604}, "assignee": {"id": 566}, "project": {"id": 374, "owner": {"id": 64}, "assignee": {"id": 852}}, "task": {"id": 378, "owner": {"id": 957}, "assignee": {"id": 1034}}, "job": {"id": 314, "assignee": {"id": 1144}}, "organization": {"id": 1259}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 64, "privilege": "user"}, "organization": {"id": 119, "owner": {"id": 64}, "user": {"role": "owner"}}}, "resource": {"id": 393, "owner": {"id": 688}, "assignee": {"id": 558}, "project": {"id": 304, "owner": {"id": 748}, "assignee": {"id": 853}}, "task": {"id": 399, "owner": {"id": 929}, "assignee": {"id": 64}}, "job": {"id": 333, "assignee": {"id": 1124}}, "organization": {"id": 1238}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 64, "privilege": "none"}, "organization": {"id": 101, "owner": {"id": 245}, "user": {"role": "supervisor"}}}, "resource": {"id": 362, "owner": {"id": 686}, "assignee": {"id": 527}, "project": {"id": 301, "owner": {"id": 64}, "assignee": {"id": 895}}, "task": {"id": 376, "owner": {"id": 934}, "assignee": {"id": 1046}}, "job": {"id": 326, "assignee": {"id": 1179}}, "organization": {"id": 101}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 47, "privilege": "user"}, "organization": {"id": 175, "owner": {"id": 260}, "user": {"role": "maintainer"}}}, "resource": {"id": 308, "owner": {"id": 611}, "assignee": {"id": 502}, "project": {"id": 387, "owner": {"id": 743}, "assignee": {"id": 897}}, "task": {"id": 382, "owner": {"id": 900}, "assignee": {"id": 47}}, "job": {"id": 385, "assignee": {"id": 1148}}, "organization": {"id": 175}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 20, "privilege": "none"}, "organization": {"id": 178, "owner": {"id": 214}, "user": {"role": "supervisor"}}}, "resource": {"id": 359, "owner": {"id": 690}, "assignee": {"id": 586}, "project": {"id": 301, "owner": {"id": 20}, "assignee": {"id": 821}}, "task": {"id": 360, "owner": {"id": 961}, "assignee": {"id": 1006}}, "job": {"id": 355, "assignee": {"id": 1153}}, "organization": {"id": 1283}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 59, "privilege": "user"}, "organization": {"id": 145, "owner": {"id": 245}, "user": {"role": "maintainer"}}}, "resource": {"id": 356, "owner": {"id": 657}, "assignee": {"id": 570}, "project": {"id": 394, "owner": {"id": 716}, "assignee": {"id": 890}}, "task": {"id": 327, "owner": {"id": 928}, "assignee": {"id": 59}}, "job": {"id": 351, "assignee": {"id": 1164}}, "organization": {"id": 145}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 66, "privilege": "none"}, "organization": {"id": 162, "owner": {"id": 273}, "user": {"role": "worker"}}}, "resource": {"id": 332, "owner": {"id": 615}, "assignee": {"id": 576}, "project": {"id": 382, "owner": {"id": 66}, "assignee": {"id": 827}}, "task": {"id": 300, "owner": {"id": 942}, "assignee": {"id": 1087}}, "job": {"id": 332, "assignee": {"id": 1179}}, "organization": {"id": 162}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 73, "privilege": "user"}, "organization": {"id": 149, "owner": {"id": 293}, "user": {"role": "maintainer"}}}, "resource": {"id": 379, "owner": {"id": 692}, "assignee": {"id": 574}, "project": {"id": 344, "owner": {"id": 763}, "assignee": {"id": 845}}, "task": {"id": 396, "owner": {"id": 912}, "assignee": {"id": 73}}, "job": {"id": 303, "assignee": {"id": 1195}}, "organization": {"id": 1251}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 61, "privilege": "none"}, "organization": {"id": 178, "owner": {"id": 266}, "user": {"role": "worker"}}}, "resource": {"id": 331, "owner": {"id": 607}, "assignee": {"id": 518}, "project": {"id": 346, "owner": {"id": 61}, "assignee": {"id": 896}}, "task": {"id": 307, "owner": {"id": 911}, "assignee": {"id": 1093}}, "job": {"id": 310, "assignee": {"id": 1120}}, "organization": {"id": 1212}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 15, "privilege": "user"}, "organization": {"id": 157, "owner": {"id": 230}, "user": {"role": "maintainer"}}}, "resource": {"id": 342, "owner": {"id": 611}, "assignee": {"id": 582}, "project": {"id": 321, "owner": {"id": 733}, "assignee": {"id": 881}}, "task": {"id": 353, "owner": {"id": 911}, "assignee": {"id": 15}}, "job": {"id": 394, "assignee": {"id": 1109}}, "organization": {"id": 1220}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 66, "privilege": "none"}, "organization": {"id": 102, "owner": {"id": 276}, "user": {"role": null}}}, "resource": {"id": 326, "owner": {"id": 606}, "assignee": {"id": 519}, "project": {"id": 398, "owner": {"id": 66}, "assignee": {"id": 874}}, "task": {"id": 376, "owner": {"id": 917}, "assignee": {"id": 1070}}, "job": {"id": 301, "assignee": {"id": 1129}}, "organization": {"id": 102}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 62, "privilege": "user"}, "organization": {"id": 129, "owner": {"id": 231}, "user": {"role": "supervisor"}}}, "resource": {"id": 394, "owner": {"id": 641}, "assignee": {"id": 545}, "project": {"id": 338, "owner": {"id": 784}, "assignee": {"id": 821}}, "task": {"id": 317, "owner": {"id": 946}, "assignee": {"id": 62}}, "job": {"id": 339, "assignee": {"id": 1171}}, "organization": {"id": 129}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 50, "privilege": "none"}, "organization": {"id": 101, "owner": {"id": 233}, "user": {"role": null}}}, "resource": {"id": 344, "owner": {"id": 664}, "assignee": {"id": 517}, "project": {"id": 380, "owner": {"id": 50}, "assignee": {"id": 809}}, "task": {"id": 347, "owner": {"id": 990}, "assignee": {"id": 1022}}, "job": {"id": 380, "assignee": {"id": 1195}}, "organization": {"id": 1238}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 67, "privilege": "user"}, "organization": {"id": 172, "owner": {"id": 248}, "user": {"role": "supervisor"}}}, "resource": {"id": 322, "owner": {"id": 611}, "assignee": {"id": 516}, "project": {"id": 323, "owner": {"id": 774}, "assignee": {"id": 899}}, "task": {"id": 397, "owner": {"id": 959}, "assignee": {"id": 67}}, "job": {"id": 335, "assignee": {"id": 1152}}, "organization": {"id": 172}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 57, "privilege": "admin"}, "organization": {"id": 136, "owner": {"id": 57}, "user": {"role": "owner"}}}, "resource": {"id": 385, "owner": {"id": 685}, "assignee": {"id": 596}, "project": {"id": 346, "owner": {"id": 748}, "assignee": {"id": 57}}, "task": {"id": 367, "owner": {"id": 973}, "assignee": {"id": 1073}}, "job": {"id": 319, "assignee": {"id": 1186}}, "organization": {"id": 136}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 80, "privilege": "user"}, "organization": {"id": 130, "owner": {"id": 270}, "user": {"role": "supervisor"}}}, "resource": {"id": 390, "owner": {"id": 655}, "assignee": {"id": 509}, "project": {"id": 317, "owner": {"id": 793}, "assignee": {"id": 826}}, "task": {"id": 385, "owner": {"id": 987}, "assignee": {"id": 80}}, "job": {"id": 357, "assignee": {"id": 1163}}, "organization": {"id": 1234}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 82, "privilege": "admin"}, "organization": {"id": 135, "owner": {"id": 82}, "user": {"role": "owner"}}}, "resource": {"id": 346, "owner": {"id": 659}, "assignee": {"id": 532}, "project": {"id": 352, "owner": {"id": 727}, "assignee": {"id": 82}}, "task": {"id": 305, "owner": {"id": 909}, "assignee": {"id": 1075}}, "job": {"id": 363, "assignee": {"id": 1171}}, "organization": {"id": 1262}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 80, "privilege": "user"}, "organization": {"id": 120, "owner": {"id": 242}, "user": {"role": "supervisor"}}}, "resource": {"id": 304, "owner": {"id": 683}, "assignee": {"id": 501}, "project": {"id": 327, "owner": {"id": 702}, "assignee": {"id": 898}}, "task": {"id": 333, "owner": {"id": 913}, "assignee": {"id": 80}}, "job": {"id": 371, "assignee": {"id": 1190}}, "organization": {"id": 1221}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 27, "privilege": "admin"}, "organization": {"id": 193, "owner": {"id": 239}, "user": {"role": "maintainer"}}}, "resource": {"id": 374, "owner": {"id": 608}, "assignee": {"id": 545}, "project": {"id": 371, "owner": {"id": 702}, "assignee": {"id": 27}}, "task": {"id": 377, "owner": {"id": 909}, "assignee": {"id": 1084}}, "job": {"id": 344, "assignee": {"id": 1115}}, "organization": {"id": 193}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 32, "privilege": "user"}, "organization": {"id": 148, "owner": {"id": 248}, "user": {"role": "worker"}}}, "resource": {"id": 382, "owner": {"id": 694}, "assignee": {"id": 582}, "project": {"id": 309, "owner": {"id": 736}, "assignee": {"id": 837}}, "task": {"id": 358, "owner": {"id": 909}, "assignee": {"id": 32}}, "job": {"id": 391, "assignee": {"id": 1152}}, "organization": {"id": 148}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 62, "privilege": "admin"}, "organization": {"id": 170, "owner": {"id": 276}, "user": {"role": "maintainer"}}}, "resource": {"id": 331, "owner": {"id": 662}, "assignee": {"id": 507}, "project": {"id": 339, "owner": {"id": 772}, "assignee": {"id": 62}}, "task": {"id": 365, "owner": {"id": 951}, "assignee": {"id": 1014}}, "job": {"id": 368, "assignee": {"id": 1121}}, "organization": {"id": 1229}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 22, "privilege": "user"}, "organization": {"id": 129, "owner": {"id": 287}, "user": {"role": "worker"}}}, "resource": {"id": 312, "owner": {"id": 694}, "assignee": {"id": 549}, "project": {"id": 318, "owner": {"id": 740}, "assignee": {"id": 857}}, "task": {"id": 371, "owner": {"id": 933}, "assignee": {"id": 22}}, "job": {"id": 352, "assignee": {"id": 1169}}, "organization": {"id": 129}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 94, "privilege": "admin"}, "organization": {"id": 129, "owner": {"id": 262}, "user": {"role": "supervisor"}}}, "resource": {"id": 327, "owner": {"id": 651}, "assignee": {"id": 528}, "project": {"id": 381, "owner": {"id": 756}, "assignee": {"id": 94}}, "task": {"id": 356, "owner": {"id": 911}, "assignee": {"id": 1019}}, "job": {"id": 388, "assignee": {"id": 1160}}, "organization": {"id": 129}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 48, "privilege": "user"}, "organization": {"id": 163, "owner": {"id": 259}, "user": {"role": "worker"}}}, "resource": {"id": 343, "owner": {"id": 601}, "assignee": {"id": 542}, "project": {"id": 349, "owner": {"id": 722}, "assignee": {"id": 894}}, "task": {"id": 366, "owner": {"id": 992}, "assignee": {"id": 48}}, "job": {"id": 356, "assignee": {"id": 1145}}, "organization": {"id": 1255}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 71, "privilege": "admin"}, "organization": {"id": 144, "owner": {"id": 286}, "user": {"role": "supervisor"}}}, "resource": {"id": 326, "owner": {"id": 632}, "assignee": {"id": 546}, "project": {"id": 378, "owner": {"id": 712}, "assignee": {"id": 71}}, "task": {"id": 335, "owner": {"id": 925}, "assignee": {"id": 1005}}, "job": {"id": 348, "assignee": {"id": 1105}}, "organization": {"id": 1236}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 22, "privilege": "user"}, "organization": {"id": 180, "owner": {"id": 225}, "user": {"role": "worker"}}}, "resource": {"id": 329, "owner": {"id": 604}, "assignee": {"id": 594}, "project": {"id": 387, "owner": {"id": 760}, "assignee": {"id": 889}}, "task": {"id": 326, "owner": {"id": 914}, "assignee": {"id": 22}}, "job": {"id": 384, "assignee": {"id": 1158}}, "organization": {"id": 1200}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 25, "privilege": "admin"}, "organization": {"id": 147, "owner": {"id": 244}, "user": {"role": "worker"}}}, "resource": {"id": 325, "owner": {"id": 676}, "assignee": {"id": 562}, "project": {"id": 355, "owner": {"id": 796}, "assignee": {"id": 25}}, "task": {"id": 357, "owner": {"id": 939}, "assignee": {"id": 1023}}, "job": {"id": 314, "assignee": {"id": 1170}}, "organization": {"id": 147}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 26, "privilege": "user"}, "organization": {"id": 159, "owner": {"id": 279}, "user": {"role": null}}}, "resource": {"id": 301, "owner": {"id": 662}, "assignee": {"id": 579}, "project": {"id": 314, "owner": {"id": 778}, "assignee": {"id": 822}}, "task": {"id": 376, "owner": {"id": 988}, "assignee": {"id": 26}}, "job": {"id": 333, "assignee": {"id": 1140}}, "organization": {"id": 159}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 79, "privilege": "admin"}, "organization": {"id": 161, "owner": {"id": 217}, "user": {"role": "worker"}}}, "resource": {"id": 357, "owner": {"id": 686}, "assignee": {"id": 599}, "project": {"id": 366, "owner": {"id": 752}, "assignee": {"id": 79}}, "task": {"id": 350, "owner": {"id": 914}, "assignee": {"id": 1078}}, "job": {"id": 305, "assignee": {"id": 1115}}, "organization": {"id": 1255}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 62, "privilege": "user"}, "organization": {"id": 187, "owner": {"id": 217}, "user": {"role": null}}}, "resource": {"id": 346, "owner": {"id": 631}, "assignee": {"id": 594}, "project": {"id": 302, "owner": {"id": 775}, "assignee": {"id": 865}}, "task": {"id": 349, "owner": {"id": 957}, "assignee": {"id": 62}}, "job": {"id": 342, "assignee": {"id": 1179}}, "organization": {"id": 187}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 2, "privilege": "admin"}, "organization": {"id": 134, "owner": {"id": 248}, "user": {"role": null}}}, "resource": {"id": 313, "owner": {"id": 641}, "assignee": {"id": 524}, "project": {"id": 304, "owner": {"id": 771}, "assignee": {"id": 2}}, "task": {"id": 395, "owner": {"id": 923}, "assignee": {"id": 1072}}, "job": {"id": 315, "assignee": {"id": 1144}}, "organization": {"id": 134}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 87, "privilege": "user"}, "organization": {"id": 132, "owner": {"id": 280}, "user": {"role": null}}}, "resource": {"id": 356, "owner": {"id": 684}, "assignee": {"id": 587}, "project": {"id": 302, "owner": {"id": 701}, "assignee": {"id": 842}}, "task": {"id": 320, "owner": {"id": 956}, "assignee": {"id": 87}}, "job": {"id": 378, "assignee": {"id": 1137}}, "organization": {"id": 1259}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 92, "privilege": "admin"}, "organization": {"id": 110, "owner": {"id": 221}, "user": {"role": null}}}, "resource": {"id": 371, "owner": {"id": 698}, "assignee": {"id": 517}, "project": {"id": 321, "owner": {"id": 747}, "assignee": {"id": 92}}, "task": {"id": 375, "owner": {"id": 936}, "assignee": {"id": 1043}}, "job": {"id": 324, "assignee": {"id": 1171}}, "organization": {"id": 1283}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 15, "privilege": "user"}, "organization": {"id": 137, "owner": {"id": 219}, "user": {"role": null}}}, "resource": {"id": 353, "owner": {"id": 632}, "assignee": {"id": 524}, "project": {"id": 341, "owner": {"id": 710}, "assignee": {"id": 886}}, "task": {"id": 303, "owner": {"id": 993}, "assignee": {"id": 15}}, "job": {"id": 373, "assignee": {"id": 1191}}, "organization": {"id": 1211}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 28, "privilege": "business"}, "organization": {"id": 173, "owner": {"id": 28}, "user": {"role": "owner"}}}, "resource": {"id": 314, "owner": {"id": 691}, "assignee": {"id": 593}, "project": {"id": 339, "owner": {"id": 768}, "assignee": {"id": 28}}, "task": {"id": 378, "owner": {"id": 981}, "assignee": {"id": 1034}}, "job": {"id": 305, "assignee": {"id": 1105}}, "organization": {"id": 173}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 8, "privilege": "worker"}, "organization": {"id": 192, "owner": {"id": 8}, "user": {"role": "owner"}}}, "resource": {"id": 380, "owner": {"id": 690}, "assignee": {"id": 591}, "project": {"id": 321, "owner": {"id": 703}, "assignee": {"id": 800}}, "task": {"id": 354, "owner": {"id": 903}, "assignee": {"id": 8}}, "job": {"id": 339, "assignee": {"id": 1194}}, "organization": {"id": 192}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 62, "privilege": "business"}, "organization": {"id": 174, "owner": {"id": 62}, "user": {"role": "owner"}}}, "resource": {"id": 391, "owner": {"id": 665}, "assignee": {"id": 587}, "project": {"id": 327, "owner": {"id": 715}, "assignee": {"id": 62}}, "task": {"id": 304, "owner": {"id": 946}, "assignee": {"id": 1010}}, "job": {"id": 395, "assignee": {"id": 1101}}, "organization": {"id": 1217}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 28, "privilege": "worker"}, "organization": {"id": 111, "owner": {"id": 28}, "user": {"role": "owner"}}}, "resource": {"id": 397, "owner": {"id": 646}, "assignee": {"id": 544}, "project": {"id": 338, "owner": {"id": 790}, "assignee": {"id": 832}}, "task": {"id": 300, "owner": {"id": 902}, "assignee": {"id": 28}}, "job": {"id": 339, "assignee": {"id": 1174}}, "organization": {"id": 111}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 73, "privilege": "business"}, "organization": {"id": 181, "owner": {"id": 239}, "user": {"role": "maintainer"}}}, "resource": {"id": 339, "owner": {"id": 672}, "assignee": {"id": 513}, "project": {"id": 326, "owner": {"id": 726}, "assignee": {"id": 73}}, "task": {"id": 316, "owner": {"id": 903}, "assignee": {"id": 1000}}, "job": {"id": 344, "assignee": {"id": 1160}}, "organization": {"id": 181}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 80, "privilege": "worker"}, "organization": {"id": 136, "owner": {"id": 80}, "user": {"role": "owner"}}}, "resource": {"id": 333, "owner": {"id": 669}, "assignee": {"id": 539}, "project": {"id": 397, "owner": {"id": 729}, "assignee": {"id": 881}}, "task": {"id": 390, "owner": {"id": 923}, "assignee": {"id": 80}}, "job": {"id": 385, "assignee": {"id": 1112}}, "organization": {"id": 1227}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 46, "privilege": "business"}, "organization": {"id": 178, "owner": {"id": 241}, "user": {"role": "maintainer"}}}, "resource": {"id": 330, "owner": {"id": 613}, "assignee": {"id": 571}, "project": {"id": 352, "owner": {"id": 721}, "assignee": {"id": 46}}, "task": {"id": 368, "owner": {"id": 998}, "assignee": {"id": 1035}}, "job": {"id": 325, "assignee": {"id": 1196}}, "organization": {"id": 1245}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 69, "privilege": "worker"}, "organization": {"id": 109, "owner": {"id": 69}, "user": {"role": "owner"}}}, "resource": {"id": 358, "owner": {"id": 665}, "assignee": {"id": 552}, "project": {"id": 366, "owner": {"id": 703}, "assignee": {"id": 830}}, "task": {"id": 389, "owner": {"id": 940}, "assignee": {"id": 69}}, "job": {"id": 399, "assignee": {"id": 1143}}, "organization": {"id": 1291}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 67, "privilege": "business"}, "organization": {"id": 196, "owner": {"id": 253}, "user": {"role": "supervisor"}}}, "resource": {"id": 325, "owner": {"id": 679}, "assignee": {"id": 573}, "project": {"id": 339, "owner": {"id": 797}, "assignee": {"id": 67}}, "task": {"id": 355, "owner": {"id": 933}, "assignee": {"id": 1020}}, "job": {"id": 329, "assignee": {"id": 1187}}, "organization": {"id": 196}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 94, "privilege": "worker"}, "organization": {"id": 193, "owner": {"id": 209}, "user": {"role": "maintainer"}}}, "resource": {"id": 309, "owner": {"id": 632}, "assignee": {"id": 551}, "project": {"id": 340, "owner": {"id": 783}, "assignee": {"id": 887}}, "task": {"id": 306, "owner": {"id": 903}, "assignee": {"id": 94}}, "job": {"id": 310, "assignee": {"id": 1116}}, "organization": {"id": 193}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 99, "privilege": "business"}, "organization": {"id": 118, "owner": {"id": 232}, "user": {"role": "supervisor"}}}, "resource": {"id": 341, "owner": {"id": 612}, "assignee": {"id": 526}, "project": {"id": 391, "owner": {"id": 735}, "assignee": {"id": 99}}, "task": {"id": 363, "owner": {"id": 910}, "assignee": {"id": 1043}}, "job": {"id": 359, "assignee": {"id": 1105}}, "organization": {"id": 1289}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 42, "privilege": "worker"}, "organization": {"id": 173, "owner": {"id": 278}, "user": {"role": "maintainer"}}}, "resource": {"id": 371, "owner": {"id": 694}, "assignee": {"id": 518}, "project": {"id": 344, "owner": {"id": 775}, "assignee": {"id": 870}}, "task": {"id": 355, "owner": {"id": 925}, "assignee": {"id": 42}}, "job": {"id": 380, "assignee": {"id": 1105}}, "organization": {"id": 173}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 58, "privilege": "business"}, "organization": {"id": 177, "owner": {"id": 277}, "user": {"role": "worker"}}}, "resource": {"id": 360, "owner": {"id": 687}, "assignee": {"id": 590}, "project": {"id": 326, "owner": {"id": 709}, "assignee": {"id": 58}}, "task": {"id": 311, "owner": {"id": 964}, "assignee": {"id": 1023}}, "job": {"id": 311, "assignee": {"id": 1121}}, "organization": {"id": 177}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 13, "privilege": "worker"}, "organization": {"id": 160, "owner": {"id": 277}, "user": {"role": "maintainer"}}}, "resource": {"id": 384, "owner": {"id": 644}, "assignee": {"id": 564}, "project": {"id": 348, "owner": {"id": 763}, "assignee": {"id": 856}}, "task": {"id": 380, "owner": {"id": 921}, "assignee": {"id": 13}}, "job": {"id": 349, "assignee": {"id": 1146}}, "organization": {"id": 1227}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 37, "privilege": "business"}, "organization": {"id": 174, "owner": {"id": 209}, "user": {"role": "worker"}}}, "resource": {"id": 327, "owner": {"id": 615}, "assignee": {"id": 523}, "project": {"id": 384, "owner": {"id": 703}, "assignee": {"id": 37}}, "task": {"id": 324, "owner": {"id": 980}, "assignee": {"id": 1037}}, "job": {"id": 334, "assignee": {"id": 1177}}, "organization": {"id": 1259}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 65, "privilege": "worker"}, "organization": {"id": 186, "owner": {"id": 234}, "user": {"role": "maintainer"}}}, "resource": {"id": 322, "owner": {"id": 654}, "assignee": {"id": 559}, "project": {"id": 301, "owner": {"id": 701}, "assignee": {"id": 840}}, "task": {"id": 345, "owner": {"id": 949}, "assignee": {"id": 65}}, "job": {"id": 315, "assignee": {"id": 1131}}, "organization": {"id": 1298}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 37, "privilege": "business"}, "organization": {"id": 102, "owner": {"id": 232}, "user": {"role": null}}}, "resource": {"id": 375, "owner": {"id": 641}, "assignee": {"id": 559}, "project": {"id": 318, "owner": {"id": 789}, "assignee": {"id": 37}}, "task": {"id": 395, "owner": {"id": 935}, "assignee": {"id": 1001}}, "job": {"id": 342, "assignee": {"id": 1106}}, "organization": {"id": 102}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 46, "privilege": "worker"}, "organization": {"id": 106, "owner": {"id": 251}, "user": {"role": "supervisor"}}}, "resource": {"id": 398, "owner": {"id": 655}, "assignee": {"id": 544}, "project": {"id": 318, "owner": {"id": 773}, "assignee": {"id": 847}}, "task": {"id": 301, "owner": {"id": 976}, "assignee": {"id": 46}}, "job": {"id": 389, "assignee": {"id": 1104}}, "organization": {"id": 106}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 5, "privilege": "business"}, "organization": {"id": 163, "owner": {"id": 236}, "user": {"role": null}}}, "resource": {"id": 337, "owner": {"id": 653}, "assignee": {"id": 563}, "project": {"id": 387, "owner": {"id": 798}, "assignee": {"id": 5}}, "task": {"id": 366, "owner": {"id": 996}, "assignee": {"id": 1049}}, "job": {"id": 346, "assignee": {"id": 1169}}, "organization": {"id": 1261}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 60, "privilege": "worker"}, "organization": {"id": 177, "owner": {"id": 254}, "user": {"role": "supervisor"}}}, "resource": {"id": 357, "owner": {"id": 616}, "assignee": {"id": 584}, "project": {"id": 323, "owner": {"id": 711}, "assignee": {"id": 865}}, "task": {"id": 302, "owner": {"id": 980}, "assignee": {"id": 60}}, "job": {"id": 332, "assignee": {"id": 1198}}, "organization": {"id": 177}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 14, "privilege": "user"}, "organization": {"id": 113, "owner": {"id": 14}, "user": {"role": "owner"}}}, "resource": {"id": 342, "owner": {"id": 684}, "assignee": {"id": 574}, "project": {"id": 362, "owner": {"id": 733}, "assignee": {"id": 14}}, "task": {"id": 363, "owner": {"id": 918}, "assignee": {"id": 1066}}, "job": {"id": 397, "assignee": {"id": 1122}}, "organization": {"id": 113}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 55, "privilege": "worker"}, "organization": {"id": 108, "owner": {"id": 294}, "user": {"role": "supervisor"}}}, "resource": {"id": 362, "owner": {"id": 612}, "assignee": {"id": 583}, "project": {"id": 300, "owner": {"id": 772}, "assignee": {"id": 808}}, "task": {"id": 349, "owner": {"id": 906}, "assignee": {"id": 55}}, "job": {"id": 339, "assignee": {"id": 1185}}, "organization": {"id": 1259}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 57, "privilege": "user"}, "organization": {"id": 152, "owner": {"id": 57}, "user": {"role": "owner"}}}, "resource": {"id": 384, "owner": {"id": 626}, "assignee": {"id": 536}, "project": {"id": 330, "owner": {"id": 787}, "assignee": {"id": 57}}, "task": {"id": 363, "owner": {"id": 954}, "assignee": {"id": 1014}}, "job": {"id": 313, "assignee": {"id": 1161}}, "organization": {"id": 1279}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 72, "privilege": "worker"}, "organization": {"id": 178, "owner": {"id": 274}, "user": {"role": "supervisor"}}}, "resource": {"id": 329, "owner": {"id": 617}, "assignee": {"id": 583}, "project": {"id": 379, "owner": {"id": 792}, "assignee": {"id": 863}}, "task": {"id": 306, "owner": {"id": 948}, "assignee": {"id": 72}}, "job": {"id": 381, "assignee": {"id": 1140}}, "organization": {"id": 1298}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 52, "privilege": "user"}, "organization": {"id": 149, "owner": {"id": 254}, "user": {"role": "maintainer"}}}, "resource": {"id": 322, "owner": {"id": 685}, "assignee": {"id": 599}, "project": {"id": 354, "owner": {"id": 708}, "assignee": {"id": 52}}, "task": {"id": 354, "owner": {"id": 973}, "assignee": {"id": 1015}}, "job": {"id": 386, "assignee": {"id": 1193}}, "organization": {"id": 149}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 87, "privilege": "worker"}, "organization": {"id": 101, "owner": {"id": 236}, "user": {"role": "worker"}}}, "resource": {"id": 346, "owner": {"id": 675}, "assignee": {"id": 574}, "project": {"id": 357, "owner": {"id": 789}, "assignee": {"id": 815}}, "task": {"id": 307, "owner": {"id": 994}, "assignee": {"id": 87}}, "job": {"id": 361, "assignee": {"id": 1165}}, "organization": {"id": 101}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 97, "privilege": "user"}, "organization": {"id": 156, "owner": {"id": 239}, "user": {"role": "maintainer"}}}, "resource": {"id": 352, "owner": {"id": 674}, "assignee": {"id": 589}, "project": {"id": 341, "owner": {"id": 799}, "assignee": {"id": 97}}, "task": {"id": 328, "owner": {"id": 993}, "assignee": {"id": 1027}}, "job": {"id": 385, "assignee": {"id": 1144}}, "organization": {"id": 1266}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 72, "privilege": "worker"}, "organization": {"id": 156, "owner": {"id": 290}, "user": {"role": "worker"}}}, "resource": {"id": 373, "owner": {"id": 668}, "assignee": {"id": 545}, "project": {"id": 395, "owner": {"id": 701}, "assignee": {"id": 873}}, "task": {"id": 388, "owner": {"id": 941}, "assignee": {"id": 72}}, "job": {"id": 347, "assignee": {"id": 1171}}, "organization": {"id": 156}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 71, "privilege": "user"}, "organization": {"id": 150, "owner": {"id": 243}, "user": {"role": "supervisor"}}}, "resource": {"id": 378, "owner": {"id": 678}, "assignee": {"id": 535}, "project": {"id": 322, "owner": {"id": 748}, "assignee": {"id": 71}}, "task": {"id": 358, "owner": {"id": 960}, "assignee": {"id": 1098}}, "job": {"id": 343, "assignee": {"id": 1135}}, "organization": {"id": 150}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 89, "privilege": "worker"}, "organization": {"id": 167, "owner": {"id": 284}, "user": {"role": "worker"}}}, "resource": {"id": 301, "owner": {"id": 676}, "assignee": {"id": 550}, "project": {"id": 351, "owner": {"id": 798}, "assignee": {"id": 847}}, "task": {"id": 349, "owner": {"id": 966}, "assignee": {"id": 89}}, "job": {"id": 361, "assignee": {"id": 1154}}, "organization": {"id": 1248}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 25, "privilege": "user"}, "organization": {"id": 127, "owner": {"id": 254}, "user": {"role": "supervisor"}}}, "resource": {"id": 364, "owner": {"id": 640}, "assignee": {"id": 513}, "project": {"id": 393, "owner": {"id": 718}, "assignee": {"id": 25}}, "task": {"id": 363, "owner": {"id": 995}, "assignee": {"id": 1068}}, "job": {"id": 361, "assignee": {"id": 1109}}, "organization": {"id": 1243}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 55, "privilege": "worker"}, "organization": {"id": 162, "owner": {"id": 230}, "user": {"role": "worker"}}}, "resource": {"id": 391, "owner": {"id": 635}, "assignee": {"id": 533}, "project": {"id": 334, "owner": {"id": 725}, "assignee": {"id": 833}}, "task": {"id": 393, "owner": {"id": 980}, "assignee": {"id": 55}}, "job": {"id": 311, "assignee": {"id": 1155}}, "organization": {"id": 1223}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 90, "privilege": "user"}, "organization": {"id": 108, "owner": {"id": 284}, "user": {"role": "worker"}}}, "resource": {"id": 378, "owner": {"id": 698}, "assignee": {"id": 591}, "project": {"id": 361, "owner": {"id": 783}, "assignee": {"id": 90}}, "task": {"id": 300, "owner": {"id": 974}, "assignee": {"id": 1023}}, "job": {"id": 372, "assignee": {"id": 1115}}, "organization": {"id": 108}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 27, "privilege": "worker"}, "organization": {"id": 184, "owner": {"id": 230}, "user": {"role": null}}}, "resource": {"id": 334, "owner": {"id": 618}, "assignee": {"id": 576}, "project": {"id": 328, "owner": {"id": 716}, "assignee": {"id": 875}}, "task": {"id": 347, "owner": {"id": 962}, "assignee": {"id": 27}}, "job": {"id": 314, "assignee": {"id": 1198}}, "organization": {"id": 184}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 64, "privilege": "user"}, "organization": {"id": 154, "owner": {"id": 251}, "user": {"role": "worker"}}}, "resource": {"id": 392, "owner": {"id": 621}, "assignee": {"id": 580}, "project": {"id": 302, "owner": {"id": 757}, "assignee": {"id": 64}}, "task": {"id": 392, "owner": {"id": 966}, "assignee": {"id": 1099}}, "job": {"id": 374, "assignee": {"id": 1197}}, "organization": {"id": 1265}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 0, "privilege": "worker"}, "organization": {"id": 113, "owner": {"id": 223}, "user": {"role": null}}}, "resource": {"id": 378, "owner": {"id": 688}, "assignee": {"id": 565}, "project": {"id": 359, "owner": {"id": 735}, "assignee": {"id": 845}}, "task": {"id": 341, "owner": {"id": 918}, "assignee": {"id": 0}}, "job": {"id": 305, "assignee": {"id": 1168}}, "organization": {"id": 113}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 39, "privilege": "user"}, "organization": {"id": 130, "owner": {"id": 295}, "user": {"role": null}}}, "resource": {"id": 325, "owner": {"id": 651}, "assignee": {"id": 586}, "project": {"id": 368, "owner": {"id": 720}, "assignee": {"id": 39}}, "task": {"id": 302, "owner": {"id": 983}, "assignee": {"id": 1022}}, "job": {"id": 328, "assignee": {"id": 1113}}, "organization": {"id": 130}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 70, "privilege": "worker"}, "organization": {"id": 167, "owner": {"id": 269}, "user": {"role": null}}}, "resource": {"id": 361, "owner": {"id": 604}, "assignee": {"id": 538}, "project": {"id": 330, "owner": {"id": 727}, "assignee": {"id": 834}}, "task": {"id": 326, "owner": {"id": 968}, "assignee": {"id": 70}}, "job": {"id": 380, "assignee": {"id": 1125}}, "organization": {"id": 1264}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 58, "privilege": "user"}, "organization": {"id": 145, "owner": {"id": 212}, "user": {"role": null}}}, "resource": {"id": 317, "owner": {"id": 601}, "assignee": {"id": 596}, "project": {"id": 333, "owner": {"id": 797}, "assignee": {"id": 58}}, "task": {"id": 367, "owner": {"id": 974}, "assignee": {"id": 1063}}, "job": {"id": 370, "assignee": {"id": 1182}}, "organization": {"id": 1244}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 52, "privilege": "worker"}, "organization": {"id": 161, "owner": {"id": 273}, "user": {"role": null}}}, "resource": {"id": 310, "owner": {"id": 689}, "assignee": {"id": 526}, "project": {"id": 323, "owner": {"id": 773}, "assignee": {"id": 885}}, "task": {"id": 300, "owner": {"id": 965}, "assignee": {"id": 52}}, "job": {"id": 365, "assignee": {"id": 1177}}, "organization": {"id": 1255}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 46, "privilege": "worker"}, "organization": {"id": 125, "owner": {"id": 46}, "user": {"role": "owner"}}}, "resource": {"id": 306, "owner": {"id": 677}, "assignee": {"id": 526}, "project": {"id": 344, "owner": {"id": 719}, "assignee": {"id": 46}}, "task": {"id": 388, "owner": {"id": 971}, "assignee": {"id": 1015}}, "job": {"id": 338, "assignee": {"id": 1182}}, "organization": {"id": 125}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 85, "privilege": "none"}, "organization": {"id": 106, "owner": {"id": 85}, "user": {"role": "owner"}}}, "resource": {"id": 317, "owner": {"id": 689}, "assignee": {"id": 518}, "project": {"id": 311, "owner": {"id": 710}, "assignee": {"id": 897}}, "task": {"id": 313, "owner": {"id": 922}, "assignee": {"id": 85}}, "job": {"id": 357, "assignee": {"id": 1158}}, "organization": {"id": 106}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 7, "privilege": "worker"}, "organization": {"id": 173, "owner": {"id": 7}, "user": {"role": "owner"}}}, "resource": {"id": 369, "owner": {"id": 666}, "assignee": {"id": 580}, "project": {"id": 373, "owner": {"id": 717}, "assignee": {"id": 7}}, "task": {"id": 369, "owner": {"id": 961}, "assignee": {"id": 1014}}, "job": {"id": 377, "assignee": {"id": 1103}}, "organization": {"id": 1268}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 59, "privilege": "none"}, "organization": {"id": 186, "owner": {"id": 59}, "user": {"role": "owner"}}}, "resource": {"id": 339, "owner": {"id": 621}, "assignee": {"id": 570}, "project": {"id": 351, "owner": {"id": 728}, "assignee": {"id": 806}}, "task": {"id": 364, "owner": {"id": 954}, "assignee": {"id": 59}}, "job": {"id": 389, "assignee": {"id": 1154}}, "organization": {"id": 186}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 42, "privilege": "worker"}, "organization": {"id": 113, "owner": {"id": 223}, "user": {"role": "maintainer"}}}, "resource": {"id": 392, "owner": {"id": 651}, "assignee": {"id": 557}, "project": {"id": 366, "owner": {"id": 759}, "assignee": {"id": 42}}, "task": {"id": 351, "owner": {"id": 921}, "assignee": {"id": 1051}}, "job": {"id": 392, "assignee": {"id": 1198}}, "organization": {"id": 113}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 81, "privilege": "none"}, "organization": {"id": 104, "owner": {"id": 81}, "user": {"role": "owner"}}}, "resource": {"id": 391, "owner": {"id": 693}, "assignee": {"id": 516}, "project": {"id": 328, "owner": {"id": 713}, "assignee": {"id": 888}}, "task": {"id": 308, "owner": {"id": 952}, "assignee": {"id": 81}}, "job": {"id": 344, "assignee": {"id": 1155}}, "organization": {"id": 1261}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 22, "privilege": "worker"}, "organization": {"id": 167, "owner": {"id": 248}, "user": {"role": "maintainer"}}}, "resource": {"id": 365, "owner": {"id": 672}, "assignee": {"id": 536}, "project": {"id": 395, "owner": {"id": 765}, "assignee": {"id": 22}}, "task": {"id": 336, "owner": {"id": 973}, "assignee": {"id": 1016}}, "job": {"id": 319, "assignee": {"id": 1143}}, "organization": {"id": 1276}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 20, "privilege": "none"}, "organization": {"id": 196, "owner": {"id": 20}, "user": {"role": "owner"}}}, "resource": {"id": 374, "owner": {"id": 659}, "assignee": {"id": 573}, "project": {"id": 331, "owner": {"id": 712}, "assignee": {"id": 801}}, "task": {"id": 383, "owner": {"id": 905}, "assignee": {"id": 20}}, "job": {"id": 326, "assignee": {"id": 1112}}, "organization": {"id": 1274}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 98, "privilege": "worker"}, "organization": {"id": 122, "owner": {"id": 217}, "user": {"role": "supervisor"}}}, "resource": {"id": 312, "owner": {"id": 645}, "assignee": {"id": 505}, "project": {"id": 388, "owner": {"id": 742}, "assignee": {"id": 98}}, "task": {"id": 345, "owner": {"id": 955}, "assignee": {"id": 1063}}, "job": {"id": 353, "assignee": {"id": 1129}}, "organization": {"id": 122}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 90, "privilege": "none"}, "organization": {"id": 113, "owner": {"id": 227}, "user": {"role": "maintainer"}}}, "resource": {"id": 330, "owner": {"id": 659}, "assignee": {"id": 580}, "project": {"id": 351, "owner": {"id": 747}, "assignee": {"id": 884}}, "task": {"id": 343, "owner": {"id": 992}, "assignee": {"id": 90}}, "job": {"id": 396, "assignee": {"id": 1133}}, "organization": {"id": 113}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 91, "privilege": "worker"}, "organization": {"id": 191, "owner": {"id": 298}, "user": {"role": "supervisor"}}}, "resource": {"id": 367, "owner": {"id": 636}, "assignee": {"id": 534}, "project": {"id": 347, "owner": {"id": 767}, "assignee": {"id": 91}}, "task": {"id": 355, "owner": {"id": 963}, "assignee": {"id": 1016}}, "job": {"id": 333, "assignee": {"id": 1188}}, "organization": {"id": 1265}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 26, "privilege": "none"}, "organization": {"id": 147, "owner": {"id": 231}, "user": {"role": "maintainer"}}}, "resource": {"id": 351, "owner": {"id": 616}, "assignee": {"id": 577}, "project": {"id": 358, "owner": {"id": 799}, "assignee": {"id": 866}}, "task": {"id": 347, "owner": {"id": 937}, "assignee": {"id": 26}}, "job": {"id": 325, "assignee": {"id": 1149}}, "organization": {"id": 147}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 45, "privilege": "worker"}, "organization": {"id": 136, "owner": {"id": 215}, "user": {"role": "worker"}}}, "resource": {"id": 317, "owner": {"id": 651}, "assignee": {"id": 580}, "project": {"id": 342, "owner": {"id": 715}, "assignee": {"id": 45}}, "task": {"id": 324, "owner": {"id": 938}, "assignee": {"id": 1064}}, "job": {"id": 302, "assignee": {"id": 1164}}, "organization": {"id": 136}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 74, "privilege": "none"}, "organization": {"id": 109, "owner": {"id": 231}, "user": {"role": "maintainer"}}}, "resource": {"id": 389, "owner": {"id": 633}, "assignee": {"id": 554}, "project": {"id": 342, "owner": {"id": 705}, "assignee": {"id": 855}}, "task": {"id": 396, "owner": {"id": 976}, "assignee": {"id": 74}}, "job": {"id": 374, "assignee": {"id": 1141}}, "organization": {"id": 1254}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 31, "privilege": "worker"}, "organization": {"id": 162, "owner": {"id": 279}, "user": {"role": "worker"}}}, "resource": {"id": 359, "owner": {"id": 693}, "assignee": {"id": 568}, "project": {"id": 386, "owner": {"id": 705}, "assignee": {"id": 31}}, "task": {"id": 350, "owner": {"id": 911}, "assignee": {"id": 1069}}, "job": {"id": 381, "assignee": {"id": 1193}}, "organization": {"id": 1297}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 74, "privilege": "none"}, "organization": {"id": 138, "owner": {"id": 237}, "user": {"role": "maintainer"}}}, "resource": {"id": 391, "owner": {"id": 616}, "assignee": {"id": 509}, "project": {"id": 343, "owner": {"id": 725}, "assignee": {"id": 860}}, "task": {"id": 383, "owner": {"id": 922}, "assignee": {"id": 74}}, "job": {"id": 337, "assignee": {"id": 1198}}, "organization": {"id": 1241}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 98, "privilege": "worker"}, "organization": {"id": 143, "owner": {"id": 273}, "user": {"role": null}}}, "resource": {"id": 356, "owner": {"id": 619}, "assignee": {"id": 583}, "project": {"id": 363, "owner": {"id": 778}, "assignee": {"id": 98}}, "task": {"id": 319, "owner": {"id": 986}, "assignee": {"id": 1026}}, "job": {"id": 321, "assignee": {"id": 1182}}, "organization": {"id": 143}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 61, "privilege": "none"}, "organization": {"id": 150, "owner": {"id": 235}, "user": {"role": "supervisor"}}}, "resource": {"id": 384, "owner": {"id": 670}, "assignee": {"id": 532}, "project": {"id": 343, "owner": {"id": 728}, "assignee": {"id": 807}}, "task": {"id": 378, "owner": {"id": 935}, "assignee": {"id": 61}}, "job": {"id": 320, "assignee": {"id": 1158}}, "organization": {"id": 150}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 94, "privilege": "worker"}, "organization": {"id": 142, "owner": {"id": 221}, "user": {"role": null}}}, "resource": {"id": 304, "owner": {"id": 649}, "assignee": {"id": 565}, "project": {"id": 359, "owner": {"id": 709}, "assignee": {"id": 94}}, "task": {"id": 360, "owner": {"id": 991}, "assignee": {"id": 1067}}, "job": {"id": 365, "assignee": {"id": 1196}}, "organization": {"id": 1200}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 64, "privilege": "none"}, "organization": {"id": 184, "owner": {"id": 276}, "user": {"role": "supervisor"}}}, "resource": {"id": 373, "owner": {"id": 643}, "assignee": {"id": 578}, "project": {"id": 343, "owner": {"id": 751}, "assignee": {"id": 885}}, "task": {"id": 393, "owner": {"id": 968}, "assignee": {"id": 64}}, "job": {"id": 376, "assignee": {"id": 1196}}, "organization": {"id": 184}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 45, "privilege": "none"}, "organization": {"id": 189, "owner": {"id": 45}, "user": {"role": "owner"}}}, "resource": {"id": 397, "owner": {"id": 692}, "assignee": {"id": 508}, "project": {"id": 397, "owner": {"id": 752}, "assignee": {"id": 45}}, "task": {"id": 326, "owner": {"id": 934}, "assignee": {"id": 1087}}, "job": {"id": 302, "assignee": {"id": 1117}}, "organization": {"id": 189}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 20, "privilege": "none"}, "organization": {"id": 196, "owner": {"id": 269}, "user": {"role": "supervisor"}}}, "resource": {"id": 394, "owner": {"id": 637}, "assignee": {"id": 539}, "project": {"id": 348, "owner": {"id": 799}, "assignee": {"id": 892}}, "task": {"id": 392, "owner": {"id": 930}, "assignee": {"id": 20}}, "job": {"id": 358, "assignee": {"id": 1143}}, "organization": {"id": 1294}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 88, "privilege": "none"}, "organization": {"id": 120, "owner": {"id": 88}, "user": {"role": "owner"}}}, "resource": {"id": 383, "owner": {"id": 650}, "assignee": {"id": 559}, "project": {"id": 373, "owner": {"id": 713}, "assignee": {"id": 88}}, "task": {"id": 356, "owner": {"id": 930}, "assignee": {"id": 1064}}, "job": {"id": 384, "assignee": {"id": 1112}}, "organization": {"id": 1217}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 38, "privilege": "none"}, "organization": {"id": 135, "owner": {"id": 246}, "user": {"role": "supervisor"}}}, "resource": {"id": 316, "owner": {"id": 643}, "assignee": {"id": 563}, "project": {"id": 366, "owner": {"id": 720}, "assignee": {"id": 803}}, "task": {"id": 379, "owner": {"id": 959}, "assignee": {"id": 38}}, "job": {"id": 349, "assignee": {"id": 1123}}, "organization": {"id": 1228}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 71, "privilege": "none"}, "organization": {"id": 180, "owner": {"id": 260}, "user": {"role": "maintainer"}}}, "resource": {"id": 340, "owner": {"id": 607}, "assignee": {"id": 551}, "project": {"id": 399, "owner": {"id": 709}, "assignee": {"id": 71}}, "task": {"id": 305, "owner": {"id": 905}, "assignee": {"id": 1071}}, "job": {"id": 315, "assignee": {"id": 1132}}, "organization": {"id": 180}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 79, "privilege": "none"}, "organization": {"id": 160, "owner": {"id": 274}, "user": {"role": "worker"}}}, "resource": {"id": 367, "owner": {"id": 660}, "assignee": {"id": 538}, "project": {"id": 383, "owner": {"id": 768}, "assignee": {"id": 801}}, "task": {"id": 375, "owner": {"id": 961}, "assignee": {"id": 79}}, "job": {"id": 314, "assignee": {"id": 1170}}, "organization": {"id": 160}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 45, "privilege": "none"}, "organization": {"id": 105, "owner": {"id": 214}, "user": {"role": "maintainer"}}}, "resource": {"id": 352, "owner": {"id": 628}, "assignee": {"id": 507}, "project": {"id": 349, "owner": {"id": 751}, "assignee": {"id": 45}}, "task": {"id": 366, "owner": {"id": 950}, "assignee": {"id": 1051}}, "job": {"id": 378, "assignee": {"id": 1140}}, "organization": {"id": 1251}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 14, "privilege": "none"}, "organization": {"id": 176, "owner": {"id": 224}, "user": {"role": "worker"}}}, "resource": {"id": 302, "owner": {"id": 647}, "assignee": {"id": 540}, "project": {"id": 304, "owner": {"id": 748}, "assignee": {"id": 866}}, "task": {"id": 384, "owner": {"id": 906}, "assignee": {"id": 14}}, "job": {"id": 342, "assignee": {"id": 1136}}, "organization": {"id": 176}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 36, "privilege": "none"}, "organization": {"id": 174, "owner": {"id": 219}, "user": {"role": "supervisor"}}}, "resource": {"id": 372, "owner": {"id": 656}, "assignee": {"id": 522}, "project": {"id": 363, "owner": {"id": 726}, "assignee": {"id": 36}}, "task": {"id": 350, "owner": {"id": 990}, "assignee": {"id": 1076}}, "job": {"id": 391, "assignee": {"id": 1199}}, "organization": {"id": 174}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 75, "privilege": "none"}, "organization": {"id": 177, "owner": {"id": 257}, "user": {"role": "worker"}}}, "resource": {"id": 352, "owner": {"id": 691}, "assignee": {"id": 524}, "project": {"id": 373, "owner": {"id": 760}, "assignee": {"id": 803}}, "task": {"id": 362, "owner": {"id": 973}, "assignee": {"id": 75}}, "job": {"id": 327, "assignee": {"id": 1151}}, "organization": {"id": 1222}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 25, "privilege": "none"}, "organization": {"id": 116, "owner": {"id": 275}, "user": {"role": "supervisor"}}}, "resource": {"id": 363, "owner": {"id": 634}, "assignee": {"id": 578}, "project": {"id": 314, "owner": {"id": 763}, "assignee": {"id": 25}}, "task": {"id": 388, "owner": {"id": 916}, "assignee": {"id": 1030}}, "job": {"id": 391, "assignee": {"id": 1147}}, "organization": {"id": 1263}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 85, "privilege": "none"}, "organization": {"id": 174, "owner": {"id": 256}, "user": {"role": "worker"}}}, "resource": {"id": 351, "owner": {"id": 691}, "assignee": {"id": 551}, "project": {"id": 367, "owner": {"id": 792}, "assignee": {"id": 841}}, "task": {"id": 332, "owner": {"id": 932}, "assignee": {"id": 85}}, "job": {"id": 355, "assignee": {"id": 1198}}, "organization": {"id": 1296}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 92, "privilege": "none"}, "organization": {"id": 197, "owner": {"id": 242}, "user": {"role": "worker"}}}, "resource": {"id": 343, "owner": {"id": 697}, "assignee": {"id": 555}, "project": {"id": 392, "owner": {"id": 763}, "assignee": {"id": 92}}, "task": {"id": 335, "owner": {"id": 964}, "assignee": {"id": 1041}}, "job": {"id": 315, "assignee": {"id": 1167}}, "organization": {"id": 197}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 12, "privilege": "none"}, "organization": {"id": 163, "owner": {"id": 205}, "user": {"role": null}}}, "resource": {"id": 330, "owner": {"id": 670}, "assignee": {"id": 510}, "project": {"id": 365, "owner": {"id": 702}, "assignee": {"id": 879}}, "task": {"id": 386, "owner": {"id": 960}, "assignee": {"id": 12}}, "job": {"id": 318, "assignee": {"id": 1142}}, "organization": {"id": 163}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 42, "privilege": "none"}, "organization": {"id": 113, "owner": {"id": 275}, "user": {"role": "worker"}}}, "resource": {"id": 344, "owner": {"id": 681}, "assignee": {"id": 545}, "project": {"id": 343, "owner": {"id": 797}, "assignee": {"id": 42}}, "task": {"id": 336, "owner": {"id": 953}, "assignee": {"id": 1003}}, "job": {"id": 392, "assignee": {"id": 1108}}, "organization": {"id": 1273}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 77, "privilege": "none"}, "organization": {"id": 132, "owner": {"id": 249}, "user": {"role": null}}}, "resource": {"id": 306, "owner": {"id": 665}, "assignee": {"id": 588}, "project": {"id": 309, "owner": {"id": 786}, "assignee": {"id": 844}}, "task": {"id": 316, "owner": {"id": 974}, "assignee": {"id": 77}}, "job": {"id": 324, "assignee": {"id": 1136}}, "organization": {"id": 132}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 61, "privilege": "none"}, "organization": {"id": 173, "owner": {"id": 201}, "user": {"role": null}}}, "resource": {"id": 358, "owner": {"id": 631}, "assignee": {"id": 571}, "project": {"id": 393, "owner": {"id": 704}, "assignee": {"id": 61}}, "task": {"id": 310, "owner": {"id": 975}, "assignee": {"id": 1052}}, "job": {"id": 366, "assignee": {"id": 1184}}, "organization": {"id": 173}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 77, "privilege": "none"}, "organization": {"id": 177, "owner": {"id": 294}, "user": {"role": null}}}, "resource": {"id": 379, "owner": {"id": 651}, "assignee": {"id": 546}, "project": {"id": 347, "owner": {"id": 788}, "assignee": {"id": 842}}, "task": {"id": 360, "owner": {"id": 991}, "assignee": {"id": 77}}, "job": {"id": 341, "assignee": {"id": 1148}}, "organization": {"id": 1205}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 3, "privilege": "none"}, "organization": {"id": 122, "owner": {"id": 293}, "user": {"role": null}}}, "resource": {"id": 302, "owner": {"id": 673}, "assignee": {"id": 535}, "project": {"id": 344, "owner": {"id": 756}, "assignee": {"id": 3}}, "task": {"id": 349, "owner": {"id": 958}, "assignee": {"id": 1089}}, "job": {"id": 358, "assignee": {"id": 1139}}, "organization": {"id": 1279}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 36, "privilege": "none"}, "organization": {"id": 190, "owner": {"id": 206}, "user": {"role": null}}}, "resource": {"id": 387, "owner": {"id": 654}, "assignee": {"id": 563}, "project": {"id": 360, "owner": {"id": 781}, "assignee": {"id": 875}}, "task": {"id": 382, "owner": {"id": 993}, "assignee": {"id": 36}}, "job": {"id": 384, "assignee": {"id": 1165}}, "organization": {"id": 1290}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 80, "privilege": "admin"}, "organization": {"id": 194, "owner": {"id": 80}, "user": {"role": "owner"}}}, "resource": {"id": 332, "owner": {"id": 658}, "assignee": {"id": 546}, "project": {"id": 378, "owner": {"id": 714}, "assignee": {"id": 823}}, "task": {"id": 336, "owner": {"id": 80}, "assignee": {"id": 1093}}, "job": {"id": 381, "assignee": {"id": 1197}}, "organization": {"id": 194}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 95, "privilege": "admin"}, "organization": {"id": 183, "owner": {"id": 95}, "user": {"role": "owner"}}}, "resource": {"id": 399, "owner": {"id": 655}, "assignee": {"id": 594}, "project": {"id": 325, "owner": {"id": 763}, "assignee": {"id": 864}}, "task": {"id": 355, "owner": {"id": 953}, "assignee": {"id": 1001}}, "job": {"id": 304, "assignee": {"id": 95}}, "organization": {"id": 183}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 79, "privilege": "admin"}, "organization": {"id": 161, "owner": {"id": 79}, "user": {"role": "owner"}}}, "resource": {"id": 319, "owner": {"id": 621}, "assignee": {"id": 588}, "project": {"id": 310, "owner": {"id": 704}, "assignee": {"id": 844}}, "task": {"id": 306, "owner": {"id": 79}, "assignee": {"id": 1078}}, "job": {"id": 365, "assignee": {"id": 1164}}, "organization": {"id": 161}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 92, "privilege": "admin"}, "organization": {"id": 188, "owner": {"id": 92}, "user": {"role": "owner"}}}, "resource": {"id": 395, "owner": {"id": 680}, "assignee": {"id": 554}, "project": {"id": 356, "owner": {"id": 729}, "assignee": {"id": 820}}, "task": {"id": 347, "owner": {"id": 945}, "assignee": {"id": 1078}}, "job": {"id": 379, "assignee": {"id": 92}}, "organization": {"id": 188}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 11, "privilege": "admin"}, "organization": {"id": 170, "owner": {"id": 11}, "user": {"role": "owner"}}}, "resource": {"id": 355, "owner": {"id": 620}, "assignee": {"id": 505}, "project": {"id": 354, "owner": {"id": 722}, "assignee": {"id": 854}}, "task": {"id": 363, "owner": {"id": 11}, "assignee": {"id": 1038}}, "job": {"id": 311, "assignee": {"id": 1124}}, "organization": {"id": 1247}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 1, "privilege": "admin"}, "organization": {"id": 161, "owner": {"id": 1}, "user": {"role": "owner"}}}, "resource": {"id": 350, "owner": {"id": 620}, "assignee": {"id": 574}, "project": {"id": 318, "owner": {"id": 716}, "assignee": {"id": 875}}, "task": {"id": 377, "owner": {"id": 980}, "assignee": {"id": 1034}}, "job": {"id": 305, "assignee": {"id": 1}}, "organization": {"id": 1268}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 79, "privilege": "admin"}, "organization": {"id": 151, "owner": {"id": 79}, "user": {"role": "owner"}}}, "resource": {"id": 349, "owner": {"id": 697}, "assignee": {"id": 563}, "project": {"id": 344, "owner": {"id": 741}, "assignee": {"id": 889}}, "task": {"id": 392, "owner": {"id": 79}, "assignee": {"id": 1011}}, "job": {"id": 392, "assignee": {"id": 1179}}, "organization": {"id": 1201}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 58, "privilege": "admin"}, "organization": {"id": 124, "owner": {"id": 58}, "user": {"role": "owner"}}}, "resource": {"id": 341, "owner": {"id": 653}, "assignee": {"id": 560}, "project": {"id": 318, "owner": {"id": 779}, "assignee": {"id": 886}}, "task": {"id": 360, "owner": {"id": 951}, "assignee": {"id": 1053}}, "job": {"id": 374, "assignee": {"id": 58}}, "organization": {"id": 1210}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 24, "privilege": "admin"}, "organization": {"id": 194, "owner": {"id": 214}, "user": {"role": "maintainer"}}}, "resource": {"id": 314, "owner": {"id": 640}, "assignee": {"id": 566}, "project": {"id": 302, "owner": {"id": 721}, "assignee": {"id": 854}}, "task": {"id": 389, "owner": {"id": 24}, "assignee": {"id": 1071}}, "job": {"id": 312, "assignee": {"id": 1162}}, "organization": {"id": 194}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 10, "privilege": "admin"}, "organization": {"id": 101, "owner": {"id": 208}, "user": {"role": "maintainer"}}}, "resource": {"id": 338, "owner": {"id": 628}, "assignee": {"id": 534}, "project": {"id": 389, "owner": {"id": 726}, "assignee": {"id": 809}}, "task": {"id": 307, "owner": {"id": 929}, "assignee": {"id": 1020}}, "job": {"id": 331, "assignee": {"id": 10}}, "organization": {"id": 101}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 40, "privilege": "admin"}, "organization": {"id": 128, "owner": {"id": 281}, "user": {"role": "maintainer"}}}, "resource": {"id": 307, "owner": {"id": 681}, "assignee": {"id": 558}, "project": {"id": 374, "owner": {"id": 715}, "assignee": {"id": 874}}, "task": {"id": 323, "owner": {"id": 40}, "assignee": {"id": 1033}}, "job": {"id": 350, "assignee": {"id": 1179}}, "organization": {"id": 128}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 2, "privilege": "admin"}, "organization": {"id": 164, "owner": {"id": 256}, "user": {"role": "maintainer"}}}, "resource": {"id": 307, "owner": {"id": 621}, "assignee": {"id": 574}, "project": {"id": 345, "owner": {"id": 794}, "assignee": {"id": 860}}, "task": {"id": 304, "owner": {"id": 974}, "assignee": {"id": 1008}}, "job": {"id": 314, "assignee": {"id": 2}}, "organization": {"id": 164}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 68, "privilege": "admin"}, "organization": {"id": 119, "owner": {"id": 214}, "user": {"role": "maintainer"}}}, "resource": {"id": 315, "owner": {"id": 673}, "assignee": {"id": 563}, "project": {"id": 306, "owner": {"id": 748}, "assignee": {"id": 810}}, "task": {"id": 393, "owner": {"id": 68}, "assignee": {"id": 1094}}, "job": {"id": 330, "assignee": {"id": 1193}}, "organization": {"id": 1237}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 75, "privilege": "admin"}, "organization": {"id": 159, "owner": {"id": 246}, "user": {"role": "maintainer"}}}, "resource": {"id": 301, "owner": {"id": 668}, "assignee": {"id": 505}, "project": {"id": 357, "owner": {"id": 760}, "assignee": {"id": 804}}, "task": {"id": 329, "owner": {"id": 996}, "assignee": {"id": 1088}}, "job": {"id": 357, "assignee": {"id": 75}}, "organization": {"id": 1271}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 94, "privilege": "admin"}, "organization": {"id": 154, "owner": {"id": 259}, "user": {"role": "maintainer"}}}, "resource": {"id": 329, "owner": {"id": 615}, "assignee": {"id": 563}, "project": {"id": 370, "owner": {"id": 765}, "assignee": {"id": 865}}, "task": {"id": 387, "owner": {"id": 94}, "assignee": {"id": 1095}}, "job": {"id": 372, "assignee": {"id": 1133}}, "organization": {"id": 1297}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 17, "privilege": "admin"}, "organization": {"id": 112, "owner": {"id": 248}, "user": {"role": "maintainer"}}}, "resource": {"id": 380, "owner": {"id": 604}, "assignee": {"id": 539}, "project": {"id": 314, "owner": {"id": 759}, "assignee": {"id": 866}}, "task": {"id": 360, "owner": {"id": 948}, "assignee": {"id": 1011}}, "job": {"id": 337, "assignee": {"id": 17}}, "organization": {"id": 1276}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 81, "privilege": "admin"}, "organization": {"id": 137, "owner": {"id": 235}, "user": {"role": "supervisor"}}}, "resource": {"id": 306, "owner": {"id": 681}, "assignee": {"id": 539}, "project": {"id": 340, "owner": {"id": 780}, "assignee": {"id": 850}}, "task": {"id": 378, "owner": {"id": 81}, "assignee": {"id": 1004}}, "job": {"id": 375, "assignee": {"id": 1115}}, "organization": {"id": 137}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 69, "privilege": "admin"}, "organization": {"id": 127, "owner": {"id": 240}, "user": {"role": "supervisor"}}}, "resource": {"id": 315, "owner": {"id": 649}, "assignee": {"id": 568}, "project": {"id": 346, "owner": {"id": 732}, "assignee": {"id": 858}}, "task": {"id": 384, "owner": {"id": 988}, "assignee": {"id": 1078}}, "job": {"id": 303, "assignee": {"id": 69}}, "organization": {"id": 127}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 32, "privilege": "admin"}, "organization": {"id": 140, "owner": {"id": 253}, "user": {"role": "supervisor"}}}, "resource": {"id": 345, "owner": {"id": 681}, "assignee": {"id": 568}, "project": {"id": 337, "owner": {"id": 703}, "assignee": {"id": 865}}, "task": {"id": 344, "owner": {"id": 32}, "assignee": {"id": 1057}}, "job": {"id": 385, "assignee": {"id": 1110}}, "organization": {"id": 140}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 28, "privilege": "admin"}, "organization": {"id": 123, "owner": {"id": 277}, "user": {"role": "supervisor"}}}, "resource": {"id": 397, "owner": {"id": 660}, "assignee": {"id": 532}, "project": {"id": 355, "owner": {"id": 765}, "assignee": {"id": 834}}, "task": {"id": 385, "owner": {"id": 907}, "assignee": {"id": 1082}}, "job": {"id": 376, "assignee": {"id": 28}}, "organization": {"id": 123}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 92, "privilege": "admin"}, "organization": {"id": 121, "owner": {"id": 290}, "user": {"role": "supervisor"}}}, "resource": {"id": 331, "owner": {"id": 637}, "assignee": {"id": 551}, "project": {"id": 302, "owner": {"id": 768}, "assignee": {"id": 860}}, "task": {"id": 361, "owner": {"id": 92}, "assignee": {"id": 1004}}, "job": {"id": 365, "assignee": {"id": 1163}}, "organization": {"id": 1250}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 95, "privilege": "admin"}, "organization": {"id": 197, "owner": {"id": 219}, "user": {"role": "supervisor"}}}, "resource": {"id": 376, "owner": {"id": 613}, "assignee": {"id": 568}, "project": {"id": 399, "owner": {"id": 747}, "assignee": {"id": 830}}, "task": {"id": 337, "owner": {"id": 932}, "assignee": {"id": 1036}}, "job": {"id": 306, "assignee": {"id": 95}}, "organization": {"id": 1203}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 44, "privilege": "admin"}, "organization": {"id": 151, "owner": {"id": 202}, "user": {"role": "supervisor"}}}, "resource": {"id": 392, "owner": {"id": 609}, "assignee": {"id": 509}, "project": {"id": 333, "owner": {"id": 777}, "assignee": {"id": 879}}, "task": {"id": 300, "owner": {"id": 44}, "assignee": {"id": 1048}}, "job": {"id": 382, "assignee": {"id": 1160}}, "organization": {"id": 1245}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 48, "privilege": "admin"}, "organization": {"id": 152, "owner": {"id": 242}, "user": {"role": "supervisor"}}}, "resource": {"id": 361, "owner": {"id": 624}, "assignee": {"id": 577}, "project": {"id": 316, "owner": {"id": 741}, "assignee": {"id": 896}}, "task": {"id": 393, "owner": {"id": 909}, "assignee": {"id": 1017}}, "job": {"id": 391, "assignee": {"id": 48}}, "organization": {"id": 1292}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 17, "privilege": "admin"}, "organization": {"id": 175, "owner": {"id": 246}, "user": {"role": "worker"}}}, "resource": {"id": 330, "owner": {"id": 611}, "assignee": {"id": 535}, "project": {"id": 398, "owner": {"id": 719}, "assignee": {"id": 852}}, "task": {"id": 340, "owner": {"id": 17}, "assignee": {"id": 1015}}, "job": {"id": 339, "assignee": {"id": 1127}}, "organization": {"id": 175}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 3, "privilege": "admin"}, "organization": {"id": 121, "owner": {"id": 213}, "user": {"role": "worker"}}}, "resource": {"id": 364, "owner": {"id": 601}, "assignee": {"id": 591}, "project": {"id": 305, "owner": {"id": 749}, "assignee": {"id": 846}}, "task": {"id": 378, "owner": {"id": 987}, "assignee": {"id": 1042}}, "job": {"id": 342, "assignee": {"id": 3}}, "organization": {"id": 121}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 22, "privilege": "admin"}, "organization": {"id": 175, "owner": {"id": 286}, "user": {"role": "worker"}}}, "resource": {"id": 378, "owner": {"id": 671}, "assignee": {"id": 506}, "project": {"id": 398, "owner": {"id": 740}, "assignee": {"id": 827}}, "task": {"id": 300, "owner": {"id": 22}, "assignee": {"id": 1016}}, "job": {"id": 323, "assignee": {"id": 1139}}, "organization": {"id": 175}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 79, "privilege": "admin"}, "organization": {"id": 126, "owner": {"id": 203}, "user": {"role": "worker"}}}, "resource": {"id": 353, "owner": {"id": 645}, "assignee": {"id": 594}, "project": {"id": 351, "owner": {"id": 716}, "assignee": {"id": 838}}, "task": {"id": 315, "owner": {"id": 971}, "assignee": {"id": 1030}}, "job": {"id": 341, "assignee": {"id": 79}}, "organization": {"id": 126}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 97, "privilege": "admin"}, "organization": {"id": 198, "owner": {"id": 257}, "user": {"role": "worker"}}}, "resource": {"id": 312, "owner": {"id": 638}, "assignee": {"id": 587}, "project": {"id": 336, "owner": {"id": 703}, "assignee": {"id": 842}}, "task": {"id": 313, "owner": {"id": 97}, "assignee": {"id": 1047}}, "job": {"id": 318, "assignee": {"id": 1170}}, "organization": {"id": 1222}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 65, "privilege": "admin"}, "organization": {"id": 163, "owner": {"id": 250}, "user": {"role": "worker"}}}, "resource": {"id": 316, "owner": {"id": 625}, "assignee": {"id": 531}, "project": {"id": 340, "owner": {"id": 727}, "assignee": {"id": 864}}, "task": {"id": 360, "owner": {"id": 989}, "assignee": {"id": 1074}}, "job": {"id": 337, "assignee": {"id": 65}}, "organization": {"id": 1234}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 51, "privilege": "admin"}, "organization": {"id": 108, "owner": {"id": 230}, "user": {"role": "worker"}}}, "resource": {"id": 337, "owner": {"id": 610}, "assignee": {"id": 544}, "project": {"id": 392, "owner": {"id": 726}, "assignee": {"id": 853}}, "task": {"id": 337, "owner": {"id": 51}, "assignee": {"id": 1079}}, "job": {"id": 373, "assignee": {"id": 1161}}, "organization": {"id": 1206}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 65, "privilege": "admin"}, "organization": {"id": 167, "owner": {"id": 244}, "user": {"role": "worker"}}}, "resource": {"id": 387, "owner": {"id": 613}, "assignee": {"id": 522}, "project": {"id": 382, "owner": {"id": 791}, "assignee": {"id": 835}}, "task": {"id": 382, "owner": {"id": 906}, "assignee": {"id": 1031}}, "job": {"id": 313, "assignee": {"id": 65}}, "organization": {"id": 1278}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 85, "privilege": "admin"}, "organization": {"id": 157, "owner": {"id": 247}, "user": {"role": null}}}, "resource": {"id": 340, "owner": {"id": 698}, "assignee": {"id": 525}, "project": {"id": 343, "owner": {"id": 737}, "assignee": {"id": 867}}, "task": {"id": 325, "owner": {"id": 85}, "assignee": {"id": 1092}}, "job": {"id": 379, "assignee": {"id": 1112}}, "organization": {"id": 157}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 80, "privilege": "admin"}, "organization": {"id": 151, "owner": {"id": 217}, "user": {"role": null}}}, "resource": {"id": 363, "owner": {"id": 643}, "assignee": {"id": 594}, "project": {"id": 361, "owner": {"id": 783}, "assignee": {"id": 856}}, "task": {"id": 312, "owner": {"id": 956}, "assignee": {"id": 1047}}, "job": {"id": 335, "assignee": {"id": 80}}, "organization": {"id": 151}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 61, "privilege": "admin"}, "organization": {"id": 159, "owner": {"id": 262}, "user": {"role": null}}}, "resource": {"id": 342, "owner": {"id": 643}, "assignee": {"id": 537}, "project": {"id": 392, "owner": {"id": 799}, "assignee": {"id": 882}}, "task": {"id": 345, "owner": {"id": 61}, "assignee": {"id": 1057}}, "job": {"id": 346, "assignee": {"id": 1136}}, "organization": {"id": 159}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 88, "privilege": "admin"}, "organization": {"id": 171, "owner": {"id": 298}, "user": {"role": null}}}, "resource": {"id": 373, "owner": {"id": 607}, "assignee": {"id": 587}, "project": {"id": 388, "owner": {"id": 702}, "assignee": {"id": 863}}, "task": {"id": 313, "owner": {"id": 923}, "assignee": {"id": 1094}}, "job": {"id": 344, "assignee": {"id": 88}}, "organization": {"id": 171}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 20, "privilege": "admin"}, "organization": {"id": 146, "owner": {"id": 217}, "user": {"role": null}}}, "resource": {"id": 375, "owner": {"id": 699}, "assignee": {"id": 575}, "project": {"id": 375, "owner": {"id": 748}, "assignee": {"id": 856}}, "task": {"id": 300, "owner": {"id": 20}, "assignee": {"id": 1098}}, "job": {"id": 330, "assignee": {"id": 1193}}, "organization": {"id": 1283}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 97, "privilege": "admin"}, "organization": {"id": 165, "owner": {"id": 282}, "user": {"role": null}}}, "resource": {"id": 352, "owner": {"id": 699}, "assignee": {"id": 544}, "project": {"id": 389, "owner": {"id": 795}, "assignee": {"id": 839}}, "task": {"id": 390, "owner": {"id": 975}, "assignee": {"id": 1058}}, "job": {"id": 328, "assignee": {"id": 97}}, "organization": {"id": 1229}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 17, "privilege": "admin"}, "organization": {"id": 163, "owner": {"id": 220}, "user": {"role": null}}}, "resource": {"id": 321, "owner": {"id": 659}, "assignee": {"id": 571}, "project": {"id": 345, "owner": {"id": 762}, "assignee": {"id": 819}}, "task": {"id": 332, "owner": {"id": 17}, "assignee": {"id": 1095}}, "job": {"id": 308, "assignee": {"id": 1113}}, "organization": {"id": 1227}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 51, "privilege": "admin"}, "organization": {"id": 142, "owner": {"id": 283}, "user": {"role": null}}}, "resource": {"id": 388, "owner": {"id": 649}, "assignee": {"id": 547}, "project": {"id": 381, "owner": {"id": 731}, "assignee": {"id": 835}}, "task": {"id": 390, "owner": {"id": 925}, "assignee": {"id": 1035}}, "job": {"id": 376, "assignee": {"id": 51}}, "organization": {"id": 1249}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 91, "privilege": "business"}, "organization": {"id": 105, "owner": {"id": 91}, "user": {"role": "owner"}}}, "resource": {"id": 362, "owner": {"id": 605}, "assignee": {"id": 521}, "project": {"id": 301, "owner": {"id": 766}, "assignee": {"id": 852}}, "task": {"id": 320, "owner": {"id": 91}, "assignee": {"id": 1088}}, "job": {"id": 322, "assignee": {"id": 1198}}, "organization": {"id": 105}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 0, "privilege": "business"}, "organization": {"id": 182, "owner": {"id": 0}, "user": {"role": "owner"}}}, "resource": {"id": 366, "owner": {"id": 619}, "assignee": {"id": 586}, "project": {"id": 396, "owner": {"id": 760}, "assignee": {"id": 830}}, "task": {"id": 300, "owner": {"id": 910}, "assignee": {"id": 1065}}, "job": {"id": 310, "assignee": {"id": 0}}, "organization": {"id": 182}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 23, "privilege": "business"}, "organization": {"id": 123, "owner": {"id": 23}, "user": {"role": "owner"}}}, "resource": {"id": 361, "owner": {"id": 648}, "assignee": {"id": 590}, "project": {"id": 322, "owner": {"id": 703}, "assignee": {"id": 813}}, "task": {"id": 322, "owner": {"id": 23}, "assignee": {"id": 1010}}, "job": {"id": 333, "assignee": {"id": 1186}}, "organization": {"id": 123}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 70, "privilege": "business"}, "organization": {"id": 106, "owner": {"id": 70}, "user": {"role": "owner"}}}, "resource": {"id": 360, "owner": {"id": 638}, "assignee": {"id": 560}, "project": {"id": 387, "owner": {"id": 753}, "assignee": {"id": 892}}, "task": {"id": 390, "owner": {"id": 997}, "assignee": {"id": 1036}}, "job": {"id": 348, "assignee": {"id": 70}}, "organization": {"id": 106}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 96, "privilege": "business"}, "organization": {"id": 128, "owner": {"id": 96}, "user": {"role": "owner"}}}, "resource": {"id": 346, "owner": {"id": 624}, "assignee": {"id": 590}, "project": {"id": 303, "owner": {"id": 723}, "assignee": {"id": 818}}, "task": {"id": 337, "owner": {"id": 96}, "assignee": {"id": 1079}}, "job": {"id": 354, "assignee": {"id": 1148}}, "organization": {"id": 1252}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 76, "privilege": "business"}, "organization": {"id": 164, "owner": {"id": 76}, "user": {"role": "owner"}}}, "resource": {"id": 329, "owner": {"id": 629}, "assignee": {"id": 596}, "project": {"id": 324, "owner": {"id": 781}, "assignee": {"id": 828}}, "task": {"id": 354, "owner": {"id": 991}, "assignee": {"id": 1082}}, "job": {"id": 392, "assignee": {"id": 76}}, "organization": {"id": 1289}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 9, "privilege": "business"}, "organization": {"id": 148, "owner": {"id": 9}, "user": {"role": "owner"}}}, "resource": {"id": 332, "owner": {"id": 609}, "assignee": {"id": 501}, "project": {"id": 379, "owner": {"id": 764}, "assignee": {"id": 899}}, "task": {"id": 371, "owner": {"id": 9}, "assignee": {"id": 1066}}, "job": {"id": 342, "assignee": {"id": 1190}}, "organization": {"id": 1213}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 95, "privilege": "business"}, "organization": {"id": 198, "owner": {"id": 95}, "user": {"role": "owner"}}}, "resource": {"id": 381, "owner": {"id": 693}, "assignee": {"id": 583}, "project": {"id": 371, "owner": {"id": 781}, "assignee": {"id": 891}}, "task": {"id": 386, "owner": {"id": 933}, "assignee": {"id": 1082}}, "job": {"id": 325, "assignee": {"id": 95}}, "organization": {"id": 1272}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 36, "privilege": "business"}, "organization": {"id": 170, "owner": {"id": 226}, "user": {"role": "maintainer"}}}, "resource": {"id": 395, "owner": {"id": 628}, "assignee": {"id": 556}, "project": {"id": 346, "owner": {"id": 715}, "assignee": {"id": 885}}, "task": {"id": 329, "owner": {"id": 36}, "assignee": {"id": 1003}}, "job": {"id": 309, "assignee": {"id": 1125}}, "organization": {"id": 170}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 48, "privilege": "business"}, "organization": {"id": 153, "owner": {"id": 245}, "user": {"role": "maintainer"}}}, "resource": {"id": 302, "owner": {"id": 608}, "assignee": {"id": 568}, "project": {"id": 351, "owner": {"id": 782}, "assignee": {"id": 878}}, "task": {"id": 359, "owner": {"id": 963}, "assignee": {"id": 1016}}, "job": {"id": 356, "assignee": {"id": 48}}, "organization": {"id": 153}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 67, "privilege": "business"}, "organization": {"id": 142, "owner": {"id": 233}, "user": {"role": "maintainer"}}}, "resource": {"id": 308, "owner": {"id": 669}, "assignee": {"id": 569}, "project": {"id": 348, "owner": {"id": 774}, "assignee": {"id": 875}}, "task": {"id": 313, "owner": {"id": 67}, "assignee": {"id": 1035}}, "job": {"id": 368, "assignee": {"id": 1153}}, "organization": {"id": 142}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 15, "privilege": "business"}, "organization": {"id": 198, "owner": {"id": 221}, "user": {"role": "maintainer"}}}, "resource": {"id": 337, "owner": {"id": 689}, "assignee": {"id": 572}, "project": {"id": 302, "owner": {"id": 730}, "assignee": {"id": 818}}, "task": {"id": 323, "owner": {"id": 999}, "assignee": {"id": 1052}}, "job": {"id": 316, "assignee": {"id": 15}}, "organization": {"id": 198}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 9, "privilege": "business"}, "organization": {"id": 172, "owner": {"id": 259}, "user": {"role": "maintainer"}}}, "resource": {"id": 392, "owner": {"id": 663}, "assignee": {"id": 538}, "project": {"id": 397, "owner": {"id": 775}, "assignee": {"id": 886}}, "task": {"id": 352, "owner": {"id": 9}, "assignee": {"id": 1088}}, "job": {"id": 303, "assignee": {"id": 1177}}, "organization": {"id": 1237}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 48, "privilege": "business"}, "organization": {"id": 132, "owner": {"id": 292}, "user": {"role": "maintainer"}}}, "resource": {"id": 331, "owner": {"id": 690}, "assignee": {"id": 521}, "project": {"id": 313, "owner": {"id": 779}, "assignee": {"id": 807}}, "task": {"id": 300, "owner": {"id": 991}, "assignee": {"id": 1093}}, "job": {"id": 361, "assignee": {"id": 48}}, "organization": {"id": 1231}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 47, "privilege": "business"}, "organization": {"id": 112, "owner": {"id": 203}, "user": {"role": "maintainer"}}}, "resource": {"id": 335, "owner": {"id": 646}, "assignee": {"id": 516}, "project": {"id": 300, "owner": {"id": 721}, "assignee": {"id": 825}}, "task": {"id": 312, "owner": {"id": 47}, "assignee": {"id": 1056}}, "job": {"id": 362, "assignee": {"id": 1106}}, "organization": {"id": 1243}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 51, "privilege": "business"}, "organization": {"id": 182, "owner": {"id": 272}, "user": {"role": "maintainer"}}}, "resource": {"id": 312, "owner": {"id": 624}, "assignee": {"id": 529}, "project": {"id": 314, "owner": {"id": 753}, "assignee": {"id": 897}}, "task": {"id": 315, "owner": {"id": 935}, "assignee": {"id": 1080}}, "job": {"id": 337, "assignee": {"id": 51}}, "organization": {"id": 1284}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 42, "privilege": "business"}, "organization": {"id": 176, "owner": {"id": 212}, "user": {"role": "supervisor"}}}, "resource": {"id": 340, "owner": {"id": 664}, "assignee": {"id": 502}, "project": {"id": 375, "owner": {"id": 774}, "assignee": {"id": 836}}, "task": {"id": 351, "owner": {"id": 42}, "assignee": {"id": 1049}}, "job": {"id": 376, "assignee": {"id": 1169}}, "organization": {"id": 176}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 89, "privilege": "business"}, "organization": {"id": 143, "owner": {"id": 282}, "user": {"role": "supervisor"}}}, "resource": {"id": 342, "owner": {"id": 636}, "assignee": {"id": 516}, "project": {"id": 349, "owner": {"id": 769}, "assignee": {"id": 866}}, "task": {"id": 390, "owner": {"id": 988}, "assignee": {"id": 1048}}, "job": {"id": 363, "assignee": {"id": 89}}, "organization": {"id": 143}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 36, "privilege": "business"}, "organization": {"id": 132, "owner": {"id": 265}, "user": {"role": "supervisor"}}}, "resource": {"id": 301, "owner": {"id": 634}, "assignee": {"id": 540}, "project": {"id": 348, "owner": {"id": 704}, "assignee": {"id": 877}}, "task": {"id": 395, "owner": {"id": 36}, "assignee": {"id": 1019}}, "job": {"id": 359, "assignee": {"id": 1130}}, "organization": {"id": 132}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 18, "privilege": "business"}, "organization": {"id": 124, "owner": {"id": 235}, "user": {"role": "supervisor"}}}, "resource": {"id": 311, "owner": {"id": 658}, "assignee": {"id": 523}, "project": {"id": 342, "owner": {"id": 797}, "assignee": {"id": 807}}, "task": {"id": 366, "owner": {"id": 908}, "assignee": {"id": 1092}}, "job": {"id": 373, "assignee": {"id": 18}}, "organization": {"id": 124}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 24, "privilege": "business"}, "organization": {"id": 110, "owner": {"id": 247}, "user": {"role": "supervisor"}}}, "resource": {"id": 365, "owner": {"id": 609}, "assignee": {"id": 517}, "project": {"id": 304, "owner": {"id": 795}, "assignee": {"id": 879}}, "task": {"id": 399, "owner": {"id": 24}, "assignee": {"id": 1069}}, "job": {"id": 323, "assignee": {"id": 1184}}, "organization": {"id": 1218}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 63, "privilege": "business"}, "organization": {"id": 109, "owner": {"id": 291}, "user": {"role": "supervisor"}}}, "resource": {"id": 343, "owner": {"id": 625}, "assignee": {"id": 511}, "project": {"id": 332, "owner": {"id": 768}, "assignee": {"id": 875}}, "task": {"id": 329, "owner": {"id": 977}, "assignee": {"id": 1095}}, "job": {"id": 384, "assignee": {"id": 63}}, "organization": {"id": 1234}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 63, "privilege": "business"}, "organization": {"id": 192, "owner": {"id": 215}, "user": {"role": "supervisor"}}}, "resource": {"id": 314, "owner": {"id": 641}, "assignee": {"id": 518}, "project": {"id": 310, "owner": {"id": 717}, "assignee": {"id": 802}}, "task": {"id": 331, "owner": {"id": 63}, "assignee": {"id": 1098}}, "job": {"id": 324, "assignee": {"id": 1164}}, "organization": {"id": 1203}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 45, "privilege": "business"}, "organization": {"id": 152, "owner": {"id": 243}, "user": {"role": "supervisor"}}}, "resource": {"id": 380, "owner": {"id": 606}, "assignee": {"id": 524}, "project": {"id": 304, "owner": {"id": 763}, "assignee": {"id": 894}}, "task": {"id": 349, "owner": {"id": 952}, "assignee": {"id": 1048}}, "job": {"id": 383, "assignee": {"id": 45}}, "organization": {"id": 1240}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 62, "privilege": "business"}, "organization": {"id": 153, "owner": {"id": 253}, "user": {"role": "worker"}}}, "resource": {"id": 349, "owner": {"id": 635}, "assignee": {"id": 535}, "project": {"id": 327, "owner": {"id": 720}, "assignee": {"id": 877}}, "task": {"id": 312, "owner": {"id": 62}, "assignee": {"id": 1057}}, "job": {"id": 328, "assignee": {"id": 1171}}, "organization": {"id": 153}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 85, "privilege": "business"}, "organization": {"id": 152, "owner": {"id": 209}, "user": {"role": "worker"}}}, "resource": {"id": 395, "owner": {"id": 603}, "assignee": {"id": 551}, "project": {"id": 391, "owner": {"id": 765}, "assignee": {"id": 872}}, "task": {"id": 333, "owner": {"id": 985}, "assignee": {"id": 1098}}, "job": {"id": 345, "assignee": {"id": 85}}, "organization": {"id": 152}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 97, "privilege": "business"}, "organization": {"id": 185, "owner": {"id": 252}, "user": {"role": "worker"}}}, "resource": {"id": 365, "owner": {"id": 642}, "assignee": {"id": 530}, "project": {"id": 333, "owner": {"id": 768}, "assignee": {"id": 882}}, "task": {"id": 321, "owner": {"id": 97}, "assignee": {"id": 1078}}, "job": {"id": 310, "assignee": {"id": 1152}}, "organization": {"id": 185}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 5, "privilege": "business"}, "organization": {"id": 179, "owner": {"id": 216}, "user": {"role": "worker"}}}, "resource": {"id": 373, "owner": {"id": 667}, "assignee": {"id": 509}, "project": {"id": 314, "owner": {"id": 769}, "assignee": {"id": 889}}, "task": {"id": 372, "owner": {"id": 990}, "assignee": {"id": 1054}}, "job": {"id": 366, "assignee": {"id": 5}}, "organization": {"id": 179}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 65, "privilege": "business"}, "organization": {"id": 133, "owner": {"id": 206}, "user": {"role": "worker"}}}, "resource": {"id": 325, "owner": {"id": 663}, "assignee": {"id": 500}, "project": {"id": 374, "owner": {"id": 704}, "assignee": {"id": 859}}, "task": {"id": 361, "owner": {"id": 65}, "assignee": {"id": 1040}}, "job": {"id": 393, "assignee": {"id": 1144}}, "organization": {"id": 1272}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 24, "privilege": "business"}, "organization": {"id": 135, "owner": {"id": 250}, "user": {"role": "worker"}}}, "resource": {"id": 395, "owner": {"id": 645}, "assignee": {"id": 570}, "project": {"id": 384, "owner": {"id": 774}, "assignee": {"id": 885}}, "task": {"id": 368, "owner": {"id": 936}, "assignee": {"id": 1037}}, "job": {"id": 307, "assignee": {"id": 24}}, "organization": {"id": 1226}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 71, "privilege": "business"}, "organization": {"id": 103, "owner": {"id": 211}, "user": {"role": "worker"}}}, "resource": {"id": 374, "owner": {"id": 655}, "assignee": {"id": 550}, "project": {"id": 372, "owner": {"id": 755}, "assignee": {"id": 822}}, "task": {"id": 354, "owner": {"id": 71}, "assignee": {"id": 1066}}, "job": {"id": 374, "assignee": {"id": 1194}}, "organization": {"id": 1233}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 60, "privilege": "business"}, "organization": {"id": 105, "owner": {"id": 285}, "user": {"role": "worker"}}}, "resource": {"id": 353, "owner": {"id": 692}, "assignee": {"id": 541}, "project": {"id": 389, "owner": {"id": 756}, "assignee": {"id": 821}}, "task": {"id": 313, "owner": {"id": 919}, "assignee": {"id": 1004}}, "job": {"id": 359, "assignee": {"id": 60}}, "organization": {"id": 1228}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 8, "privilege": "business"}, "organization": {"id": 152, "owner": {"id": 248}, "user": {"role": null}}}, "resource": {"id": 381, "owner": {"id": 639}, "assignee": {"id": 590}, "project": {"id": 377, "owner": {"id": 794}, "assignee": {"id": 852}}, "task": {"id": 374, "owner": {"id": 8}, "assignee": {"id": 1070}}, "job": {"id": 398, "assignee": {"id": 1168}}, "organization": {"id": 152}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 12, "privilege": "business"}, "organization": {"id": 147, "owner": {"id": 215}, "user": {"role": null}}}, "resource": {"id": 311, "owner": {"id": 658}, "assignee": {"id": 533}, "project": {"id": 367, "owner": {"id": 794}, "assignee": {"id": 864}}, "task": {"id": 356, "owner": {"id": 996}, "assignee": {"id": 1036}}, "job": {"id": 316, "assignee": {"id": 12}}, "organization": {"id": 147}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 59, "privilege": "business"}, "organization": {"id": 179, "owner": {"id": 269}, "user": {"role": null}}}, "resource": {"id": 397, "owner": {"id": 688}, "assignee": {"id": 570}, "project": {"id": 310, "owner": {"id": 704}, "assignee": {"id": 807}}, "task": {"id": 371, "owner": {"id": 59}, "assignee": {"id": 1041}}, "job": {"id": 355, "assignee": {"id": 1124}}, "organization": {"id": 179}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 49, "privilege": "business"}, "organization": {"id": 151, "owner": {"id": 276}, "user": {"role": null}}}, "resource": {"id": 345, "owner": {"id": 635}, "assignee": {"id": 591}, "project": {"id": 329, "owner": {"id": 701}, "assignee": {"id": 881}}, "task": {"id": 350, "owner": {"id": 938}, "assignee": {"id": 1031}}, "job": {"id": 318, "assignee": {"id": 49}}, "organization": {"id": 151}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 70, "privilege": "business"}, "organization": {"id": 101, "owner": {"id": 248}, "user": {"role": null}}}, "resource": {"id": 320, "owner": {"id": 603}, "assignee": {"id": 508}, "project": {"id": 336, "owner": {"id": 766}, "assignee": {"id": 830}}, "task": {"id": 393, "owner": {"id": 70}, "assignee": {"id": 1073}}, "job": {"id": 328, "assignee": {"id": 1180}}, "organization": {"id": 1245}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 59, "privilege": "business"}, "organization": {"id": 144, "owner": {"id": 268}, "user": {"role": null}}}, "resource": {"id": 392, "owner": {"id": 679}, "assignee": {"id": 507}, "project": {"id": 321, "owner": {"id": 727}, "assignee": {"id": 861}}, "task": {"id": 396, "owner": {"id": 932}, "assignee": {"id": 1056}}, "job": {"id": 370, "assignee": {"id": 59}}, "organization": {"id": 1239}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 31, "privilege": "business"}, "organization": {"id": 147, "owner": {"id": 227}, "user": {"role": null}}}, "resource": {"id": 318, "owner": {"id": 602}, "assignee": {"id": 518}, "project": {"id": 340, "owner": {"id": 758}, "assignee": {"id": 803}}, "task": {"id": 398, "owner": {"id": 31}, "assignee": {"id": 1076}}, "job": {"id": 365, "assignee": {"id": 1124}}, "organization": {"id": 1284}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 62, "privilege": "business"}, "organization": {"id": 121, "owner": {"id": 204}, "user": {"role": null}}}, "resource": {"id": 338, "owner": {"id": 680}, "assignee": {"id": 506}, "project": {"id": 348, "owner": {"id": 796}, "assignee": {"id": 811}}, "task": {"id": 388, "owner": {"id": 914}, "assignee": {"id": 1087}}, "job": {"id": 397, "assignee": {"id": 62}}, "organization": {"id": 1271}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 12, "privilege": "user"}, "organization": {"id": 116, "owner": {"id": 12}, "user": {"role": "owner"}}}, "resource": {"id": 369, "owner": {"id": 653}, "assignee": {"id": 596}, "project": {"id": 384, "owner": {"id": 714}, "assignee": {"id": 892}}, "task": {"id": 353, "owner": {"id": 12}, "assignee": {"id": 1034}}, "job": {"id": 351, "assignee": {"id": 1154}}, "organization": {"id": 116}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 97, "privilege": "user"}, "organization": {"id": 174, "owner": {"id": 97}, "user": {"role": "owner"}}}, "resource": {"id": 333, "owner": {"id": 672}, "assignee": {"id": 512}, "project": {"id": 371, "owner": {"id": 746}, "assignee": {"id": 860}}, "task": {"id": 363, "owner": {"id": 996}, "assignee": {"id": 1056}}, "job": {"id": 355, "assignee": {"id": 97}}, "organization": {"id": 174}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 7, "privilege": "user"}, "organization": {"id": 165, "owner": {"id": 7}, "user": {"role": "owner"}}}, "resource": {"id": 344, "owner": {"id": 694}, "assignee": {"id": 532}, "project": {"id": 312, "owner": {"id": 799}, "assignee": {"id": 811}}, "task": {"id": 322, "owner": {"id": 7}, "assignee": {"id": 1021}}, "job": {"id": 326, "assignee": {"id": 1183}}, "organization": {"id": 165}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 21, "privilege": "user"}, "organization": {"id": 182, "owner": {"id": 21}, "user": {"role": "owner"}}}, "resource": {"id": 386, "owner": {"id": 669}, "assignee": {"id": 510}, "project": {"id": 373, "owner": {"id": 778}, "assignee": {"id": 849}}, "task": {"id": 308, "owner": {"id": 974}, "assignee": {"id": 1055}}, "job": {"id": 347, "assignee": {"id": 21}}, "organization": {"id": 182}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 43, "privilege": "user"}, "organization": {"id": 103, "owner": {"id": 43}, "user": {"role": "owner"}}}, "resource": {"id": 382, "owner": {"id": 699}, "assignee": {"id": 528}, "project": {"id": 335, "owner": {"id": 711}, "assignee": {"id": 838}}, "task": {"id": 392, "owner": {"id": 43}, "assignee": {"id": 1098}}, "job": {"id": 331, "assignee": {"id": 1142}}, "organization": {"id": 1241}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 86, "privilege": "user"}, "organization": {"id": 153, "owner": {"id": 86}, "user": {"role": "owner"}}}, "resource": {"id": 325, "owner": {"id": 629}, "assignee": {"id": 527}, "project": {"id": 382, "owner": {"id": 718}, "assignee": {"id": 836}}, "task": {"id": 397, "owner": {"id": 969}, "assignee": {"id": 1030}}, "job": {"id": 380, "assignee": {"id": 86}}, "organization": {"id": 1222}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 10, "privilege": "user"}, "organization": {"id": 127, "owner": {"id": 10}, "user": {"role": "owner"}}}, "resource": {"id": 332, "owner": {"id": 603}, "assignee": {"id": 568}, "project": {"id": 315, "owner": {"id": 797}, "assignee": {"id": 854}}, "task": {"id": 307, "owner": {"id": 10}, "assignee": {"id": 1005}}, "job": {"id": 390, "assignee": {"id": 1182}}, "organization": {"id": 1209}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 65, "privilege": "user"}, "organization": {"id": 145, "owner": {"id": 65}, "user": {"role": "owner"}}}, "resource": {"id": 372, "owner": {"id": 672}, "assignee": {"id": 554}, "project": {"id": 302, "owner": {"id": 710}, "assignee": {"id": 892}}, "task": {"id": 321, "owner": {"id": 970}, "assignee": {"id": 1065}}, "job": {"id": 358, "assignee": {"id": 65}}, "organization": {"id": 1288}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 83, "privilege": "user"}, "organization": {"id": 175, "owner": {"id": 221}, "user": {"role": "maintainer"}}}, "resource": {"id": 352, "owner": {"id": 690}, "assignee": {"id": 513}, "project": {"id": 331, "owner": {"id": 760}, "assignee": {"id": 809}}, "task": {"id": 374, "owner": {"id": 83}, "assignee": {"id": 1001}}, "job": {"id": 333, "assignee": {"id": 1154}}, "organization": {"id": 175}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 7, "privilege": "user"}, "organization": {"id": 195, "owner": {"id": 248}, "user": {"role": "maintainer"}}}, "resource": {"id": 353, "owner": {"id": 653}, "assignee": {"id": 521}, "project": {"id": 336, "owner": {"id": 725}, "assignee": {"id": 888}}, "task": {"id": 356, "owner": {"id": 962}, "assignee": {"id": 1018}}, "job": {"id": 366, "assignee": {"id": 7}}, "organization": {"id": 195}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 46, "privilege": "user"}, "organization": {"id": 119, "owner": {"id": 239}, "user": {"role": "maintainer"}}}, "resource": {"id": 328, "owner": {"id": 638}, "assignee": {"id": 571}, "project": {"id": 337, "owner": {"id": 788}, "assignee": {"id": 882}}, "task": {"id": 305, "owner": {"id": 46}, "assignee": {"id": 1095}}, "job": {"id": 326, "assignee": {"id": 1121}}, "organization": {"id": 119}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 32, "privilege": "user"}, "organization": {"id": 140, "owner": {"id": 249}, "user": {"role": "maintainer"}}}, "resource": {"id": 300, "owner": {"id": 697}, "assignee": {"id": 534}, "project": {"id": 338, "owner": {"id": 787}, "assignee": {"id": 894}}, "task": {"id": 370, "owner": {"id": 918}, "assignee": {"id": 1069}}, "job": {"id": 344, "assignee": {"id": 32}}, "organization": {"id": 140}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 43, "privilege": "user"}, "organization": {"id": 154, "owner": {"id": 294}, "user": {"role": "maintainer"}}}, "resource": {"id": 311, "owner": {"id": 637}, "assignee": {"id": 562}, "project": {"id": 389, "owner": {"id": 710}, "assignee": {"id": 896}}, "task": {"id": 327, "owner": {"id": 43}, "assignee": {"id": 1097}}, "job": {"id": 321, "assignee": {"id": 1114}}, "organization": {"id": 1208}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 52, "privilege": "user"}, "organization": {"id": 172, "owner": {"id": 250}, "user": {"role": "maintainer"}}}, "resource": {"id": 375, "owner": {"id": 691}, "assignee": {"id": 547}, "project": {"id": 397, "owner": {"id": 765}, "assignee": {"id": 882}}, "task": {"id": 353, "owner": {"id": 998}, "assignee": {"id": 1000}}, "job": {"id": 376, "assignee": {"id": 52}}, "organization": {"id": 1209}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 68, "privilege": "user"}, "organization": {"id": 100, "owner": {"id": 255}, "user": {"role": "maintainer"}}}, "resource": {"id": 322, "owner": {"id": 622}, "assignee": {"id": 585}, "project": {"id": 326, "owner": {"id": 793}, "assignee": {"id": 869}}, "task": {"id": 380, "owner": {"id": 68}, "assignee": {"id": 1055}}, "job": {"id": 357, "assignee": {"id": 1194}}, "organization": {"id": 1206}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 92, "privilege": "user"}, "organization": {"id": 124, "owner": {"id": 224}, "user": {"role": "maintainer"}}}, "resource": {"id": 351, "owner": {"id": 625}, "assignee": {"id": 504}, "project": {"id": 334, "owner": {"id": 708}, "assignee": {"id": 859}}, "task": {"id": 327, "owner": {"id": 968}, "assignee": {"id": 1080}}, "job": {"id": 376, "assignee": {"id": 92}}, "organization": {"id": 1203}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 44, "privilege": "user"}, "organization": {"id": 193, "owner": {"id": 261}, "user": {"role": "supervisor"}}}, "resource": {"id": 304, "owner": {"id": 604}, "assignee": {"id": 584}, "project": {"id": 372, "owner": {"id": 786}, "assignee": {"id": 815}}, "task": {"id": 390, "owner": {"id": 44}, "assignee": {"id": 1032}}, "job": {"id": 382, "assignee": {"id": 1191}}, "organization": {"id": 193}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 67, "privilege": "user"}, "organization": {"id": 186, "owner": {"id": 265}, "user": {"role": "supervisor"}}}, "resource": {"id": 366, "owner": {"id": 651}, "assignee": {"id": 578}, "project": {"id": 340, "owner": {"id": 709}, "assignee": {"id": 877}}, "task": {"id": 395, "owner": {"id": 965}, "assignee": {"id": 1004}}, "job": {"id": 342, "assignee": {"id": 67}}, "organization": {"id": 186}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 83, "privilege": "user"}, "organization": {"id": 163, "owner": {"id": 247}, "user": {"role": "supervisor"}}}, "resource": {"id": 343, "owner": {"id": 608}, "assignee": {"id": 593}, "project": {"id": 367, "owner": {"id": 710}, "assignee": {"id": 862}}, "task": {"id": 349, "owner": {"id": 83}, "assignee": {"id": 1052}}, "job": {"id": 316, "assignee": {"id": 1130}}, "organization": {"id": 163}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 98, "privilege": "user"}, "organization": {"id": 133, "owner": {"id": 287}, "user": {"role": "supervisor"}}}, "resource": {"id": 302, "owner": {"id": 657}, "assignee": {"id": 528}, "project": {"id": 347, "owner": {"id": 716}, "assignee": {"id": 841}}, "task": {"id": 385, "owner": {"id": 928}, "assignee": {"id": 1097}}, "job": {"id": 323, "assignee": {"id": 98}}, "organization": {"id": 133}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 72, "privilege": "user"}, "organization": {"id": 170, "owner": {"id": 234}, "user": {"role": "supervisor"}}}, "resource": {"id": 358, "owner": {"id": 665}, "assignee": {"id": 599}, "project": {"id": 327, "owner": {"id": 724}, "assignee": {"id": 834}}, "task": {"id": 320, "owner": {"id": 72}, "assignee": {"id": 1032}}, "job": {"id": 318, "assignee": {"id": 1194}}, "organization": {"id": 1251}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 87, "privilege": "user"}, "organization": {"id": 149, "owner": {"id": 227}, "user": {"role": "supervisor"}}}, "resource": {"id": 374, "owner": {"id": 640}, "assignee": {"id": 506}, "project": {"id": 346, "owner": {"id": 700}, "assignee": {"id": 816}}, "task": {"id": 327, "owner": {"id": 986}, "assignee": {"id": 1093}}, "job": {"id": 365, "assignee": {"id": 87}}, "organization": {"id": 1230}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 55, "privilege": "user"}, "organization": {"id": 156, "owner": {"id": 230}, "user": {"role": "supervisor"}}}, "resource": {"id": 354, "owner": {"id": 673}, "assignee": {"id": 565}, "project": {"id": 381, "owner": {"id": 703}, "assignee": {"id": 821}}, "task": {"id": 371, "owner": {"id": 55}, "assignee": {"id": 1043}}, "job": {"id": 371, "assignee": {"id": 1144}}, "organization": {"id": 1274}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 38, "privilege": "user"}, "organization": {"id": 141, "owner": {"id": 225}, "user": {"role": "supervisor"}}}, "resource": {"id": 369, "owner": {"id": 616}, "assignee": {"id": 517}, "project": {"id": 316, "owner": {"id": 735}, "assignee": {"id": 891}}, "task": {"id": 300, "owner": {"id": 935}, "assignee": {"id": 1034}}, "job": {"id": 398, "assignee": {"id": 38}}, "organization": {"id": 1275}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 15, "privilege": "user"}, "organization": {"id": 185, "owner": {"id": 241}, "user": {"role": "worker"}}}, "resource": {"id": 367, "owner": {"id": 641}, "assignee": {"id": 560}, "project": {"id": 384, "owner": {"id": 713}, "assignee": {"id": 844}}, "task": {"id": 388, "owner": {"id": 15}, "assignee": {"id": 1001}}, "job": {"id": 322, "assignee": {"id": 1145}}, "organization": {"id": 185}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 5, "privilege": "user"}, "organization": {"id": 170, "owner": {"id": 266}, "user": {"role": "worker"}}}, "resource": {"id": 358, "owner": {"id": 622}, "assignee": {"id": 509}, "project": {"id": 311, "owner": {"id": 768}, "assignee": {"id": 819}}, "task": {"id": 387, "owner": {"id": 987}, "assignee": {"id": 1020}}, "job": {"id": 325, "assignee": {"id": 5}}, "organization": {"id": 170}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 77, "privilege": "user"}, "organization": {"id": 187, "owner": {"id": 275}, "user": {"role": "worker"}}}, "resource": {"id": 392, "owner": {"id": 648}, "assignee": {"id": 506}, "project": {"id": 375, "owner": {"id": 733}, "assignee": {"id": 850}}, "task": {"id": 384, "owner": {"id": 77}, "assignee": {"id": 1007}}, "job": {"id": 365, "assignee": {"id": 1157}}, "organization": {"id": 187}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 31, "privilege": "user"}, "organization": {"id": 115, "owner": {"id": 209}, "user": {"role": "worker"}}}, "resource": {"id": 334, "owner": {"id": 620}, "assignee": {"id": 524}, "project": {"id": 338, "owner": {"id": 717}, "assignee": {"id": 835}}, "task": {"id": 333, "owner": {"id": 952}, "assignee": {"id": 1020}}, "job": {"id": 389, "assignee": {"id": 31}}, "organization": {"id": 115}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 12, "privilege": "user"}, "organization": {"id": 109, "owner": {"id": 241}, "user": {"role": "worker"}}}, "resource": {"id": 375, "owner": {"id": 638}, "assignee": {"id": 566}, "project": {"id": 320, "owner": {"id": 714}, "assignee": {"id": 828}}, "task": {"id": 303, "owner": {"id": 12}, "assignee": {"id": 1034}}, "job": {"id": 369, "assignee": {"id": 1131}}, "organization": {"id": 1246}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 7, "privilege": "user"}, "organization": {"id": 143, "owner": {"id": 203}, "user": {"role": "worker"}}}, "resource": {"id": 396, "owner": {"id": 630}, "assignee": {"id": 515}, "project": {"id": 315, "owner": {"id": 763}, "assignee": {"id": 803}}, "task": {"id": 350, "owner": {"id": 988}, "assignee": {"id": 1091}}, "job": {"id": 316, "assignee": {"id": 7}}, "organization": {"id": 1225}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 35, "privilege": "user"}, "organization": {"id": 131, "owner": {"id": 287}, "user": {"role": "worker"}}}, "resource": {"id": 314, "owner": {"id": 639}, "assignee": {"id": 541}, "project": {"id": 317, "owner": {"id": 778}, "assignee": {"id": 824}}, "task": {"id": 316, "owner": {"id": 35}, "assignee": {"id": 1002}}, "job": {"id": 354, "assignee": {"id": 1142}}, "organization": {"id": 1234}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 53, "privilege": "user"}, "organization": {"id": 161, "owner": {"id": 239}, "user": {"role": "worker"}}}, "resource": {"id": 350, "owner": {"id": 634}, "assignee": {"id": 521}, "project": {"id": 347, "owner": {"id": 763}, "assignee": {"id": 870}}, "task": {"id": 386, "owner": {"id": 945}, "assignee": {"id": 1099}}, "job": {"id": 328, "assignee": {"id": 53}}, "organization": {"id": 1285}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 5, "privilege": "user"}, "organization": {"id": 126, "owner": {"id": 245}, "user": {"role": null}}}, "resource": {"id": 381, "owner": {"id": 653}, "assignee": {"id": 518}, "project": {"id": 309, "owner": {"id": 772}, "assignee": {"id": 854}}, "task": {"id": 385, "owner": {"id": 5}, "assignee": {"id": 1084}}, "job": {"id": 315, "assignee": {"id": 1193}}, "organization": {"id": 126}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 33, "privilege": "user"}, "organization": {"id": 101, "owner": {"id": 297}, "user": {"role": null}}}, "resource": {"id": 378, "owner": {"id": 627}, "assignee": {"id": 569}, "project": {"id": 388, "owner": {"id": 793}, "assignee": {"id": 897}}, "task": {"id": 327, "owner": {"id": 904}, "assignee": {"id": 1074}}, "job": {"id": 377, "assignee": {"id": 33}}, "organization": {"id": 101}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 18, "privilege": "user"}, "organization": {"id": 129, "owner": {"id": 221}, "user": {"role": null}}}, "resource": {"id": 355, "owner": {"id": 660}, "assignee": {"id": 559}, "project": {"id": 372, "owner": {"id": 703}, "assignee": {"id": 895}}, "task": {"id": 371, "owner": {"id": 18}, "assignee": {"id": 1078}}, "job": {"id": 327, "assignee": {"id": 1146}}, "organization": {"id": 129}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 74, "privilege": "user"}, "organization": {"id": 103, "owner": {"id": 223}, "user": {"role": null}}}, "resource": {"id": 391, "owner": {"id": 667}, "assignee": {"id": 531}, "project": {"id": 329, "owner": {"id": 736}, "assignee": {"id": 839}}, "task": {"id": 374, "owner": {"id": 925}, "assignee": {"id": 1020}}, "job": {"id": 372, "assignee": {"id": 74}}, "organization": {"id": 103}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 40, "privilege": "user"}, "organization": {"id": 137, "owner": {"id": 274}, "user": {"role": null}}}, "resource": {"id": 335, "owner": {"id": 645}, "assignee": {"id": 559}, "project": {"id": 338, "owner": {"id": 752}, "assignee": {"id": 832}}, "task": {"id": 312, "owner": {"id": 40}, "assignee": {"id": 1094}}, "job": {"id": 304, "assignee": {"id": 1195}}, "organization": {"id": 1284}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 30, "privilege": "user"}, "organization": {"id": 121, "owner": {"id": 218}, "user": {"role": null}}}, "resource": {"id": 397, "owner": {"id": 678}, "assignee": {"id": 545}, "project": {"id": 357, "owner": {"id": 773}, "assignee": {"id": 890}}, "task": {"id": 348, "owner": {"id": 945}, "assignee": {"id": 1014}}, "job": {"id": 330, "assignee": {"id": 30}}, "organization": {"id": 1289}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 33, "privilege": "user"}, "organization": {"id": 114, "owner": {"id": 286}, "user": {"role": null}}}, "resource": {"id": 359, "owner": {"id": 620}, "assignee": {"id": 535}, "project": {"id": 321, "owner": {"id": 740}, "assignee": {"id": 898}}, "task": {"id": 363, "owner": {"id": 33}, "assignee": {"id": 1013}}, "job": {"id": 395, "assignee": {"id": 1144}}, "organization": {"id": 1248}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 28, "privilege": "user"}, "organization": {"id": 147, "owner": {"id": 208}, "user": {"role": null}}}, "resource": {"id": 310, "owner": {"id": 670}, "assignee": {"id": 598}, "project": {"id": 398, "owner": {"id": 763}, "assignee": {"id": 878}}, "task": {"id": 399, "owner": {"id": 950}, "assignee": {"id": 1053}}, "job": {"id": 320, "assignee": {"id": 28}}, "organization": {"id": 1213}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 98, "privilege": "worker"}, "organization": {"id": 102, "owner": {"id": 98}, "user": {"role": "owner"}}}, "resource": {"id": 353, "owner": {"id": 621}, "assignee": {"id": 538}, "project": {"id": 332, "owner": {"id": 716}, "assignee": {"id": 853}}, "task": {"id": 316, "owner": {"id": 98}, "assignee": {"id": 1034}}, "job": {"id": 334, "assignee": {"id": 1133}}, "organization": {"id": 102}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 17, "privilege": "worker"}, "organization": {"id": 157, "owner": {"id": 17}, "user": {"role": "owner"}}}, "resource": {"id": 308, "owner": {"id": 628}, "assignee": {"id": 586}, "project": {"id": 321, "owner": {"id": 709}, "assignee": {"id": 849}}, "task": {"id": 302, "owner": {"id": 936}, "assignee": {"id": 1040}}, "job": {"id": 366, "assignee": {"id": 17}}, "organization": {"id": 157}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 0, "privilege": "worker"}, "organization": {"id": 162, "owner": {"id": 0}, "user": {"role": "owner"}}}, "resource": {"id": 369, "owner": {"id": 644}, "assignee": {"id": 597}, "project": {"id": 320, "owner": {"id": 741}, "assignee": {"id": 843}}, "task": {"id": 334, "owner": {"id": 0}, "assignee": {"id": 1011}}, "job": {"id": 312, "assignee": {"id": 1183}}, "organization": {"id": 162}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 79, "privilege": "worker"}, "organization": {"id": 148, "owner": {"id": 79}, "user": {"role": "owner"}}}, "resource": {"id": 369, "owner": {"id": 672}, "assignee": {"id": 511}, "project": {"id": 388, "owner": {"id": 735}, "assignee": {"id": 864}}, "task": {"id": 372, "owner": {"id": 995}, "assignee": {"id": 1029}}, "job": {"id": 336, "assignee": {"id": 79}}, "organization": {"id": 148}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 40, "privilege": "worker"}, "organization": {"id": 164, "owner": {"id": 40}, "user": {"role": "owner"}}}, "resource": {"id": 369, "owner": {"id": 665}, "assignee": {"id": 554}, "project": {"id": 384, "owner": {"id": 700}, "assignee": {"id": 880}}, "task": {"id": 326, "owner": {"id": 40}, "assignee": {"id": 1022}}, "job": {"id": 319, "assignee": {"id": 1145}}, "organization": {"id": 1269}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 83, "privilege": "worker"}, "organization": {"id": 162, "owner": {"id": 83}, "user": {"role": "owner"}}}, "resource": {"id": 334, "owner": {"id": 602}, "assignee": {"id": 511}, "project": {"id": 386, "owner": {"id": 731}, "assignee": {"id": 841}}, "task": {"id": 374, "owner": {"id": 969}, "assignee": {"id": 1004}}, "job": {"id": 344, "assignee": {"id": 83}}, "organization": {"id": 1271}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 8, "privilege": "worker"}, "organization": {"id": 190, "owner": {"id": 8}, "user": {"role": "owner"}}}, "resource": {"id": 317, "owner": {"id": 656}, "assignee": {"id": 591}, "project": {"id": 331, "owner": {"id": 781}, "assignee": {"id": 891}}, "task": {"id": 373, "owner": {"id": 8}, "assignee": {"id": 1058}}, "job": {"id": 317, "assignee": {"id": 1193}}, "organization": {"id": 1224}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 17, "privilege": "worker"}, "organization": {"id": 163, "owner": {"id": 17}, "user": {"role": "owner"}}}, "resource": {"id": 387, "owner": {"id": 672}, "assignee": {"id": 578}, "project": {"id": 397, "owner": {"id": 796}, "assignee": {"id": 895}}, "task": {"id": 346, "owner": {"id": 904}, "assignee": {"id": 1045}}, "job": {"id": 301, "assignee": {"id": 17}}, "organization": {"id": 1227}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 46, "privilege": "worker"}, "organization": {"id": 118, "owner": {"id": 224}, "user": {"role": "maintainer"}}}, "resource": {"id": 314, "owner": {"id": 690}, "assignee": {"id": 541}, "project": {"id": 346, "owner": {"id": 791}, "assignee": {"id": 843}}, "task": {"id": 338, "owner": {"id": 46}, "assignee": {"id": 1093}}, "job": {"id": 339, "assignee": {"id": 1152}}, "organization": {"id": 118}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 2, "privilege": "worker"}, "organization": {"id": 136, "owner": {"id": 292}, "user": {"role": "maintainer"}}}, "resource": {"id": 318, "owner": {"id": 608}, "assignee": {"id": 555}, "project": {"id": 376, "owner": {"id": 735}, "assignee": {"id": 829}}, "task": {"id": 373, "owner": {"id": 901}, "assignee": {"id": 1022}}, "job": {"id": 349, "assignee": {"id": 2}}, "organization": {"id": 136}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 42, "privilege": "worker"}, "organization": {"id": 193, "owner": {"id": 275}, "user": {"role": "maintainer"}}}, "resource": {"id": 391, "owner": {"id": 680}, "assignee": {"id": 528}, "project": {"id": 360, "owner": {"id": 785}, "assignee": {"id": 870}}, "task": {"id": 379, "owner": {"id": 42}, "assignee": {"id": 1061}}, "job": {"id": 332, "assignee": {"id": 1189}}, "organization": {"id": 193}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 41, "privilege": "worker"}, "organization": {"id": 139, "owner": {"id": 256}, "user": {"role": "maintainer"}}}, "resource": {"id": 313, "owner": {"id": 629}, "assignee": {"id": 571}, "project": {"id": 381, "owner": {"id": 789}, "assignee": {"id": 894}}, "task": {"id": 375, "owner": {"id": 994}, "assignee": {"id": 1034}}, "job": {"id": 344, "assignee": {"id": 41}}, "organization": {"id": 139}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 55, "privilege": "worker"}, "organization": {"id": 144, "owner": {"id": 252}, "user": {"role": "maintainer"}}}, "resource": {"id": 377, "owner": {"id": 624}, "assignee": {"id": 518}, "project": {"id": 367, "owner": {"id": 786}, "assignee": {"id": 849}}, "task": {"id": 305, "owner": {"id": 55}, "assignee": {"id": 1084}}, "job": {"id": 362, "assignee": {"id": 1131}}, "organization": {"id": 1282}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 69, "privilege": "worker"}, "organization": {"id": 168, "owner": {"id": 205}, "user": {"role": "maintainer"}}}, "resource": {"id": 377, "owner": {"id": 631}, "assignee": {"id": 566}, "project": {"id": 388, "owner": {"id": 759}, "assignee": {"id": 853}}, "task": {"id": 314, "owner": {"id": 950}, "assignee": {"id": 1023}}, "job": {"id": 329, "assignee": {"id": 69}}, "organization": {"id": 1249}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 93, "privilege": "worker"}, "organization": {"id": 184, "owner": {"id": 228}, "user": {"role": "maintainer"}}}, "resource": {"id": 379, "owner": {"id": 689}, "assignee": {"id": 579}, "project": {"id": 390, "owner": {"id": 732}, "assignee": {"id": 839}}, "task": {"id": 322, "owner": {"id": 93}, "assignee": {"id": 1027}}, "job": {"id": 348, "assignee": {"id": 1130}}, "organization": {"id": 1233}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 37, "privilege": "worker"}, "organization": {"id": 168, "owner": {"id": 281}, "user": {"role": "maintainer"}}}, "resource": {"id": 387, "owner": {"id": 653}, "assignee": {"id": 518}, "project": {"id": 379, "owner": {"id": 781}, "assignee": {"id": 842}}, "task": {"id": 393, "owner": {"id": 960}, "assignee": {"id": 1054}}, "job": {"id": 310, "assignee": {"id": 37}}, "organization": {"id": 1227}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 85, "privilege": "worker"}, "organization": {"id": 182, "owner": {"id": 262}, "user": {"role": "supervisor"}}}, "resource": {"id": 395, "owner": {"id": 625}, "assignee": {"id": 529}, "project": {"id": 310, "owner": {"id": 793}, "assignee": {"id": 879}}, "task": {"id": 397, "owner": {"id": 85}, "assignee": {"id": 1061}}, "job": {"id": 384, "assignee": {"id": 1168}}, "organization": {"id": 182}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 49, "privilege": "worker"}, "organization": {"id": 122, "owner": {"id": 209}, "user": {"role": "supervisor"}}}, "resource": {"id": 325, "owner": {"id": 694}, "assignee": {"id": 511}, "project": {"id": 394, "owner": {"id": 786}, "assignee": {"id": 884}}, "task": {"id": 355, "owner": {"id": 962}, "assignee": {"id": 1052}}, "job": {"id": 366, "assignee": {"id": 49}}, "organization": {"id": 122}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 53, "privilege": "worker"}, "organization": {"id": 105, "owner": {"id": 203}, "user": {"role": "supervisor"}}}, "resource": {"id": 390, "owner": {"id": 675}, "assignee": {"id": 542}, "project": {"id": 390, "owner": {"id": 772}, "assignee": {"id": 892}}, "task": {"id": 338, "owner": {"id": 53}, "assignee": {"id": 1034}}, "job": {"id": 375, "assignee": {"id": 1156}}, "organization": {"id": 105}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 60, "privilege": "worker"}, "organization": {"id": 108, "owner": {"id": 238}, "user": {"role": "supervisor"}}}, "resource": {"id": 378, "owner": {"id": 657}, "assignee": {"id": 504}, "project": {"id": 359, "owner": {"id": 789}, "assignee": {"id": 809}}, "task": {"id": 307, "owner": {"id": 908}, "assignee": {"id": 1083}}, "job": {"id": 305, "assignee": {"id": 60}}, "organization": {"id": 108}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 44, "privilege": "worker"}, "organization": {"id": 180, "owner": {"id": 233}, "user": {"role": "supervisor"}}}, "resource": {"id": 309, "owner": {"id": 670}, "assignee": {"id": 568}, "project": {"id": 385, "owner": {"id": 775}, "assignee": {"id": 840}}, "task": {"id": 330, "owner": {"id": 44}, "assignee": {"id": 1024}}, "job": {"id": 391, "assignee": {"id": 1110}}, "organization": {"id": 1271}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 68, "privilege": "worker"}, "organization": {"id": 197, "owner": {"id": 297}, "user": {"role": "supervisor"}}}, "resource": {"id": 318, "owner": {"id": 686}, "assignee": {"id": 581}, "project": {"id": 337, "owner": {"id": 716}, "assignee": {"id": 883}}, "task": {"id": 309, "owner": {"id": 918}, "assignee": {"id": 1046}}, "job": {"id": 333, "assignee": {"id": 68}}, "organization": {"id": 1257}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 72, "privilege": "worker"}, "organization": {"id": 132, "owner": {"id": 292}, "user": {"role": "supervisor"}}}, "resource": {"id": 324, "owner": {"id": 608}, "assignee": {"id": 580}, "project": {"id": 349, "owner": {"id": 734}, "assignee": {"id": 836}}, "task": {"id": 358, "owner": {"id": 72}, "assignee": {"id": 1019}}, "job": {"id": 335, "assignee": {"id": 1165}}, "organization": {"id": 1278}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 93, "privilege": "worker"}, "organization": {"id": 130, "owner": {"id": 284}, "user": {"role": "supervisor"}}}, "resource": {"id": 312, "owner": {"id": 682}, "assignee": {"id": 534}, "project": {"id": 393, "owner": {"id": 745}, "assignee": {"id": 818}}, "task": {"id": 339, "owner": {"id": 920}, "assignee": {"id": 1034}}, "job": {"id": 339, "assignee": {"id": 93}}, "organization": {"id": 1221}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 5, "privilege": "worker"}, "organization": {"id": 174, "owner": {"id": 254}, "user": {"role": "worker"}}}, "resource": {"id": 377, "owner": {"id": 605}, "assignee": {"id": 505}, "project": {"id": 304, "owner": {"id": 781}, "assignee": {"id": 847}}, "task": {"id": 398, "owner": {"id": 5}, "assignee": {"id": 1078}}, "job": {"id": 354, "assignee": {"id": 1133}}, "organization": {"id": 174}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 24, "privilege": "worker"}, "organization": {"id": 156, "owner": {"id": 256}, "user": {"role": "worker"}}}, "resource": {"id": 354, "owner": {"id": 612}, "assignee": {"id": 580}, "project": {"id": 349, "owner": {"id": 772}, "assignee": {"id": 842}}, "task": {"id": 381, "owner": {"id": 941}, "assignee": {"id": 1054}}, "job": {"id": 331, "assignee": {"id": 24}}, "organization": {"id": 156}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 99, "privilege": "worker"}, "organization": {"id": 181, "owner": {"id": 207}, "user": {"role": "worker"}}}, "resource": {"id": 357, "owner": {"id": 622}, "assignee": {"id": 597}, "project": {"id": 376, "owner": {"id": 783}, "assignee": {"id": 811}}, "task": {"id": 318, "owner": {"id": 99}, "assignee": {"id": 1098}}, "job": {"id": 336, "assignee": {"id": 1103}}, "organization": {"id": 181}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 91, "privilege": "worker"}, "organization": {"id": 179, "owner": {"id": 278}, "user": {"role": "worker"}}}, "resource": {"id": 394, "owner": {"id": 617}, "assignee": {"id": 524}, "project": {"id": 320, "owner": {"id": 762}, "assignee": {"id": 865}}, "task": {"id": 370, "owner": {"id": 979}, "assignee": {"id": 1023}}, "job": {"id": 394, "assignee": {"id": 91}}, "organization": {"id": 179}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 82, "privilege": "worker"}, "organization": {"id": 165, "owner": {"id": 273}, "user": {"role": "worker"}}}, "resource": {"id": 318, "owner": {"id": 636}, "assignee": {"id": 536}, "project": {"id": 358, "owner": {"id": 746}, "assignee": {"id": 830}}, "task": {"id": 333, "owner": {"id": 82}, "assignee": {"id": 1018}}, "job": {"id": 302, "assignee": {"id": 1194}}, "organization": {"id": 1220}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 55, "privilege": "worker"}, "organization": {"id": 166, "owner": {"id": 288}, "user": {"role": "worker"}}}, "resource": {"id": 312, "owner": {"id": 689}, "assignee": {"id": 542}, "project": {"id": 330, "owner": {"id": 754}, "assignee": {"id": 810}}, "task": {"id": 365, "owner": {"id": 981}, "assignee": {"id": 1053}}, "job": {"id": 398, "assignee": {"id": 55}}, "organization": {"id": 1297}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 95, "privilege": "worker"}, "organization": {"id": 127, "owner": {"id": 212}, "user": {"role": "worker"}}}, "resource": {"id": 341, "owner": {"id": 614}, "assignee": {"id": 576}, "project": {"id": 384, "owner": {"id": 761}, "assignee": {"id": 845}}, "task": {"id": 343, "owner": {"id": 95}, "assignee": {"id": 1048}}, "job": {"id": 397, "assignee": {"id": 1159}}, "organization": {"id": 1247}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 41, "privilege": "worker"}, "organization": {"id": 169, "owner": {"id": 273}, "user": {"role": "worker"}}}, "resource": {"id": 327, "owner": {"id": 657}, "assignee": {"id": 519}, "project": {"id": 364, "owner": {"id": 758}, "assignee": {"id": 805}}, "task": {"id": 363, "owner": {"id": 933}, "assignee": {"id": 1034}}, "job": {"id": 310, "assignee": {"id": 41}}, "organization": {"id": 1224}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 54, "privilege": "worker"}, "organization": {"id": 113, "owner": {"id": 264}, "user": {"role": null}}}, "resource": {"id": 322, "owner": {"id": 613}, "assignee": {"id": 571}, "project": {"id": 380, "owner": {"id": 743}, "assignee": {"id": 834}}, "task": {"id": 377, "owner": {"id": 54}, "assignee": {"id": 1087}}, "job": {"id": 319, "assignee": {"id": 1130}}, "organization": {"id": 113}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 58, "privilege": "worker"}, "organization": {"id": 153, "owner": {"id": 280}, "user": {"role": null}}}, "resource": {"id": 320, "owner": {"id": 618}, "assignee": {"id": 583}, "project": {"id": 350, "owner": {"id": 710}, "assignee": {"id": 869}}, "task": {"id": 339, "owner": {"id": 913}, "assignee": {"id": 1054}}, "job": {"id": 356, "assignee": {"id": 58}}, "organization": {"id": 153}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 48, "privilege": "worker"}, "organization": {"id": 180, "owner": {"id": 235}, "user": {"role": null}}}, "resource": {"id": 302, "owner": {"id": 636}, "assignee": {"id": 562}, "project": {"id": 329, "owner": {"id": 799}, "assignee": {"id": 828}}, "task": {"id": 388, "owner": {"id": 48}, "assignee": {"id": 1033}}, "job": {"id": 329, "assignee": {"id": 1123}}, "organization": {"id": 180}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 65, "privilege": "worker"}, "organization": {"id": 166, "owner": {"id": 275}, "user": {"role": null}}}, "resource": {"id": 395, "owner": {"id": 653}, "assignee": {"id": 570}, "project": {"id": 379, "owner": {"id": 755}, "assignee": {"id": 818}}, "task": {"id": 315, "owner": {"id": 991}, "assignee": {"id": 1024}}, "job": {"id": 336, "assignee": {"id": 65}}, "organization": {"id": 166}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 37, "privilege": "worker"}, "organization": {"id": 142, "owner": {"id": 231}, "user": {"role": null}}}, "resource": {"id": 345, "owner": {"id": 630}, "assignee": {"id": 573}, "project": {"id": 307, "owner": {"id": 742}, "assignee": {"id": 840}}, "task": {"id": 305, "owner": {"id": 37}, "assignee": {"id": 1042}}, "job": {"id": 399, "assignee": {"id": 1123}}, "organization": {"id": 1205}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 9, "privilege": "worker"}, "organization": {"id": 160, "owner": {"id": 265}, "user": {"role": null}}}, "resource": {"id": 399, "owner": {"id": 690}, "assignee": {"id": 529}, "project": {"id": 387, "owner": {"id": 785}, "assignee": {"id": 801}}, "task": {"id": 399, "owner": {"id": 912}, "assignee": {"id": 1069}}, "job": {"id": 352, "assignee": {"id": 9}}, "organization": {"id": 1207}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 22, "privilege": "worker"}, "organization": {"id": 140, "owner": {"id": 201}, "user": {"role": null}}}, "resource": {"id": 330, "owner": {"id": 680}, "assignee": {"id": 588}, "project": {"id": 344, "owner": {"id": 758}, "assignee": {"id": 825}}, "task": {"id": 337, "owner": {"id": 22}, "assignee": {"id": 1005}}, "job": {"id": 329, "assignee": {"id": 1195}}, "organization": {"id": 1241}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 73, "privilege": "worker"}, "organization": {"id": 162, "owner": {"id": 277}, "user": {"role": null}}}, "resource": {"id": 377, "owner": {"id": 662}, "assignee": {"id": 580}, "project": {"id": 354, "owner": {"id": 774}, "assignee": {"id": 814}}, "task": {"id": 303, "owner": {"id": 903}, "assignee": {"id": 1057}}, "job": {"id": 313, "assignee": {"id": 73}}, "organization": {"id": 1272}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 40, "privilege": "none"}, "organization": {"id": 174, "owner": {"id": 40}, "user": {"role": "owner"}}}, "resource": {"id": 313, "owner": {"id": 667}, "assignee": {"id": 529}, "project": {"id": 312, "owner": {"id": 705}, "assignee": {"id": 861}}, "task": {"id": 399, "owner": {"id": 40}, "assignee": {"id": 1050}}, "job": {"id": 324, "assignee": {"id": 1143}}, "organization": {"id": 174}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 30, "privilege": "none"}, "organization": {"id": 181, "owner": {"id": 30}, "user": {"role": "owner"}}}, "resource": {"id": 362, "owner": {"id": 612}, "assignee": {"id": 574}, "project": {"id": 329, "owner": {"id": 725}, "assignee": {"id": 890}}, "task": {"id": 320, "owner": {"id": 968}, "assignee": {"id": 1079}}, "job": {"id": 322, "assignee": {"id": 30}}, "organization": {"id": 181}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 98, "privilege": "none"}, "organization": {"id": 108, "owner": {"id": 98}, "user": {"role": "owner"}}}, "resource": {"id": 326, "owner": {"id": 621}, "assignee": {"id": 507}, "project": {"id": 363, "owner": {"id": 709}, "assignee": {"id": 815}}, "task": {"id": 319, "owner": {"id": 98}, "assignee": {"id": 1047}}, "job": {"id": 313, "assignee": {"id": 1131}}, "organization": {"id": 108}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 76, "privilege": "none"}, "organization": {"id": 139, "owner": {"id": 76}, "user": {"role": "owner"}}}, "resource": {"id": 356, "owner": {"id": 664}, "assignee": {"id": 538}, "project": {"id": 305, "owner": {"id": 737}, "assignee": {"id": 834}}, "task": {"id": 384, "owner": {"id": 939}, "assignee": {"id": 1024}}, "job": {"id": 398, "assignee": {"id": 76}}, "organization": {"id": 139}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 4, "privilege": "none"}, "organization": {"id": 194, "owner": {"id": 4}, "user": {"role": "owner"}}}, "resource": {"id": 301, "owner": {"id": 673}, "assignee": {"id": 570}, "project": {"id": 338, "owner": {"id": 791}, "assignee": {"id": 822}}, "task": {"id": 342, "owner": {"id": 4}, "assignee": {"id": 1050}}, "job": {"id": 367, "assignee": {"id": 1106}}, "organization": {"id": 1291}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 97, "privilege": "none"}, "organization": {"id": 188, "owner": {"id": 97}, "user": {"role": "owner"}}}, "resource": {"id": 394, "owner": {"id": 628}, "assignee": {"id": 500}, "project": {"id": 369, "owner": {"id": 788}, "assignee": {"id": 827}}, "task": {"id": 364, "owner": {"id": 971}, "assignee": {"id": 1017}}, "job": {"id": 319, "assignee": {"id": 97}}, "organization": {"id": 1254}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 22, "privilege": "none"}, "organization": {"id": 162, "owner": {"id": 22}, "user": {"role": "owner"}}}, "resource": {"id": 361, "owner": {"id": 654}, "assignee": {"id": 517}, "project": {"id": 342, "owner": {"id": 716}, "assignee": {"id": 858}}, "task": {"id": 395, "owner": {"id": 22}, "assignee": {"id": 1037}}, "job": {"id": 344, "assignee": {"id": 1139}}, "organization": {"id": 1230}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 74, "privilege": "none"}, "organization": {"id": 192, "owner": {"id": 74}, "user": {"role": "owner"}}}, "resource": {"id": 389, "owner": {"id": 697}, "assignee": {"id": 513}, "project": {"id": 358, "owner": {"id": 767}, "assignee": {"id": 863}}, "task": {"id": 301, "owner": {"id": 930}, "assignee": {"id": 1093}}, "job": {"id": 374, "assignee": {"id": 74}}, "organization": {"id": 1276}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 18, "privilege": "none"}, "organization": {"id": 131, "owner": {"id": 237}, "user": {"role": "maintainer"}}}, "resource": {"id": 378, "owner": {"id": 603}, "assignee": {"id": 528}, "project": {"id": 363, "owner": {"id": 714}, "assignee": {"id": 883}}, "task": {"id": 327, "owner": {"id": 18}, "assignee": {"id": 1056}}, "job": {"id": 389, "assignee": {"id": 1198}}, "organization": {"id": 131}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 6, "privilege": "none"}, "organization": {"id": 106, "owner": {"id": 248}, "user": {"role": "maintainer"}}}, "resource": {"id": 341, "owner": {"id": 607}, "assignee": {"id": 537}, "project": {"id": 353, "owner": {"id": 722}, "assignee": {"id": 802}}, "task": {"id": 387, "owner": {"id": 910}, "assignee": {"id": 1014}}, "job": {"id": 385, "assignee": {"id": 6}}, "organization": {"id": 106}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 10, "privilege": "none"}, "organization": {"id": 151, "owner": {"id": 290}, "user": {"role": "maintainer"}}}, "resource": {"id": 378, "owner": {"id": 656}, "assignee": {"id": 556}, "project": {"id": 330, "owner": {"id": 724}, "assignee": {"id": 838}}, "task": {"id": 373, "owner": {"id": 10}, "assignee": {"id": 1023}}, "job": {"id": 381, "assignee": {"id": 1145}}, "organization": {"id": 151}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 41, "privilege": "none"}, "organization": {"id": 123, "owner": {"id": 221}, "user": {"role": "maintainer"}}}, "resource": {"id": 312, "owner": {"id": 630}, "assignee": {"id": 526}, "project": {"id": 338, "owner": {"id": 750}, "assignee": {"id": 890}}, "task": {"id": 389, "owner": {"id": 944}, "assignee": {"id": 1024}}, "job": {"id": 346, "assignee": {"id": 41}}, "organization": {"id": 123}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 45, "privilege": "none"}, "organization": {"id": 199, "owner": {"id": 268}, "user": {"role": "maintainer"}}}, "resource": {"id": 323, "owner": {"id": 678}, "assignee": {"id": 527}, "project": {"id": 326, "owner": {"id": 718}, "assignee": {"id": 821}}, "task": {"id": 368, "owner": {"id": 45}, "assignee": {"id": 1046}}, "job": {"id": 332, "assignee": {"id": 1136}}, "organization": {"id": 1241}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 4, "privilege": "none"}, "organization": {"id": 108, "owner": {"id": 239}, "user": {"role": "maintainer"}}}, "resource": {"id": 392, "owner": {"id": 647}, "assignee": {"id": 566}, "project": {"id": 380, "owner": {"id": 731}, "assignee": {"id": 802}}, "task": {"id": 397, "owner": {"id": 981}, "assignee": {"id": 1057}}, "job": {"id": 321, "assignee": {"id": 4}}, "organization": {"id": 1296}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 93, "privilege": "none"}, "organization": {"id": 191, "owner": {"id": 294}, "user": {"role": "maintainer"}}}, "resource": {"id": 394, "owner": {"id": 649}, "assignee": {"id": 596}, "project": {"id": 322, "owner": {"id": 749}, "assignee": {"id": 866}}, "task": {"id": 345, "owner": {"id": 93}, "assignee": {"id": 1020}}, "job": {"id": 344, "assignee": {"id": 1188}}, "organization": {"id": 1258}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 8, "privilege": "none"}, "organization": {"id": 192, "owner": {"id": 250}, "user": {"role": "maintainer"}}}, "resource": {"id": 361, "owner": {"id": 674}, "assignee": {"id": 549}, "project": {"id": 381, "owner": {"id": 723}, "assignee": {"id": 874}}, "task": {"id": 301, "owner": {"id": 988}, "assignee": {"id": 1023}}, "job": {"id": 316, "assignee": {"id": 8}}, "organization": {"id": 1203}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 5, "privilege": "none"}, "organization": {"id": 185, "owner": {"id": 234}, "user": {"role": "supervisor"}}}, "resource": {"id": 326, "owner": {"id": 602}, "assignee": {"id": 530}, "project": {"id": 327, "owner": {"id": 705}, "assignee": {"id": 812}}, "task": {"id": 303, "owner": {"id": 5}, "assignee": {"id": 1079}}, "job": {"id": 347, "assignee": {"id": 1123}}, "organization": {"id": 185}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 61, "privilege": "none"}, "organization": {"id": 172, "owner": {"id": 200}, "user": {"role": "supervisor"}}}, "resource": {"id": 337, "owner": {"id": 645}, "assignee": {"id": 589}, "project": {"id": 312, "owner": {"id": 731}, "assignee": {"id": 837}}, "task": {"id": 312, "owner": {"id": 986}, "assignee": {"id": 1033}}, "job": {"id": 335, "assignee": {"id": 61}}, "organization": {"id": 172}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 15, "privilege": "none"}, "organization": {"id": 174, "owner": {"id": 276}, "user": {"role": "supervisor"}}}, "resource": {"id": 343, "owner": {"id": 632}, "assignee": {"id": 575}, "project": {"id": 375, "owner": {"id": 757}, "assignee": {"id": 830}}, "task": {"id": 304, "owner": {"id": 15}, "assignee": {"id": 1082}}, "job": {"id": 350, "assignee": {"id": 1102}}, "organization": {"id": 174}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 21, "privilege": "none"}, "organization": {"id": 113, "owner": {"id": 212}, "user": {"role": "supervisor"}}}, "resource": {"id": 381, "owner": {"id": 687}, "assignee": {"id": 508}, "project": {"id": 308, "owner": {"id": 798}, "assignee": {"id": 881}}, "task": {"id": 312, "owner": {"id": 939}, "assignee": {"id": 1085}}, "job": {"id": 314, "assignee": {"id": 21}}, "organization": {"id": 113}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 3, "privilege": "none"}, "organization": {"id": 146, "owner": {"id": 232}, "user": {"role": "supervisor"}}}, "resource": {"id": 359, "owner": {"id": 665}, "assignee": {"id": 587}, "project": {"id": 342, "owner": {"id": 759}, "assignee": {"id": 894}}, "task": {"id": 347, "owner": {"id": 3}, "assignee": {"id": 1031}}, "job": {"id": 357, "assignee": {"id": 1145}}, "organization": {"id": 1254}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 83, "privilege": "none"}, "organization": {"id": 179, "owner": {"id": 212}, "user": {"role": "supervisor"}}}, "resource": {"id": 314, "owner": {"id": 607}, "assignee": {"id": 588}, "project": {"id": 387, "owner": {"id": 727}, "assignee": {"id": 852}}, "task": {"id": 391, "owner": {"id": 967}, "assignee": {"id": 1046}}, "job": {"id": 355, "assignee": {"id": 83}}, "organization": {"id": 1201}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 56, "privilege": "none"}, "organization": {"id": 124, "owner": {"id": 232}, "user": {"role": "supervisor"}}}, "resource": {"id": 308, "owner": {"id": 619}, "assignee": {"id": 537}, "project": {"id": 358, "owner": {"id": 781}, "assignee": {"id": 895}}, "task": {"id": 361, "owner": {"id": 56}, "assignee": {"id": 1063}}, "job": {"id": 352, "assignee": {"id": 1171}}, "organization": {"id": 1263}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 61, "privilege": "none"}, "organization": {"id": 174, "owner": {"id": 289}, "user": {"role": "supervisor"}}}, "resource": {"id": 392, "owner": {"id": 621}, "assignee": {"id": 565}, "project": {"id": 369, "owner": {"id": 747}, "assignee": {"id": 863}}, "task": {"id": 327, "owner": {"id": 991}, "assignee": {"id": 1025}}, "job": {"id": 321, "assignee": {"id": 61}}, "organization": {"id": 1238}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 35, "privilege": "none"}, "organization": {"id": 190, "owner": {"id": 267}, "user": {"role": "worker"}}}, "resource": {"id": 337, "owner": {"id": 680}, "assignee": {"id": 502}, "project": {"id": 398, "owner": {"id": 740}, "assignee": {"id": 895}}, "task": {"id": 357, "owner": {"id": 35}, "assignee": {"id": 1066}}, "job": {"id": 330, "assignee": {"id": 1196}}, "organization": {"id": 190}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 17, "privilege": "none"}, "organization": {"id": 178, "owner": {"id": 250}, "user": {"role": "worker"}}}, "resource": {"id": 396, "owner": {"id": 671}, "assignee": {"id": 566}, "project": {"id": 372, "owner": {"id": 792}, "assignee": {"id": 830}}, "task": {"id": 385, "owner": {"id": 988}, "assignee": {"id": 1017}}, "job": {"id": 339, "assignee": {"id": 17}}, "organization": {"id": 178}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 80, "privilege": "none"}, "organization": {"id": 150, "owner": {"id": 221}, "user": {"role": "worker"}}}, "resource": {"id": 380, "owner": {"id": 603}, "assignee": {"id": 547}, "project": {"id": 324, "owner": {"id": 716}, "assignee": {"id": 876}}, "task": {"id": 396, "owner": {"id": 80}, "assignee": {"id": 1045}}, "job": {"id": 359, "assignee": {"id": 1159}}, "organization": {"id": 150}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 97, "privilege": "none"}, "organization": {"id": 131, "owner": {"id": 207}, "user": {"role": "worker"}}}, "resource": {"id": 358, "owner": {"id": 645}, "assignee": {"id": 572}, "project": {"id": 398, "owner": {"id": 745}, "assignee": {"id": 895}}, "task": {"id": 365, "owner": {"id": 985}, "assignee": {"id": 1049}}, "job": {"id": 386, "assignee": {"id": 97}}, "organization": {"id": 131}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 98, "privilege": "none"}, "organization": {"id": 170, "owner": {"id": 212}, "user": {"role": "worker"}}}, "resource": {"id": 350, "owner": {"id": 639}, "assignee": {"id": 519}, "project": {"id": 313, "owner": {"id": 707}, "assignee": {"id": 894}}, "task": {"id": 340, "owner": {"id": 98}, "assignee": {"id": 1096}}, "job": {"id": 340, "assignee": {"id": 1133}}, "organization": {"id": 1234}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 28, "privilege": "none"}, "organization": {"id": 186, "owner": {"id": 250}, "user": {"role": "worker"}}}, "resource": {"id": 380, "owner": {"id": 622}, "assignee": {"id": 549}, "project": {"id": 375, "owner": {"id": 734}, "assignee": {"id": 868}}, "task": {"id": 359, "owner": {"id": 938}, "assignee": {"id": 1055}}, "job": {"id": 371, "assignee": {"id": 28}}, "organization": {"id": 1244}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 56, "privilege": "none"}, "organization": {"id": 101, "owner": {"id": 250}, "user": {"role": "worker"}}}, "resource": {"id": 306, "owner": {"id": 610}, "assignee": {"id": 509}, "project": {"id": 309, "owner": {"id": 716}, "assignee": {"id": 850}}, "task": {"id": 331, "owner": {"id": 56}, "assignee": {"id": 1086}}, "job": {"id": 354, "assignee": {"id": 1157}}, "organization": {"id": 1203}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 13, "privilege": "none"}, "organization": {"id": 111, "owner": {"id": 206}, "user": {"role": "worker"}}}, "resource": {"id": 391, "owner": {"id": 612}, "assignee": {"id": 585}, "project": {"id": 309, "owner": {"id": 757}, "assignee": {"id": 867}}, "task": {"id": 324, "owner": {"id": 943}, "assignee": {"id": 1054}}, "job": {"id": 391, "assignee": {"id": 13}}, "organization": {"id": 1257}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 79, "privilege": "none"}, "organization": {"id": 169, "owner": {"id": 237}, "user": {"role": null}}}, "resource": {"id": 337, "owner": {"id": 621}, "assignee": {"id": 588}, "project": {"id": 330, "owner": {"id": 785}, "assignee": {"id": 840}}, "task": {"id": 356, "owner": {"id": 79}, "assignee": {"id": 1026}}, "job": {"id": 332, "assignee": {"id": 1143}}, "organization": {"id": 169}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 39, "privilege": "none"}, "organization": {"id": 167, "owner": {"id": 277}, "user": {"role": null}}}, "resource": {"id": 368, "owner": {"id": 674}, "assignee": {"id": 577}, "project": {"id": 338, "owner": {"id": 711}, "assignee": {"id": 820}}, "task": {"id": 332, "owner": {"id": 977}, "assignee": {"id": 1030}}, "job": {"id": 341, "assignee": {"id": 39}}, "organization": {"id": 167}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 81, "privilege": "none"}, "organization": {"id": 104, "owner": {"id": 299}, "user": {"role": null}}}, "resource": {"id": 348, "owner": {"id": 691}, "assignee": {"id": 598}, "project": {"id": 349, "owner": {"id": 759}, "assignee": {"id": 808}}, "task": {"id": 380, "owner": {"id": 81}, "assignee": {"id": 1098}}, "job": {"id": 348, "assignee": {"id": 1182}}, "organization": {"id": 104}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 31, "privilege": "none"}, "organization": {"id": 165, "owner": {"id": 220}, "user": {"role": null}}}, "resource": {"id": 338, "owner": {"id": 653}, "assignee": {"id": 520}, "project": {"id": 310, "owner": {"id": 797}, "assignee": {"id": 894}}, "task": {"id": 386, "owner": {"id": 963}, "assignee": {"id": 1079}}, "job": {"id": 314, "assignee": {"id": 31}}, "organization": {"id": 165}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 55, "privilege": "none"}, "organization": {"id": 124, "owner": {"id": 212}, "user": {"role": null}}}, "resource": {"id": 377, "owner": {"id": 622}, "assignee": {"id": 501}, "project": {"id": 398, "owner": {"id": 717}, "assignee": {"id": 886}}, "task": {"id": 383, "owner": {"id": 55}, "assignee": {"id": 1091}}, "job": {"id": 335, "assignee": {"id": 1160}}, "organization": {"id": 1259}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 96, "privilege": "none"}, "organization": {"id": 135, "owner": {"id": 203}, "user": {"role": null}}}, "resource": {"id": 338, "owner": {"id": 668}, "assignee": {"id": 553}, "project": {"id": 360, "owner": {"id": 747}, "assignee": {"id": 868}}, "task": {"id": 342, "owner": {"id": 994}, "assignee": {"id": 1074}}, "job": {"id": 399, "assignee": {"id": 96}}, "organization": {"id": 1222}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 14, "privilege": "none"}, "organization": {"id": 152, "owner": {"id": 260}, "user": {"role": null}}}, "resource": {"id": 359, "owner": {"id": 672}, "assignee": {"id": 505}, "project": {"id": 331, "owner": {"id": 796}, "assignee": {"id": 813}}, "task": {"id": 345, "owner": {"id": 14}, "assignee": {"id": 1091}}, "job": {"id": 398, "assignee": {"id": 1116}}, "organization": {"id": 1225}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 83, "privilege": "none"}, "organization": {"id": 135, "owner": {"id": 243}, "user": {"role": null}}}, "resource": {"id": 399, "owner": {"id": 676}, "assignee": {"id": 508}, "project": {"id": 391, "owner": {"id": 753}, "assignee": {"id": 868}}, "task": {"id": 320, "owner": {"id": 911}, "assignee": {"id": 1069}}, "job": {"id": 350, "assignee": {"id": 83}}, "organization": {"id": 1248}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 87, "privilege": "admin"}, "organization": {"id": 123, "owner": {"id": 87}, "user": {"role": "owner"}}}, "resource": {"id": 354, "owner": {"id": 685}, "assignee": {"id": 532}, "project": {"id": 386, "owner": {"id": 768}, "assignee": {"id": 881}}, "task": {"id": 355, "owner": {"id": 921}, "assignee": {"id": 87}}, "job": {"id": 397, "assignee": {"id": 1162}}, "organization": {"id": 123}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 67, "privilege": "admin"}, "organization": {"id": 121, "owner": {"id": 67}, "user": {"role": "owner"}}}, "resource": {"id": 317, "owner": {"id": 67}, "assignee": {"id": 516}, "project": {"id": 360, "owner": {"id": 789}, "assignee": {"id": 886}}, "task": {"id": 352, "owner": {"id": 984}, "assignee": {"id": 1036}}, "job": {"id": 395, "assignee": {"id": 1148}}, "organization": {"id": 121}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 37, "privilege": "admin"}, "organization": {"id": 106, "owner": {"id": 37}, "user": {"role": "owner"}}}, "resource": {"id": 394, "owner": {"id": 694}, "assignee": {"id": 598}, "project": {"id": 356, "owner": {"id": 785}, "assignee": {"id": 835}}, "task": {"id": 383, "owner": {"id": 918}, "assignee": {"id": 37}}, "job": {"id": 318, "assignee": {"id": 1150}}, "organization": {"id": 106}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 77, "privilege": "admin"}, "organization": {"id": 173, "owner": {"id": 77}, "user": {"role": "owner"}}}, "resource": {"id": 340, "owner": {"id": 77}, "assignee": {"id": 514}, "project": {"id": 343, "owner": {"id": 712}, "assignee": {"id": 887}}, "task": {"id": 386, "owner": {"id": 949}, "assignee": {"id": 1022}}, "job": {"id": 303, "assignee": {"id": 1172}}, "organization": {"id": 173}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 23, "privilege": "admin"}, "organization": {"id": 105, "owner": {"id": 23}, "user": {"role": "owner"}}}, "resource": {"id": 388, "owner": {"id": 647}, "assignee": {"id": 556}, "project": {"id": 334, "owner": {"id": 707}, "assignee": {"id": 830}}, "task": {"id": 320, "owner": {"id": 930}, "assignee": {"id": 23}}, "job": {"id": 329, "assignee": {"id": 1108}}, "organization": {"id": 1278}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 91, "privilege": "admin"}, "organization": {"id": 144, "owner": {"id": 91}, "user": {"role": "owner"}}}, "resource": {"id": 323, "owner": {"id": 91}, "assignee": {"id": 543}, "project": {"id": 322, "owner": {"id": 738}, "assignee": {"id": 818}}, "task": {"id": 368, "owner": {"id": 965}, "assignee": {"id": 1051}}, "job": {"id": 359, "assignee": {"id": 1163}}, "organization": {"id": 1214}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 81, "privilege": "admin"}, "organization": {"id": 142, "owner": {"id": 81}, "user": {"role": "owner"}}}, "resource": {"id": 386, "owner": {"id": 619}, "assignee": {"id": 500}, "project": {"id": 301, "owner": {"id": 793}, "assignee": {"id": 831}}, "task": {"id": 319, "owner": {"id": 917}, "assignee": {"id": 81}}, "job": {"id": 315, "assignee": {"id": 1178}}, "organization": {"id": 1216}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 19, "privilege": "admin"}, "organization": {"id": 128, "owner": {"id": 19}, "user": {"role": "owner"}}}, "resource": {"id": 324, "owner": {"id": 19}, "assignee": {"id": 554}, "project": {"id": 351, "owner": {"id": 789}, "assignee": {"id": 869}}, "task": {"id": 320, "owner": {"id": 933}, "assignee": {"id": 1029}}, "job": {"id": 316, "assignee": {"id": 1193}}, "organization": {"id": 1226}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 82, "privilege": "admin"}, "organization": {"id": 198, "owner": {"id": 282}, "user": {"role": "maintainer"}}}, "resource": {"id": 318, "owner": {"id": 602}, "assignee": {"id": 573}, "project": {"id": 394, "owner": {"id": 725}, "assignee": {"id": 862}}, "task": {"id": 304, "owner": {"id": 964}, "assignee": {"id": 82}}, "job": {"id": 320, "assignee": {"id": 1170}}, "organization": {"id": 198}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 69, "privilege": "admin"}, "organization": {"id": 183, "owner": {"id": 279}, "user": {"role": "maintainer"}}}, "resource": {"id": 322, "owner": {"id": 69}, "assignee": {"id": 571}, "project": {"id": 329, "owner": {"id": 751}, "assignee": {"id": 889}}, "task": {"id": 372, "owner": {"id": 943}, "assignee": {"id": 1042}}, "job": {"id": 301, "assignee": {"id": 1127}}, "organization": {"id": 183}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 88, "privilege": "admin"}, "organization": {"id": 106, "owner": {"id": 217}, "user": {"role": "maintainer"}}}, "resource": {"id": 356, "owner": {"id": 649}, "assignee": {"id": 557}, "project": {"id": 314, "owner": {"id": 754}, "assignee": {"id": 832}}, "task": {"id": 350, "owner": {"id": 947}, "assignee": {"id": 88}}, "job": {"id": 327, "assignee": {"id": 1199}}, "organization": {"id": 106}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 72, "privilege": "admin"}, "organization": {"id": 170, "owner": {"id": 228}, "user": {"role": "maintainer"}}}, "resource": {"id": 327, "owner": {"id": 72}, "assignee": {"id": 545}, "project": {"id": 350, "owner": {"id": 793}, "assignee": {"id": 853}}, "task": {"id": 392, "owner": {"id": 922}, "assignee": {"id": 1038}}, "job": {"id": 386, "assignee": {"id": 1155}}, "organization": {"id": 170}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 17, "privilege": "admin"}, "organization": {"id": 138, "owner": {"id": 242}, "user": {"role": "maintainer"}}}, "resource": {"id": 312, "owner": {"id": 612}, "assignee": {"id": 548}, "project": {"id": 308, "owner": {"id": 770}, "assignee": {"id": 805}}, "task": {"id": 380, "owner": {"id": 943}, "assignee": {"id": 17}}, "job": {"id": 383, "assignee": {"id": 1188}}, "organization": {"id": 1268}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 42, "privilege": "admin"}, "organization": {"id": 124, "owner": {"id": 291}, "user": {"role": "maintainer"}}}, "resource": {"id": 398, "owner": {"id": 42}, "assignee": {"id": 565}, "project": {"id": 374, "owner": {"id": 760}, "assignee": {"id": 845}}, "task": {"id": 390, "owner": {"id": 914}, "assignee": {"id": 1034}}, "job": {"id": 323, "assignee": {"id": 1104}}, "organization": {"id": 1277}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 58, "privilege": "admin"}, "organization": {"id": 128, "owner": {"id": 251}, "user": {"role": "maintainer"}}}, "resource": {"id": 302, "owner": {"id": 628}, "assignee": {"id": 513}, "project": {"id": 382, "owner": {"id": 720}, "assignee": {"id": 897}}, "task": {"id": 383, "owner": {"id": 939}, "assignee": {"id": 58}}, "job": {"id": 386, "assignee": {"id": 1123}}, "organization": {"id": 1235}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 39, "privilege": "admin"}, "organization": {"id": 176, "owner": {"id": 232}, "user": {"role": "maintainer"}}}, "resource": {"id": 300, "owner": {"id": 39}, "assignee": {"id": 590}, "project": {"id": 358, "owner": {"id": 708}, "assignee": {"id": 886}}, "task": {"id": 366, "owner": {"id": 946}, "assignee": {"id": 1010}}, "job": {"id": 388, "assignee": {"id": 1120}}, "organization": {"id": 1219}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 22, "privilege": "admin"}, "organization": {"id": 170, "owner": {"id": 299}, "user": {"role": "supervisor"}}}, "resource": {"id": 376, "owner": {"id": 620}, "assignee": {"id": 597}, "project": {"id": 341, "owner": {"id": 773}, "assignee": {"id": 810}}, "task": {"id": 340, "owner": {"id": 972}, "assignee": {"id": 22}}, "job": {"id": 386, "assignee": {"id": 1128}}, "organization": {"id": 170}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 51, "privilege": "admin"}, "organization": {"id": 100, "owner": {"id": 259}, "user": {"role": "supervisor"}}}, "resource": {"id": 386, "owner": {"id": 51}, "assignee": {"id": 530}, "project": {"id": 348, "owner": {"id": 775}, "assignee": {"id": 872}}, "task": {"id": 364, "owner": {"id": 905}, "assignee": {"id": 1043}}, "job": {"id": 308, "assignee": {"id": 1193}}, "organization": {"id": 100}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 14, "privilege": "admin"}, "organization": {"id": 167, "owner": {"id": 250}, "user": {"role": "supervisor"}}}, "resource": {"id": 360, "owner": {"id": 666}, "assignee": {"id": 541}, "project": {"id": 316, "owner": {"id": 703}, "assignee": {"id": 816}}, "task": {"id": 356, "owner": {"id": 904}, "assignee": {"id": 14}}, "job": {"id": 368, "assignee": {"id": 1128}}, "organization": {"id": 167}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 67, "privilege": "admin"}, "organization": {"id": 146, "owner": {"id": 205}, "user": {"role": "supervisor"}}}, "resource": {"id": 392, "owner": {"id": 67}, "assignee": {"id": 582}, "project": {"id": 370, "owner": {"id": 769}, "assignee": {"id": 871}}, "task": {"id": 337, "owner": {"id": 900}, "assignee": {"id": 1097}}, "job": {"id": 352, "assignee": {"id": 1152}}, "organization": {"id": 146}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 64, "privilege": "admin"}, "organization": {"id": 168, "owner": {"id": 283}, "user": {"role": "supervisor"}}}, "resource": {"id": 334, "owner": {"id": 606}, "assignee": {"id": 512}, "project": {"id": 390, "owner": {"id": 748}, "assignee": {"id": 833}}, "task": {"id": 306, "owner": {"id": 989}, "assignee": {"id": 64}}, "job": {"id": 394, "assignee": {"id": 1114}}, "organization": {"id": 1262}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 74, "privilege": "admin"}, "organization": {"id": 186, "owner": {"id": 207}, "user": {"role": "supervisor"}}}, "resource": {"id": 310, "owner": {"id": 74}, "assignee": {"id": 585}, "project": {"id": 324, "owner": {"id": 769}, "assignee": {"id": 838}}, "task": {"id": 321, "owner": {"id": 974}, "assignee": {"id": 1053}}, "job": {"id": 347, "assignee": {"id": 1178}}, "organization": {"id": 1296}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 42, "privilege": "admin"}, "organization": {"id": 102, "owner": {"id": 201}, "user": {"role": "supervisor"}}}, "resource": {"id": 354, "owner": {"id": 692}, "assignee": {"id": 555}, "project": {"id": 361, "owner": {"id": 716}, "assignee": {"id": 896}}, "task": {"id": 368, "owner": {"id": 974}, "assignee": {"id": 42}}, "job": {"id": 347, "assignee": {"id": 1187}}, "organization": {"id": 1280}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 95, "privilege": "admin"}, "organization": {"id": 107, "owner": {"id": 208}, "user": {"role": "supervisor"}}}, "resource": {"id": 337, "owner": {"id": 95}, "assignee": {"id": 574}, "project": {"id": 366, "owner": {"id": 780}, "assignee": {"id": 878}}, "task": {"id": 361, "owner": {"id": 946}, "assignee": {"id": 1023}}, "job": {"id": 336, "assignee": {"id": 1196}}, "organization": {"id": 1215}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 34, "privilege": "admin"}, "organization": {"id": 118, "owner": {"id": 251}, "user": {"role": "worker"}}}, "resource": {"id": 347, "owner": {"id": 648}, "assignee": {"id": 537}, "project": {"id": 306, "owner": {"id": 734}, "assignee": {"id": 832}}, "task": {"id": 391, "owner": {"id": 994}, "assignee": {"id": 34}}, "job": {"id": 382, "assignee": {"id": 1186}}, "organization": {"id": 118}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 44, "privilege": "admin"}, "organization": {"id": 155, "owner": {"id": 240}, "user": {"role": "worker"}}}, "resource": {"id": 395, "owner": {"id": 44}, "assignee": {"id": 585}, "project": {"id": 365, "owner": {"id": 717}, "assignee": {"id": 874}}, "task": {"id": 355, "owner": {"id": 916}, "assignee": {"id": 1044}}, "job": {"id": 325, "assignee": {"id": 1114}}, "organization": {"id": 155}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 2, "privilege": "admin"}, "organization": {"id": 146, "owner": {"id": 204}, "user": {"role": "worker"}}}, "resource": {"id": 303, "owner": {"id": 689}, "assignee": {"id": 508}, "project": {"id": 362, "owner": {"id": 790}, "assignee": {"id": 829}}, "task": {"id": 336, "owner": {"id": 907}, "assignee": {"id": 2}}, "job": {"id": 395, "assignee": {"id": 1161}}, "organization": {"id": 146}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 62, "privilege": "admin"}, "organization": {"id": 172, "owner": {"id": 224}, "user": {"role": "worker"}}}, "resource": {"id": 392, "owner": {"id": 62}, "assignee": {"id": 595}, "project": {"id": 396, "owner": {"id": 749}, "assignee": {"id": 848}}, "task": {"id": 339, "owner": {"id": 920}, "assignee": {"id": 1001}}, "job": {"id": 305, "assignee": {"id": 1195}}, "organization": {"id": 172}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 54, "privilege": "admin"}, "organization": {"id": 160, "owner": {"id": 214}, "user": {"role": "worker"}}}, "resource": {"id": 310, "owner": {"id": 604}, "assignee": {"id": 503}, "project": {"id": 318, "owner": {"id": 755}, "assignee": {"id": 815}}, "task": {"id": 333, "owner": {"id": 909}, "assignee": {"id": 54}}, "job": {"id": 367, "assignee": {"id": 1141}}, "organization": {"id": 1237}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 53, "privilege": "admin"}, "organization": {"id": 108, "owner": {"id": 224}, "user": {"role": "worker"}}}, "resource": {"id": 331, "owner": {"id": 53}, "assignee": {"id": 565}, "project": {"id": 331, "owner": {"id": 731}, "assignee": {"id": 807}}, "task": {"id": 307, "owner": {"id": 942}, "assignee": {"id": 1096}}, "job": {"id": 345, "assignee": {"id": 1109}}, "organization": {"id": 1225}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 9, "privilege": "admin"}, "organization": {"id": 170, "owner": {"id": 211}, "user": {"role": "worker"}}}, "resource": {"id": 384, "owner": {"id": 669}, "assignee": {"id": 514}, "project": {"id": 319, "owner": {"id": 794}, "assignee": {"id": 899}}, "task": {"id": 345, "owner": {"id": 998}, "assignee": {"id": 9}}, "job": {"id": 333, "assignee": {"id": 1186}}, "organization": {"id": 1275}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 99, "privilege": "admin"}, "organization": {"id": 117, "owner": {"id": 279}, "user": {"role": "worker"}}}, "resource": {"id": 341, "owner": {"id": 99}, "assignee": {"id": 556}, "project": {"id": 362, "owner": {"id": 709}, "assignee": {"id": 894}}, "task": {"id": 375, "owner": {"id": 952}, "assignee": {"id": 1066}}, "job": {"id": 374, "assignee": {"id": 1165}}, "organization": {"id": 1227}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 50, "privilege": "admin"}, "organization": {"id": 173, "owner": {"id": 232}, "user": {"role": null}}}, "resource": {"id": 301, "owner": {"id": 656}, "assignee": {"id": 506}, "project": {"id": 339, "owner": {"id": 714}, "assignee": {"id": 803}}, "task": {"id": 308, "owner": {"id": 955}, "assignee": {"id": 50}}, "job": {"id": 325, "assignee": {"id": 1126}}, "organization": {"id": 173}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 67, "privilege": "admin"}, "organization": {"id": 113, "owner": {"id": 263}, "user": {"role": null}}}, "resource": {"id": 311, "owner": {"id": 67}, "assignee": {"id": 566}, "project": {"id": 304, "owner": {"id": 717}, "assignee": {"id": 880}}, "task": {"id": 398, "owner": {"id": 997}, "assignee": {"id": 1051}}, "job": {"id": 302, "assignee": {"id": 1179}}, "organization": {"id": 113}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 45, "privilege": "admin"}, "organization": {"id": 146, "owner": {"id": 296}, "user": {"role": null}}}, "resource": {"id": 339, "owner": {"id": 610}, "assignee": {"id": 561}, "project": {"id": 378, "owner": {"id": 738}, "assignee": {"id": 898}}, "task": {"id": 334, "owner": {"id": 905}, "assignee": {"id": 45}}, "job": {"id": 348, "assignee": {"id": 1172}}, "organization": {"id": 146}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 5, "privilege": "admin"}, "organization": {"id": 100, "owner": {"id": 202}, "user": {"role": null}}}, "resource": {"id": 335, "owner": {"id": 5}, "assignee": {"id": 524}, "project": {"id": 358, "owner": {"id": 721}, "assignee": {"id": 804}}, "task": {"id": 385, "owner": {"id": 938}, "assignee": {"id": 1076}}, "job": {"id": 391, "assignee": {"id": 1178}}, "organization": {"id": 100}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 30, "privilege": "admin"}, "organization": {"id": 114, "owner": {"id": 277}, "user": {"role": null}}}, "resource": {"id": 389, "owner": {"id": 689}, "assignee": {"id": 591}, "project": {"id": 392, "owner": {"id": 766}, "assignee": {"id": 854}}, "task": {"id": 303, "owner": {"id": 995}, "assignee": {"id": 30}}, "job": {"id": 304, "assignee": {"id": 1118}}, "organization": {"id": 1224}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 26, "privilege": "admin"}, "organization": {"id": 166, "owner": {"id": 240}, "user": {"role": null}}}, "resource": {"id": 323, "owner": {"id": 26}, "assignee": {"id": 527}, "project": {"id": 319, "owner": {"id": 782}, "assignee": {"id": 896}}, "task": {"id": 331, "owner": {"id": 919}, "assignee": {"id": 1053}}, "job": {"id": 313, "assignee": {"id": 1179}}, "organization": {"id": 1244}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 5, "privilege": "admin"}, "organization": {"id": 189, "owner": {"id": 215}, "user": {"role": null}}}, "resource": {"id": 369, "owner": {"id": 676}, "assignee": {"id": 564}, "project": {"id": 377, "owner": {"id": 732}, "assignee": {"id": 838}}, "task": {"id": 336, "owner": {"id": 975}, "assignee": {"id": 5}}, "job": {"id": 339, "assignee": {"id": 1102}}, "organization": {"id": 1286}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 40, "privilege": "admin"}, "organization": {"id": 162, "owner": {"id": 214}, "user": {"role": null}}}, "resource": {"id": 343, "owner": {"id": 40}, "assignee": {"id": 510}, "project": {"id": 336, "owner": {"id": 739}, "assignee": {"id": 891}}, "task": {"id": 375, "owner": {"id": 980}, "assignee": {"id": 1015}}, "job": {"id": 305, "assignee": {"id": 1115}}, "organization": {"id": 1233}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 3, "privilege": "business"}, "organization": {"id": 161, "owner": {"id": 3}, "user": {"role": "owner"}}}, "resource": {"id": 351, "owner": {"id": 672}, "assignee": {"id": 595}, "project": {"id": 383, "owner": {"id": 762}, "assignee": {"id": 866}}, "task": {"id": 337, "owner": {"id": 965}, "assignee": {"id": 3}}, "job": {"id": 389, "assignee": {"id": 1176}}, "organization": {"id": 161}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 69, "privilege": "business"}, "organization": {"id": 134, "owner": {"id": 69}, "user": {"role": "owner"}}}, "resource": {"id": 379, "owner": {"id": 69}, "assignee": {"id": 586}, "project": {"id": 306, "owner": {"id": 774}, "assignee": {"id": 861}}, "task": {"id": 332, "owner": {"id": 915}, "assignee": {"id": 1084}}, "job": {"id": 352, "assignee": {"id": 1161}}, "organization": {"id": 134}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 68, "privilege": "business"}, "organization": {"id": 185, "owner": {"id": 68}, "user": {"role": "owner"}}}, "resource": {"id": 319, "owner": {"id": 666}, "assignee": {"id": 574}, "project": {"id": 393, "owner": {"id": 753}, "assignee": {"id": 838}}, "task": {"id": 373, "owner": {"id": 969}, "assignee": {"id": 68}}, "job": {"id": 396, "assignee": {"id": 1165}}, "organization": {"id": 185}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 16, "privilege": "business"}, "organization": {"id": 142, "owner": {"id": 16}, "user": {"role": "owner"}}}, "resource": {"id": 395, "owner": {"id": 16}, "assignee": {"id": 553}, "project": {"id": 327, "owner": {"id": 706}, "assignee": {"id": 843}}, "task": {"id": 377, "owner": {"id": 945}, "assignee": {"id": 1013}}, "job": {"id": 367, "assignee": {"id": 1178}}, "organization": {"id": 142}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 79, "privilege": "business"}, "organization": {"id": 101, "owner": {"id": 79}, "user": {"role": "owner"}}}, "resource": {"id": 338, "owner": {"id": 667}, "assignee": {"id": 595}, "project": {"id": 332, "owner": {"id": 733}, "assignee": {"id": 831}}, "task": {"id": 383, "owner": {"id": 905}, "assignee": {"id": 79}}, "job": {"id": 314, "assignee": {"id": 1161}}, "organization": {"id": 1292}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 43, "privilege": "business"}, "organization": {"id": 146, "owner": {"id": 43}, "user": {"role": "owner"}}}, "resource": {"id": 310, "owner": {"id": 43}, "assignee": {"id": 588}, "project": {"id": 392, "owner": {"id": 741}, "assignee": {"id": 831}}, "task": {"id": 368, "owner": {"id": 958}, "assignee": {"id": 1021}}, "job": {"id": 314, "assignee": {"id": 1173}}, "organization": {"id": 1276}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 38, "privilege": "business"}, "organization": {"id": 147, "owner": {"id": 38}, "user": {"role": "owner"}}}, "resource": {"id": 320, "owner": {"id": 647}, "assignee": {"id": 553}, "project": {"id": 328, "owner": {"id": 795}, "assignee": {"id": 859}}, "task": {"id": 327, "owner": {"id": 981}, "assignee": {"id": 38}}, "job": {"id": 325, "assignee": {"id": 1194}}, "organization": {"id": 1279}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 39, "privilege": "business"}, "organization": {"id": 170, "owner": {"id": 39}, "user": {"role": "owner"}}}, "resource": {"id": 361, "owner": {"id": 39}, "assignee": {"id": 543}, "project": {"id": 324, "owner": {"id": 736}, "assignee": {"id": 860}}, "task": {"id": 319, "owner": {"id": 903}, "assignee": {"id": 1085}}, "job": {"id": 381, "assignee": {"id": 1161}}, "organization": {"id": 1260}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 35, "privilege": "business"}, "organization": {"id": 169, "owner": {"id": 273}, "user": {"role": "maintainer"}}}, "resource": {"id": 361, "owner": {"id": 643}, "assignee": {"id": 525}, "project": {"id": 346, "owner": {"id": 791}, "assignee": {"id": 863}}, "task": {"id": 345, "owner": {"id": 950}, "assignee": {"id": 35}}, "job": {"id": 312, "assignee": {"id": 1137}}, "organization": {"id": 169}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 23, "privilege": "business"}, "organization": {"id": 141, "owner": {"id": 274}, "user": {"role": "maintainer"}}}, "resource": {"id": 342, "owner": {"id": 23}, "assignee": {"id": 577}, "project": {"id": 397, "owner": {"id": 763}, "assignee": {"id": 841}}, "task": {"id": 319, "owner": {"id": 952}, "assignee": {"id": 1096}}, "job": {"id": 318, "assignee": {"id": 1137}}, "organization": {"id": 141}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 77, "privilege": "business"}, "organization": {"id": 171, "owner": {"id": 231}, "user": {"role": "maintainer"}}}, "resource": {"id": 399, "owner": {"id": 622}, "assignee": {"id": 573}, "project": {"id": 338, "owner": {"id": 762}, "assignee": {"id": 856}}, "task": {"id": 359, "owner": {"id": 908}, "assignee": {"id": 77}}, "job": {"id": 391, "assignee": {"id": 1199}}, "organization": {"id": 171}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 91, "privilege": "business"}, "organization": {"id": 107, "owner": {"id": 205}, "user": {"role": "maintainer"}}}, "resource": {"id": 361, "owner": {"id": 91}, "assignee": {"id": 560}, "project": {"id": 384, "owner": {"id": 706}, "assignee": {"id": 897}}, "task": {"id": 360, "owner": {"id": 930}, "assignee": {"id": 1073}}, "job": {"id": 308, "assignee": {"id": 1182}}, "organization": {"id": 107}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 23, "privilege": "business"}, "organization": {"id": 108, "owner": {"id": 240}, "user": {"role": "maintainer"}}}, "resource": {"id": 337, "owner": {"id": 688}, "assignee": {"id": 587}, "project": {"id": 367, "owner": {"id": 748}, "assignee": {"id": 830}}, "task": {"id": 394, "owner": {"id": 999}, "assignee": {"id": 23}}, "job": {"id": 395, "assignee": {"id": 1179}}, "organization": {"id": 1247}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 62, "privilege": "business"}, "organization": {"id": 191, "owner": {"id": 246}, "user": {"role": "maintainer"}}}, "resource": {"id": 375, "owner": {"id": 62}, "assignee": {"id": 582}, "project": {"id": 336, "owner": {"id": 765}, "assignee": {"id": 801}}, "task": {"id": 356, "owner": {"id": 932}, "assignee": {"id": 1049}}, "job": {"id": 359, "assignee": {"id": 1134}}, "organization": {"id": 1265}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 85, "privilege": "business"}, "organization": {"id": 168, "owner": {"id": 201}, "user": {"role": "maintainer"}}}, "resource": {"id": 399, "owner": {"id": 602}, "assignee": {"id": 541}, "project": {"id": 393, "owner": {"id": 765}, "assignee": {"id": 831}}, "task": {"id": 322, "owner": {"id": 957}, "assignee": {"id": 85}}, "job": {"id": 342, "assignee": {"id": 1114}}, "organization": {"id": 1274}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 23, "privilege": "business"}, "organization": {"id": 188, "owner": {"id": 249}, "user": {"role": "maintainer"}}}, "resource": {"id": 336, "owner": {"id": 23}, "assignee": {"id": 541}, "project": {"id": 381, "owner": {"id": 730}, "assignee": {"id": 888}}, "task": {"id": 310, "owner": {"id": 919}, "assignee": {"id": 1020}}, "job": {"id": 372, "assignee": {"id": 1199}}, "organization": {"id": 1249}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 76, "privilege": "business"}, "organization": {"id": 126, "owner": {"id": 274}, "user": {"role": "supervisor"}}}, "resource": {"id": 399, "owner": {"id": 659}, "assignee": {"id": 525}, "project": {"id": 349, "owner": {"id": 787}, "assignee": {"id": 837}}, "task": {"id": 322, "owner": {"id": 918}, "assignee": {"id": 76}}, "job": {"id": 327, "assignee": {"id": 1107}}, "organization": {"id": 126}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 50, "privilege": "business"}, "organization": {"id": 122, "owner": {"id": 238}, "user": {"role": "supervisor"}}}, "resource": {"id": 323, "owner": {"id": 50}, "assignee": {"id": 500}, "project": {"id": 342, "owner": {"id": 776}, "assignee": {"id": 880}}, "task": {"id": 303, "owner": {"id": 900}, "assignee": {"id": 1031}}, "job": {"id": 362, "assignee": {"id": 1198}}, "organization": {"id": 122}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 5, "privilege": "business"}, "organization": {"id": 157, "owner": {"id": 223}, "user": {"role": "supervisor"}}}, "resource": {"id": 332, "owner": {"id": 662}, "assignee": {"id": 583}, "project": {"id": 301, "owner": {"id": 778}, "assignee": {"id": 890}}, "task": {"id": 386, "owner": {"id": 952}, "assignee": {"id": 5}}, "job": {"id": 360, "assignee": {"id": 1100}}, "organization": {"id": 157}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 75, "privilege": "business"}, "organization": {"id": 179, "owner": {"id": 204}, "user": {"role": "supervisor"}}}, "resource": {"id": 319, "owner": {"id": 75}, "assignee": {"id": 545}, "project": {"id": 300, "owner": {"id": 703}, "assignee": {"id": 885}}, "task": {"id": 358, "owner": {"id": 929}, "assignee": {"id": 1032}}, "job": {"id": 379, "assignee": {"id": 1164}}, "organization": {"id": 179}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 91, "privilege": "business"}, "organization": {"id": 132, "owner": {"id": 263}, "user": {"role": "supervisor"}}}, "resource": {"id": 313, "owner": {"id": 613}, "assignee": {"id": 559}, "project": {"id": 386, "owner": {"id": 749}, "assignee": {"id": 828}}, "task": {"id": 341, "owner": {"id": 906}, "assignee": {"id": 91}}, "job": {"id": 392, "assignee": {"id": 1190}}, "organization": {"id": 1248}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 96, "privilege": "business"}, "organization": {"id": 118, "owner": {"id": 211}, "user": {"role": "supervisor"}}}, "resource": {"id": 369, "owner": {"id": 96}, "assignee": {"id": 592}, "project": {"id": 339, "owner": {"id": 796}, "assignee": {"id": 800}}, "task": {"id": 341, "owner": {"id": 906}, "assignee": {"id": 1002}}, "job": {"id": 354, "assignee": {"id": 1180}}, "organization": {"id": 1295}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 4, "privilege": "business"}, "organization": {"id": 107, "owner": {"id": 230}, "user": {"role": "supervisor"}}}, "resource": {"id": 302, "owner": {"id": 684}, "assignee": {"id": 531}, "project": {"id": 343, "owner": {"id": 743}, "assignee": {"id": 812}}, "task": {"id": 367, "owner": {"id": 915}, "assignee": {"id": 4}}, "job": {"id": 371, "assignee": {"id": 1171}}, "organization": {"id": 1297}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 57, "privilege": "business"}, "organization": {"id": 155, "owner": {"id": 203}, "user": {"role": "supervisor"}}}, "resource": {"id": 341, "owner": {"id": 57}, "assignee": {"id": 533}, "project": {"id": 386, "owner": {"id": 744}, "assignee": {"id": 861}}, "task": {"id": 355, "owner": {"id": 910}, "assignee": {"id": 1049}}, "job": {"id": 308, "assignee": {"id": 1189}}, "organization": {"id": 1293}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 62, "privilege": "business"}, "organization": {"id": 100, "owner": {"id": 261}, "user": {"role": "worker"}}}, "resource": {"id": 307, "owner": {"id": 684}, "assignee": {"id": 549}, "project": {"id": 343, "owner": {"id": 786}, "assignee": {"id": 858}}, "task": {"id": 391, "owner": {"id": 939}, "assignee": {"id": 62}}, "job": {"id": 340, "assignee": {"id": 1118}}, "organization": {"id": 100}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 69, "privilege": "business"}, "organization": {"id": 191, "owner": {"id": 297}, "user": {"role": "worker"}}}, "resource": {"id": 396, "owner": {"id": 69}, "assignee": {"id": 549}, "project": {"id": 319, "owner": {"id": 783}, "assignee": {"id": 834}}, "task": {"id": 378, "owner": {"id": 956}, "assignee": {"id": 1080}}, "job": {"id": 336, "assignee": {"id": 1197}}, "organization": {"id": 191}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 32, "privilege": "business"}, "organization": {"id": 131, "owner": {"id": 262}, "user": {"role": "worker"}}}, "resource": {"id": 322, "owner": {"id": 675}, "assignee": {"id": 547}, "project": {"id": 331, "owner": {"id": 713}, "assignee": {"id": 832}}, "task": {"id": 398, "owner": {"id": 969}, "assignee": {"id": 32}}, "job": {"id": 385, "assignee": {"id": 1167}}, "organization": {"id": 131}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 7, "privilege": "business"}, "organization": {"id": 155, "owner": {"id": 290}, "user": {"role": "worker"}}}, "resource": {"id": 335, "owner": {"id": 7}, "assignee": {"id": 554}, "project": {"id": 322, "owner": {"id": 793}, "assignee": {"id": 805}}, "task": {"id": 326, "owner": {"id": 980}, "assignee": {"id": 1044}}, "job": {"id": 330, "assignee": {"id": 1130}}, "organization": {"id": 155}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 60, "privilege": "business"}, "organization": {"id": 151, "owner": {"id": 233}, "user": {"role": "worker"}}}, "resource": {"id": 381, "owner": {"id": 673}, "assignee": {"id": 576}, "project": {"id": 326, "owner": {"id": 740}, "assignee": {"id": 825}}, "task": {"id": 322, "owner": {"id": 918}, "assignee": {"id": 60}}, "job": {"id": 349, "assignee": {"id": 1163}}, "organization": {"id": 1295}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 39, "privilege": "business"}, "organization": {"id": 133, "owner": {"id": 251}, "user": {"role": "worker"}}}, "resource": {"id": 368, "owner": {"id": 39}, "assignee": {"id": 549}, "project": {"id": 311, "owner": {"id": 731}, "assignee": {"id": 856}}, "task": {"id": 310, "owner": {"id": 945}, "assignee": {"id": 1076}}, "job": {"id": 324, "assignee": {"id": 1199}}, "organization": {"id": 1275}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 61, "privilege": "business"}, "organization": {"id": 100, "owner": {"id": 272}, "user": {"role": "worker"}}}, "resource": {"id": 378, "owner": {"id": 673}, "assignee": {"id": 517}, "project": {"id": 306, "owner": {"id": 758}, "assignee": {"id": 896}}, "task": {"id": 329, "owner": {"id": 922}, "assignee": {"id": 61}}, "job": {"id": 393, "assignee": {"id": 1120}}, "organization": {"id": 1268}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 90, "privilege": "business"}, "organization": {"id": 190, "owner": {"id": 280}, "user": {"role": "worker"}}}, "resource": {"id": 313, "owner": {"id": 90}, "assignee": {"id": 561}, "project": {"id": 375, "owner": {"id": 702}, "assignee": {"id": 830}}, "task": {"id": 348, "owner": {"id": 979}, "assignee": {"id": 1033}}, "job": {"id": 314, "assignee": {"id": 1156}}, "organization": {"id": 1247}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 16, "privilege": "business"}, "organization": {"id": 157, "owner": {"id": 278}, "user": {"role": null}}}, "resource": {"id": 349, "owner": {"id": 611}, "assignee": {"id": 549}, "project": {"id": 301, "owner": {"id": 773}, "assignee": {"id": 859}}, "task": {"id": 328, "owner": {"id": 906}, "assignee": {"id": 16}}, "job": {"id": 363, "assignee": {"id": 1197}}, "organization": {"id": 157}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 78, "privilege": "business"}, "organization": {"id": 182, "owner": {"id": 265}, "user": {"role": null}}}, "resource": {"id": 305, "owner": {"id": 78}, "assignee": {"id": 546}, "project": {"id": 351, "owner": {"id": 779}, "assignee": {"id": 864}}, "task": {"id": 370, "owner": {"id": 901}, "assignee": {"id": 1042}}, "job": {"id": 372, "assignee": {"id": 1109}}, "organization": {"id": 182}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 9, "privilege": "business"}, "organization": {"id": 187, "owner": {"id": 293}, "user": {"role": null}}}, "resource": {"id": 398, "owner": {"id": 615}, "assignee": {"id": 599}, "project": {"id": 341, "owner": {"id": 791}, "assignee": {"id": 880}}, "task": {"id": 334, "owner": {"id": 955}, "assignee": {"id": 9}}, "job": {"id": 327, "assignee": {"id": 1121}}, "organization": {"id": 187}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 98, "privilege": "business"}, "organization": {"id": 161, "owner": {"id": 294}, "user": {"role": null}}}, "resource": {"id": 396, "owner": {"id": 98}, "assignee": {"id": 509}, "project": {"id": 359, "owner": {"id": 717}, "assignee": {"id": 885}}, "task": {"id": 351, "owner": {"id": 938}, "assignee": {"id": 1034}}, "job": {"id": 338, "assignee": {"id": 1138}}, "organization": {"id": 161}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 0, "privilege": "business"}, "organization": {"id": 139, "owner": {"id": 235}, "user": {"role": null}}}, "resource": {"id": 332, "owner": {"id": 682}, "assignee": {"id": 597}, "project": {"id": 325, "owner": {"id": 784}, "assignee": {"id": 853}}, "task": {"id": 375, "owner": {"id": 943}, "assignee": {"id": 0}}, "job": {"id": 302, "assignee": {"id": 1165}}, "organization": {"id": 1291}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 68, "privilege": "business"}, "organization": {"id": 107, "owner": {"id": 290}, "user": {"role": null}}}, "resource": {"id": 327, "owner": {"id": 68}, "assignee": {"id": 572}, "project": {"id": 311, "owner": {"id": 708}, "assignee": {"id": 872}}, "task": {"id": 343, "owner": {"id": 940}, "assignee": {"id": 1013}}, "job": {"id": 392, "assignee": {"id": 1120}}, "organization": {"id": 1235}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 8, "privilege": "business"}, "organization": {"id": 120, "owner": {"id": 241}, "user": {"role": null}}}, "resource": {"id": 391, "owner": {"id": 610}, "assignee": {"id": 552}, "project": {"id": 331, "owner": {"id": 720}, "assignee": {"id": 857}}, "task": {"id": 339, "owner": {"id": 976}, "assignee": {"id": 8}}, "job": {"id": 360, "assignee": {"id": 1110}}, "organization": {"id": 1208}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 62, "privilege": "business"}, "organization": {"id": 175, "owner": {"id": 243}, "user": {"role": null}}}, "resource": {"id": 303, "owner": {"id": 62}, "assignee": {"id": 534}, "project": {"id": 334, "owner": {"id": 730}, "assignee": {"id": 892}}, "task": {"id": 378, "owner": {"id": 981}, "assignee": {"id": 1078}}, "job": {"id": 357, "assignee": {"id": 1164}}, "organization": {"id": 1282}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 66, "privilege": "user"}, "organization": {"id": 191, "owner": {"id": 66}, "user": {"role": "owner"}}}, "resource": {"id": 363, "owner": {"id": 662}, "assignee": {"id": 590}, "project": {"id": 353, "owner": {"id": 785}, "assignee": {"id": 876}}, "task": {"id": 328, "owner": {"id": 943}, "assignee": {"id": 66}}, "job": {"id": 316, "assignee": {"id": 1164}}, "organization": {"id": 191}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 37, "privilege": "user"}, "organization": {"id": 173, "owner": {"id": 37}, "user": {"role": "owner"}}}, "resource": {"id": 385, "owner": {"id": 37}, "assignee": {"id": 536}, "project": {"id": 375, "owner": {"id": 710}, "assignee": {"id": 838}}, "task": {"id": 362, "owner": {"id": 947}, "assignee": {"id": 1095}}, "job": {"id": 368, "assignee": {"id": 1175}}, "organization": {"id": 173}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 30, "privilege": "user"}, "organization": {"id": 104, "owner": {"id": 30}, "user": {"role": "owner"}}}, "resource": {"id": 341, "owner": {"id": 684}, "assignee": {"id": 517}, "project": {"id": 374, "owner": {"id": 784}, "assignee": {"id": 885}}, "task": {"id": 307, "owner": {"id": 980}, "assignee": {"id": 30}}, "job": {"id": 374, "assignee": {"id": 1102}}, "organization": {"id": 104}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 96, "privilege": "user"}, "organization": {"id": 176, "owner": {"id": 96}, "user": {"role": "owner"}}}, "resource": {"id": 389, "owner": {"id": 96}, "assignee": {"id": 529}, "project": {"id": 360, "owner": {"id": 757}, "assignee": {"id": 809}}, "task": {"id": 332, "owner": {"id": 971}, "assignee": {"id": 1040}}, "job": {"id": 352, "assignee": {"id": 1150}}, "organization": {"id": 176}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 10, "privilege": "user"}, "organization": {"id": 180, "owner": {"id": 10}, "user": {"role": "owner"}}}, "resource": {"id": 329, "owner": {"id": 611}, "assignee": {"id": 537}, "project": {"id": 332, "owner": {"id": 766}, "assignee": {"id": 850}}, "task": {"id": 345, "owner": {"id": 916}, "assignee": {"id": 10}}, "job": {"id": 322, "assignee": {"id": 1159}}, "organization": {"id": 1213}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 34, "privilege": "user"}, "organization": {"id": 181, "owner": {"id": 34}, "user": {"role": "owner"}}}, "resource": {"id": 356, "owner": {"id": 34}, "assignee": {"id": 521}, "project": {"id": 312, "owner": {"id": 717}, "assignee": {"id": 891}}, "task": {"id": 375, "owner": {"id": 956}, "assignee": {"id": 1051}}, "job": {"id": 325, "assignee": {"id": 1144}}, "organization": {"id": 1250}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 55, "privilege": "user"}, "organization": {"id": 196, "owner": {"id": 55}, "user": {"role": "owner"}}}, "resource": {"id": 311, "owner": {"id": 634}, "assignee": {"id": 519}, "project": {"id": 358, "owner": {"id": 779}, "assignee": {"id": 836}}, "task": {"id": 357, "owner": {"id": 908}, "assignee": {"id": 55}}, "job": {"id": 349, "assignee": {"id": 1140}}, "organization": {"id": 1204}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 94, "privilege": "user"}, "organization": {"id": 140, "owner": {"id": 94}, "user": {"role": "owner"}}}, "resource": {"id": 378, "owner": {"id": 94}, "assignee": {"id": 570}, "project": {"id": 336, "owner": {"id": 706}, "assignee": {"id": 876}}, "task": {"id": 376, "owner": {"id": 973}, "assignee": {"id": 1007}}, "job": {"id": 336, "assignee": {"id": 1138}}, "organization": {"id": 1239}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 82, "privilege": "user"}, "organization": {"id": 132, "owner": {"id": 297}, "user": {"role": "maintainer"}}}, "resource": {"id": 362, "owner": {"id": 659}, "assignee": {"id": 501}, "project": {"id": 393, "owner": {"id": 715}, "assignee": {"id": 866}}, "task": {"id": 355, "owner": {"id": 932}, "assignee": {"id": 82}}, "job": {"id": 367, "assignee": {"id": 1189}}, "organization": {"id": 132}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 49, "privilege": "user"}, "organization": {"id": 100, "owner": {"id": 278}, "user": {"role": "maintainer"}}}, "resource": {"id": 310, "owner": {"id": 49}, "assignee": {"id": 547}, "project": {"id": 377, "owner": {"id": 722}, "assignee": {"id": 826}}, "task": {"id": 383, "owner": {"id": 949}, "assignee": {"id": 1080}}, "job": {"id": 382, "assignee": {"id": 1135}}, "organization": {"id": 100}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 84, "privilege": "user"}, "organization": {"id": 149, "owner": {"id": 226}, "user": {"role": "maintainer"}}}, "resource": {"id": 365, "owner": {"id": 637}, "assignee": {"id": 563}, "project": {"id": 363, "owner": {"id": 780}, "assignee": {"id": 897}}, "task": {"id": 338, "owner": {"id": 926}, "assignee": {"id": 84}}, "job": {"id": 383, "assignee": {"id": 1156}}, "organization": {"id": 149}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 38, "privilege": "user"}, "organization": {"id": 155, "owner": {"id": 245}, "user": {"role": "maintainer"}}}, "resource": {"id": 358, "owner": {"id": 38}, "assignee": {"id": 541}, "project": {"id": 321, "owner": {"id": 779}, "assignee": {"id": 879}}, "task": {"id": 398, "owner": {"id": 927}, "assignee": {"id": 1059}}, "job": {"id": 308, "assignee": {"id": 1148}}, "organization": {"id": 155}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 42, "privilege": "user"}, "organization": {"id": 110, "owner": {"id": 268}, "user": {"role": "maintainer"}}}, "resource": {"id": 369, "owner": {"id": 647}, "assignee": {"id": 505}, "project": {"id": 377, "owner": {"id": 739}, "assignee": {"id": 851}}, "task": {"id": 303, "owner": {"id": 922}, "assignee": {"id": 42}}, "job": {"id": 355, "assignee": {"id": 1145}}, "organization": {"id": 1299}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 97, "privilege": "user"}, "organization": {"id": 172, "owner": {"id": 207}, "user": {"role": "maintainer"}}}, "resource": {"id": 380, "owner": {"id": 97}, "assignee": {"id": 562}, "project": {"id": 335, "owner": {"id": 745}, "assignee": {"id": 844}}, "task": {"id": 311, "owner": {"id": 999}, "assignee": {"id": 1077}}, "job": {"id": 325, "assignee": {"id": 1131}}, "organization": {"id": 1211}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 71, "privilege": "user"}, "organization": {"id": 161, "owner": {"id": 222}, "user": {"role": "maintainer"}}}, "resource": {"id": 327, "owner": {"id": 618}, "assignee": {"id": 541}, "project": {"id": 325, "owner": {"id": 775}, "assignee": {"id": 890}}, "task": {"id": 305, "owner": {"id": 929}, "assignee": {"id": 71}}, "job": {"id": 304, "assignee": {"id": 1184}}, "organization": {"id": 1242}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 2, "privilege": "user"}, "organization": {"id": 186, "owner": {"id": 221}, "user": {"role": "maintainer"}}}, "resource": {"id": 302, "owner": {"id": 2}, "assignee": {"id": 532}, "project": {"id": 354, "owner": {"id": 735}, "assignee": {"id": 887}}, "task": {"id": 364, "owner": {"id": 938}, "assignee": {"id": 1079}}, "job": {"id": 310, "assignee": {"id": 1156}}, "organization": {"id": 1291}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 2, "privilege": "user"}, "organization": {"id": 196, "owner": {"id": 268}, "user": {"role": "supervisor"}}}, "resource": {"id": 384, "owner": {"id": 687}, "assignee": {"id": 523}, "project": {"id": 342, "owner": {"id": 756}, "assignee": {"id": 890}}, "task": {"id": 391, "owner": {"id": 922}, "assignee": {"id": 2}}, "job": {"id": 300, "assignee": {"id": 1193}}, "organization": {"id": 196}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 48, "privilege": "user"}, "organization": {"id": 101, "owner": {"id": 277}, "user": {"role": "supervisor"}}}, "resource": {"id": 368, "owner": {"id": 48}, "assignee": {"id": 577}, "project": {"id": 384, "owner": {"id": 797}, "assignee": {"id": 800}}, "task": {"id": 341, "owner": {"id": 977}, "assignee": {"id": 1005}}, "job": {"id": 374, "assignee": {"id": 1151}}, "organization": {"id": 101}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 42, "privilege": "user"}, "organization": {"id": 134, "owner": {"id": 243}, "user": {"role": "supervisor"}}}, "resource": {"id": 383, "owner": {"id": 601}, "assignee": {"id": 575}, "project": {"id": 335, "owner": {"id": 744}, "assignee": {"id": 872}}, "task": {"id": 357, "owner": {"id": 907}, "assignee": {"id": 42}}, "job": {"id": 387, "assignee": {"id": 1166}}, "organization": {"id": 134}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 96, "privilege": "user"}, "organization": {"id": 178, "owner": {"id": 260}, "user": {"role": "supervisor"}}}, "resource": {"id": 308, "owner": {"id": 96}, "assignee": {"id": 590}, "project": {"id": 309, "owner": {"id": 734}, "assignee": {"id": 800}}, "task": {"id": 371, "owner": {"id": 937}, "assignee": {"id": 1023}}, "job": {"id": 354, "assignee": {"id": 1135}}, "organization": {"id": 178}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 53, "privilege": "user"}, "organization": {"id": 148, "owner": {"id": 228}, "user": {"role": "supervisor"}}}, "resource": {"id": 375, "owner": {"id": 689}, "assignee": {"id": 538}, "project": {"id": 325, "owner": {"id": 794}, "assignee": {"id": 808}}, "task": {"id": 353, "owner": {"id": 968}, "assignee": {"id": 53}}, "job": {"id": 361, "assignee": {"id": 1119}}, "organization": {"id": 1234}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 76, "privilege": "user"}, "organization": {"id": 175, "owner": {"id": 299}, "user": {"role": "supervisor"}}}, "resource": {"id": 309, "owner": {"id": 76}, "assignee": {"id": 520}, "project": {"id": 334, "owner": {"id": 715}, "assignee": {"id": 835}}, "task": {"id": 345, "owner": {"id": 980}, "assignee": {"id": 1033}}, "job": {"id": 335, "assignee": {"id": 1131}}, "organization": {"id": 1213}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 5, "privilege": "user"}, "organization": {"id": 167, "owner": {"id": 234}, "user": {"role": "supervisor"}}}, "resource": {"id": 371, "owner": {"id": 669}, "assignee": {"id": 535}, "project": {"id": 331, "owner": {"id": 787}, "assignee": {"id": 878}}, "task": {"id": 394, "owner": {"id": 985}, "assignee": {"id": 5}}, "job": {"id": 319, "assignee": {"id": 1174}}, "organization": {"id": 1236}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 26, "privilege": "user"}, "organization": {"id": 125, "owner": {"id": 241}, "user": {"role": "supervisor"}}}, "resource": {"id": 372, "owner": {"id": 26}, "assignee": {"id": 565}, "project": {"id": 376, "owner": {"id": 731}, "assignee": {"id": 856}}, "task": {"id": 305, "owner": {"id": 924}, "assignee": {"id": 1097}}, "job": {"id": 395, "assignee": {"id": 1159}}, "organization": {"id": 1215}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 68, "privilege": "user"}, "organization": {"id": 112, "owner": {"id": 264}, "user": {"role": "worker"}}}, "resource": {"id": 379, "owner": {"id": 623}, "assignee": {"id": 595}, "project": {"id": 336, "owner": {"id": 708}, "assignee": {"id": 873}}, "task": {"id": 331, "owner": {"id": 992}, "assignee": {"id": 68}}, "job": {"id": 349, "assignee": {"id": 1104}}, "organization": {"id": 112}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 50, "privilege": "user"}, "organization": {"id": 172, "owner": {"id": 228}, "user": {"role": "worker"}}}, "resource": {"id": 339, "owner": {"id": 50}, "assignee": {"id": 588}, "project": {"id": 362, "owner": {"id": 723}, "assignee": {"id": 877}}, "task": {"id": 308, "owner": {"id": 990}, "assignee": {"id": 1030}}, "job": {"id": 306, "assignee": {"id": 1135}}, "organization": {"id": 172}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 4, "privilege": "user"}, "organization": {"id": 178, "owner": {"id": 291}, "user": {"role": "worker"}}}, "resource": {"id": 363, "owner": {"id": 609}, "assignee": {"id": 568}, "project": {"id": 317, "owner": {"id": 741}, "assignee": {"id": 880}}, "task": {"id": 347, "owner": {"id": 992}, "assignee": {"id": 4}}, "job": {"id": 389, "assignee": {"id": 1153}}, "organization": {"id": 178}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 90, "privilege": "user"}, "organization": {"id": 127, "owner": {"id": 262}, "user": {"role": "worker"}}}, "resource": {"id": 370, "owner": {"id": 90}, "assignee": {"id": 586}, "project": {"id": 346, "owner": {"id": 764}, "assignee": {"id": 837}}, "task": {"id": 353, "owner": {"id": 943}, "assignee": {"id": 1022}}, "job": {"id": 337, "assignee": {"id": 1112}}, "organization": {"id": 127}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 87, "privilege": "user"}, "organization": {"id": 119, "owner": {"id": 239}, "user": {"role": "worker"}}}, "resource": {"id": 364, "owner": {"id": 658}, "assignee": {"id": 505}, "project": {"id": 342, "owner": {"id": 713}, "assignee": {"id": 821}}, "task": {"id": 331, "owner": {"id": 933}, "assignee": {"id": 87}}, "job": {"id": 372, "assignee": {"id": 1138}}, "organization": {"id": 1257}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 64, "privilege": "user"}, "organization": {"id": 149, "owner": {"id": 285}, "user": {"role": "worker"}}}, "resource": {"id": 345, "owner": {"id": 64}, "assignee": {"id": 510}, "project": {"id": 372, "owner": {"id": 760}, "assignee": {"id": 870}}, "task": {"id": 327, "owner": {"id": 953}, "assignee": {"id": 1050}}, "job": {"id": 340, "assignee": {"id": 1142}}, "organization": {"id": 1233}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 53, "privilege": "user"}, "organization": {"id": 133, "owner": {"id": 268}, "user": {"role": "worker"}}}, "resource": {"id": 367, "owner": {"id": 691}, "assignee": {"id": 518}, "project": {"id": 307, "owner": {"id": 783}, "assignee": {"id": 854}}, "task": {"id": 341, "owner": {"id": 917}, "assignee": {"id": 53}}, "job": {"id": 386, "assignee": {"id": 1169}}, "organization": {"id": 1251}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 79, "privilege": "user"}, "organization": {"id": 150, "owner": {"id": 247}, "user": {"role": "worker"}}}, "resource": {"id": 316, "owner": {"id": 79}, "assignee": {"id": 548}, "project": {"id": 315, "owner": {"id": 781}, "assignee": {"id": 824}}, "task": {"id": 358, "owner": {"id": 928}, "assignee": {"id": 1043}}, "job": {"id": 336, "assignee": {"id": 1169}}, "organization": {"id": 1267}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 7, "privilege": "user"}, "organization": {"id": 190, "owner": {"id": 223}, "user": {"role": null}}}, "resource": {"id": 339, "owner": {"id": 699}, "assignee": {"id": 500}, "project": {"id": 378, "owner": {"id": 706}, "assignee": {"id": 863}}, "task": {"id": 329, "owner": {"id": 944}, "assignee": {"id": 7}}, "job": {"id": 387, "assignee": {"id": 1139}}, "organization": {"id": 190}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 41, "privilege": "user"}, "organization": {"id": 153, "owner": {"id": 238}, "user": {"role": null}}}, "resource": {"id": 330, "owner": {"id": 41}, "assignee": {"id": 593}, "project": {"id": 388, "owner": {"id": 743}, "assignee": {"id": 824}}, "task": {"id": 326, "owner": {"id": 912}, "assignee": {"id": 1074}}, "job": {"id": 383, "assignee": {"id": 1151}}, "organization": {"id": 153}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 80, "privilege": "user"}, "organization": {"id": 163, "owner": {"id": 217}, "user": {"role": null}}}, "resource": {"id": 350, "owner": {"id": 690}, "assignee": {"id": 507}, "project": {"id": 345, "owner": {"id": 798}, "assignee": {"id": 862}}, "task": {"id": 397, "owner": {"id": 900}, "assignee": {"id": 80}}, "job": {"id": 397, "assignee": {"id": 1102}}, "organization": {"id": 163}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 62, "privilege": "user"}, "organization": {"id": 155, "owner": {"id": 239}, "user": {"role": null}}}, "resource": {"id": 351, "owner": {"id": 62}, "assignee": {"id": 548}, "project": {"id": 306, "owner": {"id": 724}, "assignee": {"id": 824}}, "task": {"id": 362, "owner": {"id": 905}, "assignee": {"id": 1072}}, "job": {"id": 362, "assignee": {"id": 1198}}, "organization": {"id": 155}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 31, "privilege": "user"}, "organization": {"id": 170, "owner": {"id": 222}, "user": {"role": null}}}, "resource": {"id": 395, "owner": {"id": 668}, "assignee": {"id": 545}, "project": {"id": 349, "owner": {"id": 731}, "assignee": {"id": 825}}, "task": {"id": 307, "owner": {"id": 962}, "assignee": {"id": 31}}, "job": {"id": 351, "assignee": {"id": 1140}}, "organization": {"id": 1274}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 45, "privilege": "user"}, "organization": {"id": 140, "owner": {"id": 244}, "user": {"role": null}}}, "resource": {"id": 307, "owner": {"id": 45}, "assignee": {"id": 585}, "project": {"id": 358, "owner": {"id": 756}, "assignee": {"id": 844}}, "task": {"id": 371, "owner": {"id": 922}, "assignee": {"id": 1010}}, "job": {"id": 359, "assignee": {"id": 1136}}, "organization": {"id": 1226}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 36, "privilege": "user"}, "organization": {"id": 125, "owner": {"id": 205}, "user": {"role": null}}}, "resource": {"id": 311, "owner": {"id": 646}, "assignee": {"id": 584}, "project": {"id": 318, "owner": {"id": 759}, "assignee": {"id": 867}}, "task": {"id": 352, "owner": {"id": 944}, "assignee": {"id": 36}}, "job": {"id": 302, "assignee": {"id": 1165}}, "organization": {"id": 1284}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 79, "privilege": "user"}, "organization": {"id": 147, "owner": {"id": 254}, "user": {"role": null}}}, "resource": {"id": 353, "owner": {"id": 79}, "assignee": {"id": 591}, "project": {"id": 332, "owner": {"id": 766}, "assignee": {"id": 822}}, "task": {"id": 318, "owner": {"id": 959}, "assignee": {"id": 1045}}, "job": {"id": 335, "assignee": {"id": 1185}}, "organization": {"id": 1208}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 92, "privilege": "worker"}, "organization": {"id": 184, "owner": {"id": 92}, "user": {"role": "owner"}}}, "resource": {"id": 395, "owner": {"id": 695}, "assignee": {"id": 581}, "project": {"id": 321, "owner": {"id": 746}, "assignee": {"id": 871}}, "task": {"id": 329, "owner": {"id": 957}, "assignee": {"id": 92}}, "job": {"id": 393, "assignee": {"id": 1143}}, "organization": {"id": 184}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 14, "privilege": "worker"}, "organization": {"id": 100, "owner": {"id": 14}, "user": {"role": "owner"}}}, "resource": {"id": 398, "owner": {"id": 14}, "assignee": {"id": 516}, "project": {"id": 305, "owner": {"id": 761}, "assignee": {"id": 842}}, "task": {"id": 315, "owner": {"id": 920}, "assignee": {"id": 1050}}, "job": {"id": 317, "assignee": {"id": 1113}}, "organization": {"id": 100}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 91, "privilege": "worker"}, "organization": {"id": 125, "owner": {"id": 91}, "user": {"role": "owner"}}}, "resource": {"id": 365, "owner": {"id": 630}, "assignee": {"id": 597}, "project": {"id": 338, "owner": {"id": 759}, "assignee": {"id": 823}}, "task": {"id": 343, "owner": {"id": 983}, "assignee": {"id": 91}}, "job": {"id": 329, "assignee": {"id": 1171}}, "organization": {"id": 125}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 97, "privilege": "worker"}, "organization": {"id": 174, "owner": {"id": 97}, "user": {"role": "owner"}}}, "resource": {"id": 378, "owner": {"id": 97}, "assignee": {"id": 517}, "project": {"id": 394, "owner": {"id": 743}, "assignee": {"id": 897}}, "task": {"id": 381, "owner": {"id": 952}, "assignee": {"id": 1073}}, "job": {"id": 311, "assignee": {"id": 1165}}, "organization": {"id": 174}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 40, "privilege": "worker"}, "organization": {"id": 138, "owner": {"id": 40}, "user": {"role": "owner"}}}, "resource": {"id": 373, "owner": {"id": 646}, "assignee": {"id": 560}, "project": {"id": 320, "owner": {"id": 764}, "assignee": {"id": 836}}, "task": {"id": 337, "owner": {"id": 935}, "assignee": {"id": 40}}, "job": {"id": 360, "assignee": {"id": 1150}}, "organization": {"id": 1202}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 41, "privilege": "worker"}, "organization": {"id": 145, "owner": {"id": 41}, "user": {"role": "owner"}}}, "resource": {"id": 392, "owner": {"id": 41}, "assignee": {"id": 585}, "project": {"id": 315, "owner": {"id": 757}, "assignee": {"id": 861}}, "task": {"id": 355, "owner": {"id": 914}, "assignee": {"id": 1041}}, "job": {"id": 388, "assignee": {"id": 1198}}, "organization": {"id": 1286}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 28, "privilege": "worker"}, "organization": {"id": 175, "owner": {"id": 28}, "user": {"role": "owner"}}}, "resource": {"id": 305, "owner": {"id": 655}, "assignee": {"id": 543}, "project": {"id": 327, "owner": {"id": 753}, "assignee": {"id": 840}}, "task": {"id": 391, "owner": {"id": 928}, "assignee": {"id": 28}}, "job": {"id": 382, "assignee": {"id": 1148}}, "organization": {"id": 1212}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 57, "privilege": "worker"}, "organization": {"id": 150, "owner": {"id": 57}, "user": {"role": "owner"}}}, "resource": {"id": 311, "owner": {"id": 57}, "assignee": {"id": 562}, "project": {"id": 377, "owner": {"id": 761}, "assignee": {"id": 855}}, "task": {"id": 370, "owner": {"id": 991}, "assignee": {"id": 1055}}, "job": {"id": 395, "assignee": {"id": 1140}}, "organization": {"id": 1235}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 77, "privilege": "worker"}, "organization": {"id": 131, "owner": {"id": 229}, "user": {"role": "maintainer"}}}, "resource": {"id": 314, "owner": {"id": 602}, "assignee": {"id": 577}, "project": {"id": 302, "owner": {"id": 752}, "assignee": {"id": 837}}, "task": {"id": 308, "owner": {"id": 911}, "assignee": {"id": 77}}, "job": {"id": 303, "assignee": {"id": 1157}}, "organization": {"id": 131}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 47, "privilege": "worker"}, "organization": {"id": 179, "owner": {"id": 256}, "user": {"role": "maintainer"}}}, "resource": {"id": 316, "owner": {"id": 47}, "assignee": {"id": 559}, "project": {"id": 378, "owner": {"id": 722}, "assignee": {"id": 885}}, "task": {"id": 349, "owner": {"id": 984}, "assignee": {"id": 1096}}, "job": {"id": 364, "assignee": {"id": 1135}}, "organization": {"id": 179}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 94, "privilege": "worker"}, "organization": {"id": 179, "owner": {"id": 289}, "user": {"role": "maintainer"}}}, "resource": {"id": 305, "owner": {"id": 628}, "assignee": {"id": 507}, "project": {"id": 315, "owner": {"id": 783}, "assignee": {"id": 875}}, "task": {"id": 379, "owner": {"id": 971}, "assignee": {"id": 94}}, "job": {"id": 392, "assignee": {"id": 1111}}, "organization": {"id": 179}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 93, "privilege": "worker"}, "organization": {"id": 111, "owner": {"id": 250}, "user": {"role": "maintainer"}}}, "resource": {"id": 305, "owner": {"id": 93}, "assignee": {"id": 580}, "project": {"id": 338, "owner": {"id": 796}, "assignee": {"id": 872}}, "task": {"id": 351, "owner": {"id": 923}, "assignee": {"id": 1012}}, "job": {"id": 339, "assignee": {"id": 1192}}, "organization": {"id": 111}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 93, "privilege": "worker"}, "organization": {"id": 105, "owner": {"id": 209}, "user": {"role": "maintainer"}}}, "resource": {"id": 309, "owner": {"id": 686}, "assignee": {"id": 522}, "project": {"id": 346, "owner": {"id": 720}, "assignee": {"id": 839}}, "task": {"id": 325, "owner": {"id": 907}, "assignee": {"id": 93}}, "job": {"id": 310, "assignee": {"id": 1146}}, "organization": {"id": 1247}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 66, "privilege": "worker"}, "organization": {"id": 114, "owner": {"id": 266}, "user": {"role": "maintainer"}}}, "resource": {"id": 332, "owner": {"id": 66}, "assignee": {"id": 548}, "project": {"id": 321, "owner": {"id": 748}, "assignee": {"id": 899}}, "task": {"id": 321, "owner": {"id": 925}, "assignee": {"id": 1085}}, "job": {"id": 331, "assignee": {"id": 1142}}, "organization": {"id": 1269}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 15, "privilege": "worker"}, "organization": {"id": 127, "owner": {"id": 253}, "user": {"role": "maintainer"}}}, "resource": {"id": 374, "owner": {"id": 605}, "assignee": {"id": 523}, "project": {"id": 357, "owner": {"id": 783}, "assignee": {"id": 833}}, "task": {"id": 365, "owner": {"id": 981}, "assignee": {"id": 15}}, "job": {"id": 343, "assignee": {"id": 1178}}, "organization": {"id": 1289}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 1, "privilege": "worker"}, "organization": {"id": 148, "owner": {"id": 222}, "user": {"role": "maintainer"}}}, "resource": {"id": 310, "owner": {"id": 1}, "assignee": {"id": 569}, "project": {"id": 311, "owner": {"id": 723}, "assignee": {"id": 871}}, "task": {"id": 359, "owner": {"id": 953}, "assignee": {"id": 1018}}, "job": {"id": 385, "assignee": {"id": 1169}}, "organization": {"id": 1238}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 56, "privilege": "worker"}, "organization": {"id": 166, "owner": {"id": 278}, "user": {"role": "supervisor"}}}, "resource": {"id": 324, "owner": {"id": 679}, "assignee": {"id": 527}, "project": {"id": 371, "owner": {"id": 774}, "assignee": {"id": 867}}, "task": {"id": 391, "owner": {"id": 958}, "assignee": {"id": 56}}, "job": {"id": 396, "assignee": {"id": 1161}}, "organization": {"id": 166}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 42, "privilege": "worker"}, "organization": {"id": 111, "owner": {"id": 233}, "user": {"role": "supervisor"}}}, "resource": {"id": 365, "owner": {"id": 42}, "assignee": {"id": 532}, "project": {"id": 340, "owner": {"id": 783}, "assignee": {"id": 814}}, "task": {"id": 302, "owner": {"id": 928}, "assignee": {"id": 1037}}, "job": {"id": 335, "assignee": {"id": 1197}}, "organization": {"id": 111}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 80, "privilege": "worker"}, "organization": {"id": 127, "owner": {"id": 245}, "user": {"role": "supervisor"}}}, "resource": {"id": 381, "owner": {"id": 651}, "assignee": {"id": 531}, "project": {"id": 347, "owner": {"id": 774}, "assignee": {"id": 869}}, "task": {"id": 322, "owner": {"id": 949}, "assignee": {"id": 80}}, "job": {"id": 361, "assignee": {"id": 1194}}, "organization": {"id": 127}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 49, "privilege": "worker"}, "organization": {"id": 112, "owner": {"id": 275}, "user": {"role": "supervisor"}}}, "resource": {"id": 355, "owner": {"id": 49}, "assignee": {"id": 591}, "project": {"id": 345, "owner": {"id": 706}, "assignee": {"id": 881}}, "task": {"id": 385, "owner": {"id": 937}, "assignee": {"id": 1072}}, "job": {"id": 388, "assignee": {"id": 1181}}, "organization": {"id": 112}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 70, "privilege": "worker"}, "organization": {"id": 192, "owner": {"id": 261}, "user": {"role": "supervisor"}}}, "resource": {"id": 316, "owner": {"id": 641}, "assignee": {"id": 586}, "project": {"id": 391, "owner": {"id": 783}, "assignee": {"id": 871}}, "task": {"id": 319, "owner": {"id": 965}, "assignee": {"id": 70}}, "job": {"id": 365, "assignee": {"id": 1138}}, "organization": {"id": 1287}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 68, "privilege": "worker"}, "organization": {"id": 189, "owner": {"id": 258}, "user": {"role": "supervisor"}}}, "resource": {"id": 382, "owner": {"id": 68}, "assignee": {"id": 586}, "project": {"id": 349, "owner": {"id": 780}, "assignee": {"id": 812}}, "task": {"id": 324, "owner": {"id": 991}, "assignee": {"id": 1006}}, "job": {"id": 304, "assignee": {"id": 1187}}, "organization": {"id": 1253}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 80, "privilege": "worker"}, "organization": {"id": 182, "owner": {"id": 238}, "user": {"role": "supervisor"}}}, "resource": {"id": 353, "owner": {"id": 605}, "assignee": {"id": 561}, "project": {"id": 301, "owner": {"id": 708}, "assignee": {"id": 891}}, "task": {"id": 393, "owner": {"id": 907}, "assignee": {"id": 80}}, "job": {"id": 331, "assignee": {"id": 1194}}, "organization": {"id": 1260}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 72, "privilege": "worker"}, "organization": {"id": 115, "owner": {"id": 238}, "user": {"role": "supervisor"}}}, "resource": {"id": 327, "owner": {"id": 72}, "assignee": {"id": 564}, "project": {"id": 394, "owner": {"id": 798}, "assignee": {"id": 875}}, "task": {"id": 363, "owner": {"id": 947}, "assignee": {"id": 1072}}, "job": {"id": 393, "assignee": {"id": 1192}}, "organization": {"id": 1213}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 37, "privilege": "worker"}, "organization": {"id": 140, "owner": {"id": 211}, "user": {"role": "worker"}}}, "resource": {"id": 308, "owner": {"id": 609}, "assignee": {"id": 569}, "project": {"id": 305, "owner": {"id": 781}, "assignee": {"id": 831}}, "task": {"id": 398, "owner": {"id": 942}, "assignee": {"id": 37}}, "job": {"id": 366, "assignee": {"id": 1143}}, "organization": {"id": 140}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 54, "privilege": "worker"}, "organization": {"id": 190, "owner": {"id": 217}, "user": {"role": "worker"}}}, "resource": {"id": 313, "owner": {"id": 54}, "assignee": {"id": 563}, "project": {"id": 338, "owner": {"id": 744}, "assignee": {"id": 804}}, "task": {"id": 328, "owner": {"id": 994}, "assignee": {"id": 1099}}, "job": {"id": 379, "assignee": {"id": 1192}}, "organization": {"id": 190}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 71, "privilege": "worker"}, "organization": {"id": 163, "owner": {"id": 254}, "user": {"role": "worker"}}}, "resource": {"id": 311, "owner": {"id": 667}, "assignee": {"id": 562}, "project": {"id": 341, "owner": {"id": 760}, "assignee": {"id": 815}}, "task": {"id": 327, "owner": {"id": 978}, "assignee": {"id": 71}}, "job": {"id": 319, "assignee": {"id": 1121}}, "organization": {"id": 163}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 99, "privilege": "worker"}, "organization": {"id": 160, "owner": {"id": 251}, "user": {"role": "worker"}}}, "resource": {"id": 387, "owner": {"id": 99}, "assignee": {"id": 581}, "project": {"id": 311, "owner": {"id": 765}, "assignee": {"id": 838}}, "task": {"id": 335, "owner": {"id": 970}, "assignee": {"id": 1005}}, "job": {"id": 368, "assignee": {"id": 1139}}, "organization": {"id": 160}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 38, "privilege": "worker"}, "organization": {"id": 157, "owner": {"id": 288}, "user": {"role": "worker"}}}, "resource": {"id": 362, "owner": {"id": 653}, "assignee": {"id": 585}, "project": {"id": 339, "owner": {"id": 765}, "assignee": {"id": 832}}, "task": {"id": 364, "owner": {"id": 958}, "assignee": {"id": 38}}, "job": {"id": 394, "assignee": {"id": 1154}}, "organization": {"id": 1290}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 8, "privilege": "worker"}, "organization": {"id": 150, "owner": {"id": 218}, "user": {"role": "worker"}}}, "resource": {"id": 335, "owner": {"id": 8}, "assignee": {"id": 554}, "project": {"id": 345, "owner": {"id": 761}, "assignee": {"id": 889}}, "task": {"id": 351, "owner": {"id": 959}, "assignee": {"id": 1034}}, "job": {"id": 333, "assignee": {"id": 1150}}, "organization": {"id": 1289}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 1, "privilege": "worker"}, "organization": {"id": 121, "owner": {"id": 203}, "user": {"role": "worker"}}}, "resource": {"id": 398, "owner": {"id": 612}, "assignee": {"id": 501}, "project": {"id": 385, "owner": {"id": 700}, "assignee": {"id": 803}}, "task": {"id": 397, "owner": {"id": 980}, "assignee": {"id": 1}}, "job": {"id": 337, "assignee": {"id": 1102}}, "organization": {"id": 1272}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 96, "privilege": "worker"}, "organization": {"id": 165, "owner": {"id": 227}, "user": {"role": "worker"}}}, "resource": {"id": 374, "owner": {"id": 96}, "assignee": {"id": 593}, "project": {"id": 374, "owner": {"id": 725}, "assignee": {"id": 827}}, "task": {"id": 350, "owner": {"id": 977}, "assignee": {"id": 1052}}, "job": {"id": 345, "assignee": {"id": 1187}}, "organization": {"id": 1263}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 93, "privilege": "worker"}, "organization": {"id": 109, "owner": {"id": 240}, "user": {"role": null}}}, "resource": {"id": 334, "owner": {"id": 610}, "assignee": {"id": 514}, "project": {"id": 310, "owner": {"id": 774}, "assignee": {"id": 890}}, "task": {"id": 352, "owner": {"id": 969}, "assignee": {"id": 93}}, "job": {"id": 387, "assignee": {"id": 1126}}, "organization": {"id": 109}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 97, "privilege": "worker"}, "organization": {"id": 188, "owner": {"id": 233}, "user": {"role": null}}}, "resource": {"id": 302, "owner": {"id": 97}, "assignee": {"id": 504}, "project": {"id": 323, "owner": {"id": 737}, "assignee": {"id": 862}}, "task": {"id": 328, "owner": {"id": 984}, "assignee": {"id": 1065}}, "job": {"id": 340, "assignee": {"id": 1106}}, "organization": {"id": 188}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 84, "privilege": "worker"}, "organization": {"id": 116, "owner": {"id": 251}, "user": {"role": null}}}, "resource": {"id": 330, "owner": {"id": 688}, "assignee": {"id": 501}, "project": {"id": 370, "owner": {"id": 780}, "assignee": {"id": 807}}, "task": {"id": 337, "owner": {"id": 980}, "assignee": {"id": 84}}, "job": {"id": 312, "assignee": {"id": 1102}}, "organization": {"id": 116}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 46, "privilege": "worker"}, "organization": {"id": 137, "owner": {"id": 208}, "user": {"role": null}}}, "resource": {"id": 356, "owner": {"id": 46}, "assignee": {"id": 535}, "project": {"id": 317, "owner": {"id": 747}, "assignee": {"id": 872}}, "task": {"id": 307, "owner": {"id": 940}, "assignee": {"id": 1083}}, "job": {"id": 376, "assignee": {"id": 1147}}, "organization": {"id": 137}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 98, "privilege": "worker"}, "organization": {"id": 159, "owner": {"id": 235}, "user": {"role": null}}}, "resource": {"id": 326, "owner": {"id": 669}, "assignee": {"id": 557}, "project": {"id": 341, "owner": {"id": 778}, "assignee": {"id": 822}}, "task": {"id": 399, "owner": {"id": 913}, "assignee": {"id": 98}}, "job": {"id": 379, "assignee": {"id": 1190}}, "organization": {"id": 1260}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 71, "privilege": "worker"}, "organization": {"id": 151, "owner": {"id": 255}, "user": {"role": null}}}, "resource": {"id": 343, "owner": {"id": 71}, "assignee": {"id": 589}, "project": {"id": 328, "owner": {"id": 715}, "assignee": {"id": 800}}, "task": {"id": 356, "owner": {"id": 913}, "assignee": {"id": 1096}}, "job": {"id": 387, "assignee": {"id": 1118}}, "organization": {"id": 1292}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 81, "privilege": "worker"}, "organization": {"id": 193, "owner": {"id": 247}, "user": {"role": null}}}, "resource": {"id": 335, "owner": {"id": 653}, "assignee": {"id": 593}, "project": {"id": 365, "owner": {"id": 709}, "assignee": {"id": 876}}, "task": {"id": 322, "owner": {"id": 993}, "assignee": {"id": 81}}, "job": {"id": 310, "assignee": {"id": 1197}}, "organization": {"id": 1276}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 6, "privilege": "worker"}, "organization": {"id": 185, "owner": {"id": 282}, "user": {"role": null}}}, "resource": {"id": 304, "owner": {"id": 6}, "assignee": {"id": 596}, "project": {"id": 319, "owner": {"id": 792}, "assignee": {"id": 830}}, "task": {"id": 337, "owner": {"id": 923}, "assignee": {"id": 1093}}, "job": {"id": 303, "assignee": {"id": 1159}}, "organization": {"id": 1292}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 68, "privilege": "none"}, "organization": {"id": 180, "owner": {"id": 68}, "user": {"role": "owner"}}}, "resource": {"id": 385, "owner": {"id": 654}, "assignee": {"id": 535}, "project": {"id": 301, "owner": {"id": 744}, "assignee": {"id": 878}}, "task": {"id": 333, "owner": {"id": 915}, "assignee": {"id": 68}}, "job": {"id": 361, "assignee": {"id": 1118}}, "organization": {"id": 180}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 13, "privilege": "none"}, "organization": {"id": 183, "owner": {"id": 13}, "user": {"role": "owner"}}}, "resource": {"id": 324, "owner": {"id": 13}, "assignee": {"id": 521}, "project": {"id": 322, "owner": {"id": 732}, "assignee": {"id": 881}}, "task": {"id": 315, "owner": {"id": 997}, "assignee": {"id": 1068}}, "job": {"id": 351, "assignee": {"id": 1142}}, "organization": {"id": 183}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 9, "privilege": "none"}, "organization": {"id": 149, "owner": {"id": 9}, "user": {"role": "owner"}}}, "resource": {"id": 322, "owner": {"id": 626}, "assignee": {"id": 585}, "project": {"id": 304, "owner": {"id": 742}, "assignee": {"id": 870}}, "task": {"id": 385, "owner": {"id": 902}, "assignee": {"id": 9}}, "job": {"id": 333, "assignee": {"id": 1141}}, "organization": {"id": 149}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 5, "privilege": "none"}, "organization": {"id": 161, "owner": {"id": 5}, "user": {"role": "owner"}}}, "resource": {"id": 327, "owner": {"id": 5}, "assignee": {"id": 555}, "project": {"id": 390, "owner": {"id": 709}, "assignee": {"id": 819}}, "task": {"id": 314, "owner": {"id": 954}, "assignee": {"id": 1020}}, "job": {"id": 369, "assignee": {"id": 1188}}, "organization": {"id": 161}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 29, "privilege": "none"}, "organization": {"id": 101, "owner": {"id": 29}, "user": {"role": "owner"}}}, "resource": {"id": 310, "owner": {"id": 607}, "assignee": {"id": 522}, "project": {"id": 385, "owner": {"id": 793}, "assignee": {"id": 889}}, "task": {"id": 308, "owner": {"id": 921}, "assignee": {"id": 29}}, "job": {"id": 331, "assignee": {"id": 1142}}, "organization": {"id": 1215}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 1, "privilege": "none"}, "organization": {"id": 179, "owner": {"id": 1}, "user": {"role": "owner"}}}, "resource": {"id": 305, "owner": {"id": 1}, "assignee": {"id": 545}, "project": {"id": 334, "owner": {"id": 735}, "assignee": {"id": 831}}, "task": {"id": 377, "owner": {"id": 949}, "assignee": {"id": 1085}}, "job": {"id": 380, "assignee": {"id": 1182}}, "organization": {"id": 1236}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 31, "privilege": "none"}, "organization": {"id": 121, "owner": {"id": 31}, "user": {"role": "owner"}}}, "resource": {"id": 360, "owner": {"id": 614}, "assignee": {"id": 542}, "project": {"id": 323, "owner": {"id": 731}, "assignee": {"id": 802}}, "task": {"id": 345, "owner": {"id": 926}, "assignee": {"id": 31}}, "job": {"id": 343, "assignee": {"id": 1141}}, "organization": {"id": 1231}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 73, "privilege": "none"}, "organization": {"id": 191, "owner": {"id": 73}, "user": {"role": "owner"}}}, "resource": {"id": 315, "owner": {"id": 73}, "assignee": {"id": 503}, "project": {"id": 360, "owner": {"id": 791}, "assignee": {"id": 879}}, "task": {"id": 318, "owner": {"id": 993}, "assignee": {"id": 1077}}, "job": {"id": 335, "assignee": {"id": 1128}}, "organization": {"id": 1226}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 58, "privilege": "none"}, "organization": {"id": 154, "owner": {"id": 201}, "user": {"role": "maintainer"}}}, "resource": {"id": 372, "owner": {"id": 643}, "assignee": {"id": 500}, "project": {"id": 312, "owner": {"id": 744}, "assignee": {"id": 817}}, "task": {"id": 302, "owner": {"id": 941}, "assignee": {"id": 58}}, "job": {"id": 387, "assignee": {"id": 1165}}, "organization": {"id": 154}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 18, "privilege": "none"}, "organization": {"id": 194, "owner": {"id": 252}, "user": {"role": "maintainer"}}}, "resource": {"id": 314, "owner": {"id": 18}, "assignee": {"id": 543}, "project": {"id": 364, "owner": {"id": 776}, "assignee": {"id": 867}}, "task": {"id": 341, "owner": {"id": 969}, "assignee": {"id": 1088}}, "job": {"id": 306, "assignee": {"id": 1135}}, "organization": {"id": 194}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 11, "privilege": "none"}, "organization": {"id": 136, "owner": {"id": 223}, "user": {"role": "maintainer"}}}, "resource": {"id": 371, "owner": {"id": 615}, "assignee": {"id": 555}, "project": {"id": 330, "owner": {"id": 791}, "assignee": {"id": 822}}, "task": {"id": 307, "owner": {"id": 927}, "assignee": {"id": 11}}, "job": {"id": 399, "assignee": {"id": 1152}}, "organization": {"id": 136}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 72, "privilege": "none"}, "organization": {"id": 179, "owner": {"id": 240}, "user": {"role": "maintainer"}}}, "resource": {"id": 332, "owner": {"id": 72}, "assignee": {"id": 535}, "project": {"id": 308, "owner": {"id": 718}, "assignee": {"id": 885}}, "task": {"id": 303, "owner": {"id": 922}, "assignee": {"id": 1092}}, "job": {"id": 396, "assignee": {"id": 1136}}, "organization": {"id": 179}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 45, "privilege": "none"}, "organization": {"id": 167, "owner": {"id": 240}, "user": {"role": "maintainer"}}}, "resource": {"id": 370, "owner": {"id": 663}, "assignee": {"id": 594}, "project": {"id": 374, "owner": {"id": 764}, "assignee": {"id": 820}}, "task": {"id": 354, "owner": {"id": 906}, "assignee": {"id": 45}}, "job": {"id": 300, "assignee": {"id": 1138}}, "organization": {"id": 1263}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 44, "privilege": "none"}, "organization": {"id": 133, "owner": {"id": 259}, "user": {"role": "maintainer"}}}, "resource": {"id": 370, "owner": {"id": 44}, "assignee": {"id": 533}, "project": {"id": 300, "owner": {"id": 717}, "assignee": {"id": 859}}, "task": {"id": 321, "owner": {"id": 962}, "assignee": {"id": 1053}}, "job": {"id": 343, "assignee": {"id": 1166}}, "organization": {"id": 1223}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 72, "privilege": "none"}, "organization": {"id": 147, "owner": {"id": 289}, "user": {"role": "maintainer"}}}, "resource": {"id": 326, "owner": {"id": 673}, "assignee": {"id": 587}, "project": {"id": 305, "owner": {"id": 764}, "assignee": {"id": 873}}, "task": {"id": 322, "owner": {"id": 900}, "assignee": {"id": 72}}, "job": {"id": 345, "assignee": {"id": 1159}}, "organization": {"id": 1285}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 79, "privilege": "none"}, "organization": {"id": 181, "owner": {"id": 268}, "user": {"role": "maintainer"}}}, "resource": {"id": 320, "owner": {"id": 79}, "assignee": {"id": 551}, "project": {"id": 399, "owner": {"id": 728}, "assignee": {"id": 818}}, "task": {"id": 335, "owner": {"id": 908}, "assignee": {"id": 1028}}, "job": {"id": 356, "assignee": {"id": 1124}}, "organization": {"id": 1201}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 53, "privilege": "none"}, "organization": {"id": 155, "owner": {"id": 262}, "user": {"role": "supervisor"}}}, "resource": {"id": 340, "owner": {"id": 627}, "assignee": {"id": 552}, "project": {"id": 363, "owner": {"id": 773}, "assignee": {"id": 829}}, "task": {"id": 385, "owner": {"id": 923}, "assignee": {"id": 53}}, "job": {"id": 317, "assignee": {"id": 1178}}, "organization": {"id": 155}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 27, "privilege": "none"}, "organization": {"id": 156, "owner": {"id": 248}, "user": {"role": "supervisor"}}}, "resource": {"id": 330, "owner": {"id": 27}, "assignee": {"id": 502}, "project": {"id": 366, "owner": {"id": 783}, "assignee": {"id": 883}}, "task": {"id": 358, "owner": {"id": 914}, "assignee": {"id": 1049}}, "job": {"id": 352, "assignee": {"id": 1117}}, "organization": {"id": 156}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 31, "privilege": "none"}, "organization": {"id": 115, "owner": {"id": 248}, "user": {"role": "supervisor"}}}, "resource": {"id": 308, "owner": {"id": 609}, "assignee": {"id": 564}, "project": {"id": 326, "owner": {"id": 768}, "assignee": {"id": 817}}, "task": {"id": 325, "owner": {"id": 997}, "assignee": {"id": 31}}, "job": {"id": 302, "assignee": {"id": 1134}}, "organization": {"id": 115}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 2, "privilege": "none"}, "organization": {"id": 157, "owner": {"id": 268}, "user": {"role": "supervisor"}}}, "resource": {"id": 367, "owner": {"id": 2}, "assignee": {"id": 580}, "project": {"id": 348, "owner": {"id": 709}, "assignee": {"id": 883}}, "task": {"id": 396, "owner": {"id": 925}, "assignee": {"id": 1078}}, "job": {"id": 358, "assignee": {"id": 1169}}, "organization": {"id": 157}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 78, "privilege": "none"}, "organization": {"id": 172, "owner": {"id": 222}, "user": {"role": "supervisor"}}}, "resource": {"id": 335, "owner": {"id": 684}, "assignee": {"id": 592}, "project": {"id": 385, "owner": {"id": 716}, "assignee": {"id": 802}}, "task": {"id": 379, "owner": {"id": 993}, "assignee": {"id": 78}}, "job": {"id": 357, "assignee": {"id": 1163}}, "organization": {"id": 1287}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 35, "privilege": "none"}, "organization": {"id": 157, "owner": {"id": 279}, "user": {"role": "supervisor"}}}, "resource": {"id": 390, "owner": {"id": 35}, "assignee": {"id": 504}, "project": {"id": 354, "owner": {"id": 765}, "assignee": {"id": 800}}, "task": {"id": 381, "owner": {"id": 964}, "assignee": {"id": 1030}}, "job": {"id": 341, "assignee": {"id": 1109}}, "organization": {"id": 1207}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 49, "privilege": "none"}, "organization": {"id": 121, "owner": {"id": 219}, "user": {"role": "supervisor"}}}, "resource": {"id": 381, "owner": {"id": 646}, "assignee": {"id": 581}, "project": {"id": 371, "owner": {"id": 797}, "assignee": {"id": 832}}, "task": {"id": 323, "owner": {"id": 949}, "assignee": {"id": 49}}, "job": {"id": 389, "assignee": {"id": 1157}}, "organization": {"id": 1273}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 10, "privilege": "none"}, "organization": {"id": 108, "owner": {"id": 236}, "user": {"role": "supervisor"}}}, "resource": {"id": 307, "owner": {"id": 10}, "assignee": {"id": 549}, "project": {"id": 309, "owner": {"id": 740}, "assignee": {"id": 867}}, "task": {"id": 301, "owner": {"id": 974}, "assignee": {"id": 1023}}, "job": {"id": 393, "assignee": {"id": 1165}}, "organization": {"id": 1227}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 84, "privilege": "none"}, "organization": {"id": 143, "owner": {"id": 226}, "user": {"role": "worker"}}}, "resource": {"id": 314, "owner": {"id": 665}, "assignee": {"id": 586}, "project": {"id": 387, "owner": {"id": 730}, "assignee": {"id": 894}}, "task": {"id": 319, "owner": {"id": 903}, "assignee": {"id": 84}}, "job": {"id": 351, "assignee": {"id": 1167}}, "organization": {"id": 143}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 40, "privilege": "none"}, "organization": {"id": 194, "owner": {"id": 248}, "user": {"role": "worker"}}}, "resource": {"id": 324, "owner": {"id": 40}, "assignee": {"id": 577}, "project": {"id": 324, "owner": {"id": 713}, "assignee": {"id": 871}}, "task": {"id": 385, "owner": {"id": 989}, "assignee": {"id": 1082}}, "job": {"id": 328, "assignee": {"id": 1116}}, "organization": {"id": 194}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 89, "privilege": "none"}, "organization": {"id": 103, "owner": {"id": 274}, "user": {"role": "worker"}}}, "resource": {"id": 358, "owner": {"id": 656}, "assignee": {"id": 516}, "project": {"id": 313, "owner": {"id": 771}, "assignee": {"id": 887}}, "task": {"id": 322, "owner": {"id": 985}, "assignee": {"id": 89}}, "job": {"id": 317, "assignee": {"id": 1175}}, "organization": {"id": 103}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 32, "privilege": "none"}, "organization": {"id": 105, "owner": {"id": 242}, "user": {"role": "worker"}}}, "resource": {"id": 343, "owner": {"id": 32}, "assignee": {"id": 566}, "project": {"id": 341, "owner": {"id": 704}, "assignee": {"id": 871}}, "task": {"id": 389, "owner": {"id": 943}, "assignee": {"id": 1047}}, "job": {"id": 324, "assignee": {"id": 1174}}, "organization": {"id": 105}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 22, "privilege": "none"}, "organization": {"id": 167, "owner": {"id": 241}, "user": {"role": "worker"}}}, "resource": {"id": 300, "owner": {"id": 685}, "assignee": {"id": 565}, "project": {"id": 317, "owner": {"id": 799}, "assignee": {"id": 895}}, "task": {"id": 337, "owner": {"id": 923}, "assignee": {"id": 22}}, "job": {"id": 368, "assignee": {"id": 1191}}, "organization": {"id": 1247}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 25, "privilege": "none"}, "organization": {"id": 113, "owner": {"id": 250}, "user": {"role": "worker"}}}, "resource": {"id": 365, "owner": {"id": 25}, "assignee": {"id": 536}, "project": {"id": 304, "owner": {"id": 708}, "assignee": {"id": 809}}, "task": {"id": 391, "owner": {"id": 905}, "assignee": {"id": 1056}}, "job": {"id": 347, "assignee": {"id": 1105}}, "organization": {"id": 1259}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 55, "privilege": "none"}, "organization": {"id": 125, "owner": {"id": 215}, "user": {"role": "worker"}}}, "resource": {"id": 385, "owner": {"id": 679}, "assignee": {"id": 527}, "project": {"id": 305, "owner": {"id": 790}, "assignee": {"id": 869}}, "task": {"id": 310, "owner": {"id": 995}, "assignee": {"id": 55}}, "job": {"id": 333, "assignee": {"id": 1157}}, "organization": {"id": 1230}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 74, "privilege": "none"}, "organization": {"id": 158, "owner": {"id": 242}, "user": {"role": "worker"}}}, "resource": {"id": 302, "owner": {"id": 74}, "assignee": {"id": 573}, "project": {"id": 343, "owner": {"id": 793}, "assignee": {"id": 805}}, "task": {"id": 353, "owner": {"id": 939}, "assignee": {"id": 1012}}, "job": {"id": 307, "assignee": {"id": 1179}}, "organization": {"id": 1293}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 97, "privilege": "none"}, "organization": {"id": 167, "owner": {"id": 224}, "user": {"role": null}}}, "resource": {"id": 366, "owner": {"id": 653}, "assignee": {"id": 545}, "project": {"id": 354, "owner": {"id": 707}, "assignee": {"id": 823}}, "task": {"id": 325, "owner": {"id": 974}, "assignee": {"id": 97}}, "job": {"id": 388, "assignee": {"id": 1187}}, "organization": {"id": 167}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 85, "privilege": "none"}, "organization": {"id": 112, "owner": {"id": 253}, "user": {"role": null}}}, "resource": {"id": 368, "owner": {"id": 85}, "assignee": {"id": 584}, "project": {"id": 343, "owner": {"id": 720}, "assignee": {"id": 897}}, "task": {"id": 387, "owner": {"id": 990}, "assignee": {"id": 1025}}, "job": {"id": 391, "assignee": {"id": 1101}}, "organization": {"id": 112}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 11, "privilege": "none"}, "organization": {"id": 191, "owner": {"id": 201}, "user": {"role": null}}}, "resource": {"id": 329, "owner": {"id": 632}, "assignee": {"id": 502}, "project": {"id": 398, "owner": {"id": 735}, "assignee": {"id": 812}}, "task": {"id": 390, "owner": {"id": 912}, "assignee": {"id": 11}}, "job": {"id": 310, "assignee": {"id": 1162}}, "organization": {"id": 191}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 83, "privilege": "none"}, "organization": {"id": 126, "owner": {"id": 277}, "user": {"role": null}}}, "resource": {"id": 391, "owner": {"id": 83}, "assignee": {"id": 561}, "project": {"id": 366, "owner": {"id": 730}, "assignee": {"id": 893}}, "task": {"id": 355, "owner": {"id": 956}, "assignee": {"id": 1091}}, "job": {"id": 330, "assignee": {"id": 1130}}, "organization": {"id": 126}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 23, "privilege": "none"}, "organization": {"id": 137, "owner": {"id": 255}, "user": {"role": null}}}, "resource": {"id": 372, "owner": {"id": 662}, "assignee": {"id": 588}, "project": {"id": 396, "owner": {"id": 712}, "assignee": {"id": 804}}, "task": {"id": 307, "owner": {"id": 932}, "assignee": {"id": 23}}, "job": {"id": 330, "assignee": {"id": 1152}}, "organization": {"id": 1216}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 62, "privilege": "none"}, "organization": {"id": 103, "owner": {"id": 274}, "user": {"role": null}}}, "resource": {"id": 375, "owner": {"id": 62}, "assignee": {"id": 503}, "project": {"id": 394, "owner": {"id": 737}, "assignee": {"id": 864}}, "task": {"id": 378, "owner": {"id": 977}, "assignee": {"id": 1082}}, "job": {"id": 324, "assignee": {"id": 1163}}, "organization": {"id": 1252}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 47, "privilege": "none"}, "organization": {"id": 139, "owner": {"id": 211}, "user": {"role": null}}}, "resource": {"id": 364, "owner": {"id": 633}, "assignee": {"id": 588}, "project": {"id": 353, "owner": {"id": 748}, "assignee": {"id": 837}}, "task": {"id": 317, "owner": {"id": 976}, "assignee": {"id": 47}}, "job": {"id": 343, "assignee": {"id": 1114}}, "organization": {"id": 1256}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 98, "privilege": "none"}, "organization": {"id": 181, "owner": {"id": 284}, "user": {"role": null}}}, "resource": {"id": 363, "owner": {"id": 98}, "assignee": {"id": 535}, "project": {"id": 360, "owner": {"id": 735}, "assignee": {"id": 851}}, "task": {"id": 347, "owner": {"id": 953}, "assignee": {"id": 1025}}, "job": {"id": 380, "assignee": {"id": 1195}}, "organization": {"id": 1286}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 98, "privilege": "admin"}, "organization": {"id": 164, "owner": {"id": 98}, "user": {"role": "owner"}}}, "resource": {"id": 337, "owner": {"id": 623}, "assignee": {"id": 564}, "project": {"id": 393, "owner": {"id": 718}, "assignee": {"id": 842}}, "task": {"id": 397, "owner": {"id": 976}, "assignee": {"id": 1008}}, "job": {"id": 383, "assignee": {"id": 98}}, "organization": {"id": 164}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 30, "privilege": "admin"}, "organization": {"id": 186, "owner": {"id": 30}, "user": {"role": "owner"}}}, "resource": {"id": 300, "owner": {"id": 604}, "assignee": {"id": 30}, "project": {"id": 387, "owner": {"id": 714}, "assignee": {"id": 815}}, "task": {"id": 399, "owner": {"id": 973}, "assignee": {"id": 1096}}, "job": {"id": 332, "assignee": {"id": 1192}}, "organization": {"id": 186}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 46, "privilege": "admin"}, "organization": {"id": 196, "owner": {"id": 46}, "user": {"role": "owner"}}}, "resource": {"id": 360, "owner": {"id": 630}, "assignee": {"id": 577}, "project": {"id": 347, "owner": {"id": 771}, "assignee": {"id": 877}}, "task": {"id": 332, "owner": {"id": 958}, "assignee": {"id": 1046}}, "job": {"id": 367, "assignee": {"id": 46}}, "organization": {"id": 196}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 40, "privilege": "admin"}, "organization": {"id": 184, "owner": {"id": 40}, "user": {"role": "owner"}}}, "resource": {"id": 338, "owner": {"id": 689}, "assignee": {"id": 40}, "project": {"id": 338, "owner": {"id": 768}, "assignee": {"id": 895}}, "task": {"id": 382, "owner": {"id": 968}, "assignee": {"id": 1035}}, "job": {"id": 315, "assignee": {"id": 1123}}, "organization": {"id": 184}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 59, "privilege": "admin"}, "organization": {"id": 174, "owner": {"id": 59}, "user": {"role": "owner"}}}, "resource": {"id": 368, "owner": {"id": 697}, "assignee": {"id": 588}, "project": {"id": 398, "owner": {"id": 767}, "assignee": {"id": 873}}, "task": {"id": 334, "owner": {"id": 938}, "assignee": {"id": 1034}}, "job": {"id": 328, "assignee": {"id": 59}}, "organization": {"id": 1203}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 30, "privilege": "admin"}, "organization": {"id": 105, "owner": {"id": 30}, "user": {"role": "owner"}}}, "resource": {"id": 324, "owner": {"id": 672}, "assignee": {"id": 30}, "project": {"id": 347, "owner": {"id": 789}, "assignee": {"id": 887}}, "task": {"id": 329, "owner": {"id": 948}, "assignee": {"id": 1026}}, "job": {"id": 340, "assignee": {"id": 1146}}, "organization": {"id": 1290}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 55, "privilege": "admin"}, "organization": {"id": 120, "owner": {"id": 55}, "user": {"role": "owner"}}}, "resource": {"id": 385, "owner": {"id": 649}, "assignee": {"id": 536}, "project": {"id": 308, "owner": {"id": 709}, "assignee": {"id": 804}}, "task": {"id": 363, "owner": {"id": 930}, "assignee": {"id": 1060}}, "job": {"id": 382, "assignee": {"id": 55}}, "organization": {"id": 1240}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 58, "privilege": "admin"}, "organization": {"id": 190, "owner": {"id": 58}, "user": {"role": "owner"}}}, "resource": {"id": 359, "owner": {"id": 666}, "assignee": {"id": 58}, "project": {"id": 353, "owner": {"id": 778}, "assignee": {"id": 805}}, "task": {"id": 305, "owner": {"id": 979}, "assignee": {"id": 1047}}, "job": {"id": 319, "assignee": {"id": 1178}}, "organization": {"id": 1277}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 37, "privilege": "admin"}, "organization": {"id": 179, "owner": {"id": 226}, "user": {"role": "maintainer"}}}, "resource": {"id": 361, "owner": {"id": 613}, "assignee": {"id": 503}, "project": {"id": 345, "owner": {"id": 709}, "assignee": {"id": 826}}, "task": {"id": 376, "owner": {"id": 962}, "assignee": {"id": 1072}}, "job": {"id": 354, "assignee": {"id": 37}}, "organization": {"id": 179}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 21, "privilege": "admin"}, "organization": {"id": 166, "owner": {"id": 239}, "user": {"role": "maintainer"}}}, "resource": {"id": 336, "owner": {"id": 695}, "assignee": {"id": 21}, "project": {"id": 384, "owner": {"id": 778}, "assignee": {"id": 890}}, "task": {"id": 367, "owner": {"id": 992}, "assignee": {"id": 1048}}, "job": {"id": 304, "assignee": {"id": 1191}}, "organization": {"id": 166}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 57, "privilege": "admin"}, "organization": {"id": 104, "owner": {"id": 269}, "user": {"role": "maintainer"}}}, "resource": {"id": 330, "owner": {"id": 649}, "assignee": {"id": 581}, "project": {"id": 350, "owner": {"id": 779}, "assignee": {"id": 895}}, "task": {"id": 341, "owner": {"id": 968}, "assignee": {"id": 1079}}, "job": {"id": 361, "assignee": {"id": 57}}, "organization": {"id": 104}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 87, "privilege": "admin"}, "organization": {"id": 109, "owner": {"id": 250}, "user": {"role": "maintainer"}}}, "resource": {"id": 316, "owner": {"id": 663}, "assignee": {"id": 87}, "project": {"id": 394, "owner": {"id": 700}, "assignee": {"id": 865}}, "task": {"id": 330, "owner": {"id": 968}, "assignee": {"id": 1005}}, "job": {"id": 333, "assignee": {"id": 1134}}, "organization": {"id": 109}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 55, "privilege": "admin"}, "organization": {"id": 108, "owner": {"id": 222}, "user": {"role": "maintainer"}}}, "resource": {"id": 327, "owner": {"id": 675}, "assignee": {"id": 590}, "project": {"id": 312, "owner": {"id": 756}, "assignee": {"id": 873}}, "task": {"id": 358, "owner": {"id": 921}, "assignee": {"id": 1067}}, "job": {"id": 338, "assignee": {"id": 55}}, "organization": {"id": 1269}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 80, "privilege": "admin"}, "organization": {"id": 106, "owner": {"id": 255}, "user": {"role": "maintainer"}}}, "resource": {"id": 346, "owner": {"id": 606}, "assignee": {"id": 80}, "project": {"id": 304, "owner": {"id": 700}, "assignee": {"id": 899}}, "task": {"id": 329, "owner": {"id": 933}, "assignee": {"id": 1028}}, "job": {"id": 329, "assignee": {"id": 1192}}, "organization": {"id": 1250}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 87, "privilege": "admin"}, "organization": {"id": 182, "owner": {"id": 227}, "user": {"role": "maintainer"}}}, "resource": {"id": 358, "owner": {"id": 638}, "assignee": {"id": 504}, "project": {"id": 389, "owner": {"id": 773}, "assignee": {"id": 848}}, "task": {"id": 387, "owner": {"id": 947}, "assignee": {"id": 1026}}, "job": {"id": 380, "assignee": {"id": 87}}, "organization": {"id": 1237}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 76, "privilege": "admin"}, "organization": {"id": 159, "owner": {"id": 261}, "user": {"role": "maintainer"}}}, "resource": {"id": 388, "owner": {"id": 658}, "assignee": {"id": 76}, "project": {"id": 316, "owner": {"id": 728}, "assignee": {"id": 841}}, "task": {"id": 315, "owner": {"id": 979}, "assignee": {"id": 1073}}, "job": {"id": 353, "assignee": {"id": 1146}}, "organization": {"id": 1237}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 95, "privilege": "admin"}, "organization": {"id": 106, "owner": {"id": 297}, "user": {"role": "supervisor"}}}, "resource": {"id": 366, "owner": {"id": 687}, "assignee": {"id": 533}, "project": {"id": 327, "owner": {"id": 792}, "assignee": {"id": 848}}, "task": {"id": 358, "owner": {"id": 956}, "assignee": {"id": 1015}}, "job": {"id": 382, "assignee": {"id": 95}}, "organization": {"id": 106}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 16, "privilege": "admin"}, "organization": {"id": 150, "owner": {"id": 206}, "user": {"role": "supervisor"}}}, "resource": {"id": 358, "owner": {"id": 631}, "assignee": {"id": 16}, "project": {"id": 317, "owner": {"id": 754}, "assignee": {"id": 839}}, "task": {"id": 378, "owner": {"id": 970}, "assignee": {"id": 1019}}, "job": {"id": 391, "assignee": {"id": 1193}}, "organization": {"id": 150}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 23, "privilege": "admin"}, "organization": {"id": 137, "owner": {"id": 290}, "user": {"role": "supervisor"}}}, "resource": {"id": 305, "owner": {"id": 604}, "assignee": {"id": 584}, "project": {"id": 343, "owner": {"id": 759}, "assignee": {"id": 884}}, "task": {"id": 368, "owner": {"id": 900}, "assignee": {"id": 1078}}, "job": {"id": 395, "assignee": {"id": 23}}, "organization": {"id": 137}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 11, "privilege": "admin"}, "organization": {"id": 142, "owner": {"id": 224}, "user": {"role": "supervisor"}}}, "resource": {"id": 391, "owner": {"id": 633}, "assignee": {"id": 11}, "project": {"id": 337, "owner": {"id": 723}, "assignee": {"id": 836}}, "task": {"id": 313, "owner": {"id": 914}, "assignee": {"id": 1078}}, "job": {"id": 376, "assignee": {"id": 1193}}, "organization": {"id": 142}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 52, "privilege": "admin"}, "organization": {"id": 156, "owner": {"id": 295}, "user": {"role": "supervisor"}}}, "resource": {"id": 338, "owner": {"id": 613}, "assignee": {"id": 510}, "project": {"id": 399, "owner": {"id": 725}, "assignee": {"id": 862}}, "task": {"id": 386, "owner": {"id": 954}, "assignee": {"id": 1073}}, "job": {"id": 388, "assignee": {"id": 52}}, "organization": {"id": 1219}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 40, "privilege": "admin"}, "organization": {"id": 126, "owner": {"id": 236}, "user": {"role": "supervisor"}}}, "resource": {"id": 390, "owner": {"id": 637}, "assignee": {"id": 40}, "project": {"id": 332, "owner": {"id": 760}, "assignee": {"id": 832}}, "task": {"id": 315, "owner": {"id": 992}, "assignee": {"id": 1073}}, "job": {"id": 399, "assignee": {"id": 1142}}, "organization": {"id": 1257}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 35, "privilege": "admin"}, "organization": {"id": 154, "owner": {"id": 204}, "user": {"role": "supervisor"}}}, "resource": {"id": 392, "owner": {"id": 669}, "assignee": {"id": 518}, "project": {"id": 322, "owner": {"id": 776}, "assignee": {"id": 871}}, "task": {"id": 353, "owner": {"id": 944}, "assignee": {"id": 1032}}, "job": {"id": 352, "assignee": {"id": 35}}, "organization": {"id": 1244}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 18, "privilege": "admin"}, "organization": {"id": 159, "owner": {"id": 235}, "user": {"role": "supervisor"}}}, "resource": {"id": 317, "owner": {"id": 678}, "assignee": {"id": 18}, "project": {"id": 394, "owner": {"id": 707}, "assignee": {"id": 803}}, "task": {"id": 398, "owner": {"id": 911}, "assignee": {"id": 1036}}, "job": {"id": 361, "assignee": {"id": 1103}}, "organization": {"id": 1226}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 32, "privilege": "admin"}, "organization": {"id": 154, "owner": {"id": 246}, "user": {"role": "worker"}}}, "resource": {"id": 309, "owner": {"id": 660}, "assignee": {"id": 551}, "project": {"id": 384, "owner": {"id": 790}, "assignee": {"id": 815}}, "task": {"id": 325, "owner": {"id": 945}, "assignee": {"id": 1084}}, "job": {"id": 346, "assignee": {"id": 32}}, "organization": {"id": 154}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 57, "privilege": "admin"}, "organization": {"id": 161, "owner": {"id": 206}, "user": {"role": "worker"}}}, "resource": {"id": 371, "owner": {"id": 601}, "assignee": {"id": 57}, "project": {"id": 349, "owner": {"id": 722}, "assignee": {"id": 824}}, "task": {"id": 393, "owner": {"id": 916}, "assignee": {"id": 1070}}, "job": {"id": 321, "assignee": {"id": 1136}}, "organization": {"id": 161}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 34, "privilege": "admin"}, "organization": {"id": 198, "owner": {"id": 276}, "user": {"role": "worker"}}}, "resource": {"id": 344, "owner": {"id": 660}, "assignee": {"id": 571}, "project": {"id": 322, "owner": {"id": 708}, "assignee": {"id": 822}}, "task": {"id": 354, "owner": {"id": 919}, "assignee": {"id": 1072}}, "job": {"id": 367, "assignee": {"id": 34}}, "organization": {"id": 198}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 35, "privilege": "admin"}, "organization": {"id": 146, "owner": {"id": 241}, "user": {"role": "worker"}}}, "resource": {"id": 305, "owner": {"id": 638}, "assignee": {"id": 35}, "project": {"id": 332, "owner": {"id": 799}, "assignee": {"id": 893}}, "task": {"id": 376, "owner": {"id": 955}, "assignee": {"id": 1071}}, "job": {"id": 380, "assignee": {"id": 1174}}, "organization": {"id": 146}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 26, "privilege": "admin"}, "organization": {"id": 197, "owner": {"id": 202}, "user": {"role": "worker"}}}, "resource": {"id": 372, "owner": {"id": 677}, "assignee": {"id": 509}, "project": {"id": 351, "owner": {"id": 724}, "assignee": {"id": 819}}, "task": {"id": 389, "owner": {"id": 978}, "assignee": {"id": 1083}}, "job": {"id": 398, "assignee": {"id": 26}}, "organization": {"id": 1249}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 10, "privilege": "admin"}, "organization": {"id": 125, "owner": {"id": 226}, "user": {"role": "worker"}}}, "resource": {"id": 314, "owner": {"id": 616}, "assignee": {"id": 10}, "project": {"id": 314, "owner": {"id": 741}, "assignee": {"id": 897}}, "task": {"id": 362, "owner": {"id": 947}, "assignee": {"id": 1075}}, "job": {"id": 383, "assignee": {"id": 1186}}, "organization": {"id": 1243}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 33, "privilege": "admin"}, "organization": {"id": 184, "owner": {"id": 285}, "user": {"role": "worker"}}}, "resource": {"id": 303, "owner": {"id": 663}, "assignee": {"id": 595}, "project": {"id": 380, "owner": {"id": 751}, "assignee": {"id": 887}}, "task": {"id": 358, "owner": {"id": 910}, "assignee": {"id": 1075}}, "job": {"id": 398, "assignee": {"id": 33}}, "organization": {"id": 1237}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 2, "privilege": "admin"}, "organization": {"id": 155, "owner": {"id": 220}, "user": {"role": "worker"}}}, "resource": {"id": 341, "owner": {"id": 611}, "assignee": {"id": 2}, "project": {"id": 312, "owner": {"id": 710}, "assignee": {"id": 888}}, "task": {"id": 395, "owner": {"id": 981}, "assignee": {"id": 1055}}, "job": {"id": 341, "assignee": {"id": 1123}}, "organization": {"id": 1246}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 83, "privilege": "admin"}, "organization": {"id": 191, "owner": {"id": 267}, "user": {"role": null}}}, "resource": {"id": 372, "owner": {"id": 605}, "assignee": {"id": 560}, "project": {"id": 357, "owner": {"id": 710}, "assignee": {"id": 857}}, "task": {"id": 311, "owner": {"id": 932}, "assignee": {"id": 1046}}, "job": {"id": 352, "assignee": {"id": 83}}, "organization": {"id": 191}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 56, "privilege": "admin"}, "organization": {"id": 128, "owner": {"id": 279}, "user": {"role": null}}}, "resource": {"id": 344, "owner": {"id": 658}, "assignee": {"id": 56}, "project": {"id": 359, "owner": {"id": 794}, "assignee": {"id": 805}}, "task": {"id": 332, "owner": {"id": 990}, "assignee": {"id": 1083}}, "job": {"id": 304, "assignee": {"id": 1156}}, "organization": {"id": 128}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 87, "privilege": "admin"}, "organization": {"id": 161, "owner": {"id": 274}, "user": {"role": null}}}, "resource": {"id": 392, "owner": {"id": 667}, "assignee": {"id": 556}, "project": {"id": 301, "owner": {"id": 711}, "assignee": {"id": 832}}, "task": {"id": 352, "owner": {"id": 913}, "assignee": {"id": 1098}}, "job": {"id": 340, "assignee": {"id": 87}}, "organization": {"id": 161}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 13, "privilege": "admin"}, "organization": {"id": 101, "owner": {"id": 208}, "user": {"role": null}}}, "resource": {"id": 376, "owner": {"id": 687}, "assignee": {"id": 13}, "project": {"id": 353, "owner": {"id": 770}, "assignee": {"id": 876}}, "task": {"id": 321, "owner": {"id": 999}, "assignee": {"id": 1089}}, "job": {"id": 356, "assignee": {"id": 1104}}, "organization": {"id": 101}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 67, "privilege": "admin"}, "organization": {"id": 128, "owner": {"id": 294}, "user": {"role": null}}}, "resource": {"id": 355, "owner": {"id": 642}, "assignee": {"id": 540}, "project": {"id": 363, "owner": {"id": 777}, "assignee": {"id": 824}}, "task": {"id": 393, "owner": {"id": 999}, "assignee": {"id": 1041}}, "job": {"id": 349, "assignee": {"id": 67}}, "organization": {"id": 1286}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 70, "privilege": "admin"}, "organization": {"id": 159, "owner": {"id": 229}, "user": {"role": null}}}, "resource": {"id": 381, "owner": {"id": 619}, "assignee": {"id": 70}, "project": {"id": 371, "owner": {"id": 774}, "assignee": {"id": 871}}, "task": {"id": 306, "owner": {"id": 916}, "assignee": {"id": 1043}}, "job": {"id": 377, "assignee": {"id": 1187}}, "organization": {"id": 1233}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 32, "privilege": "admin"}, "organization": {"id": 129, "owner": {"id": 245}, "user": {"role": null}}}, "resource": {"id": 348, "owner": {"id": 685}, "assignee": {"id": 567}, "project": {"id": 319, "owner": {"id": 770}, "assignee": {"id": 803}}, "task": {"id": 384, "owner": {"id": 973}, "assignee": {"id": 1049}}, "job": {"id": 395, "assignee": {"id": 32}}, "organization": {"id": 1204}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 32, "privilege": "admin"}, "organization": {"id": 176, "owner": {"id": 264}, "user": {"role": null}}}, "resource": {"id": 390, "owner": {"id": 699}, "assignee": {"id": 32}, "project": {"id": 338, "owner": {"id": 799}, "assignee": {"id": 852}}, "task": {"id": 319, "owner": {"id": 941}, "assignee": {"id": 1052}}, "job": {"id": 340, "assignee": {"id": 1193}}, "organization": {"id": 1264}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 1, "privilege": "business"}, "organization": {"id": 156, "owner": {"id": 1}, "user": {"role": "owner"}}}, "resource": {"id": 367, "owner": {"id": 648}, "assignee": {"id": 571}, "project": {"id": 376, "owner": {"id": 793}, "assignee": {"id": 825}}, "task": {"id": 396, "owner": {"id": 932}, "assignee": {"id": 1099}}, "job": {"id": 359, "assignee": {"id": 1}}, "organization": {"id": 156}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 0, "privilege": "business"}, "organization": {"id": 194, "owner": {"id": 0}, "user": {"role": "owner"}}}, "resource": {"id": 352, "owner": {"id": 623}, "assignee": {"id": 0}, "project": {"id": 369, "owner": {"id": 743}, "assignee": {"id": 822}}, "task": {"id": 378, "owner": {"id": 921}, "assignee": {"id": 1064}}, "job": {"id": 334, "assignee": {"id": 1118}}, "organization": {"id": 194}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 64, "privilege": "business"}, "organization": {"id": 160, "owner": {"id": 64}, "user": {"role": "owner"}}}, "resource": {"id": 377, "owner": {"id": 623}, "assignee": {"id": 582}, "project": {"id": 316, "owner": {"id": 702}, "assignee": {"id": 840}}, "task": {"id": 388, "owner": {"id": 996}, "assignee": {"id": 1027}}, "job": {"id": 339, "assignee": {"id": 64}}, "organization": {"id": 160}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 62, "privilege": "business"}, "organization": {"id": 115, "owner": {"id": 62}, "user": {"role": "owner"}}}, "resource": {"id": 386, "owner": {"id": 658}, "assignee": {"id": 62}, "project": {"id": 349, "owner": {"id": 761}, "assignee": {"id": 880}}, "task": {"id": 350, "owner": {"id": 986}, "assignee": {"id": 1063}}, "job": {"id": 399, "assignee": {"id": 1131}}, "organization": {"id": 115}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 97, "privilege": "business"}, "organization": {"id": 112, "owner": {"id": 97}, "user": {"role": "owner"}}}, "resource": {"id": 312, "owner": {"id": 615}, "assignee": {"id": 580}, "project": {"id": 379, "owner": {"id": 776}, "assignee": {"id": 829}}, "task": {"id": 307, "owner": {"id": 904}, "assignee": {"id": 1060}}, "job": {"id": 363, "assignee": {"id": 97}}, "organization": {"id": 1226}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 14, "privilege": "business"}, "organization": {"id": 198, "owner": {"id": 14}, "user": {"role": "owner"}}}, "resource": {"id": 319, "owner": {"id": 698}, "assignee": {"id": 14}, "project": {"id": 351, "owner": {"id": 702}, "assignee": {"id": 861}}, "task": {"id": 349, "owner": {"id": 909}, "assignee": {"id": 1041}}, "job": {"id": 376, "assignee": {"id": 1165}}, "organization": {"id": 1208}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 34, "privilege": "business"}, "organization": {"id": 120, "owner": {"id": 34}, "user": {"role": "owner"}}}, "resource": {"id": 333, "owner": {"id": 604}, "assignee": {"id": 562}, "project": {"id": 309, "owner": {"id": 760}, "assignee": {"id": 800}}, "task": {"id": 356, "owner": {"id": 981}, "assignee": {"id": 1018}}, "job": {"id": 372, "assignee": {"id": 34}}, "organization": {"id": 1251}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 20, "privilege": "business"}, "organization": {"id": 164, "owner": {"id": 20}, "user": {"role": "owner"}}}, "resource": {"id": 315, "owner": {"id": 663}, "assignee": {"id": 20}, "project": {"id": 336, "owner": {"id": 763}, "assignee": {"id": 839}}, "task": {"id": 355, "owner": {"id": 961}, "assignee": {"id": 1083}}, "job": {"id": 347, "assignee": {"id": 1185}}, "organization": {"id": 1275}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 49, "privilege": "business"}, "organization": {"id": 104, "owner": {"id": 250}, "user": {"role": "maintainer"}}}, "resource": {"id": 391, "owner": {"id": 657}, "assignee": {"id": 535}, "project": {"id": 350, "owner": {"id": 715}, "assignee": {"id": 891}}, "task": {"id": 321, "owner": {"id": 938}, "assignee": {"id": 1068}}, "job": {"id": 335, "assignee": {"id": 49}}, "organization": {"id": 104}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 75, "privilege": "business"}, "organization": {"id": 133, "owner": {"id": 271}, "user": {"role": "maintainer"}}}, "resource": {"id": 300, "owner": {"id": 663}, "assignee": {"id": 75}, "project": {"id": 372, "owner": {"id": 765}, "assignee": {"id": 889}}, "task": {"id": 317, "owner": {"id": 902}, "assignee": {"id": 1092}}, "job": {"id": 348, "assignee": {"id": 1196}}, "organization": {"id": 133}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 5, "privilege": "business"}, "organization": {"id": 154, "owner": {"id": 278}, "user": {"role": "maintainer"}}}, "resource": {"id": 329, "owner": {"id": 634}, "assignee": {"id": 582}, "project": {"id": 350, "owner": {"id": 755}, "assignee": {"id": 897}}, "task": {"id": 394, "owner": {"id": 924}, "assignee": {"id": 1005}}, "job": {"id": 370, "assignee": {"id": 5}}, "organization": {"id": 154}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 58, "privilege": "business"}, "organization": {"id": 150, "owner": {"id": 266}, "user": {"role": "maintainer"}}}, "resource": {"id": 341, "owner": {"id": 662}, "assignee": {"id": 58}, "project": {"id": 324, "owner": {"id": 794}, "assignee": {"id": 830}}, "task": {"id": 318, "owner": {"id": 925}, "assignee": {"id": 1066}}, "job": {"id": 337, "assignee": {"id": 1108}}, "organization": {"id": 150}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 40, "privilege": "business"}, "organization": {"id": 183, "owner": {"id": 264}, "user": {"role": "maintainer"}}}, "resource": {"id": 351, "owner": {"id": 625}, "assignee": {"id": 549}, "project": {"id": 347, "owner": {"id": 716}, "assignee": {"id": 895}}, "task": {"id": 327, "owner": {"id": 930}, "assignee": {"id": 1085}}, "job": {"id": 371, "assignee": {"id": 40}}, "organization": {"id": 1258}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 77, "privilege": "business"}, "organization": {"id": 198, "owner": {"id": 206}, "user": {"role": "maintainer"}}}, "resource": {"id": 311, "owner": {"id": 662}, "assignee": {"id": 77}, "project": {"id": 339, "owner": {"id": 784}, "assignee": {"id": 847}}, "task": {"id": 339, "owner": {"id": 993}, "assignee": {"id": 1095}}, "job": {"id": 371, "assignee": {"id": 1103}}, "organization": {"id": 1208}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 15, "privilege": "business"}, "organization": {"id": 128, "owner": {"id": 239}, "user": {"role": "maintainer"}}}, "resource": {"id": 317, "owner": {"id": 697}, "assignee": {"id": 596}, "project": {"id": 347, "owner": {"id": 712}, "assignee": {"id": 869}}, "task": {"id": 375, "owner": {"id": 940}, "assignee": {"id": 1032}}, "job": {"id": 324, "assignee": {"id": 15}}, "organization": {"id": 1210}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 71, "privilege": "business"}, "organization": {"id": 122, "owner": {"id": 256}, "user": {"role": "maintainer"}}}, "resource": {"id": 342, "owner": {"id": 683}, "assignee": {"id": 71}, "project": {"id": 390, "owner": {"id": 795}, "assignee": {"id": 896}}, "task": {"id": 334, "owner": {"id": 901}, "assignee": {"id": 1032}}, "job": {"id": 373, "assignee": {"id": 1184}}, "organization": {"id": 1242}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 36, "privilege": "business"}, "organization": {"id": 118, "owner": {"id": 288}, "user": {"role": "supervisor"}}}, "resource": {"id": 387, "owner": {"id": 631}, "assignee": {"id": 517}, "project": {"id": 340, "owner": {"id": 716}, "assignee": {"id": 871}}, "task": {"id": 363, "owner": {"id": 914}, "assignee": {"id": 1028}}, "job": {"id": 303, "assignee": {"id": 36}}, "organization": {"id": 118}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 95, "privilege": "business"}, "organization": {"id": 123, "owner": {"id": 285}, "user": {"role": "supervisor"}}}, "resource": {"id": 324, "owner": {"id": 667}, "assignee": {"id": 95}, "project": {"id": 378, "owner": {"id": 716}, "assignee": {"id": 812}}, "task": {"id": 399, "owner": {"id": 994}, "assignee": {"id": 1075}}, "job": {"id": 373, "assignee": {"id": 1189}}, "organization": {"id": 123}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 60, "privilege": "business"}, "organization": {"id": 107, "owner": {"id": 298}, "user": {"role": "supervisor"}}}, "resource": {"id": 386, "owner": {"id": 629}, "assignee": {"id": 598}, "project": {"id": 302, "owner": {"id": 790}, "assignee": {"id": 869}}, "task": {"id": 318, "owner": {"id": 975}, "assignee": {"id": 1042}}, "job": {"id": 345, "assignee": {"id": 60}}, "organization": {"id": 107}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 50, "privilege": "business"}, "organization": {"id": 151, "owner": {"id": 298}, "user": {"role": "supervisor"}}}, "resource": {"id": 361, "owner": {"id": 690}, "assignee": {"id": 50}, "project": {"id": 369, "owner": {"id": 733}, "assignee": {"id": 836}}, "task": {"id": 386, "owner": {"id": 939}, "assignee": {"id": 1066}}, "job": {"id": 338, "assignee": {"id": 1159}}, "organization": {"id": 151}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 56, "privilege": "business"}, "organization": {"id": 128, "owner": {"id": 252}, "user": {"role": "supervisor"}}}, "resource": {"id": 370, "owner": {"id": 683}, "assignee": {"id": 527}, "project": {"id": 391, "owner": {"id": 782}, "assignee": {"id": 827}}, "task": {"id": 367, "owner": {"id": 919}, "assignee": {"id": 1002}}, "job": {"id": 380, "assignee": {"id": 56}}, "organization": {"id": 1265}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 78, "privilege": "business"}, "organization": {"id": 114, "owner": {"id": 203}, "user": {"role": "supervisor"}}}, "resource": {"id": 322, "owner": {"id": 652}, "assignee": {"id": 78}, "project": {"id": 302, "owner": {"id": 798}, "assignee": {"id": 874}}, "task": {"id": 342, "owner": {"id": 930}, "assignee": {"id": 1079}}, "job": {"id": 369, "assignee": {"id": 1186}}, "organization": {"id": 1240}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 82, "privilege": "business"}, "organization": {"id": 183, "owner": {"id": 207}, "user": {"role": "supervisor"}}}, "resource": {"id": 358, "owner": {"id": 675}, "assignee": {"id": 566}, "project": {"id": 327, "owner": {"id": 770}, "assignee": {"id": 819}}, "task": {"id": 307, "owner": {"id": 905}, "assignee": {"id": 1069}}, "job": {"id": 328, "assignee": {"id": 82}}, "organization": {"id": 1220}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 45, "privilege": "business"}, "organization": {"id": 107, "owner": {"id": 202}, "user": {"role": "supervisor"}}}, "resource": {"id": 337, "owner": {"id": 650}, "assignee": {"id": 45}, "project": {"id": 315, "owner": {"id": 708}, "assignee": {"id": 803}}, "task": {"id": 360, "owner": {"id": 975}, "assignee": {"id": 1066}}, "job": {"id": 313, "assignee": {"id": 1108}}, "organization": {"id": 1236}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 56, "privilege": "business"}, "organization": {"id": 107, "owner": {"id": 279}, "user": {"role": "worker"}}}, "resource": {"id": 364, "owner": {"id": 665}, "assignee": {"id": 575}, "project": {"id": 374, "owner": {"id": 712}, "assignee": {"id": 853}}, "task": {"id": 341, "owner": {"id": 940}, "assignee": {"id": 1044}}, "job": {"id": 393, "assignee": {"id": 56}}, "organization": {"id": 107}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 19, "privilege": "business"}, "organization": {"id": 186, "owner": {"id": 215}, "user": {"role": "worker"}}}, "resource": {"id": 365, "owner": {"id": 684}, "assignee": {"id": 19}, "project": {"id": 379, "owner": {"id": 732}, "assignee": {"id": 814}}, "task": {"id": 312, "owner": {"id": 986}, "assignee": {"id": 1026}}, "job": {"id": 393, "assignee": {"id": 1150}}, "organization": {"id": 186}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 29, "privilege": "business"}, "organization": {"id": 129, "owner": {"id": 226}, "user": {"role": "worker"}}}, "resource": {"id": 332, "owner": {"id": 619}, "assignee": {"id": 523}, "project": {"id": 302, "owner": {"id": 786}, "assignee": {"id": 831}}, "task": {"id": 393, "owner": {"id": 990}, "assignee": {"id": 1037}}, "job": {"id": 362, "assignee": {"id": 29}}, "organization": {"id": 129}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 80, "privilege": "business"}, "organization": {"id": 175, "owner": {"id": 238}, "user": {"role": "worker"}}}, "resource": {"id": 391, "owner": {"id": 624}, "assignee": {"id": 80}, "project": {"id": 326, "owner": {"id": 731}, "assignee": {"id": 800}}, "task": {"id": 337, "owner": {"id": 969}, "assignee": {"id": 1018}}, "job": {"id": 343, "assignee": {"id": 1119}}, "organization": {"id": 175}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 47, "privilege": "business"}, "organization": {"id": 196, "owner": {"id": 233}, "user": {"role": "worker"}}}, "resource": {"id": 300, "owner": {"id": 643}, "assignee": {"id": 576}, "project": {"id": 390, "owner": {"id": 797}, "assignee": {"id": 865}}, "task": {"id": 388, "owner": {"id": 967}, "assignee": {"id": 1040}}, "job": {"id": 336, "assignee": {"id": 47}}, "organization": {"id": 1254}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 15, "privilege": "business"}, "organization": {"id": 119, "owner": {"id": 233}, "user": {"role": "worker"}}}, "resource": {"id": 347, "owner": {"id": 637}, "assignee": {"id": 15}, "project": {"id": 323, "owner": {"id": 756}, "assignee": {"id": 805}}, "task": {"id": 304, "owner": {"id": 901}, "assignee": {"id": 1074}}, "job": {"id": 337, "assignee": {"id": 1154}}, "organization": {"id": 1285}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 19, "privilege": "business"}, "organization": {"id": 127, "owner": {"id": 286}, "user": {"role": "worker"}}}, "resource": {"id": 319, "owner": {"id": 613}, "assignee": {"id": 534}, "project": {"id": 319, "owner": {"id": 796}, "assignee": {"id": 847}}, "task": {"id": 327, "owner": {"id": 993}, "assignee": {"id": 1033}}, "job": {"id": 307, "assignee": {"id": 19}}, "organization": {"id": 1201}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 47, "privilege": "business"}, "organization": {"id": 105, "owner": {"id": 211}, "user": {"role": "worker"}}}, "resource": {"id": 367, "owner": {"id": 606}, "assignee": {"id": 47}, "project": {"id": 302, "owner": {"id": 796}, "assignee": {"id": 894}}, "task": {"id": 397, "owner": {"id": 961}, "assignee": {"id": 1035}}, "job": {"id": 357, "assignee": {"id": 1183}}, "organization": {"id": 1250}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 45, "privilege": "business"}, "organization": {"id": 117, "owner": {"id": 250}, "user": {"role": null}}}, "resource": {"id": 344, "owner": {"id": 622}, "assignee": {"id": 569}, "project": {"id": 340, "owner": {"id": 782}, "assignee": {"id": 861}}, "task": {"id": 306, "owner": {"id": 970}, "assignee": {"id": 1051}}, "job": {"id": 396, "assignee": {"id": 45}}, "organization": {"id": 117}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 59, "privilege": "business"}, "organization": {"id": 174, "owner": {"id": 286}, "user": {"role": null}}}, "resource": {"id": 366, "owner": {"id": 603}, "assignee": {"id": 59}, "project": {"id": 385, "owner": {"id": 773}, "assignee": {"id": 809}}, "task": {"id": 386, "owner": {"id": 983}, "assignee": {"id": 1091}}, "job": {"id": 350, "assignee": {"id": 1188}}, "organization": {"id": 174}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 53, "privilege": "business"}, "organization": {"id": 116, "owner": {"id": 240}, "user": {"role": null}}}, "resource": {"id": 324, "owner": {"id": 611}, "assignee": {"id": 567}, "project": {"id": 325, "owner": {"id": 794}, "assignee": {"id": 827}}, "task": {"id": 372, "owner": {"id": 917}, "assignee": {"id": 1003}}, "job": {"id": 386, "assignee": {"id": 53}}, "organization": {"id": 116}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 95, "privilege": "business"}, "organization": {"id": 183, "owner": {"id": 292}, "user": {"role": null}}}, "resource": {"id": 391, "owner": {"id": 681}, "assignee": {"id": 95}, "project": {"id": 373, "owner": {"id": 737}, "assignee": {"id": 817}}, "task": {"id": 391, "owner": {"id": 970}, "assignee": {"id": 1024}}, "job": {"id": 321, "assignee": {"id": 1127}}, "organization": {"id": 183}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 32, "privilege": "business"}, "organization": {"id": 124, "owner": {"id": 255}, "user": {"role": null}}}, "resource": {"id": 339, "owner": {"id": 619}, "assignee": {"id": 552}, "project": {"id": 345, "owner": {"id": 754}, "assignee": {"id": 836}}, "task": {"id": 380, "owner": {"id": 961}, "assignee": {"id": 1014}}, "job": {"id": 363, "assignee": {"id": 32}}, "organization": {"id": 1248}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 87, "privilege": "business"}, "organization": {"id": 165, "owner": {"id": 274}, "user": {"role": null}}}, "resource": {"id": 326, "owner": {"id": 613}, "assignee": {"id": 87}, "project": {"id": 340, "owner": {"id": 750}, "assignee": {"id": 866}}, "task": {"id": 337, "owner": {"id": 982}, "assignee": {"id": 1000}}, "job": {"id": 364, "assignee": {"id": 1192}}, "organization": {"id": 1225}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 1, "privilege": "business"}, "organization": {"id": 154, "owner": {"id": 270}, "user": {"role": null}}}, "resource": {"id": 360, "owner": {"id": 601}, "assignee": {"id": 521}, "project": {"id": 317, "owner": {"id": 752}, "assignee": {"id": 884}}, "task": {"id": 333, "owner": {"id": 958}, "assignee": {"id": 1021}}, "job": {"id": 301, "assignee": {"id": 1}}, "organization": {"id": 1239}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 57, "privilege": "business"}, "organization": {"id": 144, "owner": {"id": 220}, "user": {"role": null}}}, "resource": {"id": 375, "owner": {"id": 644}, "assignee": {"id": 57}, "project": {"id": 394, "owner": {"id": 720}, "assignee": {"id": 809}}, "task": {"id": 311, "owner": {"id": 925}, "assignee": {"id": 1004}}, "job": {"id": 333, "assignee": {"id": 1151}}, "organization": {"id": 1265}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 55, "privilege": "user"}, "organization": {"id": 176, "owner": {"id": 55}, "user": {"role": "owner"}}}, "resource": {"id": 388, "owner": {"id": 669}, "assignee": {"id": 590}, "project": {"id": 355, "owner": {"id": 778}, "assignee": {"id": 897}}, "task": {"id": 305, "owner": {"id": 921}, "assignee": {"id": 1060}}, "job": {"id": 326, "assignee": {"id": 55}}, "organization": {"id": 176}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 14, "privilege": "user"}, "organization": {"id": 174, "owner": {"id": 14}, "user": {"role": "owner"}}}, "resource": {"id": 331, "owner": {"id": 639}, "assignee": {"id": 14}, "project": {"id": 375, "owner": {"id": 757}, "assignee": {"id": 835}}, "task": {"id": 395, "owner": {"id": 912}, "assignee": {"id": 1062}}, "job": {"id": 364, "assignee": {"id": 1154}}, "organization": {"id": 174}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 43, "privilege": "user"}, "organization": {"id": 136, "owner": {"id": 43}, "user": {"role": "owner"}}}, "resource": {"id": 314, "owner": {"id": 640}, "assignee": {"id": 577}, "project": {"id": 304, "owner": {"id": 786}, "assignee": {"id": 854}}, "task": {"id": 397, "owner": {"id": 972}, "assignee": {"id": 1028}}, "job": {"id": 362, "assignee": {"id": 43}}, "organization": {"id": 136}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 3, "privilege": "user"}, "organization": {"id": 124, "owner": {"id": 3}, "user": {"role": "owner"}}}, "resource": {"id": 360, "owner": {"id": 636}, "assignee": {"id": 3}, "project": {"id": 363, "owner": {"id": 718}, "assignee": {"id": 832}}, "task": {"id": 399, "owner": {"id": 923}, "assignee": {"id": 1011}}, "job": {"id": 365, "assignee": {"id": 1107}}, "organization": {"id": 124}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 60, "privilege": "user"}, "organization": {"id": 166, "owner": {"id": 60}, "user": {"role": "owner"}}}, "resource": {"id": 306, "owner": {"id": 696}, "assignee": {"id": 531}, "project": {"id": 320, "owner": {"id": 764}, "assignee": {"id": 811}}, "task": {"id": 351, "owner": {"id": 948}, "assignee": {"id": 1081}}, "job": {"id": 325, "assignee": {"id": 60}}, "organization": {"id": 1293}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 81, "privilege": "user"}, "organization": {"id": 136, "owner": {"id": 81}, "user": {"role": "owner"}}}, "resource": {"id": 327, "owner": {"id": 607}, "assignee": {"id": 81}, "project": {"id": 334, "owner": {"id": 756}, "assignee": {"id": 826}}, "task": {"id": 383, "owner": {"id": 944}, "assignee": {"id": 1098}}, "job": {"id": 361, "assignee": {"id": 1114}}, "organization": {"id": 1231}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 41, "privilege": "user"}, "organization": {"id": 130, "owner": {"id": 41}, "user": {"role": "owner"}}}, "resource": {"id": 387, "owner": {"id": 687}, "assignee": {"id": 574}, "project": {"id": 338, "owner": {"id": 783}, "assignee": {"id": 884}}, "task": {"id": 301, "owner": {"id": 925}, "assignee": {"id": 1014}}, "job": {"id": 371, "assignee": {"id": 41}}, "organization": {"id": 1239}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 16, "privilege": "user"}, "organization": {"id": 155, "owner": {"id": 16}, "user": {"role": "owner"}}}, "resource": {"id": 322, "owner": {"id": 617}, "assignee": {"id": 16}, "project": {"id": 332, "owner": {"id": 750}, "assignee": {"id": 853}}, "task": {"id": 372, "owner": {"id": 941}, "assignee": {"id": 1052}}, "job": {"id": 387, "assignee": {"id": 1197}}, "organization": {"id": 1286}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 96, "privilege": "user"}, "organization": {"id": 182, "owner": {"id": 254}, "user": {"role": "maintainer"}}}, "resource": {"id": 377, "owner": {"id": 659}, "assignee": {"id": 561}, "project": {"id": 361, "owner": {"id": 786}, "assignee": {"id": 813}}, "task": {"id": 325, "owner": {"id": 980}, "assignee": {"id": 1088}}, "job": {"id": 360, "assignee": {"id": 96}}, "organization": {"id": 182}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 81, "privilege": "user"}, "organization": {"id": 173, "owner": {"id": 238}, "user": {"role": "maintainer"}}}, "resource": {"id": 380, "owner": {"id": 610}, "assignee": {"id": 81}, "project": {"id": 386, "owner": {"id": 708}, "assignee": {"id": 876}}, "task": {"id": 306, "owner": {"id": 912}, "assignee": {"id": 1071}}, "job": {"id": 370, "assignee": {"id": 1179}}, "organization": {"id": 173}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 77, "privilege": "user"}, "organization": {"id": 184, "owner": {"id": 243}, "user": {"role": "maintainer"}}}, "resource": {"id": 383, "owner": {"id": 631}, "assignee": {"id": 556}, "project": {"id": 341, "owner": {"id": 715}, "assignee": {"id": 871}}, "task": {"id": 316, "owner": {"id": 994}, "assignee": {"id": 1053}}, "job": {"id": 338, "assignee": {"id": 77}}, "organization": {"id": 184}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 12, "privilege": "user"}, "organization": {"id": 145, "owner": {"id": 254}, "user": {"role": "maintainer"}}}, "resource": {"id": 396, "owner": {"id": 614}, "assignee": {"id": 12}, "project": {"id": 344, "owner": {"id": 746}, "assignee": {"id": 854}}, "task": {"id": 310, "owner": {"id": 980}, "assignee": {"id": 1079}}, "job": {"id": 318, "assignee": {"id": 1176}}, "organization": {"id": 145}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 45, "privilege": "user"}, "organization": {"id": 105, "owner": {"id": 247}, "user": {"role": "maintainer"}}}, "resource": {"id": 361, "owner": {"id": 642}, "assignee": {"id": 530}, "project": {"id": 361, "owner": {"id": 756}, "assignee": {"id": 827}}, "task": {"id": 369, "owner": {"id": 953}, "assignee": {"id": 1095}}, "job": {"id": 386, "assignee": {"id": 45}}, "organization": {"id": 1204}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 41, "privilege": "user"}, "organization": {"id": 112, "owner": {"id": 245}, "user": {"role": "maintainer"}}}, "resource": {"id": 325, "owner": {"id": 679}, "assignee": {"id": 41}, "project": {"id": 339, "owner": {"id": 709}, "assignee": {"id": 813}}, "task": {"id": 392, "owner": {"id": 973}, "assignee": {"id": 1075}}, "job": {"id": 320, "assignee": {"id": 1185}}, "organization": {"id": 1245}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 43, "privilege": "user"}, "organization": {"id": 106, "owner": {"id": 208}, "user": {"role": "maintainer"}}}, "resource": {"id": 387, "owner": {"id": 612}, "assignee": {"id": 568}, "project": {"id": 318, "owner": {"id": 787}, "assignee": {"id": 865}}, "task": {"id": 375, "owner": {"id": 990}, "assignee": {"id": 1095}}, "job": {"id": 335, "assignee": {"id": 43}}, "organization": {"id": 1253}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 42, "privilege": "user"}, "organization": {"id": 160, "owner": {"id": 287}, "user": {"role": "maintainer"}}}, "resource": {"id": 354, "owner": {"id": 677}, "assignee": {"id": 42}, "project": {"id": 324, "owner": {"id": 770}, "assignee": {"id": 847}}, "task": {"id": 362, "owner": {"id": 989}, "assignee": {"id": 1099}}, "job": {"id": 344, "assignee": {"id": 1156}}, "organization": {"id": 1299}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 8, "privilege": "user"}, "organization": {"id": 176, "owner": {"id": 286}, "user": {"role": "supervisor"}}}, "resource": {"id": 386, "owner": {"id": 619}, "assignee": {"id": 598}, "project": {"id": 380, "owner": {"id": 724}, "assignee": {"id": 893}}, "task": {"id": 378, "owner": {"id": 936}, "assignee": {"id": 1039}}, "job": {"id": 363, "assignee": {"id": 8}}, "organization": {"id": 176}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 28, "privilege": "user"}, "organization": {"id": 138, "owner": {"id": 222}, "user": {"role": "supervisor"}}}, "resource": {"id": 300, "owner": {"id": 630}, "assignee": {"id": 28}, "project": {"id": 337, "owner": {"id": 751}, "assignee": {"id": 813}}, "task": {"id": 317, "owner": {"id": 982}, "assignee": {"id": 1065}}, "job": {"id": 371, "assignee": {"id": 1183}}, "organization": {"id": 138}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 41, "privilege": "user"}, "organization": {"id": 182, "owner": {"id": 234}, "user": {"role": "supervisor"}}}, "resource": {"id": 364, "owner": {"id": 630}, "assignee": {"id": 566}, "project": {"id": 370, "owner": {"id": 780}, "assignee": {"id": 847}}, "task": {"id": 337, "owner": {"id": 946}, "assignee": {"id": 1023}}, "job": {"id": 342, "assignee": {"id": 41}}, "organization": {"id": 182}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 74, "privilege": "user"}, "organization": {"id": 103, "owner": {"id": 208}, "user": {"role": "supervisor"}}}, "resource": {"id": 309, "owner": {"id": 624}, "assignee": {"id": 74}, "project": {"id": 338, "owner": {"id": 759}, "assignee": {"id": 822}}, "task": {"id": 387, "owner": {"id": 921}, "assignee": {"id": 1077}}, "job": {"id": 341, "assignee": {"id": 1166}}, "organization": {"id": 103}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 47, "privilege": "user"}, "organization": {"id": 150, "owner": {"id": 212}, "user": {"role": "supervisor"}}}, "resource": {"id": 379, "owner": {"id": 608}, "assignee": {"id": 570}, "project": {"id": 364, "owner": {"id": 702}, "assignee": {"id": 821}}, "task": {"id": 386, "owner": {"id": 978}, "assignee": {"id": 1050}}, "job": {"id": 325, "assignee": {"id": 47}}, "organization": {"id": 1258}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 85, "privilege": "user"}, "organization": {"id": 121, "owner": {"id": 248}, "user": {"role": "supervisor"}}}, "resource": {"id": 350, "owner": {"id": 649}, "assignee": {"id": 85}, "project": {"id": 306, "owner": {"id": 707}, "assignee": {"id": 826}}, "task": {"id": 383, "owner": {"id": 921}, "assignee": {"id": 1041}}, "job": {"id": 380, "assignee": {"id": 1124}}, "organization": {"id": 1231}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 45, "privilege": "user"}, "organization": {"id": 124, "owner": {"id": 283}, "user": {"role": "supervisor"}}}, "resource": {"id": 365, "owner": {"id": 653}, "assignee": {"id": 530}, "project": {"id": 307, "owner": {"id": 787}, "assignee": {"id": 806}}, "task": {"id": 331, "owner": {"id": 987}, "assignee": {"id": 1021}}, "job": {"id": 376, "assignee": {"id": 45}}, "organization": {"id": 1281}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 98, "privilege": "user"}, "organization": {"id": 103, "owner": {"id": 254}, "user": {"role": "supervisor"}}}, "resource": {"id": 338, "owner": {"id": 618}, "assignee": {"id": 98}, "project": {"id": 341, "owner": {"id": 704}, "assignee": {"id": 867}}, "task": {"id": 358, "owner": {"id": 939}, "assignee": {"id": 1091}}, "job": {"id": 336, "assignee": {"id": 1153}}, "organization": {"id": 1293}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 95, "privilege": "user"}, "organization": {"id": 118, "owner": {"id": 261}, "user": {"role": "worker"}}}, "resource": {"id": 352, "owner": {"id": 667}, "assignee": {"id": 541}, "project": {"id": 352, "owner": {"id": 792}, "assignee": {"id": 830}}, "task": {"id": 307, "owner": {"id": 912}, "assignee": {"id": 1007}}, "job": {"id": 303, "assignee": {"id": 95}}, "organization": {"id": 118}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 16, "privilege": "user"}, "organization": {"id": 157, "owner": {"id": 274}, "user": {"role": "worker"}}}, "resource": {"id": 357, "owner": {"id": 617}, "assignee": {"id": 16}, "project": {"id": 342, "owner": {"id": 792}, "assignee": {"id": 839}}, "task": {"id": 334, "owner": {"id": 900}, "assignee": {"id": 1088}}, "job": {"id": 361, "assignee": {"id": 1180}}, "organization": {"id": 157}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 76, "privilege": "user"}, "organization": {"id": 146, "owner": {"id": 227}, "user": {"role": "worker"}}}, "resource": {"id": 331, "owner": {"id": 691}, "assignee": {"id": 555}, "project": {"id": 398, "owner": {"id": 782}, "assignee": {"id": 886}}, "task": {"id": 301, "owner": {"id": 998}, "assignee": {"id": 1096}}, "job": {"id": 327, "assignee": {"id": 76}}, "organization": {"id": 146}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 89, "privilege": "user"}, "organization": {"id": 173, "owner": {"id": 231}, "user": {"role": "worker"}}}, "resource": {"id": 332, "owner": {"id": 658}, "assignee": {"id": 89}, "project": {"id": 380, "owner": {"id": 718}, "assignee": {"id": 814}}, "task": {"id": 384, "owner": {"id": 942}, "assignee": {"id": 1061}}, "job": {"id": 332, "assignee": {"id": 1123}}, "organization": {"id": 173}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 79, "privilege": "user"}, "organization": {"id": 128, "owner": {"id": 200}, "user": {"role": "worker"}}}, "resource": {"id": 389, "owner": {"id": 662}, "assignee": {"id": 535}, "project": {"id": 353, "owner": {"id": 795}, "assignee": {"id": 851}}, "task": {"id": 314, "owner": {"id": 957}, "assignee": {"id": 1037}}, "job": {"id": 357, "assignee": {"id": 79}}, "organization": {"id": 1237}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 35, "privilege": "user"}, "organization": {"id": 129, "owner": {"id": 263}, "user": {"role": "worker"}}}, "resource": {"id": 309, "owner": {"id": 691}, "assignee": {"id": 35}, "project": {"id": 371, "owner": {"id": 734}, "assignee": {"id": 858}}, "task": {"id": 345, "owner": {"id": 940}, "assignee": {"id": 1067}}, "job": {"id": 349, "assignee": {"id": 1145}}, "organization": {"id": 1211}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 1, "privilege": "user"}, "organization": {"id": 142, "owner": {"id": 233}, "user": {"role": "worker"}}}, "resource": {"id": 377, "owner": {"id": 682}, "assignee": {"id": 584}, "project": {"id": 394, "owner": {"id": 738}, "assignee": {"id": 823}}, "task": {"id": 331, "owner": {"id": 938}, "assignee": {"id": 1091}}, "job": {"id": 315, "assignee": {"id": 1}}, "organization": {"id": 1288}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 73, "privilege": "user"}, "organization": {"id": 157, "owner": {"id": 216}, "user": {"role": "worker"}}}, "resource": {"id": 364, "owner": {"id": 699}, "assignee": {"id": 73}, "project": {"id": 357, "owner": {"id": 786}, "assignee": {"id": 803}}, "task": {"id": 332, "owner": {"id": 901}, "assignee": {"id": 1073}}, "job": {"id": 315, "assignee": {"id": 1176}}, "organization": {"id": 1276}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 41, "privilege": "user"}, "organization": {"id": 180, "owner": {"id": 258}, "user": {"role": null}}}, "resource": {"id": 341, "owner": {"id": 657}, "assignee": {"id": 593}, "project": {"id": 388, "owner": {"id": 787}, "assignee": {"id": 872}}, "task": {"id": 317, "owner": {"id": 996}, "assignee": {"id": 1003}}, "job": {"id": 392, "assignee": {"id": 41}}, "organization": {"id": 180}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 69, "privilege": "user"}, "organization": {"id": 130, "owner": {"id": 222}, "user": {"role": null}}}, "resource": {"id": 345, "owner": {"id": 668}, "assignee": {"id": 69}, "project": {"id": 349, "owner": {"id": 729}, "assignee": {"id": 852}}, "task": {"id": 327, "owner": {"id": 922}, "assignee": {"id": 1000}}, "job": {"id": 318, "assignee": {"id": 1152}}, "organization": {"id": 130}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 8, "privilege": "user"}, "organization": {"id": 184, "owner": {"id": 252}, "user": {"role": null}}}, "resource": {"id": 338, "owner": {"id": 692}, "assignee": {"id": 514}, "project": {"id": 390, "owner": {"id": 779}, "assignee": {"id": 888}}, "task": {"id": 314, "owner": {"id": 990}, "assignee": {"id": 1064}}, "job": {"id": 374, "assignee": {"id": 8}}, "organization": {"id": 184}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 87, "privilege": "user"}, "organization": {"id": 106, "owner": {"id": 285}, "user": {"role": null}}}, "resource": {"id": 305, "owner": {"id": 630}, "assignee": {"id": 87}, "project": {"id": 308, "owner": {"id": 741}, "assignee": {"id": 881}}, "task": {"id": 332, "owner": {"id": 951}, "assignee": {"id": 1060}}, "job": {"id": 313, "assignee": {"id": 1103}}, "organization": {"id": 106}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 30, "privilege": "user"}, "organization": {"id": 163, "owner": {"id": 264}, "user": {"role": null}}}, "resource": {"id": 350, "owner": {"id": 600}, "assignee": {"id": 567}, "project": {"id": 339, "owner": {"id": 732}, "assignee": {"id": 834}}, "task": {"id": 307, "owner": {"id": 932}, "assignee": {"id": 1056}}, "job": {"id": 362, "assignee": {"id": 30}}, "organization": {"id": 1241}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 58, "privilege": "user"}, "organization": {"id": 167, "owner": {"id": 223}, "user": {"role": null}}}, "resource": {"id": 393, "owner": {"id": 637}, "assignee": {"id": 58}, "project": {"id": 360, "owner": {"id": 714}, "assignee": {"id": 887}}, "task": {"id": 376, "owner": {"id": 999}, "assignee": {"id": 1069}}, "job": {"id": 333, "assignee": {"id": 1177}}, "organization": {"id": 1293}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 91, "privilege": "user"}, "organization": {"id": 118, "owner": {"id": 244}, "user": {"role": null}}}, "resource": {"id": 396, "owner": {"id": 627}, "assignee": {"id": 527}, "project": {"id": 395, "owner": {"id": 701}, "assignee": {"id": 816}}, "task": {"id": 345, "owner": {"id": 982}, "assignee": {"id": 1046}}, "job": {"id": 330, "assignee": {"id": 91}}, "organization": {"id": 1240}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 92, "privilege": "user"}, "organization": {"id": 182, "owner": {"id": 207}, "user": {"role": null}}}, "resource": {"id": 332, "owner": {"id": 607}, "assignee": {"id": 92}, "project": {"id": 328, "owner": {"id": 771}, "assignee": {"id": 815}}, "task": {"id": 317, "owner": {"id": 901}, "assignee": {"id": 1060}}, "job": {"id": 308, "assignee": {"id": 1171}}, "organization": {"id": 1221}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 98, "privilege": "worker"}, "organization": {"id": 112, "owner": {"id": 98}, "user": {"role": "owner"}}}, "resource": {"id": 311, "owner": {"id": 699}, "assignee": {"id": 586}, "project": {"id": 312, "owner": {"id": 717}, "assignee": {"id": 875}}, "task": {"id": 313, "owner": {"id": 904}, "assignee": {"id": 1028}}, "job": {"id": 316, "assignee": {"id": 98}}, "organization": {"id": 112}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 33, "privilege": "worker"}, "organization": {"id": 161, "owner": {"id": 33}, "user": {"role": "owner"}}}, "resource": {"id": 378, "owner": {"id": 660}, "assignee": {"id": 33}, "project": {"id": 362, "owner": {"id": 704}, "assignee": {"id": 874}}, "task": {"id": 354, "owner": {"id": 917}, "assignee": {"id": 1087}}, "job": {"id": 370, "assignee": {"id": 1163}}, "organization": {"id": 161}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 62, "privilege": "worker"}, "organization": {"id": 145, "owner": {"id": 62}, "user": {"role": "owner"}}}, "resource": {"id": 334, "owner": {"id": 685}, "assignee": {"id": 593}, "project": {"id": 394, "owner": {"id": 759}, "assignee": {"id": 884}}, "task": {"id": 399, "owner": {"id": 973}, "assignee": {"id": 1097}}, "job": {"id": 370, "assignee": {"id": 62}}, "organization": {"id": 145}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 7, "privilege": "worker"}, "organization": {"id": 123, "owner": {"id": 7}, "user": {"role": "owner"}}}, "resource": {"id": 362, "owner": {"id": 668}, "assignee": {"id": 7}, "project": {"id": 322, "owner": {"id": 706}, "assignee": {"id": 886}}, "task": {"id": 390, "owner": {"id": 944}, "assignee": {"id": 1038}}, "job": {"id": 312, "assignee": {"id": 1124}}, "organization": {"id": 123}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 1, "privilege": "worker"}, "organization": {"id": 127, "owner": {"id": 1}, "user": {"role": "owner"}}}, "resource": {"id": 307, "owner": {"id": 624}, "assignee": {"id": 534}, "project": {"id": 307, "owner": {"id": 714}, "assignee": {"id": 806}}, "task": {"id": 339, "owner": {"id": 988}, "assignee": {"id": 1071}}, "job": {"id": 335, "assignee": {"id": 1}}, "organization": {"id": 1264}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 66, "privilege": "worker"}, "organization": {"id": 101, "owner": {"id": 66}, "user": {"role": "owner"}}}, "resource": {"id": 313, "owner": {"id": 616}, "assignee": {"id": 66}, "project": {"id": 320, "owner": {"id": 749}, "assignee": {"id": 873}}, "task": {"id": 366, "owner": {"id": 919}, "assignee": {"id": 1031}}, "job": {"id": 375, "assignee": {"id": 1122}}, "organization": {"id": 1235}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 71, "privilege": "worker"}, "organization": {"id": 150, "owner": {"id": 71}, "user": {"role": "owner"}}}, "resource": {"id": 364, "owner": {"id": 658}, "assignee": {"id": 569}, "project": {"id": 340, "owner": {"id": 702}, "assignee": {"id": 860}}, "task": {"id": 318, "owner": {"id": 940}, "assignee": {"id": 1053}}, "job": {"id": 306, "assignee": {"id": 71}}, "organization": {"id": 1299}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 11, "privilege": "worker"}, "organization": {"id": 111, "owner": {"id": 11}, "user": {"role": "owner"}}}, "resource": {"id": 310, "owner": {"id": 656}, "assignee": {"id": 11}, "project": {"id": 381, "owner": {"id": 767}, "assignee": {"id": 874}}, "task": {"id": 390, "owner": {"id": 933}, "assignee": {"id": 1094}}, "job": {"id": 341, "assignee": {"id": 1161}}, "organization": {"id": 1240}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 44, "privilege": "worker"}, "organization": {"id": 181, "owner": {"id": 297}, "user": {"role": "maintainer"}}}, "resource": {"id": 361, "owner": {"id": 673}, "assignee": {"id": 524}, "project": {"id": 371, "owner": {"id": 798}, "assignee": {"id": 853}}, "task": {"id": 370, "owner": {"id": 914}, "assignee": {"id": 1093}}, "job": {"id": 341, "assignee": {"id": 44}}, "organization": {"id": 181}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 91, "privilege": "worker"}, "organization": {"id": 151, "owner": {"id": 211}, "user": {"role": "maintainer"}}}, "resource": {"id": 377, "owner": {"id": 694}, "assignee": {"id": 91}, "project": {"id": 369, "owner": {"id": 706}, "assignee": {"id": 851}}, "task": {"id": 338, "owner": {"id": 939}, "assignee": {"id": 1004}}, "job": {"id": 391, "assignee": {"id": 1117}}, "organization": {"id": 151}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 83, "privilege": "worker"}, "organization": {"id": 117, "owner": {"id": 229}, "user": {"role": "maintainer"}}}, "resource": {"id": 307, "owner": {"id": 621}, "assignee": {"id": 574}, "project": {"id": 358, "owner": {"id": 714}, "assignee": {"id": 874}}, "task": {"id": 342, "owner": {"id": 911}, "assignee": {"id": 1040}}, "job": {"id": 322, "assignee": {"id": 83}}, "organization": {"id": 117}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 26, "privilege": "worker"}, "organization": {"id": 160, "owner": {"id": 294}, "user": {"role": "maintainer"}}}, "resource": {"id": 305, "owner": {"id": 606}, "assignee": {"id": 26}, "project": {"id": 380, "owner": {"id": 759}, "assignee": {"id": 873}}, "task": {"id": 340, "owner": {"id": 944}, "assignee": {"id": 1049}}, "job": {"id": 327, "assignee": {"id": 1179}}, "organization": {"id": 160}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 53, "privilege": "worker"}, "organization": {"id": 193, "owner": {"id": 295}, "user": {"role": "maintainer"}}}, "resource": {"id": 390, "owner": {"id": 641}, "assignee": {"id": 587}, "project": {"id": 385, "owner": {"id": 733}, "assignee": {"id": 885}}, "task": {"id": 398, "owner": {"id": 983}, "assignee": {"id": 1055}}, "job": {"id": 331, "assignee": {"id": 53}}, "organization": {"id": 1223}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 43, "privilege": "worker"}, "organization": {"id": 112, "owner": {"id": 268}, "user": {"role": "maintainer"}}}, "resource": {"id": 326, "owner": {"id": 677}, "assignee": {"id": 43}, "project": {"id": 310, "owner": {"id": 716}, "assignee": {"id": 837}}, "task": {"id": 310, "owner": {"id": 990}, "assignee": {"id": 1077}}, "job": {"id": 396, "assignee": {"id": 1109}}, "organization": {"id": 1217}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 54, "privilege": "worker"}, "organization": {"id": 192, "owner": {"id": 261}, "user": {"role": "maintainer"}}}, "resource": {"id": 331, "owner": {"id": 610}, "assignee": {"id": 570}, "project": {"id": 308, "owner": {"id": 715}, "assignee": {"id": 882}}, "task": {"id": 337, "owner": {"id": 973}, "assignee": {"id": 1040}}, "job": {"id": 372, "assignee": {"id": 54}}, "organization": {"id": 1277}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 61, "privilege": "worker"}, "organization": {"id": 171, "owner": {"id": 277}, "user": {"role": "maintainer"}}}, "resource": {"id": 394, "owner": {"id": 672}, "assignee": {"id": 61}, "project": {"id": 384, "owner": {"id": 760}, "assignee": {"id": 806}}, "task": {"id": 320, "owner": {"id": 971}, "assignee": {"id": 1000}}, "job": {"id": 365, "assignee": {"id": 1111}}, "organization": {"id": 1246}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 92, "privilege": "worker"}, "organization": {"id": 130, "owner": {"id": 203}, "user": {"role": "supervisor"}}}, "resource": {"id": 367, "owner": {"id": 651}, "assignee": {"id": 537}, "project": {"id": 344, "owner": {"id": 765}, "assignee": {"id": 865}}, "task": {"id": 323, "owner": {"id": 974}, "assignee": {"id": 1058}}, "job": {"id": 352, "assignee": {"id": 92}}, "organization": {"id": 130}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 2, "privilege": "worker"}, "organization": {"id": 127, "owner": {"id": 247}, "user": {"role": "supervisor"}}}, "resource": {"id": 363, "owner": {"id": 683}, "assignee": {"id": 2}, "project": {"id": 394, "owner": {"id": 709}, "assignee": {"id": 848}}, "task": {"id": 354, "owner": {"id": 991}, "assignee": {"id": 1075}}, "job": {"id": 353, "assignee": {"id": 1186}}, "organization": {"id": 127}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 97, "privilege": "worker"}, "organization": {"id": 180, "owner": {"id": 271}, "user": {"role": "supervisor"}}}, "resource": {"id": 385, "owner": {"id": 611}, "assignee": {"id": 515}, "project": {"id": 362, "owner": {"id": 711}, "assignee": {"id": 845}}, "task": {"id": 302, "owner": {"id": 908}, "assignee": {"id": 1021}}, "job": {"id": 369, "assignee": {"id": 97}}, "organization": {"id": 180}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 43, "privilege": "worker"}, "organization": {"id": 183, "owner": {"id": 228}, "user": {"role": "supervisor"}}}, "resource": {"id": 395, "owner": {"id": 601}, "assignee": {"id": 43}, "project": {"id": 316, "owner": {"id": 781}, "assignee": {"id": 807}}, "task": {"id": 359, "owner": {"id": 935}, "assignee": {"id": 1075}}, "job": {"id": 325, "assignee": {"id": 1154}}, "organization": {"id": 183}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 64, "privilege": "worker"}, "organization": {"id": 189, "owner": {"id": 256}, "user": {"role": "supervisor"}}}, "resource": {"id": 317, "owner": {"id": 644}, "assignee": {"id": 583}, "project": {"id": 339, "owner": {"id": 738}, "assignee": {"id": 830}}, "task": {"id": 347, "owner": {"id": 915}, "assignee": {"id": 1097}}, "job": {"id": 370, "assignee": {"id": 64}}, "organization": {"id": 1227}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 58, "privilege": "worker"}, "organization": {"id": 184, "owner": {"id": 280}, "user": {"role": "supervisor"}}}, "resource": {"id": 325, "owner": {"id": 663}, "assignee": {"id": 58}, "project": {"id": 359, "owner": {"id": 765}, "assignee": {"id": 892}}, "task": {"id": 350, "owner": {"id": 906}, "assignee": {"id": 1079}}, "job": {"id": 305, "assignee": {"id": 1145}}, "organization": {"id": 1295}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 88, "privilege": "worker"}, "organization": {"id": 170, "owner": {"id": 203}, "user": {"role": "supervisor"}}}, "resource": {"id": 368, "owner": {"id": 672}, "assignee": {"id": 504}, "project": {"id": 340, "owner": {"id": 719}, "assignee": {"id": 850}}, "task": {"id": 310, "owner": {"id": 943}, "assignee": {"id": 1088}}, "job": {"id": 337, "assignee": {"id": 88}}, "organization": {"id": 1217}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 89, "privilege": "worker"}, "organization": {"id": 169, "owner": {"id": 250}, "user": {"role": "supervisor"}}}, "resource": {"id": 323, "owner": {"id": 610}, "assignee": {"id": 89}, "project": {"id": 371, "owner": {"id": 763}, "assignee": {"id": 819}}, "task": {"id": 384, "owner": {"id": 992}, "assignee": {"id": 1040}}, "job": {"id": 378, "assignee": {"id": 1151}}, "organization": {"id": 1290}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 13, "privilege": "worker"}, "organization": {"id": 143, "owner": {"id": 201}, "user": {"role": "worker"}}}, "resource": {"id": 335, "owner": {"id": 636}, "assignee": {"id": 531}, "project": {"id": 391, "owner": {"id": 782}, "assignee": {"id": 823}}, "task": {"id": 344, "owner": {"id": 906}, "assignee": {"id": 1024}}, "job": {"id": 327, "assignee": {"id": 13}}, "organization": {"id": 143}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 26, "privilege": "worker"}, "organization": {"id": 109, "owner": {"id": 252}, "user": {"role": "worker"}}}, "resource": {"id": 331, "owner": {"id": 600}, "assignee": {"id": 26}, "project": {"id": 384, "owner": {"id": 750}, "assignee": {"id": 837}}, "task": {"id": 375, "owner": {"id": 969}, "assignee": {"id": 1004}}, "job": {"id": 352, "assignee": {"id": 1184}}, "organization": {"id": 109}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 39, "privilege": "worker"}, "organization": {"id": 161, "owner": {"id": 214}, "user": {"role": "worker"}}}, "resource": {"id": 373, "owner": {"id": 618}, "assignee": {"id": 520}, "project": {"id": 394, "owner": {"id": 720}, "assignee": {"id": 821}}, "task": {"id": 379, "owner": {"id": 975}, "assignee": {"id": 1038}}, "job": {"id": 337, "assignee": {"id": 39}}, "organization": {"id": 161}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 27, "privilege": "worker"}, "organization": {"id": 133, "owner": {"id": 208}, "user": {"role": "worker"}}}, "resource": {"id": 374, "owner": {"id": 658}, "assignee": {"id": 27}, "project": {"id": 317, "owner": {"id": 761}, "assignee": {"id": 860}}, "task": {"id": 319, "owner": {"id": 906}, "assignee": {"id": 1064}}, "job": {"id": 380, "assignee": {"id": 1137}}, "organization": {"id": 133}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 80, "privilege": "worker"}, "organization": {"id": 193, "owner": {"id": 279}, "user": {"role": "worker"}}}, "resource": {"id": 356, "owner": {"id": 647}, "assignee": {"id": 582}, "project": {"id": 341, "owner": {"id": 739}, "assignee": {"id": 880}}, "task": {"id": 304, "owner": {"id": 921}, "assignee": {"id": 1083}}, "job": {"id": 393, "assignee": {"id": 80}}, "organization": {"id": 1222}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 40, "privilege": "worker"}, "organization": {"id": 105, "owner": {"id": 218}, "user": {"role": "worker"}}}, "resource": {"id": 328, "owner": {"id": 678}, "assignee": {"id": 40}, "project": {"id": 317, "owner": {"id": 734}, "assignee": {"id": 838}}, "task": {"id": 391, "owner": {"id": 915}, "assignee": {"id": 1092}}, "job": {"id": 397, "assignee": {"id": 1167}}, "organization": {"id": 1256}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 57, "privilege": "worker"}, "organization": {"id": 110, "owner": {"id": 231}, "user": {"role": "worker"}}}, "resource": {"id": 332, "owner": {"id": 675}, "assignee": {"id": 544}, "project": {"id": 366, "owner": {"id": 785}, "assignee": {"id": 885}}, "task": {"id": 313, "owner": {"id": 930}, "assignee": {"id": 1080}}, "job": {"id": 302, "assignee": {"id": 57}}, "organization": {"id": 1206}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 99, "privilege": "worker"}, "organization": {"id": 184, "owner": {"id": 214}, "user": {"role": "worker"}}}, "resource": {"id": 385, "owner": {"id": 616}, "assignee": {"id": 99}, "project": {"id": 358, "owner": {"id": 785}, "assignee": {"id": 837}}, "task": {"id": 308, "owner": {"id": 910}, "assignee": {"id": 1028}}, "job": {"id": 365, "assignee": {"id": 1131}}, "organization": {"id": 1256}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 40, "privilege": "worker"}, "organization": {"id": 162, "owner": {"id": 241}, "user": {"role": null}}}, "resource": {"id": 358, "owner": {"id": 670}, "assignee": {"id": 579}, "project": {"id": 353, "owner": {"id": 737}, "assignee": {"id": 867}}, "task": {"id": 360, "owner": {"id": 903}, "assignee": {"id": 1079}}, "job": {"id": 379, "assignee": {"id": 40}}, "organization": {"id": 162}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 94, "privilege": "worker"}, "organization": {"id": 100, "owner": {"id": 213}, "user": {"role": null}}}, "resource": {"id": 305, "owner": {"id": 695}, "assignee": {"id": 94}, "project": {"id": 343, "owner": {"id": 706}, "assignee": {"id": 808}}, "task": {"id": 350, "owner": {"id": 977}, "assignee": {"id": 1010}}, "job": {"id": 356, "assignee": {"id": 1194}}, "organization": {"id": 100}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 31, "privilege": "worker"}, "organization": {"id": 164, "owner": {"id": 263}, "user": {"role": null}}}, "resource": {"id": 363, "owner": {"id": 638}, "assignee": {"id": 525}, "project": {"id": 362, "owner": {"id": 705}, "assignee": {"id": 897}}, "task": {"id": 389, "owner": {"id": 980}, "assignee": {"id": 1066}}, "job": {"id": 371, "assignee": {"id": 31}}, "organization": {"id": 164}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 22, "privilege": "worker"}, "organization": {"id": 158, "owner": {"id": 272}, "user": {"role": null}}}, "resource": {"id": 339, "owner": {"id": 634}, "assignee": {"id": 22}, "project": {"id": 357, "owner": {"id": 769}, "assignee": {"id": 867}}, "task": {"id": 311, "owner": {"id": 961}, "assignee": {"id": 1012}}, "job": {"id": 346, "assignee": {"id": 1152}}, "organization": {"id": 158}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 92, "privilege": "worker"}, "organization": {"id": 119, "owner": {"id": 215}, "user": {"role": null}}}, "resource": {"id": 361, "owner": {"id": 679}, "assignee": {"id": 558}, "project": {"id": 329, "owner": {"id": 777}, "assignee": {"id": 810}}, "task": {"id": 320, "owner": {"id": 994}, "assignee": {"id": 1028}}, "job": {"id": 328, "assignee": {"id": 92}}, "organization": {"id": 1258}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 66, "privilege": "worker"}, "organization": {"id": 173, "owner": {"id": 240}, "user": {"role": null}}}, "resource": {"id": 353, "owner": {"id": 671}, "assignee": {"id": 66}, "project": {"id": 348, "owner": {"id": 708}, "assignee": {"id": 836}}, "task": {"id": 332, "owner": {"id": 996}, "assignee": {"id": 1059}}, "job": {"id": 386, "assignee": {"id": 1188}}, "organization": {"id": 1228}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 3, "privilege": "worker"}, "organization": {"id": 150, "owner": {"id": 247}, "user": {"role": null}}}, "resource": {"id": 360, "owner": {"id": 686}, "assignee": {"id": 524}, "project": {"id": 383, "owner": {"id": 756}, "assignee": {"id": 855}}, "task": {"id": 374, "owner": {"id": 927}, "assignee": {"id": 1083}}, "job": {"id": 322, "assignee": {"id": 3}}, "organization": {"id": 1280}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 53, "privilege": "worker"}, "organization": {"id": 153, "owner": {"id": 286}, "user": {"role": null}}}, "resource": {"id": 340, "owner": {"id": 664}, "assignee": {"id": 53}, "project": {"id": 337, "owner": {"id": 795}, "assignee": {"id": 892}}, "task": {"id": 315, "owner": {"id": 950}, "assignee": {"id": 1088}}, "job": {"id": 329, "assignee": {"id": 1104}}, "organization": {"id": 1298}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 67, "privilege": "none"}, "organization": {"id": 148, "owner": {"id": 67}, "user": {"role": "owner"}}}, "resource": {"id": 318, "owner": {"id": 631}, "assignee": {"id": 597}, "project": {"id": 310, "owner": {"id": 753}, "assignee": {"id": 836}}, "task": {"id": 338, "owner": {"id": 959}, "assignee": {"id": 1086}}, "job": {"id": 380, "assignee": {"id": 67}}, "organization": {"id": 148}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 73, "privilege": "none"}, "organization": {"id": 196, "owner": {"id": 73}, "user": {"role": "owner"}}}, "resource": {"id": 394, "owner": {"id": 672}, "assignee": {"id": 73}, "project": {"id": 398, "owner": {"id": 759}, "assignee": {"id": 832}}, "task": {"id": 386, "owner": {"id": 918}, "assignee": {"id": 1090}}, "job": {"id": 349, "assignee": {"id": 1142}}, "organization": {"id": 196}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 57, "privilege": "none"}, "organization": {"id": 196, "owner": {"id": 57}, "user": {"role": "owner"}}}, "resource": {"id": 371, "owner": {"id": 629}, "assignee": {"id": 509}, "project": {"id": 377, "owner": {"id": 703}, "assignee": {"id": 859}}, "task": {"id": 347, "owner": {"id": 991}, "assignee": {"id": 1007}}, "job": {"id": 332, "assignee": {"id": 57}}, "organization": {"id": 196}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 98, "privilege": "none"}, "organization": {"id": 155, "owner": {"id": 98}, "user": {"role": "owner"}}}, "resource": {"id": 382, "owner": {"id": 693}, "assignee": {"id": 98}, "project": {"id": 317, "owner": {"id": 714}, "assignee": {"id": 889}}, "task": {"id": 364, "owner": {"id": 979}, "assignee": {"id": 1068}}, "job": {"id": 325, "assignee": {"id": 1100}}, "organization": {"id": 155}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 55, "privilege": "none"}, "organization": {"id": 144, "owner": {"id": 55}, "user": {"role": "owner"}}}, "resource": {"id": 338, "owner": {"id": 625}, "assignee": {"id": 539}, "project": {"id": 342, "owner": {"id": 700}, "assignee": {"id": 845}}, "task": {"id": 361, "owner": {"id": 941}, "assignee": {"id": 1089}}, "job": {"id": 333, "assignee": {"id": 55}}, "organization": {"id": 1233}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 22, "privilege": "none"}, "organization": {"id": 166, "owner": {"id": 22}, "user": {"role": "owner"}}}, "resource": {"id": 315, "owner": {"id": 621}, "assignee": {"id": 22}, "project": {"id": 384, "owner": {"id": 751}, "assignee": {"id": 893}}, "task": {"id": 342, "owner": {"id": 972}, "assignee": {"id": 1039}}, "job": {"id": 306, "assignee": {"id": 1136}}, "organization": {"id": 1263}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 95, "privilege": "none"}, "organization": {"id": 157, "owner": {"id": 95}, "user": {"role": "owner"}}}, "resource": {"id": 391, "owner": {"id": 637}, "assignee": {"id": 517}, "project": {"id": 359, "owner": {"id": 771}, "assignee": {"id": 894}}, "task": {"id": 303, "owner": {"id": 959}, "assignee": {"id": 1005}}, "job": {"id": 369, "assignee": {"id": 95}}, "organization": {"id": 1275}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 64, "privilege": "none"}, "organization": {"id": 140, "owner": {"id": 64}, "user": {"role": "owner"}}}, "resource": {"id": 301, "owner": {"id": 626}, "assignee": {"id": 64}, "project": {"id": 365, "owner": {"id": 732}, "assignee": {"id": 805}}, "task": {"id": 372, "owner": {"id": 942}, "assignee": {"id": 1009}}, "job": {"id": 321, "assignee": {"id": 1199}}, "organization": {"id": 1258}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 89, "privilege": "none"}, "organization": {"id": 170, "owner": {"id": 271}, "user": {"role": "maintainer"}}}, "resource": {"id": 358, "owner": {"id": 602}, "assignee": {"id": 531}, "project": {"id": 337, "owner": {"id": 728}, "assignee": {"id": 815}}, "task": {"id": 325, "owner": {"id": 946}, "assignee": {"id": 1054}}, "job": {"id": 331, "assignee": {"id": 89}}, "organization": {"id": 170}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 87, "privilege": "none"}, "organization": {"id": 105, "owner": {"id": 285}, "user": {"role": "maintainer"}}}, "resource": {"id": 302, "owner": {"id": 638}, "assignee": {"id": 87}, "project": {"id": 311, "owner": {"id": 718}, "assignee": {"id": 804}}, "task": {"id": 359, "owner": {"id": 926}, "assignee": {"id": 1087}}, "job": {"id": 376, "assignee": {"id": 1151}}, "organization": {"id": 105}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 17, "privilege": "none"}, "organization": {"id": 176, "owner": {"id": 203}, "user": {"role": "maintainer"}}}, "resource": {"id": 378, "owner": {"id": 645}, "assignee": {"id": 550}, "project": {"id": 313, "owner": {"id": 740}, "assignee": {"id": 843}}, "task": {"id": 394, "owner": {"id": 988}, "assignee": {"id": 1088}}, "job": {"id": 392, "assignee": {"id": 17}}, "organization": {"id": 176}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 56, "privilege": "none"}, "organization": {"id": 169, "owner": {"id": 271}, "user": {"role": "maintainer"}}}, "resource": {"id": 331, "owner": {"id": 602}, "assignee": {"id": 56}, "project": {"id": 310, "owner": {"id": 781}, "assignee": {"id": 897}}, "task": {"id": 317, "owner": {"id": 989}, "assignee": {"id": 1068}}, "job": {"id": 340, "assignee": {"id": 1115}}, "organization": {"id": 169}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 80, "privilege": "none"}, "organization": {"id": 154, "owner": {"id": 201}, "user": {"role": "maintainer"}}}, "resource": {"id": 370, "owner": {"id": 619}, "assignee": {"id": 516}, "project": {"id": 348, "owner": {"id": 793}, "assignee": {"id": 801}}, "task": {"id": 372, "owner": {"id": 979}, "assignee": {"id": 1078}}, "job": {"id": 346, "assignee": {"id": 80}}, "organization": {"id": 1230}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 52, "privilege": "none"}, "organization": {"id": 143, "owner": {"id": 291}, "user": {"role": "maintainer"}}}, "resource": {"id": 386, "owner": {"id": 689}, "assignee": {"id": 52}, "project": {"id": 376, "owner": {"id": 728}, "assignee": {"id": 871}}, "task": {"id": 384, "owner": {"id": 927}, "assignee": {"id": 1050}}, "job": {"id": 328, "assignee": {"id": 1100}}, "organization": {"id": 1273}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 0, "privilege": "none"}, "organization": {"id": 134, "owner": {"id": 221}, "user": {"role": "maintainer"}}}, "resource": {"id": 362, "owner": {"id": 602}, "assignee": {"id": 534}, "project": {"id": 316, "owner": {"id": 705}, "assignee": {"id": 875}}, "task": {"id": 397, "owner": {"id": 955}, "assignee": {"id": 1026}}, "job": {"id": 338, "assignee": {"id": 0}}, "organization": {"id": 1236}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 21, "privilege": "none"}, "organization": {"id": 185, "owner": {"id": 225}, "user": {"role": "maintainer"}}}, "resource": {"id": 308, "owner": {"id": 655}, "assignee": {"id": 21}, "project": {"id": 305, "owner": {"id": 756}, "assignee": {"id": 896}}, "task": {"id": 317, "owner": {"id": 907}, "assignee": {"id": 1008}}, "job": {"id": 359, "assignee": {"id": 1178}}, "organization": {"id": 1225}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 73, "privilege": "none"}, "organization": {"id": 129, "owner": {"id": 221}, "user": {"role": "supervisor"}}}, "resource": {"id": 334, "owner": {"id": 601}, "assignee": {"id": 568}, "project": {"id": 385, "owner": {"id": 709}, "assignee": {"id": 829}}, "task": {"id": 394, "owner": {"id": 937}, "assignee": {"id": 1037}}, "job": {"id": 349, "assignee": {"id": 73}}, "organization": {"id": 129}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 85, "privilege": "none"}, "organization": {"id": 164, "owner": {"id": 248}, "user": {"role": "supervisor"}}}, "resource": {"id": 303, "owner": {"id": 640}, "assignee": {"id": 85}, "project": {"id": 349, "owner": {"id": 747}, "assignee": {"id": 881}}, "task": {"id": 312, "owner": {"id": 908}, "assignee": {"id": 1090}}, "job": {"id": 365, "assignee": {"id": 1124}}, "organization": {"id": 164}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 80, "privilege": "none"}, "organization": {"id": 128, "owner": {"id": 264}, "user": {"role": "supervisor"}}}, "resource": {"id": 318, "owner": {"id": 678}, "assignee": {"id": 550}, "project": {"id": 320, "owner": {"id": 741}, "assignee": {"id": 850}}, "task": {"id": 305, "owner": {"id": 942}, "assignee": {"id": 1025}}, "job": {"id": 338, "assignee": {"id": 80}}, "organization": {"id": 128}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 8, "privilege": "none"}, "organization": {"id": 175, "owner": {"id": 296}, "user": {"role": "supervisor"}}}, "resource": {"id": 310, "owner": {"id": 685}, "assignee": {"id": 8}, "project": {"id": 363, "owner": {"id": 718}, "assignee": {"id": 888}}, "task": {"id": 391, "owner": {"id": 910}, "assignee": {"id": 1015}}, "job": {"id": 302, "assignee": {"id": 1138}}, "organization": {"id": 175}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 73, "privilege": "none"}, "organization": {"id": 101, "owner": {"id": 252}, "user": {"role": "supervisor"}}}, "resource": {"id": 383, "owner": {"id": 652}, "assignee": {"id": 500}, "project": {"id": 359, "owner": {"id": 714}, "assignee": {"id": 868}}, "task": {"id": 311, "owner": {"id": 970}, "assignee": {"id": 1028}}, "job": {"id": 363, "assignee": {"id": 73}}, "organization": {"id": 1257}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 82, "privilege": "none"}, "organization": {"id": 146, "owner": {"id": 251}, "user": {"role": "supervisor"}}}, "resource": {"id": 314, "owner": {"id": 668}, "assignee": {"id": 82}, "project": {"id": 305, "owner": {"id": 734}, "assignee": {"id": 825}}, "task": {"id": 374, "owner": {"id": 940}, "assignee": {"id": 1027}}, "job": {"id": 322, "assignee": {"id": 1186}}, "organization": {"id": 1241}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 53, "privilege": "none"}, "organization": {"id": 106, "owner": {"id": 289}, "user": {"role": "supervisor"}}}, "resource": {"id": 388, "owner": {"id": 699}, "assignee": {"id": 518}, "project": {"id": 326, "owner": {"id": 713}, "assignee": {"id": 879}}, "task": {"id": 361, "owner": {"id": 955}, "assignee": {"id": 1005}}, "job": {"id": 308, "assignee": {"id": 53}}, "organization": {"id": 1277}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 71, "privilege": "none"}, "organization": {"id": 176, "owner": {"id": 285}, "user": {"role": "supervisor"}}}, "resource": {"id": 334, "owner": {"id": 626}, "assignee": {"id": 71}, "project": {"id": 320, "owner": {"id": 714}, "assignee": {"id": 838}}, "task": {"id": 332, "owner": {"id": 986}, "assignee": {"id": 1059}}, "job": {"id": 341, "assignee": {"id": 1172}}, "organization": {"id": 1274}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 62, "privilege": "none"}, "organization": {"id": 151, "owner": {"id": 207}, "user": {"role": "worker"}}}, "resource": {"id": 323, "owner": {"id": 641}, "assignee": {"id": 570}, "project": {"id": 328, "owner": {"id": 769}, "assignee": {"id": 858}}, "task": {"id": 300, "owner": {"id": 985}, "assignee": {"id": 1095}}, "job": {"id": 370, "assignee": {"id": 62}}, "organization": {"id": 151}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 88, "privilege": "none"}, "organization": {"id": 117, "owner": {"id": 221}, "user": {"role": "worker"}}}, "resource": {"id": 398, "owner": {"id": 657}, "assignee": {"id": 88}, "project": {"id": 309, "owner": {"id": 791}, "assignee": {"id": 816}}, "task": {"id": 367, "owner": {"id": 914}, "assignee": {"id": 1064}}, "job": {"id": 390, "assignee": {"id": 1137}}, "organization": {"id": 117}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 64, "privilege": "none"}, "organization": {"id": 149, "owner": {"id": 203}, "user": {"role": "worker"}}}, "resource": {"id": 305, "owner": {"id": 657}, "assignee": {"id": 556}, "project": {"id": 326, "owner": {"id": 733}, "assignee": {"id": 815}}, "task": {"id": 360, "owner": {"id": 992}, "assignee": {"id": 1072}}, "job": {"id": 397, "assignee": {"id": 64}}, "organization": {"id": 149}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 76, "privilege": "none"}, "organization": {"id": 126, "owner": {"id": 293}, "user": {"role": "worker"}}}, "resource": {"id": 364, "owner": {"id": 686}, "assignee": {"id": 76}, "project": {"id": 360, "owner": {"id": 705}, "assignee": {"id": 807}}, "task": {"id": 329, "owner": {"id": 941}, "assignee": {"id": 1029}}, "job": {"id": 372, "assignee": {"id": 1174}}, "organization": {"id": 126}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 41, "privilege": "none"}, "organization": {"id": 150, "owner": {"id": 256}, "user": {"role": "worker"}}}, "resource": {"id": 301, "owner": {"id": 661}, "assignee": {"id": 500}, "project": {"id": 370, "owner": {"id": 736}, "assignee": {"id": 886}}, "task": {"id": 335, "owner": {"id": 960}, "assignee": {"id": 1021}}, "job": {"id": 388, "assignee": {"id": 41}}, "organization": {"id": 1201}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 23, "privilege": "none"}, "organization": {"id": 173, "owner": {"id": 230}, "user": {"role": "worker"}}}, "resource": {"id": 311, "owner": {"id": 619}, "assignee": {"id": 23}, "project": {"id": 361, "owner": {"id": 760}, "assignee": {"id": 812}}, "task": {"id": 343, "owner": {"id": 943}, "assignee": {"id": 1021}}, "job": {"id": 354, "assignee": {"id": 1118}}, "organization": {"id": 1240}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 63, "privilege": "none"}, "organization": {"id": 140, "owner": {"id": 299}, "user": {"role": "worker"}}}, "resource": {"id": 392, "owner": {"id": 623}, "assignee": {"id": 553}, "project": {"id": 342, "owner": {"id": 784}, "assignee": {"id": 802}}, "task": {"id": 321, "owner": {"id": 948}, "assignee": {"id": 1072}}, "job": {"id": 319, "assignee": {"id": 63}}, "organization": {"id": 1272}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 51, "privilege": "none"}, "organization": {"id": 117, "owner": {"id": 242}, "user": {"role": "worker"}}}, "resource": {"id": 370, "owner": {"id": 649}, "assignee": {"id": 51}, "project": {"id": 322, "owner": {"id": 704}, "assignee": {"id": 848}}, "task": {"id": 369, "owner": {"id": 938}, "assignee": {"id": 1009}}, "job": {"id": 353, "assignee": {"id": 1161}}, "organization": {"id": 1284}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 51, "privilege": "none"}, "organization": {"id": 184, "owner": {"id": 273}, "user": {"role": null}}}, "resource": {"id": 356, "owner": {"id": 679}, "assignee": {"id": 538}, "project": {"id": 394, "owner": {"id": 723}, "assignee": {"id": 889}}, "task": {"id": 303, "owner": {"id": 911}, "assignee": {"id": 1086}}, "job": {"id": 318, "assignee": {"id": 51}}, "organization": {"id": 184}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 93, "privilege": "none"}, "organization": {"id": 149, "owner": {"id": 221}, "user": {"role": null}}}, "resource": {"id": 363, "owner": {"id": 652}, "assignee": {"id": 93}, "project": {"id": 348, "owner": {"id": 756}, "assignee": {"id": 804}}, "task": {"id": 300, "owner": {"id": 986}, "assignee": {"id": 1085}}, "job": {"id": 318, "assignee": {"id": 1142}}, "organization": {"id": 149}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 11, "privilege": "none"}, "organization": {"id": 131, "owner": {"id": 260}, "user": {"role": null}}}, "resource": {"id": 355, "owner": {"id": 645}, "assignee": {"id": 510}, "project": {"id": 321, "owner": {"id": 775}, "assignee": {"id": 836}}, "task": {"id": 384, "owner": {"id": 926}, "assignee": {"id": 1071}}, "job": {"id": 389, "assignee": {"id": 11}}, "organization": {"id": 131}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 93, "privilege": "none"}, "organization": {"id": 127, "owner": {"id": 276}, "user": {"role": null}}}, "resource": {"id": 340, "owner": {"id": 698}, "assignee": {"id": 93}, "project": {"id": 345, "owner": {"id": 786}, "assignee": {"id": 858}}, "task": {"id": 345, "owner": {"id": 921}, "assignee": {"id": 1002}}, "job": {"id": 390, "assignee": {"id": 1140}}, "organization": {"id": 127}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 11, "privilege": "none"}, "organization": {"id": 106, "owner": {"id": 253}, "user": {"role": null}}}, "resource": {"id": 388, "owner": {"id": 614}, "assignee": {"id": 512}, "project": {"id": 380, "owner": {"id": 790}, "assignee": {"id": 825}}, "task": {"id": 341, "owner": {"id": 938}, "assignee": {"id": 1016}}, "job": {"id": 355, "assignee": {"id": 11}}, "organization": {"id": 1248}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 86, "privilege": "none"}, "organization": {"id": 190, "owner": {"id": 273}, "user": {"role": null}}}, "resource": {"id": 374, "owner": {"id": 666}, "assignee": {"id": 86}, "project": {"id": 347, "owner": {"id": 731}, "assignee": {"id": 898}}, "task": {"id": 346, "owner": {"id": 956}, "assignee": {"id": 1039}}, "job": {"id": 341, "assignee": {"id": 1198}}, "organization": {"id": 1266}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 35, "privilege": "none"}, "organization": {"id": 133, "owner": {"id": 286}, "user": {"role": null}}}, "resource": {"id": 320, "owner": {"id": 600}, "assignee": {"id": 524}, "project": {"id": 333, "owner": {"id": 774}, "assignee": {"id": 819}}, "task": {"id": 312, "owner": {"id": 929}, "assignee": {"id": 1060}}, "job": {"id": 359, "assignee": {"id": 35}}, "organization": {"id": 1246}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 31, "privilege": "none"}, "organization": {"id": 140, "owner": {"id": 249}, "user": {"role": null}}}, "resource": {"id": 338, "owner": {"id": 678}, "assignee": {"id": 31}, "project": {"id": 362, "owner": {"id": 773}, "assignee": {"id": 886}}, "task": {"id": 309, "owner": {"id": 932}, "assignee": {"id": 1039}}, "job": {"id": 363, "assignee": {"id": 1146}}, "organization": {"id": 1242}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 39, "privilege": "admin"}, "organization": {"id": 113, "owner": {"id": 39}, "user": {"role": "owner"}}}, "resource": {"id": 338, "owner": {"id": 694}, "assignee": {"id": 590}, "project": {"id": 382, "owner": {"id": 728}, "assignee": {"id": 863}}, "task": {"id": 317, "owner": {"id": 996}, "assignee": {"id": 1096}}, "job": {"id": 344, "assignee": {"id": 1135}}, "organization": {"id": 113}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 57, "privilege": "admin"}, "organization": {"id": 100, "owner": {"id": 57}, "user": {"role": "owner"}}}, "resource": {"id": 360, "owner": {"id": 672}, "assignee": {"id": 522}, "project": {"id": 394, "owner": {"id": 794}, "assignee": {"id": 806}}, "task": {"id": 359, "owner": {"id": 938}, "assignee": {"id": 1040}}, "job": {"id": 355, "assignee": {"id": 1155}}, "organization": {"id": 100}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 70, "privilege": "admin"}, "organization": {"id": 114, "owner": {"id": 70}, "user": {"role": "owner"}}}, "resource": {"id": 398, "owner": {"id": 680}, "assignee": {"id": 527}, "project": {"id": 336, "owner": {"id": 772}, "assignee": {"id": 895}}, "task": {"id": 398, "owner": {"id": 978}, "assignee": {"id": 1009}}, "job": {"id": 347, "assignee": {"id": 1115}}, "organization": {"id": 114}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 66, "privilege": "admin"}, "organization": {"id": 183, "owner": {"id": 66}, "user": {"role": "owner"}}}, "resource": {"id": 387, "owner": {"id": 678}, "assignee": {"id": 571}, "project": {"id": 317, "owner": {"id": 776}, "assignee": {"id": 827}}, "task": {"id": 338, "owner": {"id": 947}, "assignee": {"id": 1075}}, "job": {"id": 373, "assignee": {"id": 1138}}, "organization": {"id": 183}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 45, "privilege": "admin"}, "organization": {"id": 104, "owner": {"id": 45}, "user": {"role": "owner"}}}, "resource": {"id": 316, "owner": {"id": 676}, "assignee": {"id": 553}, "project": {"id": 326, "owner": {"id": 789}, "assignee": {"id": 898}}, "task": {"id": 393, "owner": {"id": 984}, "assignee": {"id": 1019}}, "job": {"id": 373, "assignee": {"id": 1198}}, "organization": {"id": 1204}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 25, "privilege": "admin"}, "organization": {"id": 148, "owner": {"id": 25}, "user": {"role": "owner"}}}, "resource": {"id": 314, "owner": {"id": 687}, "assignee": {"id": 542}, "project": {"id": 330, "owner": {"id": 718}, "assignee": {"id": 815}}, "task": {"id": 383, "owner": {"id": 968}, "assignee": {"id": 1094}}, "job": {"id": 338, "assignee": {"id": 1100}}, "organization": {"id": 1269}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 24, "privilege": "admin"}, "organization": {"id": 162, "owner": {"id": 24}, "user": {"role": "owner"}}}, "resource": {"id": 393, "owner": {"id": 694}, "assignee": {"id": 511}, "project": {"id": 368, "owner": {"id": 724}, "assignee": {"id": 868}}, "task": {"id": 348, "owner": {"id": 984}, "assignee": {"id": 1050}}, "job": {"id": 388, "assignee": {"id": 1147}}, "organization": {"id": 1257}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 89, "privilege": "admin"}, "organization": {"id": 199, "owner": {"id": 89}, "user": {"role": "owner"}}}, "resource": {"id": 308, "owner": {"id": 604}, "assignee": {"id": 538}, "project": {"id": 311, "owner": {"id": 745}, "assignee": {"id": 804}}, "task": {"id": 369, "owner": {"id": 974}, "assignee": {"id": 1089}}, "job": {"id": 345, "assignee": {"id": 1103}}, "organization": {"id": 1249}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 39, "privilege": "admin"}, "organization": {"id": 119, "owner": {"id": 289}, "user": {"role": "maintainer"}}}, "resource": {"id": 345, "owner": {"id": 670}, "assignee": {"id": 502}, "project": {"id": 382, "owner": {"id": 723}, "assignee": {"id": 865}}, "task": {"id": 340, "owner": {"id": 900}, "assignee": {"id": 1019}}, "job": {"id": 336, "assignee": {"id": 1130}}, "organization": {"id": 119}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 94, "privilege": "admin"}, "organization": {"id": 134, "owner": {"id": 282}, "user": {"role": "maintainer"}}}, "resource": {"id": 398, "owner": {"id": 621}, "assignee": {"id": 553}, "project": {"id": 387, "owner": {"id": 778}, "assignee": {"id": 879}}, "task": {"id": 374, "owner": {"id": 963}, "assignee": {"id": 1044}}, "job": {"id": 336, "assignee": {"id": 1124}}, "organization": {"id": 134}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 89, "privilege": "admin"}, "organization": {"id": 119, "owner": {"id": 277}, "user": {"role": "maintainer"}}}, "resource": {"id": 369, "owner": {"id": 653}, "assignee": {"id": 529}, "project": {"id": 347, "owner": {"id": 787}, "assignee": {"id": 823}}, "task": {"id": 327, "owner": {"id": 975}, "assignee": {"id": 1094}}, "job": {"id": 384, "assignee": {"id": 1120}}, "organization": {"id": 119}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 90, "privilege": "admin"}, "organization": {"id": 145, "owner": {"id": 283}, "user": {"role": "maintainer"}}}, "resource": {"id": 310, "owner": {"id": 632}, "assignee": {"id": 561}, "project": {"id": 323, "owner": {"id": 712}, "assignee": {"id": 812}}, "task": {"id": 342, "owner": {"id": 996}, "assignee": {"id": 1022}}, "job": {"id": 302, "assignee": {"id": 1152}}, "organization": {"id": 145}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 46, "privilege": "admin"}, "organization": {"id": 183, "owner": {"id": 239}, "user": {"role": "maintainer"}}}, "resource": {"id": 332, "owner": {"id": 627}, "assignee": {"id": 575}, "project": {"id": 331, "owner": {"id": 736}, "assignee": {"id": 845}}, "task": {"id": 370, "owner": {"id": 938}, "assignee": {"id": 1005}}, "job": {"id": 377, "assignee": {"id": 1178}}, "organization": {"id": 1292}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 39, "privilege": "admin"}, "organization": {"id": 193, "owner": {"id": 200}, "user": {"role": "maintainer"}}}, "resource": {"id": 330, "owner": {"id": 648}, "assignee": {"id": 556}, "project": {"id": 330, "owner": {"id": 775}, "assignee": {"id": 866}}, "task": {"id": 348, "owner": {"id": 923}, "assignee": {"id": 1034}}, "job": {"id": 333, "assignee": {"id": 1150}}, "organization": {"id": 1282}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 64, "privilege": "admin"}, "organization": {"id": 164, "owner": {"id": 255}, "user": {"role": "maintainer"}}}, "resource": {"id": 359, "owner": {"id": 663}, "assignee": {"id": 556}, "project": {"id": 366, "owner": {"id": 707}, "assignee": {"id": 803}}, "task": {"id": 308, "owner": {"id": 970}, "assignee": {"id": 1034}}, "job": {"id": 312, "assignee": {"id": 1192}}, "organization": {"id": 1226}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 14, "privilege": "admin"}, "organization": {"id": 100, "owner": {"id": 204}, "user": {"role": "maintainer"}}}, "resource": {"id": 344, "owner": {"id": 658}, "assignee": {"id": 523}, "project": {"id": 364, "owner": {"id": 792}, "assignee": {"id": 891}}, "task": {"id": 312, "owner": {"id": 965}, "assignee": {"id": 1009}}, "job": {"id": 329, "assignee": {"id": 1176}}, "organization": {"id": 1222}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 2, "privilege": "admin"}, "organization": {"id": 135, "owner": {"id": 288}, "user": {"role": "supervisor"}}}, "resource": {"id": 314, "owner": {"id": 643}, "assignee": {"id": 567}, "project": {"id": 325, "owner": {"id": 718}, "assignee": {"id": 883}}, "task": {"id": 386, "owner": {"id": 944}, "assignee": {"id": 1014}}, "job": {"id": 339, "assignee": {"id": 1101}}, "organization": {"id": 135}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 34, "privilege": "admin"}, "organization": {"id": 157, "owner": {"id": 203}, "user": {"role": "supervisor"}}}, "resource": {"id": 354, "owner": {"id": 635}, "assignee": {"id": 558}, "project": {"id": 350, "owner": {"id": 792}, "assignee": {"id": 862}}, "task": {"id": 344, "owner": {"id": 916}, "assignee": {"id": 1093}}, "job": {"id": 307, "assignee": {"id": 1159}}, "organization": {"id": 157}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 49, "privilege": "admin"}, "organization": {"id": 160, "owner": {"id": 231}, "user": {"role": "supervisor"}}}, "resource": {"id": 320, "owner": {"id": 641}, "assignee": {"id": 530}, "project": {"id": 386, "owner": {"id": 738}, "assignee": {"id": 838}}, "task": {"id": 361, "owner": {"id": 952}, "assignee": {"id": 1019}}, "job": {"id": 355, "assignee": {"id": 1183}}, "organization": {"id": 160}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 80, "privilege": "admin"}, "organization": {"id": 192, "owner": {"id": 257}, "user": {"role": "supervisor"}}}, "resource": {"id": 307, "owner": {"id": 614}, "assignee": {"id": 513}, "project": {"id": 399, "owner": {"id": 762}, "assignee": {"id": 819}}, "task": {"id": 329, "owner": {"id": 988}, "assignee": {"id": 1036}}, "job": {"id": 352, "assignee": {"id": 1106}}, "organization": {"id": 192}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 42, "privilege": "admin"}, "organization": {"id": 139, "owner": {"id": 267}, "user": {"role": "supervisor"}}}, "resource": {"id": 361, "owner": {"id": 610}, "assignee": {"id": 543}, "project": {"id": 337, "owner": {"id": 796}, "assignee": {"id": 808}}, "task": {"id": 370, "owner": {"id": 998}, "assignee": {"id": 1032}}, "job": {"id": 397, "assignee": {"id": 1138}}, "organization": {"id": 1271}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 78, "privilege": "admin"}, "organization": {"id": 165, "owner": {"id": 261}, "user": {"role": "supervisor"}}}, "resource": {"id": 326, "owner": {"id": 633}, "assignee": {"id": 538}, "project": {"id": 321, "owner": {"id": 770}, "assignee": {"id": 860}}, "task": {"id": 334, "owner": {"id": 985}, "assignee": {"id": 1069}}, "job": {"id": 367, "assignee": {"id": 1133}}, "organization": {"id": 1276}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 87, "privilege": "admin"}, "organization": {"id": 119, "owner": {"id": 282}, "user": {"role": "supervisor"}}}, "resource": {"id": 395, "owner": {"id": 662}, "assignee": {"id": 580}, "project": {"id": 341, "owner": {"id": 711}, "assignee": {"id": 859}}, "task": {"id": 305, "owner": {"id": 962}, "assignee": {"id": 1085}}, "job": {"id": 307, "assignee": {"id": 1140}}, "organization": {"id": 1271}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 57, "privilege": "admin"}, "organization": {"id": 127, "owner": {"id": 216}, "user": {"role": "supervisor"}}}, "resource": {"id": 381, "owner": {"id": 603}, "assignee": {"id": 510}, "project": {"id": 379, "owner": {"id": 718}, "assignee": {"id": 801}}, "task": {"id": 308, "owner": {"id": 984}, "assignee": {"id": 1049}}, "job": {"id": 321, "assignee": {"id": 1115}}, "organization": {"id": 1297}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 91, "privilege": "admin"}, "organization": {"id": 182, "owner": {"id": 289}, "user": {"role": "worker"}}}, "resource": {"id": 381, "owner": {"id": 669}, "assignee": {"id": 594}, "project": {"id": 369, "owner": {"id": 775}, "assignee": {"id": 815}}, "task": {"id": 348, "owner": {"id": 996}, "assignee": {"id": 1083}}, "job": {"id": 340, "assignee": {"id": 1135}}, "organization": {"id": 182}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 57, "privilege": "admin"}, "organization": {"id": 154, "owner": {"id": 219}, "user": {"role": "worker"}}}, "resource": {"id": 308, "owner": {"id": 632}, "assignee": {"id": 545}, "project": {"id": 337, "owner": {"id": 739}, "assignee": {"id": 890}}, "task": {"id": 381, "owner": {"id": 923}, "assignee": {"id": 1025}}, "job": {"id": 333, "assignee": {"id": 1197}}, "organization": {"id": 154}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 82, "privilege": "admin"}, "organization": {"id": 167, "owner": {"id": 287}, "user": {"role": "worker"}}}, "resource": {"id": 330, "owner": {"id": 661}, "assignee": {"id": 533}, "project": {"id": 365, "owner": {"id": 729}, "assignee": {"id": 831}}, "task": {"id": 370, "owner": {"id": 965}, "assignee": {"id": 1024}}, "job": {"id": 329, "assignee": {"id": 1177}}, "organization": {"id": 167}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 47, "privilege": "admin"}, "organization": {"id": 108, "owner": {"id": 275}, "user": {"role": "worker"}}}, "resource": {"id": 382, "owner": {"id": 680}, "assignee": {"id": 559}, "project": {"id": 375, "owner": {"id": 732}, "assignee": {"id": 815}}, "task": {"id": 326, "owner": {"id": 950}, "assignee": {"id": 1011}}, "job": {"id": 302, "assignee": {"id": 1161}}, "organization": {"id": 108}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 69, "privilege": "admin"}, "organization": {"id": 160, "owner": {"id": 282}, "user": {"role": "worker"}}}, "resource": {"id": 359, "owner": {"id": 649}, "assignee": {"id": 549}, "project": {"id": 335, "owner": {"id": 751}, "assignee": {"id": 842}}, "task": {"id": 379, "owner": {"id": 988}, "assignee": {"id": 1076}}, "job": {"id": 398, "assignee": {"id": 1145}}, "organization": {"id": 1200}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 31, "privilege": "admin"}, "organization": {"id": 160, "owner": {"id": 233}, "user": {"role": "worker"}}}, "resource": {"id": 334, "owner": {"id": 655}, "assignee": {"id": 512}, "project": {"id": 338, "owner": {"id": 774}, "assignee": {"id": 828}}, "task": {"id": 350, "owner": {"id": 963}, "assignee": {"id": 1083}}, "job": {"id": 357, "assignee": {"id": 1156}}, "organization": {"id": 1249}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 90, "privilege": "admin"}, "organization": {"id": 162, "owner": {"id": 252}, "user": {"role": "worker"}}}, "resource": {"id": 336, "owner": {"id": 640}, "assignee": {"id": 575}, "project": {"id": 317, "owner": {"id": 771}, "assignee": {"id": 899}}, "task": {"id": 394, "owner": {"id": 981}, "assignee": {"id": 1060}}, "job": {"id": 364, "assignee": {"id": 1121}}, "organization": {"id": 1249}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 52, "privilege": "admin"}, "organization": {"id": 123, "owner": {"id": 224}, "user": {"role": "worker"}}}, "resource": {"id": 355, "owner": {"id": 668}, "assignee": {"id": 516}, "project": {"id": 339, "owner": {"id": 734}, "assignee": {"id": 849}}, "task": {"id": 350, "owner": {"id": 914}, "assignee": {"id": 1058}}, "job": {"id": 376, "assignee": {"id": 1169}}, "organization": {"id": 1288}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 93, "privilege": "admin"}, "organization": {"id": 192, "owner": {"id": 225}, "user": {"role": null}}}, "resource": {"id": 389, "owner": {"id": 631}, "assignee": {"id": 534}, "project": {"id": 305, "owner": {"id": 765}, "assignee": {"id": 827}}, "task": {"id": 399, "owner": {"id": 993}, "assignee": {"id": 1062}}, "job": {"id": 336, "assignee": {"id": 1144}}, "organization": {"id": 192}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 82, "privilege": "admin"}, "organization": {"id": 192, "owner": {"id": 220}, "user": {"role": null}}}, "resource": {"id": 386, "owner": {"id": 657}, "assignee": {"id": 597}, "project": {"id": 333, "owner": {"id": 722}, "assignee": {"id": 821}}, "task": {"id": 340, "owner": {"id": 919}, "assignee": {"id": 1022}}, "job": {"id": 316, "assignee": {"id": 1131}}, "organization": {"id": 192}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 88, "privilege": "admin"}, "organization": {"id": 143, "owner": {"id": 206}, "user": {"role": null}}}, "resource": {"id": 320, "owner": {"id": 637}, "assignee": {"id": 593}, "project": {"id": 308, "owner": {"id": 741}, "assignee": {"id": 872}}, "task": {"id": 344, "owner": {"id": 986}, "assignee": {"id": 1003}}, "job": {"id": 359, "assignee": {"id": 1126}}, "organization": {"id": 143}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 17, "privilege": "admin"}, "organization": {"id": 107, "owner": {"id": 278}, "user": {"role": null}}}, "resource": {"id": 391, "owner": {"id": 629}, "assignee": {"id": 566}, "project": {"id": 301, "owner": {"id": 724}, "assignee": {"id": 805}}, "task": {"id": 311, "owner": {"id": 976}, "assignee": {"id": 1036}}, "job": {"id": 357, "assignee": {"id": 1199}}, "organization": {"id": 107}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 28, "privilege": "admin"}, "organization": {"id": 184, "owner": {"id": 271}, "user": {"role": null}}}, "resource": {"id": 325, "owner": {"id": 616}, "assignee": {"id": 533}, "project": {"id": 351, "owner": {"id": 768}, "assignee": {"id": 883}}, "task": {"id": 347, "owner": {"id": 918}, "assignee": {"id": 1083}}, "job": {"id": 399, "assignee": {"id": 1165}}, "organization": {"id": 1261}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 34, "privilege": "admin"}, "organization": {"id": 131, "owner": {"id": 267}, "user": {"role": null}}}, "resource": {"id": 377, "owner": {"id": 635}, "assignee": {"id": 517}, "project": {"id": 304, "owner": {"id": 766}, "assignee": {"id": 838}}, "task": {"id": 343, "owner": {"id": 907}, "assignee": {"id": 1086}}, "job": {"id": 365, "assignee": {"id": 1170}}, "organization": {"id": 1275}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 3, "privilege": "admin"}, "organization": {"id": 106, "owner": {"id": 255}, "user": {"role": null}}}, "resource": {"id": 381, "owner": {"id": 619}, "assignee": {"id": 504}, "project": {"id": 321, "owner": {"id": 751}, "assignee": {"id": 877}}, "task": {"id": 362, "owner": {"id": 975}, "assignee": {"id": 1096}}, "job": {"id": 389, "assignee": {"id": 1111}}, "organization": {"id": 1247}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 99, "privilege": "admin"}, "organization": {"id": 155, "owner": {"id": 276}, "user": {"role": null}}}, "resource": {"id": 355, "owner": {"id": 628}, "assignee": {"id": 536}, "project": {"id": 346, "owner": {"id": 755}, "assignee": {"id": 873}}, "task": {"id": 317, "owner": {"id": 901}, "assignee": {"id": 1079}}, "job": {"id": 313, "assignee": {"id": 1163}}, "organization": {"id": 1275}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 39, "privilege": "business"}, "organization": {"id": 172, "owner": {"id": 39}, "user": {"role": "owner"}}}, "resource": {"id": 379, "owner": {"id": 649}, "assignee": {"id": 519}, "project": {"id": 303, "owner": {"id": 750}, "assignee": {"id": 887}}, "task": {"id": 301, "owner": {"id": 925}, "assignee": {"id": 1067}}, "job": {"id": 390, "assignee": {"id": 1110}}, "organization": {"id": 172}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 9, "privilege": "business"}, "organization": {"id": 134, "owner": {"id": 9}, "user": {"role": "owner"}}}, "resource": {"id": 317, "owner": {"id": 624}, "assignee": {"id": 593}, "project": {"id": 397, "owner": {"id": 756}, "assignee": {"id": 895}}, "task": {"id": 338, "owner": {"id": 952}, "assignee": {"id": 1056}}, "job": {"id": 370, "assignee": {"id": 1189}}, "organization": {"id": 134}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 11, "privilege": "business"}, "organization": {"id": 191, "owner": {"id": 11}, "user": {"role": "owner"}}}, "resource": {"id": 344, "owner": {"id": 689}, "assignee": {"id": 514}, "project": {"id": 372, "owner": {"id": 758}, "assignee": {"id": 824}}, "task": {"id": 305, "owner": {"id": 947}, "assignee": {"id": 1088}}, "job": {"id": 397, "assignee": {"id": 1173}}, "organization": {"id": 191}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 8, "privilege": "business"}, "organization": {"id": 162, "owner": {"id": 8}, "user": {"role": "owner"}}}, "resource": {"id": 375, "owner": {"id": 612}, "assignee": {"id": 559}, "project": {"id": 364, "owner": {"id": 797}, "assignee": {"id": 893}}, "task": {"id": 363, "owner": {"id": 931}, "assignee": {"id": 1050}}, "job": {"id": 322, "assignee": {"id": 1123}}, "organization": {"id": 162}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 53, "privilege": "business"}, "organization": {"id": 153, "owner": {"id": 53}, "user": {"role": "owner"}}}, "resource": {"id": 371, "owner": {"id": 642}, "assignee": {"id": 591}, "project": {"id": 369, "owner": {"id": 716}, "assignee": {"id": 846}}, "task": {"id": 377, "owner": {"id": 951}, "assignee": {"id": 1090}}, "job": {"id": 378, "assignee": {"id": 1120}}, "organization": {"id": 1271}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 19, "privilege": "business"}, "organization": {"id": 174, "owner": {"id": 19}, "user": {"role": "owner"}}}, "resource": {"id": 363, "owner": {"id": 643}, "assignee": {"id": 557}, "project": {"id": 383, "owner": {"id": 715}, "assignee": {"id": 893}}, "task": {"id": 385, "owner": {"id": 990}, "assignee": {"id": 1033}}, "job": {"id": 383, "assignee": {"id": 1173}}, "organization": {"id": 1219}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 96, "privilege": "business"}, "organization": {"id": 111, "owner": {"id": 96}, "user": {"role": "owner"}}}, "resource": {"id": 364, "owner": {"id": 690}, "assignee": {"id": 512}, "project": {"id": 309, "owner": {"id": 715}, "assignee": {"id": 836}}, "task": {"id": 315, "owner": {"id": 913}, "assignee": {"id": 1064}}, "job": {"id": 333, "assignee": {"id": 1170}}, "organization": {"id": 1259}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 38, "privilege": "business"}, "organization": {"id": 198, "owner": {"id": 38}, "user": {"role": "owner"}}}, "resource": {"id": 336, "owner": {"id": 663}, "assignee": {"id": 536}, "project": {"id": 310, "owner": {"id": 725}, "assignee": {"id": 887}}, "task": {"id": 384, "owner": {"id": 983}, "assignee": {"id": 1044}}, "job": {"id": 366, "assignee": {"id": 1151}}, "organization": {"id": 1275}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 90, "privilege": "business"}, "organization": {"id": 174, "owner": {"id": 241}, "user": {"role": "maintainer"}}}, "resource": {"id": 345, "owner": {"id": 655}, "assignee": {"id": 596}, "project": {"id": 314, "owner": {"id": 750}, "assignee": {"id": 845}}, "task": {"id": 391, "owner": {"id": 916}, "assignee": {"id": 1099}}, "job": {"id": 356, "assignee": {"id": 1151}}, "organization": {"id": 174}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 96, "privilege": "business"}, "organization": {"id": 121, "owner": {"id": 205}, "user": {"role": "maintainer"}}}, "resource": {"id": 387, "owner": {"id": 626}, "assignee": {"id": 570}, "project": {"id": 326, "owner": {"id": 716}, "assignee": {"id": 823}}, "task": {"id": 332, "owner": {"id": 993}, "assignee": {"id": 1082}}, "job": {"id": 376, "assignee": {"id": 1171}}, "organization": {"id": 121}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 21, "privilege": "business"}, "organization": {"id": 182, "owner": {"id": 252}, "user": {"role": "maintainer"}}}, "resource": {"id": 378, "owner": {"id": 655}, "assignee": {"id": 502}, "project": {"id": 354, "owner": {"id": 701}, "assignee": {"id": 808}}, "task": {"id": 323, "owner": {"id": 975}, "assignee": {"id": 1016}}, "job": {"id": 341, "assignee": {"id": 1129}}, "organization": {"id": 182}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 24, "privilege": "business"}, "organization": {"id": 190, "owner": {"id": 283}, "user": {"role": "maintainer"}}}, "resource": {"id": 350, "owner": {"id": 655}, "assignee": {"id": 589}, "project": {"id": 305, "owner": {"id": 709}, "assignee": {"id": 892}}, "task": {"id": 320, "owner": {"id": 986}, "assignee": {"id": 1004}}, "job": {"id": 334, "assignee": {"id": 1185}}, "organization": {"id": 190}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 98, "privilege": "business"}, "organization": {"id": 198, "owner": {"id": 272}, "user": {"role": "maintainer"}}}, "resource": {"id": 398, "owner": {"id": 617}, "assignee": {"id": 581}, "project": {"id": 340, "owner": {"id": 775}, "assignee": {"id": 879}}, "task": {"id": 362, "owner": {"id": 955}, "assignee": {"id": 1004}}, "job": {"id": 327, "assignee": {"id": 1160}}, "organization": {"id": 1246}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 10, "privilege": "business"}, "organization": {"id": 141, "owner": {"id": 264}, "user": {"role": "maintainer"}}}, "resource": {"id": 319, "owner": {"id": 680}, "assignee": {"id": 576}, "project": {"id": 300, "owner": {"id": 719}, "assignee": {"id": 823}}, "task": {"id": 373, "owner": {"id": 925}, "assignee": {"id": 1046}}, "job": {"id": 375, "assignee": {"id": 1186}}, "organization": {"id": 1270}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 83, "privilege": "business"}, "organization": {"id": 100, "owner": {"id": 282}, "user": {"role": "maintainer"}}}, "resource": {"id": 359, "owner": {"id": 605}, "assignee": {"id": 539}, "project": {"id": 325, "owner": {"id": 701}, "assignee": {"id": 829}}, "task": {"id": 315, "owner": {"id": 954}, "assignee": {"id": 1077}}, "job": {"id": 387, "assignee": {"id": 1150}}, "organization": {"id": 1294}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 5, "privilege": "business"}, "organization": {"id": 123, "owner": {"id": 219}, "user": {"role": "maintainer"}}}, "resource": {"id": 384, "owner": {"id": 697}, "assignee": {"id": 597}, "project": {"id": 305, "owner": {"id": 701}, "assignee": {"id": 892}}, "task": {"id": 379, "owner": {"id": 937}, "assignee": {"id": 1071}}, "job": {"id": 363, "assignee": {"id": 1172}}, "organization": {"id": 1261}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 55, "privilege": "business"}, "organization": {"id": 117, "owner": {"id": 276}, "user": {"role": "supervisor"}}}, "resource": {"id": 324, "owner": {"id": 636}, "assignee": {"id": 587}, "project": {"id": 371, "owner": {"id": 725}, "assignee": {"id": 807}}, "task": {"id": 357, "owner": {"id": 928}, "assignee": {"id": 1099}}, "job": {"id": 372, "assignee": {"id": 1159}}, "organization": {"id": 117}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 90, "privilege": "business"}, "organization": {"id": 139, "owner": {"id": 214}, "user": {"role": "supervisor"}}}, "resource": {"id": 325, "owner": {"id": 686}, "assignee": {"id": 576}, "project": {"id": 334, "owner": {"id": 744}, "assignee": {"id": 886}}, "task": {"id": 393, "owner": {"id": 927}, "assignee": {"id": 1051}}, "job": {"id": 338, "assignee": {"id": 1184}}, "organization": {"id": 139}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 83, "privilege": "business"}, "organization": {"id": 139, "owner": {"id": 285}, "user": {"role": "supervisor"}}}, "resource": {"id": 346, "owner": {"id": 673}, "assignee": {"id": 557}, "project": {"id": 310, "owner": {"id": 731}, "assignee": {"id": 822}}, "task": {"id": 350, "owner": {"id": 999}, "assignee": {"id": 1019}}, "job": {"id": 306, "assignee": {"id": 1112}}, "organization": {"id": 139}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 36, "privilege": "business"}, "organization": {"id": 191, "owner": {"id": 278}, "user": {"role": "supervisor"}}}, "resource": {"id": 357, "owner": {"id": 617}, "assignee": {"id": 511}, "project": {"id": 341, "owner": {"id": 726}, "assignee": {"id": 826}}, "task": {"id": 342, "owner": {"id": 916}, "assignee": {"id": 1055}}, "job": {"id": 372, "assignee": {"id": 1172}}, "organization": {"id": 191}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 98, "privilege": "business"}, "organization": {"id": 100, "owner": {"id": 288}, "user": {"role": "supervisor"}}}, "resource": {"id": 361, "owner": {"id": 673}, "assignee": {"id": 557}, "project": {"id": 311, "owner": {"id": 727}, "assignee": {"id": 851}}, "task": {"id": 311, "owner": {"id": 973}, "assignee": {"id": 1057}}, "job": {"id": 392, "assignee": {"id": 1195}}, "organization": {"id": 1258}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 60, "privilege": "business"}, "organization": {"id": 185, "owner": {"id": 247}, "user": {"role": "supervisor"}}}, "resource": {"id": 318, "owner": {"id": 636}, "assignee": {"id": 578}, "project": {"id": 324, "owner": {"id": 750}, "assignee": {"id": 833}}, "task": {"id": 335, "owner": {"id": 992}, "assignee": {"id": 1022}}, "job": {"id": 315, "assignee": {"id": 1164}}, "organization": {"id": 1287}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 37, "privilege": "business"}, "organization": {"id": 148, "owner": {"id": 275}, "user": {"role": "supervisor"}}}, "resource": {"id": 348, "owner": {"id": 628}, "assignee": {"id": 515}, "project": {"id": 352, "owner": {"id": 742}, "assignee": {"id": 861}}, "task": {"id": 360, "owner": {"id": 914}, "assignee": {"id": 1065}}, "job": {"id": 379, "assignee": {"id": 1132}}, "organization": {"id": 1209}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 78, "privilege": "business"}, "organization": {"id": 159, "owner": {"id": 220}, "user": {"role": "supervisor"}}}, "resource": {"id": 320, "owner": {"id": 662}, "assignee": {"id": 564}, "project": {"id": 379, "owner": {"id": 711}, "assignee": {"id": 877}}, "task": {"id": 304, "owner": {"id": 996}, "assignee": {"id": 1016}}, "job": {"id": 336, "assignee": {"id": 1163}}, "organization": {"id": 1231}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 26, "privilege": "business"}, "organization": {"id": 158, "owner": {"id": 229}, "user": {"role": "worker"}}}, "resource": {"id": 347, "owner": {"id": 658}, "assignee": {"id": 545}, "project": {"id": 320, "owner": {"id": 701}, "assignee": {"id": 819}}, "task": {"id": 397, "owner": {"id": 935}, "assignee": {"id": 1073}}, "job": {"id": 325, "assignee": {"id": 1108}}, "organization": {"id": 158}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 87, "privilege": "business"}, "organization": {"id": 124, "owner": {"id": 227}, "user": {"role": "worker"}}}, "resource": {"id": 392, "owner": {"id": 659}, "assignee": {"id": 555}, "project": {"id": 303, "owner": {"id": 720}, "assignee": {"id": 804}}, "task": {"id": 355, "owner": {"id": 982}, "assignee": {"id": 1070}}, "job": {"id": 304, "assignee": {"id": 1191}}, "organization": {"id": 124}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 0, "privilege": "business"}, "organization": {"id": 105, "owner": {"id": 211}, "user": {"role": "worker"}}}, "resource": {"id": 302, "owner": {"id": 659}, "assignee": {"id": 595}, "project": {"id": 355, "owner": {"id": 781}, "assignee": {"id": 816}}, "task": {"id": 348, "owner": {"id": 912}, "assignee": {"id": 1001}}, "job": {"id": 345, "assignee": {"id": 1103}}, "organization": {"id": 105}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 90, "privilege": "business"}, "organization": {"id": 196, "owner": {"id": 295}, "user": {"role": "worker"}}}, "resource": {"id": 345, "owner": {"id": 689}, "assignee": {"id": 535}, "project": {"id": 398, "owner": {"id": 778}, "assignee": {"id": 894}}, "task": {"id": 353, "owner": {"id": 925}, "assignee": {"id": 1041}}, "job": {"id": 311, "assignee": {"id": 1126}}, "organization": {"id": 196}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 31, "privilege": "business"}, "organization": {"id": 113, "owner": {"id": 247}, "user": {"role": "worker"}}}, "resource": {"id": 322, "owner": {"id": 684}, "assignee": {"id": 554}, "project": {"id": 385, "owner": {"id": 789}, "assignee": {"id": 851}}, "task": {"id": 323, "owner": {"id": 942}, "assignee": {"id": 1076}}, "job": {"id": 320, "assignee": {"id": 1182}}, "organization": {"id": 1266}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 34, "privilege": "business"}, "organization": {"id": 129, "owner": {"id": 265}, "user": {"role": "worker"}}}, "resource": {"id": 354, "owner": {"id": 693}, "assignee": {"id": 587}, "project": {"id": 370, "owner": {"id": 753}, "assignee": {"id": 887}}, "task": {"id": 369, "owner": {"id": 977}, "assignee": {"id": 1009}}, "job": {"id": 398, "assignee": {"id": 1147}}, "organization": {"id": 1229}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 18, "privilege": "business"}, "organization": {"id": 112, "owner": {"id": 252}, "user": {"role": "worker"}}}, "resource": {"id": 369, "owner": {"id": 658}, "assignee": {"id": 565}, "project": {"id": 342, "owner": {"id": 716}, "assignee": {"id": 837}}, "task": {"id": 378, "owner": {"id": 995}, "assignee": {"id": 1051}}, "job": {"id": 354, "assignee": {"id": 1154}}, "organization": {"id": 1292}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 16, "privilege": "business"}, "organization": {"id": 141, "owner": {"id": 265}, "user": {"role": "worker"}}}, "resource": {"id": 325, "owner": {"id": 618}, "assignee": {"id": 570}, "project": {"id": 397, "owner": {"id": 731}, "assignee": {"id": 868}}, "task": {"id": 384, "owner": {"id": 989}, "assignee": {"id": 1044}}, "job": {"id": 335, "assignee": {"id": 1124}}, "organization": {"id": 1208}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 57, "privilege": "business"}, "organization": {"id": 160, "owner": {"id": 221}, "user": {"role": null}}}, "resource": {"id": 353, "owner": {"id": 604}, "assignee": {"id": 513}, "project": {"id": 318, "owner": {"id": 721}, "assignee": {"id": 865}}, "task": {"id": 332, "owner": {"id": 955}, "assignee": {"id": 1044}}, "job": {"id": 376, "assignee": {"id": 1196}}, "organization": {"id": 160}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 29, "privilege": "business"}, "organization": {"id": 152, "owner": {"id": 274}, "user": {"role": null}}}, "resource": {"id": 332, "owner": {"id": 628}, "assignee": {"id": 525}, "project": {"id": 353, "owner": {"id": 754}, "assignee": {"id": 828}}, "task": {"id": 352, "owner": {"id": 974}, "assignee": {"id": 1096}}, "job": {"id": 359, "assignee": {"id": 1182}}, "organization": {"id": 152}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 22, "privilege": "business"}, "organization": {"id": 160, "owner": {"id": 235}, "user": {"role": null}}}, "resource": {"id": 363, "owner": {"id": 693}, "assignee": {"id": 540}, "project": {"id": 351, "owner": {"id": 730}, "assignee": {"id": 808}}, "task": {"id": 319, "owner": {"id": 932}, "assignee": {"id": 1073}}, "job": {"id": 325, "assignee": {"id": 1101}}, "organization": {"id": 160}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 85, "privilege": "business"}, "organization": {"id": 106, "owner": {"id": 271}, "user": {"role": null}}}, "resource": {"id": 388, "owner": {"id": 609}, "assignee": {"id": 510}, "project": {"id": 386, "owner": {"id": 779}, "assignee": {"id": 854}}, "task": {"id": 318, "owner": {"id": 955}, "assignee": {"id": 1039}}, "job": {"id": 349, "assignee": {"id": 1128}}, "organization": {"id": 106}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 80, "privilege": "business"}, "organization": {"id": 100, "owner": {"id": 258}, "user": {"role": null}}}, "resource": {"id": 357, "owner": {"id": 645}, "assignee": {"id": 504}, "project": {"id": 352, "owner": {"id": 712}, "assignee": {"id": 801}}, "task": {"id": 356, "owner": {"id": 995}, "assignee": {"id": 1071}}, "job": {"id": 399, "assignee": {"id": 1167}}, "organization": {"id": 1283}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 22, "privilege": "business"}, "organization": {"id": 141, "owner": {"id": 253}, "user": {"role": null}}}, "resource": {"id": 395, "owner": {"id": 669}, "assignee": {"id": 517}, "project": {"id": 337, "owner": {"id": 721}, "assignee": {"id": 864}}, "task": {"id": 373, "owner": {"id": 946}, "assignee": {"id": 1038}}, "job": {"id": 356, "assignee": {"id": 1103}}, "organization": {"id": 1294}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 60, "privilege": "business"}, "organization": {"id": 129, "owner": {"id": 226}, "user": {"role": null}}}, "resource": {"id": 343, "owner": {"id": 635}, "assignee": {"id": 503}, "project": {"id": 308, "owner": {"id": 774}, "assignee": {"id": 849}}, "task": {"id": 391, "owner": {"id": 953}, "assignee": {"id": 1012}}, "job": {"id": 316, "assignee": {"id": 1139}}, "organization": {"id": 1243}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 0, "privilege": "business"}, "organization": {"id": 171, "owner": {"id": 229}, "user": {"role": null}}}, "resource": {"id": 352, "owner": {"id": 694}, "assignee": {"id": 562}, "project": {"id": 345, "owner": {"id": 758}, "assignee": {"id": 897}}, "task": {"id": 347, "owner": {"id": 973}, "assignee": {"id": 1008}}, "job": {"id": 332, "assignee": {"id": 1161}}, "organization": {"id": 1256}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 73, "privilege": "user"}, "organization": {"id": 183, "owner": {"id": 73}, "user": {"role": "owner"}}}, "resource": {"id": 361, "owner": {"id": 632}, "assignee": {"id": 524}, "project": {"id": 357, "owner": {"id": 731}, "assignee": {"id": 810}}, "task": {"id": 300, "owner": {"id": 956}, "assignee": {"id": 1009}}, "job": {"id": 383, "assignee": {"id": 1154}}, "organization": {"id": 183}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 55, "privilege": "user"}, "organization": {"id": 124, "owner": {"id": 55}, "user": {"role": "owner"}}}, "resource": {"id": 372, "owner": {"id": 642}, "assignee": {"id": 514}, "project": {"id": 304, "owner": {"id": 750}, "assignee": {"id": 876}}, "task": {"id": 301, "owner": {"id": 949}, "assignee": {"id": 1085}}, "job": {"id": 329, "assignee": {"id": 1148}}, "organization": {"id": 124}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 73, "privilege": "user"}, "organization": {"id": 181, "owner": {"id": 73}, "user": {"role": "owner"}}}, "resource": {"id": 333, "owner": {"id": 628}, "assignee": {"id": 511}, "project": {"id": 357, "owner": {"id": 791}, "assignee": {"id": 862}}, "task": {"id": 382, "owner": {"id": 985}, "assignee": {"id": 1066}}, "job": {"id": 337, "assignee": {"id": 1121}}, "organization": {"id": 181}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 64, "privilege": "user"}, "organization": {"id": 130, "owner": {"id": 64}, "user": {"role": "owner"}}}, "resource": {"id": 351, "owner": {"id": 695}, "assignee": {"id": 522}, "project": {"id": 394, "owner": {"id": 730}, "assignee": {"id": 824}}, "task": {"id": 383, "owner": {"id": 960}, "assignee": {"id": 1060}}, "job": {"id": 339, "assignee": {"id": 1171}}, "organization": {"id": 130}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 88, "privilege": "user"}, "organization": {"id": 123, "owner": {"id": 88}, "user": {"role": "owner"}}}, "resource": {"id": 303, "owner": {"id": 636}, "assignee": {"id": 536}, "project": {"id": 331, "owner": {"id": 734}, "assignee": {"id": 800}}, "task": {"id": 343, "owner": {"id": 999}, "assignee": {"id": 1034}}, "job": {"id": 391, "assignee": {"id": 1113}}, "organization": {"id": 1208}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 91, "privilege": "user"}, "organization": {"id": 182, "owner": {"id": 91}, "user": {"role": "owner"}}}, "resource": {"id": 373, "owner": {"id": 637}, "assignee": {"id": 570}, "project": {"id": 362, "owner": {"id": 757}, "assignee": {"id": 885}}, "task": {"id": 333, "owner": {"id": 912}, "assignee": {"id": 1055}}, "job": {"id": 301, "assignee": {"id": 1138}}, "organization": {"id": 1298}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 13, "privilege": "user"}, "organization": {"id": 176, "owner": {"id": 13}, "user": {"role": "owner"}}}, "resource": {"id": 304, "owner": {"id": 618}, "assignee": {"id": 519}, "project": {"id": 349, "owner": {"id": 759}, "assignee": {"id": 834}}, "task": {"id": 326, "owner": {"id": 903}, "assignee": {"id": 1070}}, "job": {"id": 359, "assignee": {"id": 1177}}, "organization": {"id": 1287}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 83, "privilege": "user"}, "organization": {"id": 132, "owner": {"id": 83}, "user": {"role": "owner"}}}, "resource": {"id": 345, "owner": {"id": 647}, "assignee": {"id": 589}, "project": {"id": 380, "owner": {"id": 745}, "assignee": {"id": 851}}, "task": {"id": 337, "owner": {"id": 991}, "assignee": {"id": 1021}}, "job": {"id": 337, "assignee": {"id": 1171}}, "organization": {"id": 1232}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 78, "privilege": "user"}, "organization": {"id": 100, "owner": {"id": 210}, "user": {"role": "maintainer"}}}, "resource": {"id": 387, "owner": {"id": 612}, "assignee": {"id": 531}, "project": {"id": 380, "owner": {"id": 781}, "assignee": {"id": 854}}, "task": {"id": 304, "owner": {"id": 933}, "assignee": {"id": 1048}}, "job": {"id": 396, "assignee": {"id": 1166}}, "organization": {"id": 100}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "update", "auth": {"user": {"id": 9, "privilege": "user"}, "organization": {"id": 107, "owner": {"id": 225}, "user": {"role": "maintainer"}}}, "resource": {"id": 368, "owner": {"id": 630}, "assignee": {"id": 591}, "project": {"id": 310, "owner": {"id": 768}, "assignee": {"id": 856}}, "task": {"id": 361, "owner": {"id": 969}, "assignee": {"id": 1011}}, "job": {"id": 333, "assignee": {"id": 1129}}, "organization": {"id": 107}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "create@job", "auth": {"user": {"id": 6, "privilege": "user"}, "organization": {"id": 139, "owner": {"id": 299}, "user": {"role": "maintainer"}}}, "resource": {"id": 366, "owner": {"id": 698}, "assignee": {"id": 579}, "project": {"id": 350, "owner": {"id": 754}, "assignee": {"id": 853}}, "task": {"id": 342, "owner": {"id": 996}, "assignee": {"id": 1069}}, "job": {"id": 358, "assignee": {"id": 1171}}, "organization": {"id": 139}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "update", "auth": {"user": {"id": 72, "privilege": "user"}, "organization": {"id": 122, "owner": {"id": 283}, "user": {"role": "maintainer"}}}, "resource": {"id": 308, "owner": {"id": 661}, "assignee": {"id": 571}, "project": {"id": 379, "owner": {"id": 757}, "assignee": {"id": 837}}, "task": {"id": 390, "owner": {"id": 939}, "assignee": {"id": 1066}}, "job": {"id": 362, "assignee": {"id": 1195}}, "organization": {"id": 122}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 59, "privilege": "user"}, "organization": {"id": 155, "owner": {"id": 293}, "user": {"role": "maintainer"}}}, "resource": {"id": 378, "owner": {"id": 601}, "assignee": {"id": 593}, "project": {"id": 392, "owner": {"id": 737}, "assignee": {"id": 874}}, "task": {"id": 354, "owner": {"id": 967}, "assignee": {"id": 1005}}, "job": {"id": 391, "assignee": {"id": 1133}}, "organization": {"id": 1243}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 94, "privilege": "user"}, "organization": {"id": 141, "owner": {"id": 231}, "user": {"role": "maintainer"}}}, "resource": {"id": 377, "owner": {"id": 612}, "assignee": {"id": 571}, "project": {"id": 343, "owner": {"id": 753}, "assignee": {"id": 851}}, "task": {"id": 338, "owner": {"id": 954}, "assignee": {"id": 1071}}, "job": {"id": 330, "assignee": {"id": 1156}}, "organization": {"id": 1241}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 72, "privilege": "user"}, "organization": {"id": 140, "owner": {"id": 211}, "user": {"role": "maintainer"}}}, "resource": {"id": 313, "owner": {"id": 618}, "assignee": {"id": 555}, "project": {"id": 303, "owner": {"id": 728}, "assignee": {"id": 878}}, "task": {"id": 332, "owner": {"id": 942}, "assignee": {"id": 1007}}, "job": {"id": 365, "assignee": {"id": 1124}}, "organization": {"id": 1294}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 6, "privilege": "user"}, "organization": {"id": 136, "owner": {"id": 228}, "user": {"role": "maintainer"}}}, "resource": {"id": 384, "owner": {"id": 633}, "assignee": {"id": 504}, "project": {"id": 394, "owner": {"id": 747}, "assignee": {"id": 813}}, "task": {"id": 366, "owner": {"id": 974}, "assignee": {"id": 1025}}, "job": {"id": 362, "assignee": {"id": 1190}}, "organization": {"id": 1238}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 75, "privilege": "user"}, "organization": {"id": 172, "owner": {"id": 294}, "user": {"role": "supervisor"}}}, "resource": {"id": 353, "owner": {"id": 642}, "assignee": {"id": 552}, "project": {"id": 326, "owner": {"id": 798}, "assignee": {"id": 833}}, "task": {"id": 370, "owner": {"id": 969}, "assignee": {"id": 1071}}, "job": {"id": 395, "assignee": {"id": 1173}}, "organization": {"id": 172}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 23, "privilege": "user"}, "organization": {"id": 109, "owner": {"id": 260}, "user": {"role": "supervisor"}}}, "resource": {"id": 382, "owner": {"id": 629}, "assignee": {"id": 581}, "project": {"id": 399, "owner": {"id": 747}, "assignee": {"id": 810}}, "task": {"id": 319, "owner": {"id": 921}, "assignee": {"id": 1056}}, "job": {"id": 369, "assignee": {"id": 1106}}, "organization": {"id": 109}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 61, "privilege": "user"}, "organization": {"id": 161, "owner": {"id": 278}, "user": {"role": "supervisor"}}}, "resource": {"id": 316, "owner": {"id": 663}, "assignee": {"id": 534}, "project": {"id": 355, "owner": {"id": 733}, "assignee": {"id": 891}}, "task": {"id": 375, "owner": {"id": 976}, "assignee": {"id": 1043}}, "job": {"id": 339, "assignee": {"id": 1189}}, "organization": {"id": 161}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 27, "privilege": "user"}, "organization": {"id": 109, "owner": {"id": 296}, "user": {"role": "supervisor"}}}, "resource": {"id": 369, "owner": {"id": 617}, "assignee": {"id": 548}, "project": {"id": 357, "owner": {"id": 745}, "assignee": {"id": 842}}, "task": {"id": 333, "owner": {"id": 990}, "assignee": {"id": 1077}}, "job": {"id": 399, "assignee": {"id": 1176}}, "organization": {"id": 109}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 20, "privilege": "user"}, "organization": {"id": 193, "owner": {"id": 274}, "user": {"role": "supervisor"}}}, "resource": {"id": 332, "owner": {"id": 627}, "assignee": {"id": 553}, "project": {"id": 323, "owner": {"id": 774}, "assignee": {"id": 868}}, "task": {"id": 355, "owner": {"id": 977}, "assignee": {"id": 1058}}, "job": {"id": 327, "assignee": {"id": 1175}}, "organization": {"id": 1283}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 65, "privilege": "user"}, "organization": {"id": 108, "owner": {"id": 205}, "user": {"role": "supervisor"}}}, "resource": {"id": 310, "owner": {"id": 603}, "assignee": {"id": 554}, "project": {"id": 385, "owner": {"id": 713}, "assignee": {"id": 847}}, "task": {"id": 301, "owner": {"id": 980}, "assignee": {"id": 1031}}, "job": {"id": 321, "assignee": {"id": 1102}}, "organization": {"id": 1229}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 49, "privilege": "user"}, "organization": {"id": 149, "owner": {"id": 208}, "user": {"role": "supervisor"}}}, "resource": {"id": 346, "owner": {"id": 656}, "assignee": {"id": 526}, "project": {"id": 312, "owner": {"id": 701}, "assignee": {"id": 820}}, "task": {"id": 335, "owner": {"id": 937}, "assignee": {"id": 1057}}, "job": {"id": 376, "assignee": {"id": 1171}}, "organization": {"id": 1210}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 38, "privilege": "user"}, "organization": {"id": 177, "owner": {"id": 231}, "user": {"role": "supervisor"}}}, "resource": {"id": 391, "owner": {"id": 656}, "assignee": {"id": 544}, "project": {"id": 365, "owner": {"id": 769}, "assignee": {"id": 854}}, "task": {"id": 306, "owner": {"id": 970}, "assignee": {"id": 1017}}, "job": {"id": 390, "assignee": {"id": 1186}}, "organization": {"id": 1288}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 53, "privilege": "user"}, "organization": {"id": 174, "owner": {"id": 246}, "user": {"role": "worker"}}}, "resource": {"id": 338, "owner": {"id": 681}, "assignee": {"id": 592}, "project": {"id": 373, "owner": {"id": 749}, "assignee": {"id": 834}}, "task": {"id": 305, "owner": {"id": 935}, "assignee": {"id": 1021}}, "job": {"id": 371, "assignee": {"id": 1174}}, "organization": {"id": 174}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 90, "privilege": "user"}, "organization": {"id": 128, "owner": {"id": 271}, "user": {"role": "worker"}}}, "resource": {"id": 306, "owner": {"id": 623}, "assignee": {"id": 555}, "project": {"id": 338, "owner": {"id": 792}, "assignee": {"id": 872}}, "task": {"id": 396, "owner": {"id": 911}, "assignee": {"id": 1035}}, "job": {"id": 399, "assignee": {"id": 1164}}, "organization": {"id": 128}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 47, "privilege": "user"}, "organization": {"id": 156, "owner": {"id": 262}, "user": {"role": "worker"}}}, "resource": {"id": 338, "owner": {"id": 677}, "assignee": {"id": 523}, "project": {"id": 388, "owner": {"id": 741}, "assignee": {"id": 874}}, "task": {"id": 300, "owner": {"id": 979}, "assignee": {"id": 1036}}, "job": {"id": 330, "assignee": {"id": 1151}}, "organization": {"id": 156}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 33, "privilege": "user"}, "organization": {"id": 153, "owner": {"id": 219}, "user": {"role": "worker"}}}, "resource": {"id": 323, "owner": {"id": 643}, "assignee": {"id": 544}, "project": {"id": 306, "owner": {"id": 760}, "assignee": {"id": 844}}, "task": {"id": 386, "owner": {"id": 941}, "assignee": {"id": 1021}}, "job": {"id": 365, "assignee": {"id": 1121}}, "organization": {"id": 153}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 60, "privilege": "user"}, "organization": {"id": 143, "owner": {"id": 256}, "user": {"role": "worker"}}}, "resource": {"id": 399, "owner": {"id": 690}, "assignee": {"id": 574}, "project": {"id": 395, "owner": {"id": 703}, "assignee": {"id": 858}}, "task": {"id": 372, "owner": {"id": 982}, "assignee": {"id": 1011}}, "job": {"id": 322, "assignee": {"id": 1108}}, "organization": {"id": 1244}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 46, "privilege": "user"}, "organization": {"id": 107, "owner": {"id": 293}, "user": {"role": "worker"}}}, "resource": {"id": 345, "owner": {"id": 681}, "assignee": {"id": 557}, "project": {"id": 394, "owner": {"id": 735}, "assignee": {"id": 824}}, "task": {"id": 391, "owner": {"id": 927}, "assignee": {"id": 1054}}, "job": {"id": 305, "assignee": {"id": 1118}}, "organization": {"id": 1276}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 81, "privilege": "user"}, "organization": {"id": 103, "owner": {"id": 296}, "user": {"role": "worker"}}}, "resource": {"id": 323, "owner": {"id": 662}, "assignee": {"id": 555}, "project": {"id": 332, "owner": {"id": 727}, "assignee": {"id": 895}}, "task": {"id": 363, "owner": {"id": 968}, "assignee": {"id": 1033}}, "job": {"id": 385, "assignee": {"id": 1117}}, "organization": {"id": 1213}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 96, "privilege": "user"}, "organization": {"id": 173, "owner": {"id": 269}, "user": {"role": "worker"}}}, "resource": {"id": 377, "owner": {"id": 662}, "assignee": {"id": 592}, "project": {"id": 316, "owner": {"id": 700}, "assignee": {"id": 870}}, "task": {"id": 338, "owner": {"id": 910}, "assignee": {"id": 1060}}, "job": {"id": 352, "assignee": {"id": 1127}}, "organization": {"id": 1250}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 71, "privilege": "user"}, "organization": {"id": 137, "owner": {"id": 266}, "user": {"role": null}}}, "resource": {"id": 303, "owner": {"id": 677}, "assignee": {"id": 566}, "project": {"id": 365, "owner": {"id": 764}, "assignee": {"id": 875}}, "task": {"id": 375, "owner": {"id": 927}, "assignee": {"id": 1046}}, "job": {"id": 362, "assignee": {"id": 1142}}, "organization": {"id": 137}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 85, "privilege": "user"}, "organization": {"id": 132, "owner": {"id": 232}, "user": {"role": null}}}, "resource": {"id": 336, "owner": {"id": 644}, "assignee": {"id": 584}, "project": {"id": 324, "owner": {"id": 730}, "assignee": {"id": 814}}, "task": {"id": 357, "owner": {"id": 911}, "assignee": {"id": 1040}}, "job": {"id": 368, "assignee": {"id": 1173}}, "organization": {"id": 132}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 35, "privilege": "user"}, "organization": {"id": 102, "owner": {"id": 293}, "user": {"role": null}}}, "resource": {"id": 333, "owner": {"id": 652}, "assignee": {"id": 572}, "project": {"id": 336, "owner": {"id": 700}, "assignee": {"id": 808}}, "task": {"id": 361, "owner": {"id": 923}, "assignee": {"id": 1078}}, "job": {"id": 364, "assignee": {"id": 1117}}, "organization": {"id": 102}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 24, "privilege": "user"}, "organization": {"id": 173, "owner": {"id": 266}, "user": {"role": null}}}, "resource": {"id": 388, "owner": {"id": 601}, "assignee": {"id": 594}, "project": {"id": 356, "owner": {"id": 727}, "assignee": {"id": 828}}, "task": {"id": 302, "owner": {"id": 948}, "assignee": {"id": 1097}}, "job": {"id": 330, "assignee": {"id": 1104}}, "organization": {"id": 173}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 11, "privilege": "user"}, "organization": {"id": 165, "owner": {"id": 297}, "user": {"role": null}}}, "resource": {"id": 325, "owner": {"id": 674}, "assignee": {"id": 521}, "project": {"id": 361, "owner": {"id": 725}, "assignee": {"id": 809}}, "task": {"id": 362, "owner": {"id": 920}, "assignee": {"id": 1050}}, "job": {"id": 333, "assignee": {"id": 1155}}, "organization": {"id": 1245}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 84, "privilege": "user"}, "organization": {"id": 139, "owner": {"id": 227}, "user": {"role": null}}}, "resource": {"id": 359, "owner": {"id": 601}, "assignee": {"id": 572}, "project": {"id": 372, "owner": {"id": 715}, "assignee": {"id": 883}}, "task": {"id": 300, "owner": {"id": 967}, "assignee": {"id": 1053}}, "job": {"id": 396, "assignee": {"id": 1195}}, "organization": {"id": 1215}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 22, "privilege": "user"}, "organization": {"id": 118, "owner": {"id": 270}, "user": {"role": null}}}, "resource": {"id": 324, "owner": {"id": 633}, "assignee": {"id": 597}, "project": {"id": 398, "owner": {"id": 734}, "assignee": {"id": 886}}, "task": {"id": 343, "owner": {"id": 906}, "assignee": {"id": 1084}}, "job": {"id": 385, "assignee": {"id": 1124}}, "organization": {"id": 1222}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 0, "privilege": "user"}, "organization": {"id": 187, "owner": {"id": 297}, "user": {"role": null}}}, "resource": {"id": 362, "owner": {"id": 644}, "assignee": {"id": 577}, "project": {"id": 360, "owner": {"id": 728}, "assignee": {"id": 865}}, "task": {"id": 378, "owner": {"id": 984}, "assignee": {"id": 1064}}, "job": {"id": 396, "assignee": {"id": 1159}}, "organization": {"id": 1234}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 40, "privilege": "worker"}, "organization": {"id": 191, "owner": {"id": 40}, "user": {"role": "owner"}}}, "resource": {"id": 301, "owner": {"id": 671}, "assignee": {"id": 528}, "project": {"id": 365, "owner": {"id": 750}, "assignee": {"id": 881}}, "task": {"id": 325, "owner": {"id": 942}, "assignee": {"id": 1083}}, "job": {"id": 394, "assignee": {"id": 1118}}, "organization": {"id": 191}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 9, "privilege": "worker"}, "organization": {"id": 137, "owner": {"id": 9}, "user": {"role": "owner"}}}, "resource": {"id": 311, "owner": {"id": 619}, "assignee": {"id": 521}, "project": {"id": 305, "owner": {"id": 739}, "assignee": {"id": 871}}, "task": {"id": 308, "owner": {"id": 993}, "assignee": {"id": 1032}}, "job": {"id": 353, "assignee": {"id": 1198}}, "organization": {"id": 137}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 28, "privilege": "worker"}, "organization": {"id": 176, "owner": {"id": 28}, "user": {"role": "owner"}}}, "resource": {"id": 346, "owner": {"id": 634}, "assignee": {"id": 527}, "project": {"id": 388, "owner": {"id": 717}, "assignee": {"id": 898}}, "task": {"id": 392, "owner": {"id": 901}, "assignee": {"id": 1051}}, "job": {"id": 373, "assignee": {"id": 1131}}, "organization": {"id": 176}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 96, "privilege": "worker"}, "organization": {"id": 101, "owner": {"id": 96}, "user": {"role": "owner"}}}, "resource": {"id": 332, "owner": {"id": 607}, "assignee": {"id": 531}, "project": {"id": 356, "owner": {"id": 702}, "assignee": {"id": 894}}, "task": {"id": 342, "owner": {"id": 952}, "assignee": {"id": 1097}}, "job": {"id": 311, "assignee": {"id": 1103}}, "organization": {"id": 101}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 60, "privilege": "worker"}, "organization": {"id": 160, "owner": {"id": 60}, "user": {"role": "owner"}}}, "resource": {"id": 386, "owner": {"id": 647}, "assignee": {"id": 568}, "project": {"id": 308, "owner": {"id": 704}, "assignee": {"id": 859}}, "task": {"id": 339, "owner": {"id": 992}, "assignee": {"id": 1082}}, "job": {"id": 374, "assignee": {"id": 1119}}, "organization": {"id": 1215}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 60, "privilege": "worker"}, "organization": {"id": 143, "owner": {"id": 60}, "user": {"role": "owner"}}}, "resource": {"id": 394, "owner": {"id": 615}, "assignee": {"id": 531}, "project": {"id": 394, "owner": {"id": 755}, "assignee": {"id": 813}}, "task": {"id": 328, "owner": {"id": 936}, "assignee": {"id": 1032}}, "job": {"id": 349, "assignee": {"id": 1196}}, "organization": {"id": 1285}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 80, "privilege": "worker"}, "organization": {"id": 130, "owner": {"id": 80}, "user": {"role": "owner"}}}, "resource": {"id": 345, "owner": {"id": 652}, "assignee": {"id": 574}, "project": {"id": 330, "owner": {"id": 780}, "assignee": {"id": 805}}, "task": {"id": 326, "owner": {"id": 905}, "assignee": {"id": 1083}}, "job": {"id": 354, "assignee": {"id": 1180}}, "organization": {"id": 1235}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 49, "privilege": "worker"}, "organization": {"id": 192, "owner": {"id": 49}, "user": {"role": "owner"}}}, "resource": {"id": 318, "owner": {"id": 682}, "assignee": {"id": 578}, "project": {"id": 303, "owner": {"id": 798}, "assignee": {"id": 896}}, "task": {"id": 306, "owner": {"id": 991}, "assignee": {"id": 1097}}, "job": {"id": 355, "assignee": {"id": 1156}}, "organization": {"id": 1259}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 11, "privilege": "worker"}, "organization": {"id": 163, "owner": {"id": 233}, "user": {"role": "maintainer"}}}, "resource": {"id": 314, "owner": {"id": 671}, "assignee": {"id": 501}, "project": {"id": 363, "owner": {"id": 776}, "assignee": {"id": 838}}, "task": {"id": 395, "owner": {"id": 941}, "assignee": {"id": 1041}}, "job": {"id": 358, "assignee": {"id": 1115}}, "organization": {"id": 163}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 71, "privilege": "worker"}, "organization": {"id": 196, "owner": {"id": 284}, "user": {"role": "maintainer"}}}, "resource": {"id": 376, "owner": {"id": 684}, "assignee": {"id": 551}, "project": {"id": 323, "owner": {"id": 718}, "assignee": {"id": 806}}, "task": {"id": 355, "owner": {"id": 906}, "assignee": {"id": 1070}}, "job": {"id": 334, "assignee": {"id": 1136}}, "organization": {"id": 196}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 95, "privilege": "worker"}, "organization": {"id": 168, "owner": {"id": 249}, "user": {"role": "maintainer"}}}, "resource": {"id": 385, "owner": {"id": 648}, "assignee": {"id": 527}, "project": {"id": 395, "owner": {"id": 718}, "assignee": {"id": 879}}, "task": {"id": 311, "owner": {"id": 947}, "assignee": {"id": 1022}}, "job": {"id": 331, "assignee": {"id": 1195}}, "organization": {"id": 168}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 89, "privilege": "worker"}, "organization": {"id": 164, "owner": {"id": 274}, "user": {"role": "maintainer"}}}, "resource": {"id": 338, "owner": {"id": 651}, "assignee": {"id": 537}, "project": {"id": 308, "owner": {"id": 754}, "assignee": {"id": 819}}, "task": {"id": 368, "owner": {"id": 930}, "assignee": {"id": 1025}}, "job": {"id": 350, "assignee": {"id": 1132}}, "organization": {"id": 164}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 78, "privilege": "worker"}, "organization": {"id": 180, "owner": {"id": 275}, "user": {"role": "maintainer"}}}, "resource": {"id": 326, "owner": {"id": 626}, "assignee": {"id": 536}, "project": {"id": 355, "owner": {"id": 797}, "assignee": {"id": 808}}, "task": {"id": 393, "owner": {"id": 947}, "assignee": {"id": 1068}}, "job": {"id": 371, "assignee": {"id": 1182}}, "organization": {"id": 1203}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 7, "privilege": "worker"}, "organization": {"id": 180, "owner": {"id": 232}, "user": {"role": "maintainer"}}}, "resource": {"id": 397, "owner": {"id": 609}, "assignee": {"id": 504}, "project": {"id": 323, "owner": {"id": 778}, "assignee": {"id": 814}}, "task": {"id": 302, "owner": {"id": 947}, "assignee": {"id": 1087}}, "job": {"id": 361, "assignee": {"id": 1148}}, "organization": {"id": 1210}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 52, "privilege": "worker"}, "organization": {"id": 124, "owner": {"id": 241}, "user": {"role": "maintainer"}}}, "resource": {"id": 344, "owner": {"id": 685}, "assignee": {"id": 599}, "project": {"id": 389, "owner": {"id": 723}, "assignee": {"id": 826}}, "task": {"id": 331, "owner": {"id": 920}, "assignee": {"id": 1047}}, "job": {"id": 314, "assignee": {"id": 1152}}, "organization": {"id": 1273}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 41, "privilege": "worker"}, "organization": {"id": 135, "owner": {"id": 266}, "user": {"role": "maintainer"}}}, "resource": {"id": 362, "owner": {"id": 601}, "assignee": {"id": 514}, "project": {"id": 392, "owner": {"id": 720}, "assignee": {"id": 858}}, "task": {"id": 388, "owner": {"id": 906}, "assignee": {"id": 1017}}, "job": {"id": 367, "assignee": {"id": 1191}}, "organization": {"id": 1284}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 50, "privilege": "worker"}, "organization": {"id": 140, "owner": {"id": 290}, "user": {"role": "supervisor"}}}, "resource": {"id": 319, "owner": {"id": 673}, "assignee": {"id": 518}, "project": {"id": 324, "owner": {"id": 788}, "assignee": {"id": 861}}, "task": {"id": 384, "owner": {"id": 936}, "assignee": {"id": 1086}}, "job": {"id": 380, "assignee": {"id": 1159}}, "organization": {"id": 140}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 36, "privilege": "worker"}, "organization": {"id": 148, "owner": {"id": 283}, "user": {"role": "supervisor"}}}, "resource": {"id": 375, "owner": {"id": 616}, "assignee": {"id": 571}, "project": {"id": 379, "owner": {"id": 738}, "assignee": {"id": 888}}, "task": {"id": 307, "owner": {"id": 960}, "assignee": {"id": 1003}}, "job": {"id": 334, "assignee": {"id": 1134}}, "organization": {"id": 148}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 63, "privilege": "worker"}, "organization": {"id": 185, "owner": {"id": 238}, "user": {"role": "supervisor"}}}, "resource": {"id": 324, "owner": {"id": 643}, "assignee": {"id": 524}, "project": {"id": 381, "owner": {"id": 775}, "assignee": {"id": 890}}, "task": {"id": 375, "owner": {"id": 962}, "assignee": {"id": 1064}}, "job": {"id": 339, "assignee": {"id": 1145}}, "organization": {"id": 185}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 65, "privilege": "worker"}, "organization": {"id": 156, "owner": {"id": 270}, "user": {"role": "supervisor"}}}, "resource": {"id": 318, "owner": {"id": 621}, "assignee": {"id": 517}, "project": {"id": 358, "owner": {"id": 761}, "assignee": {"id": 876}}, "task": {"id": 315, "owner": {"id": 905}, "assignee": {"id": 1091}}, "job": {"id": 396, "assignee": {"id": 1163}}, "organization": {"id": 156}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 47, "privilege": "worker"}, "organization": {"id": 127, "owner": {"id": 291}, "user": {"role": "supervisor"}}}, "resource": {"id": 371, "owner": {"id": 687}, "assignee": {"id": 513}, "project": {"id": 337, "owner": {"id": 795}, "assignee": {"id": 810}}, "task": {"id": 305, "owner": {"id": 935}, "assignee": {"id": 1013}}, "job": {"id": 356, "assignee": {"id": 1125}}, "organization": {"id": 1213}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 31, "privilege": "worker"}, "organization": {"id": 198, "owner": {"id": 217}, "user": {"role": "supervisor"}}}, "resource": {"id": 387, "owner": {"id": 606}, "assignee": {"id": 503}, "project": {"id": 371, "owner": {"id": 716}, "assignee": {"id": 802}}, "task": {"id": 350, "owner": {"id": 907}, "assignee": {"id": 1055}}, "job": {"id": 395, "assignee": {"id": 1123}}, "organization": {"id": 1273}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 76, "privilege": "worker"}, "organization": {"id": 114, "owner": {"id": 266}, "user": {"role": "supervisor"}}}, "resource": {"id": 301, "owner": {"id": 636}, "assignee": {"id": 599}, "project": {"id": 390, "owner": {"id": 773}, "assignee": {"id": 852}}, "task": {"id": 396, "owner": {"id": 973}, "assignee": {"id": 1023}}, "job": {"id": 347, "assignee": {"id": 1175}}, "organization": {"id": 1246}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 54, "privilege": "worker"}, "organization": {"id": 178, "owner": {"id": 206}, "user": {"role": "supervisor"}}}, "resource": {"id": 355, "owner": {"id": 648}, "assignee": {"id": 572}, "project": {"id": 312, "owner": {"id": 739}, "assignee": {"id": 828}}, "task": {"id": 374, "owner": {"id": 929}, "assignee": {"id": 1095}}, "job": {"id": 349, "assignee": {"id": 1197}}, "organization": {"id": 1206}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 90, "privilege": "worker"}, "organization": {"id": 122, "owner": {"id": 219}, "user": {"role": "worker"}}}, "resource": {"id": 362, "owner": {"id": 622}, "assignee": {"id": 575}, "project": {"id": 314, "owner": {"id": 742}, "assignee": {"id": 819}}, "task": {"id": 310, "owner": {"id": 959}, "assignee": {"id": 1045}}, "job": {"id": 329, "assignee": {"id": 1166}}, "organization": {"id": 122}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 10, "privilege": "worker"}, "organization": {"id": 193, "owner": {"id": 247}, "user": {"role": "worker"}}}, "resource": {"id": 323, "owner": {"id": 677}, "assignee": {"id": 598}, "project": {"id": 369, "owner": {"id": 706}, "assignee": {"id": 863}}, "task": {"id": 366, "owner": {"id": 964}, "assignee": {"id": 1067}}, "job": {"id": 369, "assignee": {"id": 1147}}, "organization": {"id": 193}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 21, "privilege": "worker"}, "organization": {"id": 180, "owner": {"id": 293}, "user": {"role": "worker"}}}, "resource": {"id": 390, "owner": {"id": 610}, "assignee": {"id": 597}, "project": {"id": 354, "owner": {"id": 750}, "assignee": {"id": 843}}, "task": {"id": 349, "owner": {"id": 976}, "assignee": {"id": 1010}}, "job": {"id": 381, "assignee": {"id": 1135}}, "organization": {"id": 180}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 9, "privilege": "worker"}, "organization": {"id": 161, "owner": {"id": 245}, "user": {"role": "worker"}}}, "resource": {"id": 395, "owner": {"id": 671}, "assignee": {"id": 516}, "project": {"id": 311, "owner": {"id": 717}, "assignee": {"id": 871}}, "task": {"id": 395, "owner": {"id": 908}, "assignee": {"id": 1098}}, "job": {"id": 331, "assignee": {"id": 1101}}, "organization": {"id": 161}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 91, "privilege": "worker"}, "organization": {"id": 105, "owner": {"id": 295}, "user": {"role": "worker"}}}, "resource": {"id": 343, "owner": {"id": 647}, "assignee": {"id": 501}, "project": {"id": 302, "owner": {"id": 775}, "assignee": {"id": 858}}, "task": {"id": 324, "owner": {"id": 904}, "assignee": {"id": 1053}}, "job": {"id": 346, "assignee": {"id": 1191}}, "organization": {"id": 1295}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 87, "privilege": "worker"}, "organization": {"id": 142, "owner": {"id": 256}, "user": {"role": "worker"}}}, "resource": {"id": 364, "owner": {"id": 648}, "assignee": {"id": 569}, "project": {"id": 307, "owner": {"id": 742}, "assignee": {"id": 870}}, "task": {"id": 399, "owner": {"id": 944}, "assignee": {"id": 1020}}, "job": {"id": 318, "assignee": {"id": 1118}}, "organization": {"id": 1252}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 93, "privilege": "worker"}, "organization": {"id": 104, "owner": {"id": 270}, "user": {"role": "worker"}}}, "resource": {"id": 375, "owner": {"id": 690}, "assignee": {"id": 525}, "project": {"id": 340, "owner": {"id": 760}, "assignee": {"id": 855}}, "task": {"id": 329, "owner": {"id": 937}, "assignee": {"id": 1009}}, "job": {"id": 376, "assignee": {"id": 1161}}, "organization": {"id": 1291}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 13, "privilege": "worker"}, "organization": {"id": 190, "owner": {"id": 293}, "user": {"role": "worker"}}}, "resource": {"id": 346, "owner": {"id": 624}, "assignee": {"id": 569}, "project": {"id": 394, "owner": {"id": 723}, "assignee": {"id": 892}}, "task": {"id": 302, "owner": {"id": 937}, "assignee": {"id": 1029}}, "job": {"id": 326, "assignee": {"id": 1127}}, "organization": {"id": 1253}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 44, "privilege": "worker"}, "organization": {"id": 106, "owner": {"id": 210}, "user": {"role": null}}}, "resource": {"id": 377, "owner": {"id": 646}, "assignee": {"id": 539}, "project": {"id": 389, "owner": {"id": 748}, "assignee": {"id": 832}}, "task": {"id": 389, "owner": {"id": 971}, "assignee": {"id": 1001}}, "job": {"id": 363, "assignee": {"id": 1161}}, "organization": {"id": 106}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 3, "privilege": "worker"}, "organization": {"id": 157, "owner": {"id": 277}, "user": {"role": null}}}, "resource": {"id": 397, "owner": {"id": 668}, "assignee": {"id": 566}, "project": {"id": 360, "owner": {"id": 780}, "assignee": {"id": 897}}, "task": {"id": 387, "owner": {"id": 964}, "assignee": {"id": 1052}}, "job": {"id": 323, "assignee": {"id": 1159}}, "organization": {"id": 157}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 58, "privilege": "worker"}, "organization": {"id": 119, "owner": {"id": 278}, "user": {"role": null}}}, "resource": {"id": 361, "owner": {"id": 664}, "assignee": {"id": 582}, "project": {"id": 331, "owner": {"id": 747}, "assignee": {"id": 860}}, "task": {"id": 380, "owner": {"id": 915}, "assignee": {"id": 1037}}, "job": {"id": 356, "assignee": {"id": 1188}}, "organization": {"id": 119}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 64, "privilege": "worker"}, "organization": {"id": 129, "owner": {"id": 229}, "user": {"role": null}}}, "resource": {"id": 349, "owner": {"id": 667}, "assignee": {"id": 537}, "project": {"id": 398, "owner": {"id": 719}, "assignee": {"id": 888}}, "task": {"id": 314, "owner": {"id": 971}, "assignee": {"id": 1042}}, "job": {"id": 387, "assignee": {"id": 1116}}, "organization": {"id": 129}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 87, "privilege": "worker"}, "organization": {"id": 124, "owner": {"id": 256}, "user": {"role": null}}}, "resource": {"id": 392, "owner": {"id": 668}, "assignee": {"id": 583}, "project": {"id": 351, "owner": {"id": 703}, "assignee": {"id": 893}}, "task": {"id": 362, "owner": {"id": 997}, "assignee": {"id": 1037}}, "job": {"id": 371, "assignee": {"id": 1193}}, "organization": {"id": 1265}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 26, "privilege": "worker"}, "organization": {"id": 152, "owner": {"id": 206}, "user": {"role": null}}}, "resource": {"id": 308, "owner": {"id": 661}, "assignee": {"id": 508}, "project": {"id": 389, "owner": {"id": 762}, "assignee": {"id": 849}}, "task": {"id": 391, "owner": {"id": 945}, "assignee": {"id": 1003}}, "job": {"id": 304, "assignee": {"id": 1119}}, "organization": {"id": 1203}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 65, "privilege": "worker"}, "organization": {"id": 147, "owner": {"id": 204}, "user": {"role": null}}}, "resource": {"id": 335, "owner": {"id": 674}, "assignee": {"id": 596}, "project": {"id": 321, "owner": {"id": 706}, "assignee": {"id": 835}}, "task": {"id": 321, "owner": {"id": 991}, "assignee": {"id": 1073}}, "job": {"id": 344, "assignee": {"id": 1154}}, "organization": {"id": 1217}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 41, "privilege": "worker"}, "organization": {"id": 166, "owner": {"id": 211}, "user": {"role": null}}}, "resource": {"id": 332, "owner": {"id": 650}, "assignee": {"id": 582}, "project": {"id": 371, "owner": {"id": 791}, "assignee": {"id": 825}}, "task": {"id": 309, "owner": {"id": 936}, "assignee": {"id": 1081}}, "job": {"id": 393, "assignee": {"id": 1137}}, "organization": {"id": 1206}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 8, "privilege": "none"}, "organization": {"id": 115, "owner": {"id": 8}, "user": {"role": "owner"}}}, "resource": {"id": 386, "owner": {"id": 604}, "assignee": {"id": 510}, "project": {"id": 364, "owner": {"id": 707}, "assignee": {"id": 870}}, "task": {"id": 395, "owner": {"id": 956}, "assignee": {"id": 1008}}, "job": {"id": 349, "assignee": {"id": 1189}}, "organization": {"id": 115}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 48, "privilege": "none"}, "organization": {"id": 113, "owner": {"id": 48}, "user": {"role": "owner"}}}, "resource": {"id": 380, "owner": {"id": 665}, "assignee": {"id": 558}, "project": {"id": 334, "owner": {"id": 741}, "assignee": {"id": 857}}, "task": {"id": 326, "owner": {"id": 941}, "assignee": {"id": 1084}}, "job": {"id": 309, "assignee": {"id": 1124}}, "organization": {"id": 113}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 50, "privilege": "none"}, "organization": {"id": 158, "owner": {"id": 50}, "user": {"role": "owner"}}}, "resource": {"id": 340, "owner": {"id": 609}, "assignee": {"id": 508}, "project": {"id": 302, "owner": {"id": 713}, "assignee": {"id": 875}}, "task": {"id": 377, "owner": {"id": 905}, "assignee": {"id": 1003}}, "job": {"id": 319, "assignee": {"id": 1181}}, "organization": {"id": 158}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 9, "privilege": "none"}, "organization": {"id": 153, "owner": {"id": 9}, "user": {"role": "owner"}}}, "resource": {"id": 381, "owner": {"id": 631}, "assignee": {"id": 572}, "project": {"id": 372, "owner": {"id": 790}, "assignee": {"id": 821}}, "task": {"id": 312, "owner": {"id": 999}, "assignee": {"id": 1054}}, "job": {"id": 380, "assignee": {"id": 1159}}, "organization": {"id": 153}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 22, "privilege": "none"}, "organization": {"id": 128, "owner": {"id": 22}, "user": {"role": "owner"}}}, "resource": {"id": 350, "owner": {"id": 697}, "assignee": {"id": 566}, "project": {"id": 345, "owner": {"id": 777}, "assignee": {"id": 891}}, "task": {"id": 303, "owner": {"id": 988}, "assignee": {"id": 1038}}, "job": {"id": 326, "assignee": {"id": 1187}}, "organization": {"id": 1262}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 29, "privilege": "none"}, "organization": {"id": 149, "owner": {"id": 29}, "user": {"role": "owner"}}}, "resource": {"id": 316, "owner": {"id": 633}, "assignee": {"id": 533}, "project": {"id": 386, "owner": {"id": 793}, "assignee": {"id": 886}}, "task": {"id": 381, "owner": {"id": 945}, "assignee": {"id": 1071}}, "job": {"id": 377, "assignee": {"id": 1125}}, "organization": {"id": 1270}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 71, "privilege": "none"}, "organization": {"id": 172, "owner": {"id": 71}, "user": {"role": "owner"}}}, "resource": {"id": 356, "owner": {"id": 645}, "assignee": {"id": 580}, "project": {"id": 392, "owner": {"id": 734}, "assignee": {"id": 826}}, "task": {"id": 374, "owner": {"id": 996}, "assignee": {"id": 1035}}, "job": {"id": 309, "assignee": {"id": 1124}}, "organization": {"id": 1249}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 5, "privilege": "none"}, "organization": {"id": 182, "owner": {"id": 5}, "user": {"role": "owner"}}}, "resource": {"id": 350, "owner": {"id": 685}, "assignee": {"id": 551}, "project": {"id": 375, "owner": {"id": 722}, "assignee": {"id": 875}}, "task": {"id": 313, "owner": {"id": 993}, "assignee": {"id": 1076}}, "job": {"id": 361, "assignee": {"id": 1174}}, "organization": {"id": 1279}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 48, "privilege": "none"}, "organization": {"id": 112, "owner": {"id": 279}, "user": {"role": "maintainer"}}}, "resource": {"id": 339, "owner": {"id": 678}, "assignee": {"id": 570}, "project": {"id": 382, "owner": {"id": 742}, "assignee": {"id": 865}}, "task": {"id": 388, "owner": {"id": 968}, "assignee": {"id": 1029}}, "job": {"id": 345, "assignee": {"id": 1175}}, "organization": {"id": 112}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 82, "privilege": "none"}, "organization": {"id": 112, "owner": {"id": 282}, "user": {"role": "maintainer"}}}, "resource": {"id": 354, "owner": {"id": 664}, "assignee": {"id": 569}, "project": {"id": 320, "owner": {"id": 785}, "assignee": {"id": 800}}, "task": {"id": 311, "owner": {"id": 960}, "assignee": {"id": 1085}}, "job": {"id": 343, "assignee": {"id": 1107}}, "organization": {"id": 112}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 41, "privilege": "none"}, "organization": {"id": 169, "owner": {"id": 277}, "user": {"role": "maintainer"}}}, "resource": {"id": 368, "owner": {"id": 652}, "assignee": {"id": 573}, "project": {"id": 386, "owner": {"id": 747}, "assignee": {"id": 831}}, "task": {"id": 341, "owner": {"id": 986}, "assignee": {"id": 1086}}, "job": {"id": 392, "assignee": {"id": 1114}}, "organization": {"id": 169}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 39, "privilege": "none"}, "organization": {"id": 184, "owner": {"id": 239}, "user": {"role": "maintainer"}}}, "resource": {"id": 310, "owner": {"id": 648}, "assignee": {"id": 559}, "project": {"id": 354, "owner": {"id": 707}, "assignee": {"id": 896}}, "task": {"id": 363, "owner": {"id": 927}, "assignee": {"id": 1066}}, "job": {"id": 374, "assignee": {"id": 1195}}, "organization": {"id": 184}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 89, "privilege": "none"}, "organization": {"id": 106, "owner": {"id": 295}, "user": {"role": "maintainer"}}}, "resource": {"id": 309, "owner": {"id": 647}, "assignee": {"id": 522}, "project": {"id": 335, "owner": {"id": 737}, "assignee": {"id": 805}}, "task": {"id": 389, "owner": {"id": 963}, "assignee": {"id": 1009}}, "job": {"id": 396, "assignee": {"id": 1175}}, "organization": {"id": 1291}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 52, "privilege": "none"}, "organization": {"id": 169, "owner": {"id": 215}, "user": {"role": "maintainer"}}}, "resource": {"id": 349, "owner": {"id": 671}, "assignee": {"id": 512}, "project": {"id": 387, "owner": {"id": 741}, "assignee": {"id": 811}}, "task": {"id": 358, "owner": {"id": 952}, "assignee": {"id": 1038}}, "job": {"id": 348, "assignee": {"id": 1199}}, "organization": {"id": 1240}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 61, "privilege": "none"}, "organization": {"id": 180, "owner": {"id": 205}, "user": {"role": "maintainer"}}}, "resource": {"id": 327, "owner": {"id": 640}, "assignee": {"id": 523}, "project": {"id": 399, "owner": {"id": 719}, "assignee": {"id": 874}}, "task": {"id": 310, "owner": {"id": 941}, "assignee": {"id": 1092}}, "job": {"id": 335, "assignee": {"id": 1138}}, "organization": {"id": 1213}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 90, "privilege": "none"}, "organization": {"id": 113, "owner": {"id": 232}, "user": {"role": "maintainer"}}}, "resource": {"id": 346, "owner": {"id": 660}, "assignee": {"id": 526}, "project": {"id": 369, "owner": {"id": 784}, "assignee": {"id": 874}}, "task": {"id": 340, "owner": {"id": 999}, "assignee": {"id": 1083}}, "job": {"id": 358, "assignee": {"id": 1180}}, "organization": {"id": 1282}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 94, "privilege": "none"}, "organization": {"id": 197, "owner": {"id": 239}, "user": {"role": "supervisor"}}}, "resource": {"id": 389, "owner": {"id": 620}, "assignee": {"id": 544}, "project": {"id": 304, "owner": {"id": 703}, "assignee": {"id": 832}}, "task": {"id": 364, "owner": {"id": 915}, "assignee": {"id": 1050}}, "job": {"id": 368, "assignee": {"id": 1187}}, "organization": {"id": 197}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 74, "privilege": "none"}, "organization": {"id": 193, "owner": {"id": 290}, "user": {"role": "supervisor"}}}, "resource": {"id": 336, "owner": {"id": 695}, "assignee": {"id": 586}, "project": {"id": 348, "owner": {"id": 770}, "assignee": {"id": 881}}, "task": {"id": 386, "owner": {"id": 933}, "assignee": {"id": 1094}}, "job": {"id": 392, "assignee": {"id": 1111}}, "organization": {"id": 193}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 30, "privilege": "none"}, "organization": {"id": 150, "owner": {"id": 234}, "user": {"role": "supervisor"}}}, "resource": {"id": 356, "owner": {"id": 602}, "assignee": {"id": 593}, "project": {"id": 356, "owner": {"id": 794}, "assignee": {"id": 832}}, "task": {"id": 327, "owner": {"id": 966}, "assignee": {"id": 1057}}, "job": {"id": 391, "assignee": {"id": 1194}}, "organization": {"id": 150}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 99, "privilege": "none"}, "organization": {"id": 130, "owner": {"id": 287}, "user": {"role": "supervisor"}}}, "resource": {"id": 371, "owner": {"id": 692}, "assignee": {"id": 502}, "project": {"id": 375, "owner": {"id": 753}, "assignee": {"id": 847}}, "task": {"id": 339, "owner": {"id": 935}, "assignee": {"id": 1021}}, "job": {"id": 336, "assignee": {"id": 1134}}, "organization": {"id": 130}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 41, "privilege": "none"}, "organization": {"id": 146, "owner": {"id": 253}, "user": {"role": "supervisor"}}}, "resource": {"id": 308, "owner": {"id": 626}, "assignee": {"id": 532}, "project": {"id": 388, "owner": {"id": 781}, "assignee": {"id": 877}}, "task": {"id": 309, "owner": {"id": 956}, "assignee": {"id": 1009}}, "job": {"id": 317, "assignee": {"id": 1189}}, "organization": {"id": 1236}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 74, "privilege": "none"}, "organization": {"id": 108, "owner": {"id": 289}, "user": {"role": "supervisor"}}}, "resource": {"id": 394, "owner": {"id": 697}, "assignee": {"id": 576}, "project": {"id": 330, "owner": {"id": 710}, "assignee": {"id": 848}}, "task": {"id": 353, "owner": {"id": 910}, "assignee": {"id": 1002}}, "job": {"id": 344, "assignee": {"id": 1110}}, "organization": {"id": 1253}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 62, "privilege": "none"}, "organization": {"id": 150, "owner": {"id": 224}, "user": {"role": "supervisor"}}}, "resource": {"id": 333, "owner": {"id": 635}, "assignee": {"id": 554}, "project": {"id": 339, "owner": {"id": 749}, "assignee": {"id": 861}}, "task": {"id": 346, "owner": {"id": 961}, "assignee": {"id": 1018}}, "job": {"id": 303, "assignee": {"id": 1198}}, "organization": {"id": 1209}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 73, "privilege": "none"}, "organization": {"id": 186, "owner": {"id": 265}, "user": {"role": "supervisor"}}}, "resource": {"id": 348, "owner": {"id": 644}, "assignee": {"id": 557}, "project": {"id": 381, "owner": {"id": 752}, "assignee": {"id": 847}}, "task": {"id": 330, "owner": {"id": 947}, "assignee": {"id": 1088}}, "job": {"id": 364, "assignee": {"id": 1131}}, "organization": {"id": 1285}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 5, "privilege": "none"}, "organization": {"id": 156, "owner": {"id": 293}, "user": {"role": "worker"}}}, "resource": {"id": 363, "owner": {"id": 667}, "assignee": {"id": 586}, "project": {"id": 343, "owner": {"id": 737}, "assignee": {"id": 838}}, "task": {"id": 317, "owner": {"id": 959}, "assignee": {"id": 1008}}, "job": {"id": 329, "assignee": {"id": 1119}}, "organization": {"id": 156}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 91, "privilege": "none"}, "organization": {"id": 125, "owner": {"id": 298}, "user": {"role": "worker"}}}, "resource": {"id": 363, "owner": {"id": 643}, "assignee": {"id": 593}, "project": {"id": 302, "owner": {"id": 714}, "assignee": {"id": 846}}, "task": {"id": 380, "owner": {"id": 976}, "assignee": {"id": 1057}}, "job": {"id": 360, "assignee": {"id": 1115}}, "organization": {"id": 125}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 9, "privilege": "none"}, "organization": {"id": 122, "owner": {"id": 262}, "user": {"role": "worker"}}}, "resource": {"id": 376, "owner": {"id": 699}, "assignee": {"id": 543}, "project": {"id": 358, "owner": {"id": 742}, "assignee": {"id": 814}}, "task": {"id": 334, "owner": {"id": 901}, "assignee": {"id": 1077}}, "job": {"id": 318, "assignee": {"id": 1198}}, "organization": {"id": 122}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 84, "privilege": "none"}, "organization": {"id": 153, "owner": {"id": 201}, "user": {"role": "worker"}}}, "resource": {"id": 378, "owner": {"id": 624}, "assignee": {"id": 531}, "project": {"id": 350, "owner": {"id": 781}, "assignee": {"id": 824}}, "task": {"id": 340, "owner": {"id": 989}, "assignee": {"id": 1032}}, "job": {"id": 303, "assignee": {"id": 1180}}, "organization": {"id": 153}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 66, "privilege": "none"}, "organization": {"id": 181, "owner": {"id": 206}, "user": {"role": "worker"}}}, "resource": {"id": 376, "owner": {"id": 621}, "assignee": {"id": 533}, "project": {"id": 302, "owner": {"id": 797}, "assignee": {"id": 847}}, "task": {"id": 395, "owner": {"id": 948}, "assignee": {"id": 1049}}, "job": {"id": 303, "assignee": {"id": 1126}}, "organization": {"id": 1245}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 39, "privilege": "none"}, "organization": {"id": 139, "owner": {"id": 285}, "user": {"role": "worker"}}}, "resource": {"id": 386, "owner": {"id": 672}, "assignee": {"id": 512}, "project": {"id": 317, "owner": {"id": 713}, "assignee": {"id": 871}}, "task": {"id": 348, "owner": {"id": 948}, "assignee": {"id": 1039}}, "job": {"id": 300, "assignee": {"id": 1149}}, "organization": {"id": 1226}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 69, "privilege": "none"}, "organization": {"id": 127, "owner": {"id": 283}, "user": {"role": "worker"}}}, "resource": {"id": 320, "owner": {"id": 600}, "assignee": {"id": 520}, "project": {"id": 369, "owner": {"id": 734}, "assignee": {"id": 871}}, "task": {"id": 390, "owner": {"id": 972}, "assignee": {"id": 1006}}, "job": {"id": 326, "assignee": {"id": 1154}}, "organization": {"id": 1277}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 86, "privilege": "none"}, "organization": {"id": 125, "owner": {"id": 215}, "user": {"role": "worker"}}}, "resource": {"id": 357, "owner": {"id": 668}, "assignee": {"id": 592}, "project": {"id": 353, "owner": {"id": 708}, "assignee": {"id": 868}}, "task": {"id": 387, "owner": {"id": 941}, "assignee": {"id": 1013}}, "job": {"id": 331, "assignee": {"id": 1153}}, "organization": {"id": 1217}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 61, "privilege": "none"}, "organization": {"id": 106, "owner": {"id": 290}, "user": {"role": null}}}, "resource": {"id": 353, "owner": {"id": 675}, "assignee": {"id": 512}, "project": {"id": 371, "owner": {"id": 743}, "assignee": {"id": 878}}, "task": {"id": 373, "owner": {"id": 976}, "assignee": {"id": 1032}}, "job": {"id": 385, "assignee": {"id": 1162}}, "organization": {"id": 106}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 47, "privilege": "none"}, "organization": {"id": 174, "owner": {"id": 243}, "user": {"role": null}}}, "resource": {"id": 343, "owner": {"id": 614}, "assignee": {"id": 597}, "project": {"id": 338, "owner": {"id": 727}, "assignee": {"id": 856}}, "task": {"id": 369, "owner": {"id": 911}, "assignee": {"id": 1006}}, "job": {"id": 390, "assignee": {"id": 1126}}, "organization": {"id": 174}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 7, "privilege": "none"}, "organization": {"id": 194, "owner": {"id": 290}, "user": {"role": null}}}, "resource": {"id": 321, "owner": {"id": 676}, "assignee": {"id": 519}, "project": {"id": 392, "owner": {"id": 700}, "assignee": {"id": 896}}, "task": {"id": 374, "owner": {"id": 948}, "assignee": {"id": 1063}}, "job": {"id": 373, "assignee": {"id": 1168}}, "organization": {"id": 194}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 28, "privilege": "none"}, "organization": {"id": 138, "owner": {"id": 201}, "user": {"role": null}}}, "resource": {"id": 376, "owner": {"id": 669}, "assignee": {"id": 561}, "project": {"id": 342, "owner": {"id": 705}, "assignee": {"id": 856}}, "task": {"id": 352, "owner": {"id": 923}, "assignee": {"id": 1049}}, "job": {"id": 302, "assignee": {"id": 1111}}, "organization": {"id": 138}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 57, "privilege": "none"}, "organization": {"id": 141, "owner": {"id": 280}, "user": {"role": null}}}, "resource": {"id": 360, "owner": {"id": 619}, "assignee": {"id": 556}, "project": {"id": 393, "owner": {"id": 745}, "assignee": {"id": 850}}, "task": {"id": 389, "owner": {"id": 925}, "assignee": {"id": 1061}}, "job": {"id": 377, "assignee": {"id": 1146}}, "organization": {"id": 1268}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 98, "privilege": "none"}, "organization": {"id": 172, "owner": {"id": 249}, "user": {"role": null}}}, "resource": {"id": 316, "owner": {"id": 676}, "assignee": {"id": 502}, "project": {"id": 381, "owner": {"id": 767}, "assignee": {"id": 863}}, "task": {"id": 331, "owner": {"id": 968}, "assignee": {"id": 1078}}, "job": {"id": 381, "assignee": {"id": 1172}}, "organization": {"id": 1286}}} } -test_scope_CREATE_IN_JOB_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "create@job", "auth": {"user": {"id": 49, "privilege": "none"}, "organization": {"id": 113, "owner": {"id": 201}, "user": {"role": null}}}, "resource": {"id": 339, "owner": {"id": 619}, "assignee": {"id": 500}, "project": {"id": 326, "owner": {"id": 707}, "assignee": {"id": 815}}, "task": {"id": 329, "owner": {"id": 915}, "assignee": {"id": 1013}}, "job": {"id": 330, "assignee": {"id": 1143}}, "organization": {"id": 1227}}} +test_scope_UPDATE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "update", "auth": {"user": {"id": 19, "privilege": "none"}, "organization": {"id": 102, "owner": {"id": 215}, "user": {"role": null}}}, "resource": {"id": 320, "owner": {"id": 606}, "assignee": {"id": 572}, "project": {"id": 315, "owner": {"id": 756}, "assignee": {"id": 881}}, "task": {"id": 348, "owner": {"id": 905}, "assignee": {"id": 1050}}, "job": {"id": 317, "assignee": {"id": 1186}}, "organization": {"id": 1286}}} } -test_scope_VIEW_context_SANDBOX_ownership_PROJECT_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 60, "privilege": "admin"}, "organization": null}, "resource": {"id": 312, "owner": {"id": 634}, "assignee": {"id": 522}, "project": {"id": 332, "owner": {"id": 60}, "assignee": {"id": 888}}, "task": {"id": 303, "owner": {"id": 948}, "assignee": {"id": 1018}}, "job": {"id": 305, "assignee": {"id": 1155}}, "organization": {"id": 1263}}} +test_scope_DELETE_context_SANDBOX_ownership_PROJECT_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 84, "privilege": "admin"}, "organization": null}, "resource": {"id": 399, "owner": {"id": 604}, "assignee": {"id": 511}, "project": {"id": 331, "owner": {"id": 84}, "assignee": {"id": 863}}, "task": {"id": 336, "owner": {"id": 951}, "assignee": {"id": 1061}}, "job": {"id": 346, "assignee": {"id": 1178}}, "organization": {"id": 1265}}} } -test_scope_VIEW_context_SANDBOX_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 0, "privilege": "business"}, "organization": null}, "resource": {"id": 369, "owner": {"id": 695}, "assignee": {"id": 584}, "project": {"id": 378, "owner": {"id": 0}, "assignee": {"id": 898}}, "task": {"id": 383, "owner": {"id": 930}, "assignee": {"id": 1014}}, "job": {"id": 342, "assignee": {"id": 1162}}, "organization": {"id": 1264}}} +test_scope_DELETE_context_SANDBOX_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 64, "privilege": "business"}, "organization": null}, "resource": {"id": 357, "owner": {"id": 684}, "assignee": {"id": 520}, "project": {"id": 342, "owner": {"id": 64}, "assignee": {"id": 872}}, "task": {"id": 368, "owner": {"id": 930}, "assignee": {"id": 1075}}, "job": {"id": 330, "assignee": {"id": 1114}}, "organization": {"id": 1295}}} } -test_scope_VIEW_context_SANDBOX_ownership_PROJECT_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 46, "privilege": "user"}, "organization": null}, "resource": {"id": 337, "owner": {"id": 649}, "assignee": {"id": 529}, "project": {"id": 312, "owner": {"id": 46}, "assignee": {"id": 854}}, "task": {"id": 354, "owner": {"id": 933}, "assignee": {"id": 1035}}, "job": {"id": 382, "assignee": {"id": 1185}}, "organization": {"id": 1215}}} +test_scope_DELETE_context_SANDBOX_ownership_PROJECT_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 74, "privilege": "user"}, "organization": null}, "resource": {"id": 381, "owner": {"id": 656}, "assignee": {"id": 592}, "project": {"id": 396, "owner": {"id": 74}, "assignee": {"id": 832}}, "task": {"id": 360, "owner": {"id": 956}, "assignee": {"id": 1069}}, "job": {"id": 399, "assignee": {"id": 1171}}, "organization": {"id": 1288}}} } -test_scope_VIEW_context_SANDBOX_ownership_PROJECT_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 9, "privilege": "worker"}, "organization": null}, "resource": {"id": 343, "owner": {"id": 668}, "assignee": {"id": 569}, "project": {"id": 363, "owner": {"id": 9}, "assignee": {"id": 804}}, "task": {"id": 389, "owner": {"id": 982}, "assignee": {"id": 1083}}, "job": {"id": 372, "assignee": {"id": 1140}}, "organization": {"id": 1269}}} +test_scope_DELETE_context_SANDBOX_ownership_PROJECT_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 1, "privilege": "worker"}, "organization": null}, "resource": {"id": 393, "owner": {"id": 614}, "assignee": {"id": 551}, "project": {"id": 323, "owner": {"id": 1}, "assignee": {"id": 897}}, "task": {"id": 330, "owner": {"id": 911}, "assignee": {"id": 1041}}, "job": {"id": 345, "assignee": {"id": 1104}}, "organization": {"id": 1244}}} } -test_scope_VIEW_context_SANDBOX_ownership_PROJECT_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 47, "privilege": "none"}, "organization": null}, "resource": {"id": 399, "owner": {"id": 673}, "assignee": {"id": 579}, "project": {"id": 321, "owner": {"id": 47}, "assignee": {"id": 895}}, "task": {"id": 379, "owner": {"id": 992}, "assignee": {"id": 1036}}, "job": {"id": 374, "assignee": {"id": 1127}}, "organization": {"id": 1254}}} +test_scope_DELETE_context_SANDBOX_ownership_PROJECT_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 39, "privilege": "none"}, "organization": null}, "resource": {"id": 357, "owner": {"id": 652}, "assignee": {"id": 575}, "project": {"id": 304, "owner": {"id": 39}, "assignee": {"id": 848}}, "task": {"id": 314, "owner": {"id": 948}, "assignee": {"id": 1012}}, "job": {"id": 347, "assignee": {"id": 1120}}, "organization": {"id": 1286}}} } -test_scope_VIEW_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 7, "privilege": "admin"}, "organization": null}, "resource": {"id": 321, "owner": {"id": 606}, "assignee": {"id": 591}, "project": {"id": 376, "owner": {"id": 748}, "assignee": {"id": 7}}, "task": {"id": 342, "owner": {"id": 972}, "assignee": {"id": 1069}}, "job": {"id": 310, "assignee": {"id": 1144}}, "organization": {"id": 1284}}} +test_scope_DELETE_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 38, "privilege": "admin"}, "organization": null}, "resource": {"id": 398, "owner": {"id": 662}, "assignee": {"id": 533}, "project": {"id": 393, "owner": {"id": 726}, "assignee": {"id": 38}}, "task": {"id": 378, "owner": {"id": 956}, "assignee": {"id": 1097}}, "job": {"id": 314, "assignee": {"id": 1149}}, "organization": {"id": 1265}}} } -test_scope_VIEW_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 70, "privilege": "business"}, "organization": null}, "resource": {"id": 320, "owner": {"id": 676}, "assignee": {"id": 534}, "project": {"id": 311, "owner": {"id": 766}, "assignee": {"id": 70}}, "task": {"id": 335, "owner": {"id": 930}, "assignee": {"id": 1028}}, "job": {"id": 375, "assignee": {"id": 1118}}, "organization": {"id": 1264}}} +test_scope_DELETE_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 3, "privilege": "business"}, "organization": null}, "resource": {"id": 363, "owner": {"id": 683}, "assignee": {"id": 593}, "project": {"id": 354, "owner": {"id": 727}, "assignee": {"id": 3}}, "task": {"id": 399, "owner": {"id": 953}, "assignee": {"id": 1066}}, "job": {"id": 391, "assignee": {"id": 1168}}, "organization": {"id": 1261}}} } -test_scope_VIEW_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 68, "privilege": "user"}, "organization": null}, "resource": {"id": 305, "owner": {"id": 664}, "assignee": {"id": 505}, "project": {"id": 344, "owner": {"id": 740}, "assignee": {"id": 68}}, "task": {"id": 329, "owner": {"id": 935}, "assignee": {"id": 1017}}, "job": {"id": 366, "assignee": {"id": 1156}}, "organization": {"id": 1275}}} +test_scope_DELETE_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 54, "privilege": "user"}, "organization": null}, "resource": {"id": 381, "owner": {"id": 696}, "assignee": {"id": 551}, "project": {"id": 359, "owner": {"id": 722}, "assignee": {"id": 54}}, "task": {"id": 336, "owner": {"id": 931}, "assignee": {"id": 1005}}, "job": {"id": 327, "assignee": {"id": 1136}}, "organization": {"id": 1227}}} } -test_scope_VIEW_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 78, "privilege": "worker"}, "organization": null}, "resource": {"id": 343, "owner": {"id": 693}, "assignee": {"id": 524}, "project": {"id": 399, "owner": {"id": 733}, "assignee": {"id": 78}}, "task": {"id": 376, "owner": {"id": 970}, "assignee": {"id": 1003}}, "job": {"id": 359, "assignee": {"id": 1191}}, "organization": {"id": 1289}}} +test_scope_DELETE_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 88, "privilege": "worker"}, "organization": null}, "resource": {"id": 312, "owner": {"id": 620}, "assignee": {"id": 595}, "project": {"id": 338, "owner": {"id": 705}, "assignee": {"id": 88}}, "task": {"id": 367, "owner": {"id": 927}, "assignee": {"id": 1022}}, "job": {"id": 394, "assignee": {"id": 1199}}, "organization": {"id": 1297}}} } -test_scope_VIEW_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 94, "privilege": "none"}, "organization": null}, "resource": {"id": 380, "owner": {"id": 636}, "assignee": {"id": 534}, "project": {"id": 309, "owner": {"id": 749}, "assignee": {"id": 94}}, "task": {"id": 398, "owner": {"id": 996}, "assignee": {"id": 1062}}, "job": {"id": 369, "assignee": {"id": 1131}}, "organization": {"id": 1247}}} +test_scope_DELETE_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 71, "privilege": "none"}, "organization": null}, "resource": {"id": 373, "owner": {"id": 664}, "assignee": {"id": 504}, "project": {"id": 315, "owner": {"id": 764}, "assignee": {"id": 71}}, "task": {"id": 333, "owner": {"id": 955}, "assignee": {"id": 1089}}, "job": {"id": 352, "assignee": {"id": 1174}}, "organization": {"id": 1247}}} } -test_scope_VIEW_context_SANDBOX_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 72, "privilege": "admin"}, "organization": null}, "resource": {"id": 393, "owner": {"id": 600}, "assignee": {"id": 573}, "project": {"id": 378, "owner": {"id": 798}, "assignee": {"id": 821}}, "task": {"id": 356, "owner": {"id": 72}, "assignee": {"id": 1006}}, "job": {"id": 309, "assignee": {"id": 1170}}, "organization": {"id": 1231}}} +test_scope_DELETE_context_SANDBOX_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 85, "privilege": "admin"}, "organization": null}, "resource": {"id": 384, "owner": {"id": 696}, "assignee": {"id": 596}, "project": {"id": 382, "owner": {"id": 716}, "assignee": {"id": 867}}, "task": {"id": 342, "owner": {"id": 85}, "assignee": {"id": 1092}}, "job": {"id": 374, "assignee": {"id": 1169}}, "organization": {"id": 1212}}} } -test_scope_VIEW_context_SANDBOX_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 75, "privilege": "admin"}, "organization": null}, "resource": {"id": 341, "owner": {"id": 678}, "assignee": {"id": 555}, "project": {"id": 373, "owner": {"id": 735}, "assignee": {"id": 885}}, "task": {"id": 335, "owner": {"id": 75}, "assignee": {"id": 1078}}, "job": {"id": 347, "assignee": {"id": 1166}}, "organization": {"id": 1220}}} +test_scope_DELETE_context_SANDBOX_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 83, "privilege": "admin"}, "organization": null}, "resource": {"id": 314, "owner": {"id": 656}, "assignee": {"id": 596}, "project": {"id": 370, "owner": {"id": 755}, "assignee": {"id": 831}}, "task": {"id": 396, "owner": {"id": 83}, "assignee": {"id": 1086}}, "job": {"id": 388, "assignee": {"id": 1163}}, "organization": {"id": 1281}}} } -test_scope_VIEW_context_SANDBOX_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 38, "privilege": "business"}, "organization": null}, "resource": {"id": 359, "owner": {"id": 610}, "assignee": {"id": 567}, "project": {"id": 300, "owner": {"id": 703}, "assignee": {"id": 840}}, "task": {"id": 375, "owner": {"id": 38}, "assignee": {"id": 1020}}, "job": {"id": 374, "assignee": {"id": 1126}}, "organization": {"id": 1227}}} +test_scope_DELETE_context_SANDBOX_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 63, "privilege": "business"}, "organization": null}, "resource": {"id": 319, "owner": {"id": 680}, "assignee": {"id": 583}, "project": {"id": 394, "owner": {"id": 737}, "assignee": {"id": 813}}, "task": {"id": 373, "owner": {"id": 63}, "assignee": {"id": 1014}}, "job": {"id": 317, "assignee": {"id": 1103}}, "organization": {"id": 1263}}} } -test_scope_VIEW_context_SANDBOX_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 29, "privilege": "business"}, "organization": null}, "resource": {"id": 352, "owner": {"id": 679}, "assignee": {"id": 576}, "project": {"id": 342, "owner": {"id": 767}, "assignee": {"id": 829}}, "task": {"id": 367, "owner": {"id": 29}, "assignee": {"id": 1066}}, "job": {"id": 327, "assignee": {"id": 1173}}, "organization": {"id": 1292}}} +test_scope_DELETE_context_SANDBOX_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 3, "privilege": "business"}, "organization": null}, "resource": {"id": 393, "owner": {"id": 616}, "assignee": {"id": 528}, "project": {"id": 365, "owner": {"id": 728}, "assignee": {"id": 804}}, "task": {"id": 303, "owner": {"id": 3}, "assignee": {"id": 1033}}, "job": {"id": 376, "assignee": {"id": 1105}}, "organization": {"id": 1273}}} } -test_scope_VIEW_context_SANDBOX_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 65, "privilege": "user"}, "organization": null}, "resource": {"id": 378, "owner": {"id": 653}, "assignee": {"id": 539}, "project": {"id": 371, "owner": {"id": 738}, "assignee": {"id": 833}}, "task": {"id": 334, "owner": {"id": 65}, "assignee": {"id": 1053}}, "job": {"id": 348, "assignee": {"id": 1190}}, "organization": {"id": 1248}}} +test_scope_DELETE_context_SANDBOX_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 62, "privilege": "user"}, "organization": null}, "resource": {"id": 311, "owner": {"id": 690}, "assignee": {"id": 508}, "project": {"id": 369, "owner": {"id": 769}, "assignee": {"id": 807}}, "task": {"id": 302, "owner": {"id": 62}, "assignee": {"id": 1061}}, "job": {"id": 306, "assignee": {"id": 1185}}, "organization": {"id": 1278}}} } -test_scope_VIEW_context_SANDBOX_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 69, "privilege": "user"}, "organization": null}, "resource": {"id": 356, "owner": {"id": 638}, "assignee": {"id": 562}, "project": {"id": 334, "owner": {"id": 741}, "assignee": {"id": 893}}, "task": {"id": 310, "owner": {"id": 69}, "assignee": {"id": 1061}}, "job": {"id": 376, "assignee": {"id": 1116}}, "organization": {"id": 1274}}} +test_scope_DELETE_context_SANDBOX_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 3, "privilege": "user"}, "organization": null}, "resource": {"id": 381, "owner": {"id": 630}, "assignee": {"id": 591}, "project": {"id": 323, "owner": {"id": 741}, "assignee": {"id": 839}}, "task": {"id": 308, "owner": {"id": 3}, "assignee": {"id": 1097}}, "job": {"id": 375, "assignee": {"id": 1175}}, "organization": {"id": 1295}}} } -test_scope_VIEW_context_SANDBOX_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 46, "privilege": "worker"}, "organization": null}, "resource": {"id": 386, "owner": {"id": 642}, "assignee": {"id": 517}, "project": {"id": 321, "owner": {"id": 714}, "assignee": {"id": 852}}, "task": {"id": 393, "owner": {"id": 46}, "assignee": {"id": 1089}}, "job": {"id": 376, "assignee": {"id": 1195}}, "organization": {"id": 1226}}} +test_scope_DELETE_context_SANDBOX_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 47, "privilege": "worker"}, "organization": null}, "resource": {"id": 316, "owner": {"id": 614}, "assignee": {"id": 543}, "project": {"id": 391, "owner": {"id": 763}, "assignee": {"id": 890}}, "task": {"id": 387, "owner": {"id": 47}, "assignee": {"id": 1012}}, "job": {"id": 378, "assignee": {"id": 1187}}, "organization": {"id": 1280}}} } -test_scope_VIEW_context_SANDBOX_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 89, "privilege": "worker"}, "organization": null}, "resource": {"id": 329, "owner": {"id": 652}, "assignee": {"id": 585}, "project": {"id": 387, "owner": {"id": 758}, "assignee": {"id": 842}}, "task": {"id": 386, "owner": {"id": 89}, "assignee": {"id": 1048}}, "job": {"id": 329, "assignee": {"id": 1136}}, "organization": {"id": 1237}}} +test_scope_DELETE_context_SANDBOX_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 87, "privilege": "worker"}, "organization": null}, "resource": {"id": 366, "owner": {"id": 661}, "assignee": {"id": 596}, "project": {"id": 350, "owner": {"id": 774}, "assignee": {"id": 819}}, "task": {"id": 367, "owner": {"id": 87}, "assignee": {"id": 1029}}, "job": {"id": 363, "assignee": {"id": 1103}}, "organization": {"id": 1254}}} } -test_scope_VIEW_context_SANDBOX_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 3, "privilege": "none"}, "organization": null}, "resource": {"id": 323, "owner": {"id": 607}, "assignee": {"id": 545}, "project": {"id": 376, "owner": {"id": 782}, "assignee": {"id": 888}}, "task": {"id": 324, "owner": {"id": 3}, "assignee": {"id": 1087}}, "job": {"id": 355, "assignee": {"id": 1165}}, "organization": {"id": 1219}}} +test_scope_DELETE_context_SANDBOX_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 33, "privilege": "none"}, "organization": null}, "resource": {"id": 387, "owner": {"id": 620}, "assignee": {"id": 565}, "project": {"id": 355, "owner": {"id": 757}, "assignee": {"id": 881}}, "task": {"id": 301, "owner": {"id": 33}, "assignee": {"id": 1081}}, "job": {"id": 315, "assignee": {"id": 1152}}, "organization": {"id": 1273}}} } -test_scope_VIEW_context_SANDBOX_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 16, "privilege": "none"}, "organization": null}, "resource": {"id": 373, "owner": {"id": 638}, "assignee": {"id": 527}, "project": {"id": 388, "owner": {"id": 757}, "assignee": {"id": 810}}, "task": {"id": 330, "owner": {"id": 16}, "assignee": {"id": 1028}}, "job": {"id": 322, "assignee": {"id": 1139}}, "organization": {"id": 1228}}} +test_scope_DELETE_context_SANDBOX_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 17, "privilege": "none"}, "organization": null}, "resource": {"id": 355, "owner": {"id": 647}, "assignee": {"id": 527}, "project": {"id": 359, "owner": {"id": 755}, "assignee": {"id": 812}}, "task": {"id": 357, "owner": {"id": 17}, "assignee": {"id": 1006}}, "job": {"id": 350, "assignee": {"id": 1145}}, "organization": {"id": 1208}}} } -test_scope_VIEW_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 31, "privilege": "admin"}, "organization": null}, "resource": {"id": 317, "owner": {"id": 657}, "assignee": {"id": 524}, "project": {"id": 365, "owner": {"id": 740}, "assignee": {"id": 846}}, "task": {"id": 383, "owner": {"id": 975}, "assignee": {"id": 31}}, "job": {"id": 310, "assignee": {"id": 1168}}, "organization": {"id": 1209}}} +test_scope_DELETE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 62, "privilege": "admin"}, "organization": null}, "resource": {"id": 318, "owner": {"id": 658}, "assignee": {"id": 557}, "project": {"id": 316, "owner": {"id": 718}, "assignee": {"id": 854}}, "task": {"id": 357, "owner": {"id": 955}, "assignee": {"id": 62}}, "job": {"id": 382, "assignee": {"id": 1101}}, "organization": {"id": 1291}}} } -test_scope_VIEW_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 49, "privilege": "admin"}, "organization": null}, "resource": {"id": 356, "owner": {"id": 640}, "assignee": {"id": 586}, "project": {"id": 314, "owner": {"id": 751}, "assignee": {"id": 898}}, "task": {"id": 338, "owner": {"id": 994}, "assignee": {"id": 49}}, "job": {"id": 344, "assignee": {"id": 1116}}, "organization": {"id": 1212}}} +test_scope_DELETE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 9, "privilege": "admin"}, "organization": null}, "resource": {"id": 327, "owner": {"id": 690}, "assignee": {"id": 545}, "project": {"id": 341, "owner": {"id": 770}, "assignee": {"id": 857}}, "task": {"id": 302, "owner": {"id": 957}, "assignee": {"id": 9}}, "job": {"id": 342, "assignee": {"id": 1125}}, "organization": {"id": 1285}}} } -test_scope_VIEW_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 49, "privilege": "business"}, "organization": null}, "resource": {"id": 359, "owner": {"id": 613}, "assignee": {"id": 578}, "project": {"id": 345, "owner": {"id": 769}, "assignee": {"id": 816}}, "task": {"id": 399, "owner": {"id": 996}, "assignee": {"id": 49}}, "job": {"id": 303, "assignee": {"id": 1154}}, "organization": {"id": 1200}}} +test_scope_DELETE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 78, "privilege": "business"}, "organization": null}, "resource": {"id": 341, "owner": {"id": 653}, "assignee": {"id": 510}, "project": {"id": 377, "owner": {"id": 718}, "assignee": {"id": 864}}, "task": {"id": 307, "owner": {"id": 998}, "assignee": {"id": 78}}, "job": {"id": 323, "assignee": {"id": 1102}}, "organization": {"id": 1217}}} } -test_scope_VIEW_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 26, "privilege": "business"}, "organization": null}, "resource": {"id": 394, "owner": {"id": 643}, "assignee": {"id": 596}, "project": {"id": 322, "owner": {"id": 781}, "assignee": {"id": 866}}, "task": {"id": 390, "owner": {"id": 967}, "assignee": {"id": 26}}, "job": {"id": 399, "assignee": {"id": 1138}}, "organization": {"id": 1294}}} +test_scope_DELETE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 14, "privilege": "business"}, "organization": null}, "resource": {"id": 308, "owner": {"id": 663}, "assignee": {"id": 567}, "project": {"id": 365, "owner": {"id": 771}, "assignee": {"id": 826}}, "task": {"id": 396, "owner": {"id": 976}, "assignee": {"id": 14}}, "job": {"id": 373, "assignee": {"id": 1143}}, "organization": {"id": 1290}}} } -test_scope_VIEW_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 88, "privilege": "user"}, "organization": null}, "resource": {"id": 395, "owner": {"id": 621}, "assignee": {"id": 583}, "project": {"id": 393, "owner": {"id": 783}, "assignee": {"id": 889}}, "task": {"id": 376, "owner": {"id": 926}, "assignee": {"id": 88}}, "job": {"id": 352, "assignee": {"id": 1114}}, "organization": {"id": 1229}}} +test_scope_DELETE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 62, "privilege": "user"}, "organization": null}, "resource": {"id": 396, "owner": {"id": 652}, "assignee": {"id": 536}, "project": {"id": 369, "owner": {"id": 776}, "assignee": {"id": 875}}, "task": {"id": 303, "owner": {"id": 989}, "assignee": {"id": 62}}, "job": {"id": 388, "assignee": {"id": 1173}}, "organization": {"id": 1228}}} } -test_scope_VIEW_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 66, "privilege": "user"}, "organization": null}, "resource": {"id": 369, "owner": {"id": 630}, "assignee": {"id": 587}, "project": {"id": 324, "owner": {"id": 770}, "assignee": {"id": 809}}, "task": {"id": 382, "owner": {"id": 902}, "assignee": {"id": 66}}, "job": {"id": 370, "assignee": {"id": 1171}}, "organization": {"id": 1268}}} +test_scope_DELETE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 51, "privilege": "user"}, "organization": null}, "resource": {"id": 330, "owner": {"id": 662}, "assignee": {"id": 540}, "project": {"id": 369, "owner": {"id": 716}, "assignee": {"id": 806}}, "task": {"id": 311, "owner": {"id": 947}, "assignee": {"id": 51}}, "job": {"id": 336, "assignee": {"id": 1172}}, "organization": {"id": 1296}}} } -test_scope_VIEW_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 31, "privilege": "worker"}, "organization": null}, "resource": {"id": 347, "owner": {"id": 629}, "assignee": {"id": 559}, "project": {"id": 303, "owner": {"id": 700}, "assignee": {"id": 813}}, "task": {"id": 368, "owner": {"id": 978}, "assignee": {"id": 31}}, "job": {"id": 394, "assignee": {"id": 1100}}, "organization": {"id": 1210}}} +test_scope_DELETE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 53, "privilege": "worker"}, "organization": null}, "resource": {"id": 376, "owner": {"id": 665}, "assignee": {"id": 561}, "project": {"id": 391, "owner": {"id": 760}, "assignee": {"id": 891}}, "task": {"id": 338, "owner": {"id": 948}, "assignee": {"id": 53}}, "job": {"id": 311, "assignee": {"id": 1183}}, "organization": {"id": 1218}}} } -test_scope_VIEW_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 9, "privilege": "worker"}, "organization": null}, "resource": {"id": 337, "owner": {"id": 632}, "assignee": {"id": 538}, "project": {"id": 310, "owner": {"id": 740}, "assignee": {"id": 898}}, "task": {"id": 392, "owner": {"id": 978}, "assignee": {"id": 9}}, "job": {"id": 360, "assignee": {"id": 1143}}, "organization": {"id": 1254}}} +test_scope_DELETE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 28, "privilege": "worker"}, "organization": null}, "resource": {"id": 336, "owner": {"id": 654}, "assignee": {"id": 589}, "project": {"id": 397, "owner": {"id": 705}, "assignee": {"id": 802}}, "task": {"id": 309, "owner": {"id": 914}, "assignee": {"id": 28}}, "job": {"id": 316, "assignee": {"id": 1104}}, "organization": {"id": 1293}}} } -test_scope_VIEW_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 18, "privilege": "none"}, "organization": null}, "resource": {"id": 347, "owner": {"id": 666}, "assignee": {"id": 501}, "project": {"id": 378, "owner": {"id": 741}, "assignee": {"id": 863}}, "task": {"id": 382, "owner": {"id": 985}, "assignee": {"id": 18}}, "job": {"id": 309, "assignee": {"id": 1159}}, "organization": {"id": 1298}}} +test_scope_DELETE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 67, "privilege": "none"}, "organization": null}, "resource": {"id": 337, "owner": {"id": 640}, "assignee": {"id": 587}, "project": {"id": 377, "owner": {"id": 708}, "assignee": {"id": 897}}, "task": {"id": 342, "owner": {"id": 926}, "assignee": {"id": 67}}, "job": {"id": 364, "assignee": {"id": 1121}}, "organization": {"id": 1256}}} } -test_scope_VIEW_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 57, "privilege": "none"}, "organization": null}, "resource": {"id": 303, "owner": {"id": 665}, "assignee": {"id": 582}, "project": {"id": 331, "owner": {"id": 778}, "assignee": {"id": 856}}, "task": {"id": 337, "owner": {"id": 920}, "assignee": {"id": 57}}, "job": {"id": 381, "assignee": {"id": 1112}}, "organization": {"id": 1267}}} +test_scope_DELETE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 26, "privilege": "none"}, "organization": null}, "resource": {"id": 355, "owner": {"id": 601}, "assignee": {"id": 587}, "project": {"id": 371, "owner": {"id": 779}, "assignee": {"id": 829}}, "task": {"id": 384, "owner": {"id": 948}, "assignee": {"id": 26}}, "job": {"id": 345, "assignee": {"id": 1153}}, "organization": {"id": 1283}}} } -test_scope_VIEW_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 55, "privilege": "admin"}, "organization": null}, "resource": {"id": 378, "owner": {"id": 680}, "assignee": {"id": 597}, "project": {"id": 339, "owner": {"id": 747}, "assignee": {"id": 808}}, "task": {"id": 397, "owner": {"id": 989}, "assignee": {"id": 1042}}, "job": {"id": 345, "assignee": {"id": 55}}, "organization": {"id": 1204}}} +test_scope_DELETE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 99, "privilege": "admin"}, "organization": null}, "resource": {"id": 358, "owner": {"id": 674}, "assignee": {"id": 580}, "project": {"id": 312, "owner": {"id": 790}, "assignee": {"id": 843}}, "task": {"id": 340, "owner": {"id": 959}, "assignee": {"id": 1047}}, "job": {"id": 338, "assignee": {"id": 99}}, "organization": {"id": 1231}}} } -test_scope_VIEW_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 60, "privilege": "admin"}, "organization": null}, "resource": {"id": 330, "owner": {"id": 611}, "assignee": {"id": 550}, "project": {"id": 361, "owner": {"id": 759}, "assignee": {"id": 883}}, "task": {"id": 312, "owner": {"id": 944}, "assignee": {"id": 1052}}, "job": {"id": 349, "assignee": {"id": 60}}, "organization": {"id": 1270}}} +test_scope_DELETE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 13, "privilege": "admin"}, "organization": null}, "resource": {"id": 372, "owner": {"id": 669}, "assignee": {"id": 568}, "project": {"id": 349, "owner": {"id": 733}, "assignee": {"id": 833}}, "task": {"id": 375, "owner": {"id": 940}, "assignee": {"id": 1000}}, "job": {"id": 301, "assignee": {"id": 13}}, "organization": {"id": 1205}}} } -test_scope_VIEW_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 87, "privilege": "business"}, "organization": null}, "resource": {"id": 337, "owner": {"id": 698}, "assignee": {"id": 549}, "project": {"id": 362, "owner": {"id": 786}, "assignee": {"id": 845}}, "task": {"id": 379, "owner": {"id": 976}, "assignee": {"id": 1088}}, "job": {"id": 391, "assignee": {"id": 87}}, "organization": {"id": 1257}}} +test_scope_DELETE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 4, "privilege": "business"}, "organization": null}, "resource": {"id": 331, "owner": {"id": 671}, "assignee": {"id": 538}, "project": {"id": 393, "owner": {"id": 716}, "assignee": {"id": 884}}, "task": {"id": 383, "owner": {"id": 982}, "assignee": {"id": 1076}}, "job": {"id": 377, "assignee": {"id": 4}}, "organization": {"id": 1259}}} } -test_scope_VIEW_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 13, "privilege": "business"}, "organization": null}, "resource": {"id": 327, "owner": {"id": 664}, "assignee": {"id": 504}, "project": {"id": 349, "owner": {"id": 791}, "assignee": {"id": 889}}, "task": {"id": 393, "owner": {"id": 921}, "assignee": {"id": 1075}}, "job": {"id": 389, "assignee": {"id": 13}}, "organization": {"id": 1208}}} +test_scope_DELETE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 75, "privilege": "business"}, "organization": null}, "resource": {"id": 398, "owner": {"id": 653}, "assignee": {"id": 570}, "project": {"id": 382, "owner": {"id": 707}, "assignee": {"id": 810}}, "task": {"id": 314, "owner": {"id": 964}, "assignee": {"id": 1088}}, "job": {"id": 313, "assignee": {"id": 75}}, "organization": {"id": 1273}}} } -test_scope_VIEW_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 13, "privilege": "user"}, "organization": null}, "resource": {"id": 312, "owner": {"id": 627}, "assignee": {"id": 513}, "project": {"id": 304, "owner": {"id": 775}, "assignee": {"id": 882}}, "task": {"id": 359, "owner": {"id": 925}, "assignee": {"id": 1033}}, "job": {"id": 320, "assignee": {"id": 13}}, "organization": {"id": 1221}}} +test_scope_DELETE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 53, "privilege": "user"}, "organization": null}, "resource": {"id": 322, "owner": {"id": 694}, "assignee": {"id": 563}, "project": {"id": 380, "owner": {"id": 706}, "assignee": {"id": 807}}, "task": {"id": 338, "owner": {"id": 908}, "assignee": {"id": 1037}}, "job": {"id": 397, "assignee": {"id": 53}}, "organization": {"id": 1231}}} } -test_scope_VIEW_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 13, "privilege": "user"}, "organization": null}, "resource": {"id": 387, "owner": {"id": 671}, "assignee": {"id": 568}, "project": {"id": 348, "owner": {"id": 710}, "assignee": {"id": 864}}, "task": {"id": 381, "owner": {"id": 988}, "assignee": {"id": 1096}}, "job": {"id": 380, "assignee": {"id": 13}}, "organization": {"id": 1292}}} +test_scope_DELETE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 31, "privilege": "user"}, "organization": null}, "resource": {"id": 396, "owner": {"id": 632}, "assignee": {"id": 543}, "project": {"id": 326, "owner": {"id": 773}, "assignee": {"id": 856}}, "task": {"id": 315, "owner": {"id": 902}, "assignee": {"id": 1068}}, "job": {"id": 356, "assignee": {"id": 31}}, "organization": {"id": 1277}}} } -test_scope_VIEW_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 64, "privilege": "worker"}, "organization": null}, "resource": {"id": 366, "owner": {"id": 669}, "assignee": {"id": 528}, "project": {"id": 382, "owner": {"id": 710}, "assignee": {"id": 846}}, "task": {"id": 328, "owner": {"id": 960}, "assignee": {"id": 1020}}, "job": {"id": 358, "assignee": {"id": 64}}, "organization": {"id": 1218}}} +test_scope_DELETE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 78, "privilege": "worker"}, "organization": null}, "resource": {"id": 384, "owner": {"id": 603}, "assignee": {"id": 596}, "project": {"id": 390, "owner": {"id": 748}, "assignee": {"id": 841}}, "task": {"id": 329, "owner": {"id": 982}, "assignee": {"id": 1048}}, "job": {"id": 350, "assignee": {"id": 78}}, "organization": {"id": 1296}}} } -test_scope_VIEW_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 96, "privilege": "worker"}, "organization": null}, "resource": {"id": 321, "owner": {"id": 626}, "assignee": {"id": 520}, "project": {"id": 366, "owner": {"id": 714}, "assignee": {"id": 852}}, "task": {"id": 361, "owner": {"id": 920}, "assignee": {"id": 1077}}, "job": {"id": 351, "assignee": {"id": 96}}, "organization": {"id": 1284}}} +test_scope_DELETE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 65, "privilege": "worker"}, "organization": null}, "resource": {"id": 327, "owner": {"id": 692}, "assignee": {"id": 552}, "project": {"id": 336, "owner": {"id": 710}, "assignee": {"id": 872}}, "task": {"id": 322, "owner": {"id": 939}, "assignee": {"id": 1069}}, "job": {"id": 362, "assignee": {"id": 65}}, "organization": {"id": 1238}}} } -test_scope_VIEW_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 90, "privilege": "none"}, "organization": null}, "resource": {"id": 342, "owner": {"id": 642}, "assignee": {"id": 522}, "project": {"id": 381, "owner": {"id": 778}, "assignee": {"id": 863}}, "task": {"id": 385, "owner": {"id": 974}, "assignee": {"id": 1077}}, "job": {"id": 327, "assignee": {"id": 90}}, "organization": {"id": 1284}}} +test_scope_DELETE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 91, "privilege": "none"}, "organization": null}, "resource": {"id": 303, "owner": {"id": 685}, "assignee": {"id": 555}, "project": {"id": 310, "owner": {"id": 726}, "assignee": {"id": 874}}, "task": {"id": 343, "owner": {"id": 915}, "assignee": {"id": 1073}}, "job": {"id": 374, "assignee": {"id": 91}}, "organization": {"id": 1262}}} } -test_scope_VIEW_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 77, "privilege": "none"}, "organization": null}, "resource": {"id": 329, "owner": {"id": 684}, "assignee": {"id": 571}, "project": {"id": 306, "owner": {"id": 766}, "assignee": {"id": 814}}, "task": {"id": 325, "owner": {"id": 904}, "assignee": {"id": 1001}}, "job": {"id": 355, "assignee": {"id": 77}}, "organization": {"id": 1234}}} +test_scope_DELETE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 67, "privilege": "none"}, "organization": null}, "resource": {"id": 364, "owner": {"id": 632}, "assignee": {"id": 587}, "project": {"id": 359, "owner": {"id": 784}, "assignee": {"id": 868}}, "task": {"id": 398, "owner": {"id": 912}, "assignee": {"id": 1017}}, "job": {"id": 336, "assignee": {"id": 67}}, "organization": {"id": 1295}}} } -test_scope_VIEW_context_SANDBOX_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 17, "privilege": "admin"}, "organization": null}, "resource": {"id": 307, "owner": {"id": 17}, "assignee": {"id": 505}, "project": {"id": 394, "owner": {"id": 761}, "assignee": {"id": 861}}, "task": {"id": 366, "owner": {"id": 951}, "assignee": {"id": 1013}}, "job": {"id": 393, "assignee": {"id": 1120}}, "organization": {"id": 1268}}} +test_scope_DELETE_context_SANDBOX_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 80, "privilege": "admin"}, "organization": null}, "resource": {"id": 324, "owner": {"id": 80}, "assignee": {"id": 506}, "project": {"id": 394, "owner": {"id": 768}, "assignee": {"id": 830}}, "task": {"id": 356, "owner": {"id": 990}, "assignee": {"id": 1096}}, "job": {"id": 322, "assignee": {"id": 1160}}, "organization": {"id": 1213}}} } -test_scope_VIEW_context_SANDBOX_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 67, "privilege": "admin"}, "organization": null}, "resource": {"id": 389, "owner": {"id": 67}, "assignee": {"id": 563}, "project": {"id": 305, "owner": {"id": 724}, "assignee": {"id": 845}}, "task": {"id": 330, "owner": {"id": 929}, "assignee": {"id": 1019}}, "job": {"id": 320, "assignee": {"id": 1134}}, "organization": {"id": 1257}}} +test_scope_DELETE_context_SANDBOX_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 47, "privilege": "admin"}, "organization": null}, "resource": {"id": 353, "owner": {"id": 47}, "assignee": {"id": 529}, "project": {"id": 346, "owner": {"id": 714}, "assignee": {"id": 829}}, "task": {"id": 338, "owner": {"id": 933}, "assignee": {"id": 1035}}, "job": {"id": 365, "assignee": {"id": 1173}}, "organization": {"id": 1209}}} } -test_scope_VIEW_context_SANDBOX_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 45, "privilege": "business"}, "organization": null}, "resource": {"id": 345, "owner": {"id": 45}, "assignee": {"id": 573}, "project": {"id": 323, "owner": {"id": 768}, "assignee": {"id": 852}}, "task": {"id": 343, "owner": {"id": 909}, "assignee": {"id": 1097}}, "job": {"id": 361, "assignee": {"id": 1101}}, "organization": {"id": 1215}}} +test_scope_DELETE_context_SANDBOX_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 2, "privilege": "business"}, "organization": null}, "resource": {"id": 330, "owner": {"id": 2}, "assignee": {"id": 557}, "project": {"id": 390, "owner": {"id": 709}, "assignee": {"id": 898}}, "task": {"id": 309, "owner": {"id": 921}, "assignee": {"id": 1025}}, "job": {"id": 380, "assignee": {"id": 1158}}, "organization": {"id": 1246}}} } -test_scope_VIEW_context_SANDBOX_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 79, "privilege": "business"}, "organization": null}, "resource": {"id": 396, "owner": {"id": 79}, "assignee": {"id": 573}, "project": {"id": 323, "owner": {"id": 798}, "assignee": {"id": 818}}, "task": {"id": 361, "owner": {"id": 918}, "assignee": {"id": 1027}}, "job": {"id": 331, "assignee": {"id": 1166}}, "organization": {"id": 1280}}} +test_scope_DELETE_context_SANDBOX_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 7, "privilege": "business"}, "organization": null}, "resource": {"id": 324, "owner": {"id": 7}, "assignee": {"id": 508}, "project": {"id": 366, "owner": {"id": 796}, "assignee": {"id": 803}}, "task": {"id": 300, "owner": {"id": 991}, "assignee": {"id": 1042}}, "job": {"id": 309, "assignee": {"id": 1164}}, "organization": {"id": 1207}}} } -test_scope_VIEW_context_SANDBOX_ownership_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 22, "privilege": "user"}, "organization": null}, "resource": {"id": 342, "owner": {"id": 22}, "assignee": {"id": 563}, "project": {"id": 377, "owner": {"id": 730}, "assignee": {"id": 830}}, "task": {"id": 391, "owner": {"id": 971}, "assignee": {"id": 1020}}, "job": {"id": 320, "assignee": {"id": 1178}}, "organization": {"id": 1254}}} +test_scope_DELETE_context_SANDBOX_ownership_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 63, "privilege": "user"}, "organization": null}, "resource": {"id": 311, "owner": {"id": 63}, "assignee": {"id": 559}, "project": {"id": 363, "owner": {"id": 743}, "assignee": {"id": 847}}, "task": {"id": 397, "owner": {"id": 942}, "assignee": {"id": 1072}}, "job": {"id": 318, "assignee": {"id": 1134}}, "organization": {"id": 1245}}} } -test_scope_VIEW_context_SANDBOX_ownership_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 17, "privilege": "user"}, "organization": null}, "resource": {"id": 307, "owner": {"id": 17}, "assignee": {"id": 579}, "project": {"id": 310, "owner": {"id": 784}, "assignee": {"id": 879}}, "task": {"id": 391, "owner": {"id": 972}, "assignee": {"id": 1018}}, "job": {"id": 392, "assignee": {"id": 1144}}, "organization": {"id": 1261}}} +test_scope_DELETE_context_SANDBOX_ownership_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 14, "privilege": "user"}, "organization": null}, "resource": {"id": 329, "owner": {"id": 14}, "assignee": {"id": 572}, "project": {"id": 330, "owner": {"id": 755}, "assignee": {"id": 847}}, "task": {"id": 332, "owner": {"id": 978}, "assignee": {"id": 1030}}, "job": {"id": 335, "assignee": {"id": 1133}}, "organization": {"id": 1265}}} } -test_scope_VIEW_context_SANDBOX_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 95, "privilege": "worker"}, "organization": null}, "resource": {"id": 369, "owner": {"id": 95}, "assignee": {"id": 556}, "project": {"id": 399, "owner": {"id": 765}, "assignee": {"id": 829}}, "task": {"id": 336, "owner": {"id": 963}, "assignee": {"id": 1092}}, "job": {"id": 321, "assignee": {"id": 1192}}, "organization": {"id": 1240}}} +test_scope_DELETE_context_SANDBOX_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 14, "privilege": "worker"}, "organization": null}, "resource": {"id": 306, "owner": {"id": 14}, "assignee": {"id": 583}, "project": {"id": 386, "owner": {"id": 766}, "assignee": {"id": 881}}, "task": {"id": 306, "owner": {"id": 960}, "assignee": {"id": 1007}}, "job": {"id": 373, "assignee": {"id": 1157}}, "organization": {"id": 1246}}} } -test_scope_VIEW_context_SANDBOX_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 76, "privilege": "worker"}, "organization": null}, "resource": {"id": 358, "owner": {"id": 76}, "assignee": {"id": 588}, "project": {"id": 347, "owner": {"id": 714}, "assignee": {"id": 899}}, "task": {"id": 394, "owner": {"id": 946}, "assignee": {"id": 1012}}, "job": {"id": 355, "assignee": {"id": 1108}}, "organization": {"id": 1224}}} +test_scope_DELETE_context_SANDBOX_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 48, "privilege": "worker"}, "organization": null}, "resource": {"id": 328, "owner": {"id": 48}, "assignee": {"id": 541}, "project": {"id": 393, "owner": {"id": 760}, "assignee": {"id": 814}}, "task": {"id": 312, "owner": {"id": 929}, "assignee": {"id": 1063}}, "job": {"id": 378, "assignee": {"id": 1119}}, "organization": {"id": 1281}}} } -test_scope_VIEW_context_SANDBOX_ownership_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 75, "privilege": "none"}, "organization": null}, "resource": {"id": 344, "owner": {"id": 75}, "assignee": {"id": 574}, "project": {"id": 350, "owner": {"id": 745}, "assignee": {"id": 885}}, "task": {"id": 317, "owner": {"id": 904}, "assignee": {"id": 1018}}, "job": {"id": 314, "assignee": {"id": 1164}}, "organization": {"id": 1260}}} +test_scope_DELETE_context_SANDBOX_ownership_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 77, "privilege": "none"}, "organization": null}, "resource": {"id": 394, "owner": {"id": 77}, "assignee": {"id": 508}, "project": {"id": 348, "owner": {"id": 795}, "assignee": {"id": 892}}, "task": {"id": 390, "owner": {"id": 924}, "assignee": {"id": 1090}}, "job": {"id": 373, "assignee": {"id": 1107}}, "organization": {"id": 1217}}} } -test_scope_VIEW_context_SANDBOX_ownership_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 39, "privilege": "none"}, "organization": null}, "resource": {"id": 318, "owner": {"id": 39}, "assignee": {"id": 522}, "project": {"id": 361, "owner": {"id": 771}, "assignee": {"id": 828}}, "task": {"id": 369, "owner": {"id": 978}, "assignee": {"id": 1036}}, "job": {"id": 342, "assignee": {"id": 1181}}, "organization": {"id": 1298}}} +test_scope_DELETE_context_SANDBOX_ownership_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 12, "privilege": "none"}, "organization": null}, "resource": {"id": 336, "owner": {"id": 12}, "assignee": {"id": 583}, "project": {"id": 321, "owner": {"id": 766}, "assignee": {"id": 834}}, "task": {"id": 322, "owner": {"id": 941}, "assignee": {"id": 1006}}, "job": {"id": 312, "assignee": {"id": 1146}}, "organization": {"id": 1269}}} } -test_scope_VIEW_context_SANDBOX_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 14, "privilege": "admin"}, "organization": null}, "resource": {"id": 355, "owner": {"id": 615}, "assignee": {"id": 14}, "project": {"id": 385, "owner": {"id": 713}, "assignee": {"id": 810}}, "task": {"id": 331, "owner": {"id": 962}, "assignee": {"id": 1084}}, "job": {"id": 369, "assignee": {"id": 1135}}, "organization": {"id": 1236}}} +test_scope_DELETE_context_SANDBOX_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 63, "privilege": "admin"}, "organization": null}, "resource": {"id": 382, "owner": {"id": 619}, "assignee": {"id": 63}, "project": {"id": 363, "owner": {"id": 783}, "assignee": {"id": 835}}, "task": {"id": 376, "owner": {"id": 933}, "assignee": {"id": 1000}}, "job": {"id": 309, "assignee": {"id": 1150}}, "organization": {"id": 1272}}} } -test_scope_VIEW_context_SANDBOX_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 39, "privilege": "admin"}, "organization": null}, "resource": {"id": 327, "owner": {"id": 601}, "assignee": {"id": 39}, "project": {"id": 309, "owner": {"id": 761}, "assignee": {"id": 891}}, "task": {"id": 310, "owner": {"id": 941}, "assignee": {"id": 1088}}, "job": {"id": 391, "assignee": {"id": 1163}}, "organization": {"id": 1221}}} +test_scope_DELETE_context_SANDBOX_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 22, "privilege": "admin"}, "organization": null}, "resource": {"id": 396, "owner": {"id": 609}, "assignee": {"id": 22}, "project": {"id": 395, "owner": {"id": 745}, "assignee": {"id": 841}}, "task": {"id": 361, "owner": {"id": 924}, "assignee": {"id": 1019}}, "job": {"id": 302, "assignee": {"id": 1119}}, "organization": {"id": 1239}}} } -test_scope_VIEW_context_SANDBOX_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 80, "privilege": "business"}, "organization": null}, "resource": {"id": 357, "owner": {"id": 674}, "assignee": {"id": 80}, "project": {"id": 376, "owner": {"id": 745}, "assignee": {"id": 825}}, "task": {"id": 397, "owner": {"id": 993}, "assignee": {"id": 1002}}, "job": {"id": 386, "assignee": {"id": 1171}}, "organization": {"id": 1293}}} +test_scope_DELETE_context_SANDBOX_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 20, "privilege": "business"}, "organization": null}, "resource": {"id": 342, "owner": {"id": 615}, "assignee": {"id": 20}, "project": {"id": 374, "owner": {"id": 702}, "assignee": {"id": 841}}, "task": {"id": 363, "owner": {"id": 920}, "assignee": {"id": 1069}}, "job": {"id": 304, "assignee": {"id": 1164}}, "organization": {"id": 1292}}} } -test_scope_VIEW_context_SANDBOX_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 50, "privilege": "business"}, "organization": null}, "resource": {"id": 309, "owner": {"id": 682}, "assignee": {"id": 50}, "project": {"id": 353, "owner": {"id": 782}, "assignee": {"id": 883}}, "task": {"id": 306, "owner": {"id": 934}, "assignee": {"id": 1085}}, "job": {"id": 336, "assignee": {"id": 1118}}, "organization": {"id": 1283}}} +test_scope_DELETE_context_SANDBOX_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 90, "privilege": "business"}, "organization": null}, "resource": {"id": 321, "owner": {"id": 666}, "assignee": {"id": 90}, "project": {"id": 368, "owner": {"id": 741}, "assignee": {"id": 896}}, "task": {"id": 345, "owner": {"id": 981}, "assignee": {"id": 1069}}, "job": {"id": 345, "assignee": {"id": 1189}}, "organization": {"id": 1230}}} } -test_scope_VIEW_context_SANDBOX_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 15, "privilege": "user"}, "organization": null}, "resource": {"id": 337, "owner": {"id": 624}, "assignee": {"id": 15}, "project": {"id": 392, "owner": {"id": 733}, "assignee": {"id": 840}}, "task": {"id": 356, "owner": {"id": 951}, "assignee": {"id": 1031}}, "job": {"id": 359, "assignee": {"id": 1135}}, "organization": {"id": 1211}}} +test_scope_DELETE_context_SANDBOX_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 41, "privilege": "user"}, "organization": null}, "resource": {"id": 318, "owner": {"id": 622}, "assignee": {"id": 41}, "project": {"id": 323, "owner": {"id": 793}, "assignee": {"id": 847}}, "task": {"id": 388, "owner": {"id": 950}, "assignee": {"id": 1073}}, "job": {"id": 394, "assignee": {"id": 1125}}, "organization": {"id": 1284}}} } -test_scope_VIEW_context_SANDBOX_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 13, "privilege": "user"}, "organization": null}, "resource": {"id": 302, "owner": {"id": 644}, "assignee": {"id": 13}, "project": {"id": 369, "owner": {"id": 780}, "assignee": {"id": 873}}, "task": {"id": 325, "owner": {"id": 910}, "assignee": {"id": 1072}}, "job": {"id": 351, "assignee": {"id": 1119}}, "organization": {"id": 1221}}} +test_scope_DELETE_context_SANDBOX_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 56, "privilege": "user"}, "organization": null}, "resource": {"id": 369, "owner": {"id": 622}, "assignee": {"id": 56}, "project": {"id": 318, "owner": {"id": 703}, "assignee": {"id": 887}}, "task": {"id": 376, "owner": {"id": 943}, "assignee": {"id": 1035}}, "job": {"id": 315, "assignee": {"id": 1137}}, "organization": {"id": 1270}}} } -test_scope_VIEW_context_SANDBOX_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 93, "privilege": "worker"}, "organization": null}, "resource": {"id": 310, "owner": {"id": 629}, "assignee": {"id": 93}, "project": {"id": 366, "owner": {"id": 721}, "assignee": {"id": 892}}, "task": {"id": 349, "owner": {"id": 955}, "assignee": {"id": 1038}}, "job": {"id": 303, "assignee": {"id": 1123}}, "organization": {"id": 1241}}} +test_scope_DELETE_context_SANDBOX_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 85, "privilege": "worker"}, "organization": null}, "resource": {"id": 366, "owner": {"id": 624}, "assignee": {"id": 85}, "project": {"id": 342, "owner": {"id": 775}, "assignee": {"id": 830}}, "task": {"id": 389, "owner": {"id": 904}, "assignee": {"id": 1067}}, "job": {"id": 395, "assignee": {"id": 1134}}, "organization": {"id": 1230}}} } -test_scope_VIEW_context_SANDBOX_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 85, "privilege": "worker"}, "organization": null}, "resource": {"id": 358, "owner": {"id": 677}, "assignee": {"id": 85}, "project": {"id": 325, "owner": {"id": 734}, "assignee": {"id": 833}}, "task": {"id": 398, "owner": {"id": 913}, "assignee": {"id": 1029}}, "job": {"id": 371, "assignee": {"id": 1151}}, "organization": {"id": 1208}}} +test_scope_DELETE_context_SANDBOX_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 56, "privilege": "worker"}, "organization": null}, "resource": {"id": 374, "owner": {"id": 669}, "assignee": {"id": 56}, "project": {"id": 381, "owner": {"id": 779}, "assignee": {"id": 860}}, "task": {"id": 330, "owner": {"id": 960}, "assignee": {"id": 1047}}, "job": {"id": 380, "assignee": {"id": 1119}}, "organization": {"id": 1206}}} } -test_scope_VIEW_context_SANDBOX_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 7, "privilege": "none"}, "organization": null}, "resource": {"id": 345, "owner": {"id": 699}, "assignee": {"id": 7}, "project": {"id": 380, "owner": {"id": 743}, "assignee": {"id": 801}}, "task": {"id": 327, "owner": {"id": 915}, "assignee": {"id": 1040}}, "job": {"id": 371, "assignee": {"id": 1104}}, "organization": {"id": 1280}}} +test_scope_DELETE_context_SANDBOX_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 31, "privilege": "none"}, "organization": null}, "resource": {"id": 335, "owner": {"id": 684}, "assignee": {"id": 31}, "project": {"id": 375, "owner": {"id": 729}, "assignee": {"id": 841}}, "task": {"id": 358, "owner": {"id": 946}, "assignee": {"id": 1010}}, "job": {"id": 316, "assignee": {"id": 1134}}, "organization": {"id": 1208}}} } -test_scope_VIEW_context_SANDBOX_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 21, "privilege": "none"}, "organization": null}, "resource": {"id": 350, "owner": {"id": 618}, "assignee": {"id": 21}, "project": {"id": 346, "owner": {"id": 735}, "assignee": {"id": 894}}, "task": {"id": 374, "owner": {"id": 927}, "assignee": {"id": 1069}}, "job": {"id": 380, "assignee": {"id": 1103}}, "organization": {"id": 1269}}} +test_scope_DELETE_context_SANDBOX_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 70, "privilege": "none"}, "organization": null}, "resource": {"id": 316, "owner": {"id": 680}, "assignee": {"id": 70}, "project": {"id": 324, "owner": {"id": 790}, "assignee": {"id": 829}}, "task": {"id": 333, "owner": {"id": 920}, "assignee": {"id": 1024}}, "job": {"id": 386, "assignee": {"id": 1140}}, "organization": {"id": 1232}}} } -test_scope_VIEW_context_SANDBOX_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 60, "privilege": "admin"}, "organization": null}, "resource": {"id": 375, "owner": {"id": 628}, "assignee": {"id": 558}, "project": {"id": 330, "owner": {"id": 774}, "assignee": {"id": 896}}, "task": {"id": 396, "owner": {"id": 974}, "assignee": {"id": 1033}}, "job": {"id": 323, "assignee": {"id": 1146}}, "organization": {"id": 1252}}} +test_scope_DELETE_context_SANDBOX_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 56, "privilege": "admin"}, "organization": null}, "resource": {"id": 343, "owner": {"id": 695}, "assignee": {"id": 585}, "project": {"id": 331, "owner": {"id": 783}, "assignee": {"id": 811}}, "task": {"id": 361, "owner": {"id": 930}, "assignee": {"id": 1051}}, "job": {"id": 331, "assignee": {"id": 1136}}, "organization": {"id": 1275}}} } -test_scope_VIEW_context_SANDBOX_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 77, "privilege": "admin"}, "organization": null}, "resource": {"id": 302, "owner": {"id": 638}, "assignee": {"id": 545}, "project": {"id": 311, "owner": {"id": 775}, "assignee": {"id": 877}}, "task": {"id": 344, "owner": {"id": 903}, "assignee": {"id": 1052}}, "job": {"id": 383, "assignee": {"id": 1114}}, "organization": {"id": 1232}}} +test_scope_DELETE_context_SANDBOX_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 4, "privilege": "admin"}, "organization": null}, "resource": {"id": 308, "owner": {"id": 627}, "assignee": {"id": 532}, "project": {"id": 349, "owner": {"id": 781}, "assignee": {"id": 838}}, "task": {"id": 355, "owner": {"id": 902}, "assignee": {"id": 1081}}, "job": {"id": 372, "assignee": {"id": 1121}}, "organization": {"id": 1282}}} } -test_scope_VIEW_context_SANDBOX_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 55, "privilege": "business"}, "organization": null}, "resource": {"id": 390, "owner": {"id": 601}, "assignee": {"id": 546}, "project": {"id": 321, "owner": {"id": 790}, "assignee": {"id": 855}}, "task": {"id": 359, "owner": {"id": 917}, "assignee": {"id": 1058}}, "job": {"id": 359, "assignee": {"id": 1127}}, "organization": {"id": 1297}}} +test_scope_DELETE_context_SANDBOX_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 81, "privilege": "business"}, "organization": null}, "resource": {"id": 312, "owner": {"id": 644}, "assignee": {"id": 534}, "project": {"id": 389, "owner": {"id": 709}, "assignee": {"id": 821}}, "task": {"id": 361, "owner": {"id": 952}, "assignee": {"id": 1074}}, "job": {"id": 316, "assignee": {"id": 1130}}, "organization": {"id": 1218}}} } -test_scope_VIEW_context_SANDBOX_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 30, "privilege": "business"}, "organization": null}, "resource": {"id": 394, "owner": {"id": 694}, "assignee": {"id": 520}, "project": {"id": 305, "owner": {"id": 779}, "assignee": {"id": 882}}, "task": {"id": 329, "owner": {"id": 988}, "assignee": {"id": 1005}}, "job": {"id": 364, "assignee": {"id": 1181}}, "organization": {"id": 1298}}} +test_scope_DELETE_context_SANDBOX_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 39, "privilege": "business"}, "organization": null}, "resource": {"id": 396, "owner": {"id": 654}, "assignee": {"id": 587}, "project": {"id": 349, "owner": {"id": 737}, "assignee": {"id": 820}}, "task": {"id": 347, "owner": {"id": 984}, "assignee": {"id": 1015}}, "job": {"id": 326, "assignee": {"id": 1125}}, "organization": {"id": 1295}}} } -test_scope_VIEW_context_SANDBOX_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 73, "privilege": "user"}, "organization": null}, "resource": {"id": 389, "owner": {"id": 612}, "assignee": {"id": 546}, "project": {"id": 365, "owner": {"id": 716}, "assignee": {"id": 844}}, "task": {"id": 327, "owner": {"id": 952}, "assignee": {"id": 1016}}, "job": {"id": 350, "assignee": {"id": 1188}}, "organization": {"id": 1277}}} +test_scope_DELETE_context_SANDBOX_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 73, "privilege": "user"}, "organization": null}, "resource": {"id": 312, "owner": {"id": 656}, "assignee": {"id": 514}, "project": {"id": 315, "owner": {"id": 791}, "assignee": {"id": 803}}, "task": {"id": 394, "owner": {"id": 944}, "assignee": {"id": 1073}}, "job": {"id": 306, "assignee": {"id": 1151}}, "organization": {"id": 1206}}} } -test_scope_VIEW_context_SANDBOX_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 99, "privilege": "user"}, "organization": null}, "resource": {"id": 324, "owner": {"id": 617}, "assignee": {"id": 593}, "project": {"id": 357, "owner": {"id": 723}, "assignee": {"id": 848}}, "task": {"id": 343, "owner": {"id": 955}, "assignee": {"id": 1064}}, "job": {"id": 352, "assignee": {"id": 1146}}, "organization": {"id": 1290}}} +test_scope_DELETE_context_SANDBOX_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 89, "privilege": "user"}, "organization": null}, "resource": {"id": 345, "owner": {"id": 686}, "assignee": {"id": 555}, "project": {"id": 311, "owner": {"id": 744}, "assignee": {"id": 839}}, "task": {"id": 306, "owner": {"id": 903}, "assignee": {"id": 1038}}, "job": {"id": 363, "assignee": {"id": 1106}}, "organization": {"id": 1233}}} } -test_scope_VIEW_context_SANDBOX_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 72, "privilege": "worker"}, "organization": null}, "resource": {"id": 348, "owner": {"id": 670}, "assignee": {"id": 510}, "project": {"id": 385, "owner": {"id": 781}, "assignee": {"id": 816}}, "task": {"id": 337, "owner": {"id": 944}, "assignee": {"id": 1001}}, "job": {"id": 337, "assignee": {"id": 1129}}, "organization": {"id": 1218}}} +test_scope_DELETE_context_SANDBOX_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 57, "privilege": "worker"}, "organization": null}, "resource": {"id": 325, "owner": {"id": 602}, "assignee": {"id": 541}, "project": {"id": 343, "owner": {"id": 715}, "assignee": {"id": 820}}, "task": {"id": 351, "owner": {"id": 940}, "assignee": {"id": 1093}}, "job": {"id": 310, "assignee": {"id": 1196}}, "organization": {"id": 1266}}} } -test_scope_VIEW_context_SANDBOX_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 51, "privilege": "worker"}, "organization": null}, "resource": {"id": 364, "owner": {"id": 642}, "assignee": {"id": 544}, "project": {"id": 372, "owner": {"id": 701}, "assignee": {"id": 898}}, "task": {"id": 356, "owner": {"id": 987}, "assignee": {"id": 1000}}, "job": {"id": 339, "assignee": {"id": 1174}}, "organization": {"id": 1291}}} +test_scope_DELETE_context_SANDBOX_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 95, "privilege": "worker"}, "organization": null}, "resource": {"id": 327, "owner": {"id": 668}, "assignee": {"id": 515}, "project": {"id": 393, "owner": {"id": 759}, "assignee": {"id": 838}}, "task": {"id": 363, "owner": {"id": 945}, "assignee": {"id": 1051}}, "job": {"id": 361, "assignee": {"id": 1111}}, "organization": {"id": 1206}}} } -test_scope_VIEW_context_SANDBOX_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 82, "privilege": "none"}, "organization": null}, "resource": {"id": 362, "owner": {"id": 623}, "assignee": {"id": 536}, "project": {"id": 369, "owner": {"id": 772}, "assignee": {"id": 862}}, "task": {"id": 379, "owner": {"id": 914}, "assignee": {"id": 1058}}, "job": {"id": 344, "assignee": {"id": 1133}}, "organization": {"id": 1295}}} +test_scope_DELETE_context_SANDBOX_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 96, "privilege": "none"}, "organization": null}, "resource": {"id": 308, "owner": {"id": 681}, "assignee": {"id": 573}, "project": {"id": 339, "owner": {"id": 788}, "assignee": {"id": 873}}, "task": {"id": 308, "owner": {"id": 934}, "assignee": {"id": 1032}}, "job": {"id": 305, "assignee": {"id": 1165}}, "organization": {"id": 1285}}} } -test_scope_VIEW_context_SANDBOX_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 36, "privilege": "none"}, "organization": null}, "resource": {"id": 329, "owner": {"id": 616}, "assignee": {"id": 515}, "project": {"id": 345, "owner": {"id": 771}, "assignee": {"id": 822}}, "task": {"id": 308, "owner": {"id": 918}, "assignee": {"id": 1056}}, "job": {"id": 399, "assignee": {"id": 1173}}, "organization": {"id": 1267}}} +test_scope_DELETE_context_SANDBOX_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 20, "privilege": "none"}, "organization": null}, "resource": {"id": 361, "owner": {"id": 661}, "assignee": {"id": 550}, "project": {"id": 381, "owner": {"id": 723}, "assignee": {"id": 854}}, "task": {"id": 384, "owner": {"id": 914}, "assignee": {"id": 1095}}, "job": {"id": 327, "assignee": {"id": 1157}}, "organization": {"id": 1278}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 30, "privilege": "admin"}, "organization": {"id": 118, "owner": {"id": 30}, "user": {"role": "owner"}}}, "resource": {"id": 396, "owner": {"id": 687}, "assignee": {"id": 517}, "project": {"id": 357, "owner": {"id": 30}, "assignee": {"id": 816}}, "task": {"id": 391, "owner": {"id": 932}, "assignee": {"id": 1074}}, "job": {"id": 322, "assignee": {"id": 1146}}, "organization": {"id": 118}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 32, "privilege": "admin"}, "organization": {"id": 154, "owner": {"id": 32}, "user": {"role": "owner"}}}, "resource": {"id": 347, "owner": {"id": 645}, "assignee": {"id": 534}, "project": {"id": 388, "owner": {"id": 32}, "assignee": {"id": 873}}, "task": {"id": 393, "owner": {"id": 941}, "assignee": {"id": 1097}}, "job": {"id": 361, "assignee": {"id": 1137}}, "organization": {"id": 154}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 49, "privilege": "admin"}, "organization": {"id": 112, "owner": {"id": 49}, "user": {"role": "owner"}}}, "resource": {"id": 323, "owner": {"id": 653}, "assignee": {"id": 502}, "project": {"id": 384, "owner": {"id": 49}, "assignee": {"id": 869}}, "task": {"id": 346, "owner": {"id": 940}, "assignee": {"id": 1032}}, "job": {"id": 334, "assignee": {"id": 1174}}, "organization": {"id": 1243}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 22, "privilege": "admin"}, "organization": {"id": 108, "owner": {"id": 22}, "user": {"role": "owner"}}}, "resource": {"id": 364, "owner": {"id": 610}, "assignee": {"id": 588}, "project": {"id": 370, "owner": {"id": 22}, "assignee": {"id": 834}}, "task": {"id": 351, "owner": {"id": 966}, "assignee": {"id": 1072}}, "job": {"id": 306, "assignee": {"id": 1134}}, "organization": {"id": 1224}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 61, "privilege": "admin"}, "organization": {"id": 162, "owner": {"id": 294}, "user": {"role": "maintainer"}}}, "resource": {"id": 398, "owner": {"id": 655}, "assignee": {"id": 538}, "project": {"id": 372, "owner": {"id": 61}, "assignee": {"id": 827}}, "task": {"id": 395, "owner": {"id": 950}, "assignee": {"id": 1074}}, "job": {"id": 343, "assignee": {"id": 1136}}, "organization": {"id": 162}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 45, "privilege": "admin"}, "organization": {"id": 159, "owner": {"id": 244}, "user": {"role": "maintainer"}}}, "resource": {"id": 363, "owner": {"id": 612}, "assignee": {"id": 527}, "project": {"id": 320, "owner": {"id": 45}, "assignee": {"id": 899}}, "task": {"id": 304, "owner": {"id": 971}, "assignee": {"id": 1060}}, "job": {"id": 349, "assignee": {"id": 1174}}, "organization": {"id": 159}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 80, "privilege": "admin"}, "organization": {"id": 149, "owner": {"id": 273}, "user": {"role": "maintainer"}}}, "resource": {"id": 352, "owner": {"id": 674}, "assignee": {"id": 513}, "project": {"id": 382, "owner": {"id": 80}, "assignee": {"id": 861}}, "task": {"id": 383, "owner": {"id": 940}, "assignee": {"id": 1019}}, "job": {"id": 309, "assignee": {"id": 1193}}, "organization": {"id": 1226}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 55, "privilege": "admin"}, "organization": {"id": 141, "owner": {"id": 206}, "user": {"role": "maintainer"}}}, "resource": {"id": 374, "owner": {"id": 672}, "assignee": {"id": 563}, "project": {"id": 352, "owner": {"id": 55}, "assignee": {"id": 802}}, "task": {"id": 306, "owner": {"id": 903}, "assignee": {"id": 1058}}, "job": {"id": 346, "assignee": {"id": 1142}}, "organization": {"id": 1263}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 73, "privilege": "admin"}, "organization": {"id": 151, "owner": {"id": 240}, "user": {"role": "supervisor"}}}, "resource": {"id": 382, "owner": {"id": 678}, "assignee": {"id": 567}, "project": {"id": 325, "owner": {"id": 73}, "assignee": {"id": 806}}, "task": {"id": 343, "owner": {"id": 927}, "assignee": {"id": 1092}}, "job": {"id": 393, "assignee": {"id": 1165}}, "organization": {"id": 151}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 38, "privilege": "admin"}, "organization": {"id": 156, "owner": {"id": 274}, "user": {"role": "supervisor"}}}, "resource": {"id": 354, "owner": {"id": 673}, "assignee": {"id": 599}, "project": {"id": 348, "owner": {"id": 38}, "assignee": {"id": 896}}, "task": {"id": 340, "owner": {"id": 986}, "assignee": {"id": 1078}}, "job": {"id": 355, "assignee": {"id": 1163}}, "organization": {"id": 156}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 11, "privilege": "admin"}, "organization": {"id": 191, "owner": {"id": 268}, "user": {"role": "supervisor"}}}, "resource": {"id": 301, "owner": {"id": 682}, "assignee": {"id": 573}, "project": {"id": 385, "owner": {"id": 11}, "assignee": {"id": 835}}, "task": {"id": 331, "owner": {"id": 961}, "assignee": {"id": 1034}}, "job": {"id": 309, "assignee": {"id": 1104}}, "organization": {"id": 1255}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 10, "privilege": "admin"}, "organization": {"id": 127, "owner": {"id": 281}, "user": {"role": "supervisor"}}}, "resource": {"id": 310, "owner": {"id": 633}, "assignee": {"id": 580}, "project": {"id": 345, "owner": {"id": 10}, "assignee": {"id": 813}}, "task": {"id": 390, "owner": {"id": 983}, "assignee": {"id": 1048}}, "job": {"id": 345, "assignee": {"id": 1130}}, "organization": {"id": 1206}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 3, "privilege": "admin"}, "organization": {"id": 194, "owner": {"id": 280}, "user": {"role": "worker"}}}, "resource": {"id": 336, "owner": {"id": 644}, "assignee": {"id": 526}, "project": {"id": 381, "owner": {"id": 3}, "assignee": {"id": 870}}, "task": {"id": 314, "owner": {"id": 904}, "assignee": {"id": 1012}}, "job": {"id": 321, "assignee": {"id": 1123}}, "organization": {"id": 194}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 81, "privilege": "admin"}, "organization": {"id": 129, "owner": {"id": 268}, "user": {"role": "worker"}}}, "resource": {"id": 339, "owner": {"id": 674}, "assignee": {"id": 506}, "project": {"id": 391, "owner": {"id": 81}, "assignee": {"id": 897}}, "task": {"id": 326, "owner": {"id": 970}, "assignee": {"id": 1013}}, "job": {"id": 364, "assignee": {"id": 1149}}, "organization": {"id": 129}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 30, "privilege": "admin"}, "organization": {"id": 127, "owner": {"id": 295}, "user": {"role": "worker"}}}, "resource": {"id": 398, "owner": {"id": 651}, "assignee": {"id": 554}, "project": {"id": 364, "owner": {"id": 30}, "assignee": {"id": 858}}, "task": {"id": 311, "owner": {"id": 989}, "assignee": {"id": 1074}}, "job": {"id": 329, "assignee": {"id": 1115}}, "organization": {"id": 1201}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 30, "privilege": "admin"}, "organization": {"id": 171, "owner": {"id": 217}, "user": {"role": "worker"}}}, "resource": {"id": 399, "owner": {"id": 629}, "assignee": {"id": 597}, "project": {"id": 304, "owner": {"id": 30}, "assignee": {"id": 884}}, "task": {"id": 326, "owner": {"id": 911}, "assignee": {"id": 1068}}, "job": {"id": 381, "assignee": {"id": 1148}}, "organization": {"id": 1299}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 56, "privilege": "admin"}, "organization": {"id": 181, "owner": {"id": 232}, "user": {"role": null}}}, "resource": {"id": 388, "owner": {"id": 670}, "assignee": {"id": 598}, "project": {"id": 386, "owner": {"id": 56}, "assignee": {"id": 857}}, "task": {"id": 387, "owner": {"id": 937}, "assignee": {"id": 1004}}, "job": {"id": 350, "assignee": {"id": 1185}}, "organization": {"id": 181}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 47, "privilege": "admin"}, "organization": {"id": 159, "owner": {"id": 283}, "user": {"role": null}}}, "resource": {"id": 332, "owner": {"id": 691}, "assignee": {"id": 585}, "project": {"id": 386, "owner": {"id": 47}, "assignee": {"id": 810}}, "task": {"id": 346, "owner": {"id": 962}, "assignee": {"id": 1099}}, "job": {"id": 353, "assignee": {"id": 1110}}, "organization": {"id": 159}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 40, "privilege": "admin"}, "organization": {"id": 137, "owner": {"id": 282}, "user": {"role": null}}}, "resource": {"id": 333, "owner": {"id": 618}, "assignee": {"id": 595}, "project": {"id": 334, "owner": {"id": 40}, "assignee": {"id": 829}}, "task": {"id": 359, "owner": {"id": 975}, "assignee": {"id": 1058}}, "job": {"id": 366, "assignee": {"id": 1145}}, "organization": {"id": 1217}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 93, "privilege": "admin"}, "organization": {"id": 110, "owner": {"id": 229}, "user": {"role": null}}}, "resource": {"id": 349, "owner": {"id": 683}, "assignee": {"id": 510}, "project": {"id": 397, "owner": {"id": 93}, "assignee": {"id": 812}}, "task": {"id": 370, "owner": {"id": 927}, "assignee": {"id": 1042}}, "job": {"id": 397, "assignee": {"id": 1130}}, "organization": {"id": 1201}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 65, "privilege": "business"}, "organization": {"id": 123, "owner": {"id": 65}, "user": {"role": "owner"}}}, "resource": {"id": 355, "owner": {"id": 698}, "assignee": {"id": 514}, "project": {"id": 393, "owner": {"id": 65}, "assignee": {"id": 869}}, "task": {"id": 369, "owner": {"id": 964}, "assignee": {"id": 1090}}, "job": {"id": 309, "assignee": {"id": 1113}}, "organization": {"id": 123}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 63, "privilege": "business"}, "organization": {"id": 157, "owner": {"id": 63}, "user": {"role": "owner"}}}, "resource": {"id": 386, "owner": {"id": 659}, "assignee": {"id": 592}, "project": {"id": 381, "owner": {"id": 63}, "assignee": {"id": 814}}, "task": {"id": 384, "owner": {"id": 965}, "assignee": {"id": 1061}}, "job": {"id": 348, "assignee": {"id": 1174}}, "organization": {"id": 157}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 0, "privilege": "business"}, "organization": {"id": 151, "owner": {"id": 0}, "user": {"role": "owner"}}}, "resource": {"id": 376, "owner": {"id": 631}, "assignee": {"id": 592}, "project": {"id": 337, "owner": {"id": 0}, "assignee": {"id": 855}}, "task": {"id": 392, "owner": {"id": 938}, "assignee": {"id": 1084}}, "job": {"id": 331, "assignee": {"id": 1178}}, "organization": {"id": 1255}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 64, "privilege": "business"}, "organization": {"id": 175, "owner": {"id": 64}, "user": {"role": "owner"}}}, "resource": {"id": 320, "owner": {"id": 682}, "assignee": {"id": 575}, "project": {"id": 347, "owner": {"id": 64}, "assignee": {"id": 811}}, "task": {"id": 309, "owner": {"id": 947}, "assignee": {"id": 1020}}, "job": {"id": 384, "assignee": {"id": 1191}}, "organization": {"id": 1258}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 38, "privilege": "business"}, "organization": {"id": 101, "owner": {"id": 234}, "user": {"role": "maintainer"}}}, "resource": {"id": 391, "owner": {"id": 647}, "assignee": {"id": 565}, "project": {"id": 351, "owner": {"id": 38}, "assignee": {"id": 894}}, "task": {"id": 373, "owner": {"id": 942}, "assignee": {"id": 1035}}, "job": {"id": 385, "assignee": {"id": 1174}}, "organization": {"id": 101}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 73, "privilege": "business"}, "organization": {"id": 127, "owner": {"id": 228}, "user": {"role": "maintainer"}}}, "resource": {"id": 385, "owner": {"id": 670}, "assignee": {"id": 564}, "project": {"id": 334, "owner": {"id": 73}, "assignee": {"id": 888}}, "task": {"id": 355, "owner": {"id": 971}, "assignee": {"id": 1001}}, "job": {"id": 300, "assignee": {"id": 1163}}, "organization": {"id": 127}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 65, "privilege": "business"}, "organization": {"id": 130, "owner": {"id": 215}, "user": {"role": "maintainer"}}}, "resource": {"id": 335, "owner": {"id": 693}, "assignee": {"id": 529}, "project": {"id": 337, "owner": {"id": 65}, "assignee": {"id": 894}}, "task": {"id": 310, "owner": {"id": 983}, "assignee": {"id": 1073}}, "job": {"id": 386, "assignee": {"id": 1115}}, "organization": {"id": 1269}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 17, "privilege": "business"}, "organization": {"id": 124, "owner": {"id": 239}, "user": {"role": "maintainer"}}}, "resource": {"id": 382, "owner": {"id": 675}, "assignee": {"id": 534}, "project": {"id": 367, "owner": {"id": 17}, "assignee": {"id": 846}}, "task": {"id": 322, "owner": {"id": 921}, "assignee": {"id": 1077}}, "job": {"id": 389, "assignee": {"id": 1189}}, "organization": {"id": 1293}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 10, "privilege": "business"}, "organization": {"id": 170, "owner": {"id": 237}, "user": {"role": "supervisor"}}}, "resource": {"id": 348, "owner": {"id": 649}, "assignee": {"id": 569}, "project": {"id": 337, "owner": {"id": 10}, "assignee": {"id": 832}}, "task": {"id": 386, "owner": {"id": 905}, "assignee": {"id": 1023}}, "job": {"id": 371, "assignee": {"id": 1104}}, "organization": {"id": 170}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 53, "privilege": "business"}, "organization": {"id": 116, "owner": {"id": 257}, "user": {"role": "supervisor"}}}, "resource": {"id": 316, "owner": {"id": 674}, "assignee": {"id": 550}, "project": {"id": 326, "owner": {"id": 53}, "assignee": {"id": 840}}, "task": {"id": 349, "owner": {"id": 914}, "assignee": {"id": 1053}}, "job": {"id": 369, "assignee": {"id": 1105}}, "organization": {"id": 116}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 42, "privilege": "business"}, "organization": {"id": 128, "owner": {"id": 259}, "user": {"role": "supervisor"}}}, "resource": {"id": 372, "owner": {"id": 664}, "assignee": {"id": 558}, "project": {"id": 303, "owner": {"id": 42}, "assignee": {"id": 874}}, "task": {"id": 389, "owner": {"id": 943}, "assignee": {"id": 1065}}, "job": {"id": 386, "assignee": {"id": 1100}}, "organization": {"id": 1213}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 88, "privilege": "business"}, "organization": {"id": 129, "owner": {"id": 210}, "user": {"role": "supervisor"}}}, "resource": {"id": 353, "owner": {"id": 681}, "assignee": {"id": 517}, "project": {"id": 302, "owner": {"id": 88}, "assignee": {"id": 841}}, "task": {"id": 341, "owner": {"id": 906}, "assignee": {"id": 1020}}, "job": {"id": 390, "assignee": {"id": 1197}}, "organization": {"id": 1292}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 21, "privilege": "business"}, "organization": {"id": 119, "owner": {"id": 247}, "user": {"role": "worker"}}}, "resource": {"id": 326, "owner": {"id": 656}, "assignee": {"id": 502}, "project": {"id": 342, "owner": {"id": 21}, "assignee": {"id": 819}}, "task": {"id": 304, "owner": {"id": 961}, "assignee": {"id": 1027}}, "job": {"id": 368, "assignee": {"id": 1165}}, "organization": {"id": 119}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 33, "privilege": "business"}, "organization": {"id": 137, "owner": {"id": 296}, "user": {"role": "worker"}}}, "resource": {"id": 351, "owner": {"id": 626}, "assignee": {"id": 504}, "project": {"id": 317, "owner": {"id": 33}, "assignee": {"id": 842}}, "task": {"id": 376, "owner": {"id": 946}, "assignee": {"id": 1063}}, "job": {"id": 338, "assignee": {"id": 1149}}, "organization": {"id": 137}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 48, "privilege": "business"}, "organization": {"id": 160, "owner": {"id": 210}, "user": {"role": "worker"}}}, "resource": {"id": 347, "owner": {"id": 678}, "assignee": {"id": 502}, "project": {"id": 340, "owner": {"id": 48}, "assignee": {"id": 864}}, "task": {"id": 343, "owner": {"id": 903}, "assignee": {"id": 1001}}, "job": {"id": 337, "assignee": {"id": 1178}}, "organization": {"id": 1270}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 44, "privilege": "business"}, "organization": {"id": 151, "owner": {"id": 204}, "user": {"role": "worker"}}}, "resource": {"id": 390, "owner": {"id": 698}, "assignee": {"id": 538}, "project": {"id": 341, "owner": {"id": 44}, "assignee": {"id": 865}}, "task": {"id": 328, "owner": {"id": 977}, "assignee": {"id": 1087}}, "job": {"id": 397, "assignee": {"id": 1116}}, "organization": {"id": 1249}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 43, "privilege": "business"}, "organization": {"id": 159, "owner": {"id": 265}, "user": {"role": null}}}, "resource": {"id": 323, "owner": {"id": 641}, "assignee": {"id": 529}, "project": {"id": 395, "owner": {"id": 43}, "assignee": {"id": 858}}, "task": {"id": 376, "owner": {"id": 915}, "assignee": {"id": 1092}}, "job": {"id": 324, "assignee": {"id": 1105}}, "organization": {"id": 159}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 40, "privilege": "business"}, "organization": {"id": 108, "owner": {"id": 210}, "user": {"role": null}}}, "resource": {"id": 361, "owner": {"id": 662}, "assignee": {"id": 581}, "project": {"id": 346, "owner": {"id": 40}, "assignee": {"id": 882}}, "task": {"id": 339, "owner": {"id": 989}, "assignee": {"id": 1044}}, "job": {"id": 398, "assignee": {"id": 1175}}, "organization": {"id": 108}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 22, "privilege": "business"}, "organization": {"id": 138, "owner": {"id": 255}, "user": {"role": null}}}, "resource": {"id": 379, "owner": {"id": 679}, "assignee": {"id": 594}, "project": {"id": 323, "owner": {"id": 22}, "assignee": {"id": 858}}, "task": {"id": 338, "owner": {"id": 970}, "assignee": {"id": 1038}}, "job": {"id": 356, "assignee": {"id": 1167}}, "organization": {"id": 1280}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 52, "privilege": "business"}, "organization": {"id": 139, "owner": {"id": 287}, "user": {"role": null}}}, "resource": {"id": 371, "owner": {"id": 628}, "assignee": {"id": 505}, "project": {"id": 310, "owner": {"id": 52}, "assignee": {"id": 895}}, "task": {"id": 399, "owner": {"id": 973}, "assignee": {"id": 1078}}, "job": {"id": 328, "assignee": {"id": 1132}}, "organization": {"id": 1235}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 21, "privilege": "user"}, "organization": {"id": 103, "owner": {"id": 21}, "user": {"role": "owner"}}}, "resource": {"id": 373, "owner": {"id": 632}, "assignee": {"id": 523}, "project": {"id": 338, "owner": {"id": 21}, "assignee": {"id": 875}}, "task": {"id": 318, "owner": {"id": 903}, "assignee": {"id": 1054}}, "job": {"id": 340, "assignee": {"id": 1155}}, "organization": {"id": 103}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 42, "privilege": "user"}, "organization": {"id": 120, "owner": {"id": 42}, "user": {"role": "owner"}}}, "resource": {"id": 322, "owner": {"id": 687}, "assignee": {"id": 501}, "project": {"id": 385, "owner": {"id": 42}, "assignee": {"id": 879}}, "task": {"id": 372, "owner": {"id": 996}, "assignee": {"id": 1020}}, "job": {"id": 320, "assignee": {"id": 1178}}, "organization": {"id": 120}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 45, "privilege": "user"}, "organization": {"id": 128, "owner": {"id": 45}, "user": {"role": "owner"}}}, "resource": {"id": 336, "owner": {"id": 688}, "assignee": {"id": 577}, "project": {"id": 373, "owner": {"id": 45}, "assignee": {"id": 876}}, "task": {"id": 316, "owner": {"id": 957}, "assignee": {"id": 1026}}, "job": {"id": 363, "assignee": {"id": 1165}}, "organization": {"id": 1280}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 6, "privilege": "user"}, "organization": {"id": 116, "owner": {"id": 6}, "user": {"role": "owner"}}}, "resource": {"id": 377, "owner": {"id": 643}, "assignee": {"id": 581}, "project": {"id": 349, "owner": {"id": 6}, "assignee": {"id": 817}}, "task": {"id": 355, "owner": {"id": 943}, "assignee": {"id": 1034}}, "job": {"id": 394, "assignee": {"id": 1128}}, "organization": {"id": 1297}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 6, "privilege": "user"}, "organization": {"id": 104, "owner": {"id": 289}, "user": {"role": "maintainer"}}}, "resource": {"id": 374, "owner": {"id": 691}, "assignee": {"id": 562}, "project": {"id": 321, "owner": {"id": 6}, "assignee": {"id": 832}}, "task": {"id": 320, "owner": {"id": 927}, "assignee": {"id": 1064}}, "job": {"id": 336, "assignee": {"id": 1194}}, "organization": {"id": 104}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 78, "privilege": "user"}, "organization": {"id": 196, "owner": {"id": 204}, "user": {"role": "maintainer"}}}, "resource": {"id": 373, "owner": {"id": 693}, "assignee": {"id": 537}, "project": {"id": 322, "owner": {"id": 78}, "assignee": {"id": 825}}, "task": {"id": 334, "owner": {"id": 964}, "assignee": {"id": 1071}}, "job": {"id": 331, "assignee": {"id": 1174}}, "organization": {"id": 196}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 53, "privilege": "user"}, "organization": {"id": 140, "owner": {"id": 215}, "user": {"role": "maintainer"}}}, "resource": {"id": 394, "owner": {"id": 697}, "assignee": {"id": 539}, "project": {"id": 380, "owner": {"id": 53}, "assignee": {"id": 885}}, "task": {"id": 338, "owner": {"id": 973}, "assignee": {"id": 1013}}, "job": {"id": 311, "assignee": {"id": 1173}}, "organization": {"id": 1263}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 60, "privilege": "user"}, "organization": {"id": 123, "owner": {"id": 258}, "user": {"role": "maintainer"}}}, "resource": {"id": 342, "owner": {"id": 629}, "assignee": {"id": 568}, "project": {"id": 354, "owner": {"id": 60}, "assignee": {"id": 861}}, "task": {"id": 397, "owner": {"id": 958}, "assignee": {"id": 1034}}, "job": {"id": 372, "assignee": {"id": 1134}}, "organization": {"id": 1264}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 23, "privilege": "user"}, "organization": {"id": 108, "owner": {"id": 200}, "user": {"role": "supervisor"}}}, "resource": {"id": 321, "owner": {"id": 622}, "assignee": {"id": 519}, "project": {"id": 333, "owner": {"id": 23}, "assignee": {"id": 894}}, "task": {"id": 306, "owner": {"id": 980}, "assignee": {"id": 1074}}, "job": {"id": 317, "assignee": {"id": 1141}}, "organization": {"id": 108}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 73, "privilege": "user"}, "organization": {"id": 196, "owner": {"id": 243}, "user": {"role": "supervisor"}}}, "resource": {"id": 301, "owner": {"id": 674}, "assignee": {"id": 547}, "project": {"id": 336, "owner": {"id": 73}, "assignee": {"id": 869}}, "task": {"id": 377, "owner": {"id": 961}, "assignee": {"id": 1002}}, "job": {"id": 396, "assignee": {"id": 1161}}, "organization": {"id": 196}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 16, "privilege": "user"}, "organization": {"id": 180, "owner": {"id": 299}, "user": {"role": "supervisor"}}}, "resource": {"id": 354, "owner": {"id": 603}, "assignee": {"id": 550}, "project": {"id": 312, "owner": {"id": 16}, "assignee": {"id": 848}}, "task": {"id": 373, "owner": {"id": 943}, "assignee": {"id": 1044}}, "job": {"id": 356, "assignee": {"id": 1114}}, "organization": {"id": 1268}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 32, "privilege": "user"}, "organization": {"id": 153, "owner": {"id": 279}, "user": {"role": "supervisor"}}}, "resource": {"id": 380, "owner": {"id": 672}, "assignee": {"id": 597}, "project": {"id": 310, "owner": {"id": 32}, "assignee": {"id": 866}}, "task": {"id": 321, "owner": {"id": 953}, "assignee": {"id": 1087}}, "job": {"id": 392, "assignee": {"id": 1117}}, "organization": {"id": 1273}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 63, "privilege": "user"}, "organization": {"id": 158, "owner": {"id": 203}, "user": {"role": "worker"}}}, "resource": {"id": 349, "owner": {"id": 662}, "assignee": {"id": 585}, "project": {"id": 314, "owner": {"id": 63}, "assignee": {"id": 824}}, "task": {"id": 365, "owner": {"id": 963}, "assignee": {"id": 1082}}, "job": {"id": 381, "assignee": {"id": 1168}}, "organization": {"id": 158}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 5, "privilege": "user"}, "organization": {"id": 125, "owner": {"id": 238}, "user": {"role": "worker"}}}, "resource": {"id": 370, "owner": {"id": 681}, "assignee": {"id": 533}, "project": {"id": 330, "owner": {"id": 5}, "assignee": {"id": 882}}, "task": {"id": 349, "owner": {"id": 953}, "assignee": {"id": 1084}}, "job": {"id": 397, "assignee": {"id": 1116}}, "organization": {"id": 125}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 66, "privilege": "user"}, "organization": {"id": 126, "owner": {"id": 262}, "user": {"role": "worker"}}}, "resource": {"id": 315, "owner": {"id": 616}, "assignee": {"id": 511}, "project": {"id": 305, "owner": {"id": 66}, "assignee": {"id": 855}}, "task": {"id": 357, "owner": {"id": 965}, "assignee": {"id": 1045}}, "job": {"id": 342, "assignee": {"id": 1159}}, "organization": {"id": 1279}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 26, "privilege": "user"}, "organization": {"id": 190, "owner": {"id": 276}, "user": {"role": "worker"}}}, "resource": {"id": 397, "owner": {"id": 621}, "assignee": {"id": 530}, "project": {"id": 349, "owner": {"id": 26}, "assignee": {"id": 837}}, "task": {"id": 342, "owner": {"id": 945}, "assignee": {"id": 1099}}, "job": {"id": 359, "assignee": {"id": 1114}}, "organization": {"id": 1202}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 78, "privilege": "user"}, "organization": {"id": 170, "owner": {"id": 240}, "user": {"role": null}}}, "resource": {"id": 332, "owner": {"id": 621}, "assignee": {"id": 521}, "project": {"id": 330, "owner": {"id": 78}, "assignee": {"id": 894}}, "task": {"id": 361, "owner": {"id": 960}, "assignee": {"id": 1042}}, "job": {"id": 375, "assignee": {"id": 1150}}, "organization": {"id": 170}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 61, "privilege": "user"}, "organization": {"id": 114, "owner": {"id": 269}, "user": {"role": null}}}, "resource": {"id": 304, "owner": {"id": 618}, "assignee": {"id": 505}, "project": {"id": 397, "owner": {"id": 61}, "assignee": {"id": 802}}, "task": {"id": 388, "owner": {"id": 927}, "assignee": {"id": 1091}}, "job": {"id": 390, "assignee": {"id": 1153}}, "organization": {"id": 114}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 2, "privilege": "user"}, "organization": {"id": 110, "owner": {"id": 291}, "user": {"role": null}}}, "resource": {"id": 331, "owner": {"id": 680}, "assignee": {"id": 543}, "project": {"id": 353, "owner": {"id": 2}, "assignee": {"id": 806}}, "task": {"id": 305, "owner": {"id": 934}, "assignee": {"id": 1036}}, "job": {"id": 343, "assignee": {"id": 1120}}, "organization": {"id": 1208}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 6, "privilege": "user"}, "organization": {"id": 136, "owner": {"id": 299}, "user": {"role": null}}}, "resource": {"id": 329, "owner": {"id": 610}, "assignee": {"id": 506}, "project": {"id": 366, "owner": {"id": 6}, "assignee": {"id": 820}}, "task": {"id": 385, "owner": {"id": 962}, "assignee": {"id": 1024}}, "job": {"id": 340, "assignee": {"id": 1175}}, "organization": {"id": 1252}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 59, "privilege": "worker"}, "organization": {"id": 132, "owner": {"id": 59}, "user": {"role": "owner"}}}, "resource": {"id": 334, "owner": {"id": 695}, "assignee": {"id": 599}, "project": {"id": 381, "owner": {"id": 59}, "assignee": {"id": 843}}, "task": {"id": 386, "owner": {"id": 997}, "assignee": {"id": 1090}}, "job": {"id": 317, "assignee": {"id": 1176}}, "organization": {"id": 132}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 87, "privilege": "worker"}, "organization": {"id": 128, "owner": {"id": 87}, "user": {"role": "owner"}}}, "resource": {"id": 394, "owner": {"id": 620}, "assignee": {"id": 531}, "project": {"id": 309, "owner": {"id": 87}, "assignee": {"id": 827}}, "task": {"id": 379, "owner": {"id": 966}, "assignee": {"id": 1034}}, "job": {"id": 330, "assignee": {"id": 1117}}, "organization": {"id": 128}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 58, "privilege": "worker"}, "organization": {"id": 100, "owner": {"id": 58}, "user": {"role": "owner"}}}, "resource": {"id": 309, "owner": {"id": 632}, "assignee": {"id": 591}, "project": {"id": 383, "owner": {"id": 58}, "assignee": {"id": 856}}, "task": {"id": 386, "owner": {"id": 935}, "assignee": {"id": 1058}}, "job": {"id": 395, "assignee": {"id": 1169}}, "organization": {"id": 1223}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 30, "privilege": "worker"}, "organization": {"id": 179, "owner": {"id": 30}, "user": {"role": "owner"}}}, "resource": {"id": 375, "owner": {"id": 622}, "assignee": {"id": 541}, "project": {"id": 329, "owner": {"id": 30}, "assignee": {"id": 862}}, "task": {"id": 396, "owner": {"id": 973}, "assignee": {"id": 1039}}, "job": {"id": 387, "assignee": {"id": 1137}}, "organization": {"id": 1243}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 71, "privilege": "worker"}, "organization": {"id": 136, "owner": {"id": 265}, "user": {"role": "maintainer"}}}, "resource": {"id": 389, "owner": {"id": 684}, "assignee": {"id": 565}, "project": {"id": 394, "owner": {"id": 71}, "assignee": {"id": 814}}, "task": {"id": 396, "owner": {"id": 952}, "assignee": {"id": 1007}}, "job": {"id": 354, "assignee": {"id": 1147}}, "organization": {"id": 136}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 72, "privilege": "worker"}, "organization": {"id": 146, "owner": {"id": 223}, "user": {"role": "maintainer"}}}, "resource": {"id": 371, "owner": {"id": 661}, "assignee": {"id": 562}, "project": {"id": 317, "owner": {"id": 72}, "assignee": {"id": 820}}, "task": {"id": 399, "owner": {"id": 964}, "assignee": {"id": 1095}}, "job": {"id": 370, "assignee": {"id": 1171}}, "organization": {"id": 146}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 2, "privilege": "worker"}, "organization": {"id": 193, "owner": {"id": 295}, "user": {"role": "maintainer"}}}, "resource": {"id": 343, "owner": {"id": 685}, "assignee": {"id": 521}, "project": {"id": 320, "owner": {"id": 2}, "assignee": {"id": 877}}, "task": {"id": 399, "owner": {"id": 917}, "assignee": {"id": 1035}}, "job": {"id": 311, "assignee": {"id": 1130}}, "organization": {"id": 1244}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 0, "privilege": "worker"}, "organization": {"id": 179, "owner": {"id": 286}, "user": {"role": "maintainer"}}}, "resource": {"id": 302, "owner": {"id": 644}, "assignee": {"id": 502}, "project": {"id": 359, "owner": {"id": 0}, "assignee": {"id": 840}}, "task": {"id": 392, "owner": {"id": 914}, "assignee": {"id": 1015}}, "job": {"id": 338, "assignee": {"id": 1128}}, "organization": {"id": 1202}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 80, "privilege": "worker"}, "organization": {"id": 195, "owner": {"id": 260}, "user": {"role": "supervisor"}}}, "resource": {"id": 303, "owner": {"id": 634}, "assignee": {"id": 550}, "project": {"id": 370, "owner": {"id": 80}, "assignee": {"id": 855}}, "task": {"id": 379, "owner": {"id": 999}, "assignee": {"id": 1089}}, "job": {"id": 366, "assignee": {"id": 1149}}, "organization": {"id": 195}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 2, "privilege": "worker"}, "organization": {"id": 134, "owner": {"id": 260}, "user": {"role": "supervisor"}}}, "resource": {"id": 365, "owner": {"id": 689}, "assignee": {"id": 541}, "project": {"id": 349, "owner": {"id": 2}, "assignee": {"id": 809}}, "task": {"id": 314, "owner": {"id": 918}, "assignee": {"id": 1006}}, "job": {"id": 383, "assignee": {"id": 1150}}, "organization": {"id": 134}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 74, "privilege": "worker"}, "organization": {"id": 168, "owner": {"id": 273}, "user": {"role": "supervisor"}}}, "resource": {"id": 353, "owner": {"id": 686}, "assignee": {"id": 583}, "project": {"id": 323, "owner": {"id": 74}, "assignee": {"id": 871}}, "task": {"id": 313, "owner": {"id": 943}, "assignee": {"id": 1051}}, "job": {"id": 389, "assignee": {"id": 1194}}, "organization": {"id": 1204}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 19, "privilege": "worker"}, "organization": {"id": 144, "owner": {"id": 234}, "user": {"role": "supervisor"}}}, "resource": {"id": 375, "owner": {"id": 630}, "assignee": {"id": 520}, "project": {"id": 395, "owner": {"id": 19}, "assignee": {"id": 890}}, "task": {"id": 348, "owner": {"id": 955}, "assignee": {"id": 1058}}, "job": {"id": 375, "assignee": {"id": 1142}}, "organization": {"id": 1206}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 85, "privilege": "worker"}, "organization": {"id": 122, "owner": {"id": 240}, "user": {"role": "worker"}}}, "resource": {"id": 336, "owner": {"id": 660}, "assignee": {"id": 506}, "project": {"id": 375, "owner": {"id": 85}, "assignee": {"id": 892}}, "task": {"id": 359, "owner": {"id": 916}, "assignee": {"id": 1095}}, "job": {"id": 367, "assignee": {"id": 1199}}, "organization": {"id": 122}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 8, "privilege": "worker"}, "organization": {"id": 194, "owner": {"id": 206}, "user": {"role": "worker"}}}, "resource": {"id": 330, "owner": {"id": 639}, "assignee": {"id": 501}, "project": {"id": 390, "owner": {"id": 8}, "assignee": {"id": 846}}, "task": {"id": 335, "owner": {"id": 919}, "assignee": {"id": 1030}}, "job": {"id": 366, "assignee": {"id": 1167}}, "organization": {"id": 194}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 11, "privilege": "worker"}, "organization": {"id": 134, "owner": {"id": 202}, "user": {"role": "worker"}}}, "resource": {"id": 358, "owner": {"id": 698}, "assignee": {"id": 572}, "project": {"id": 361, "owner": {"id": 11}, "assignee": {"id": 881}}, "task": {"id": 382, "owner": {"id": 918}, "assignee": {"id": 1065}}, "job": {"id": 341, "assignee": {"id": 1197}}, "organization": {"id": 1254}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 87, "privilege": "worker"}, "organization": {"id": 196, "owner": {"id": 200}, "user": {"role": "worker"}}}, "resource": {"id": 306, "owner": {"id": 679}, "assignee": {"id": 532}, "project": {"id": 398, "owner": {"id": 87}, "assignee": {"id": 811}}, "task": {"id": 306, "owner": {"id": 932}, "assignee": {"id": 1003}}, "job": {"id": 302, "assignee": {"id": 1175}}, "organization": {"id": 1249}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 9, "privilege": "worker"}, "organization": {"id": 115, "owner": {"id": 250}, "user": {"role": null}}}, "resource": {"id": 371, "owner": {"id": 676}, "assignee": {"id": 545}, "project": {"id": 311, "owner": {"id": 9}, "assignee": {"id": 850}}, "task": {"id": 345, "owner": {"id": 974}, "assignee": {"id": 1000}}, "job": {"id": 381, "assignee": {"id": 1150}}, "organization": {"id": 115}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 37, "privilege": "worker"}, "organization": {"id": 162, "owner": {"id": 243}, "user": {"role": null}}}, "resource": {"id": 352, "owner": {"id": 622}, "assignee": {"id": 519}, "project": {"id": 304, "owner": {"id": 37}, "assignee": {"id": 853}}, "task": {"id": 385, "owner": {"id": 968}, "assignee": {"id": 1085}}, "job": {"id": 364, "assignee": {"id": 1127}}, "organization": {"id": 162}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 1, "privilege": "worker"}, "organization": {"id": 147, "owner": {"id": 277}, "user": {"role": null}}}, "resource": {"id": 315, "owner": {"id": 698}, "assignee": {"id": 593}, "project": {"id": 380, "owner": {"id": 1}, "assignee": {"id": 803}}, "task": {"id": 365, "owner": {"id": 929}, "assignee": {"id": 1013}}, "job": {"id": 319, "assignee": {"id": 1186}}, "organization": {"id": 1260}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 40, "privilege": "worker"}, "organization": {"id": 192, "owner": {"id": 259}, "user": {"role": null}}}, "resource": {"id": 306, "owner": {"id": 686}, "assignee": {"id": 523}, "project": {"id": 383, "owner": {"id": 40}, "assignee": {"id": 833}}, "task": {"id": 362, "owner": {"id": 930}, "assignee": {"id": 1012}}, "job": {"id": 318, "assignee": {"id": 1130}}, "organization": {"id": 1255}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 39, "privilege": "none"}, "organization": {"id": 137, "owner": {"id": 39}, "user": {"role": "owner"}}}, "resource": {"id": 309, "owner": {"id": 637}, "assignee": {"id": 575}, "project": {"id": 333, "owner": {"id": 39}, "assignee": {"id": 887}}, "task": {"id": 307, "owner": {"id": 962}, "assignee": {"id": 1047}}, "job": {"id": 377, "assignee": {"id": 1164}}, "organization": {"id": 137}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 15, "privilege": "none"}, "organization": {"id": 116, "owner": {"id": 15}, "user": {"role": "owner"}}}, "resource": {"id": 365, "owner": {"id": 648}, "assignee": {"id": 502}, "project": {"id": 371, "owner": {"id": 15}, "assignee": {"id": 816}}, "task": {"id": 353, "owner": {"id": 935}, "assignee": {"id": 1097}}, "job": {"id": 375, "assignee": {"id": 1124}}, "organization": {"id": 116}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 65, "privilege": "none"}, "organization": {"id": 164, "owner": {"id": 65}, "user": {"role": "owner"}}}, "resource": {"id": 327, "owner": {"id": 655}, "assignee": {"id": 541}, "project": {"id": 348, "owner": {"id": 65}, "assignee": {"id": 888}}, "task": {"id": 344, "owner": {"id": 978}, "assignee": {"id": 1037}}, "job": {"id": 334, "assignee": {"id": 1120}}, "organization": {"id": 1220}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 18, "privilege": "none"}, "organization": {"id": 114, "owner": {"id": 18}, "user": {"role": "owner"}}}, "resource": {"id": 311, "owner": {"id": 690}, "assignee": {"id": 563}, "project": {"id": 328, "owner": {"id": 18}, "assignee": {"id": 864}}, "task": {"id": 315, "owner": {"id": 924}, "assignee": {"id": 1051}}, "job": {"id": 312, "assignee": {"id": 1138}}, "organization": {"id": 1281}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 4, "privilege": "none"}, "organization": {"id": 183, "owner": {"id": 263}, "user": {"role": "maintainer"}}}, "resource": {"id": 301, "owner": {"id": 679}, "assignee": {"id": 546}, "project": {"id": 381, "owner": {"id": 4}, "assignee": {"id": 880}}, "task": {"id": 359, "owner": {"id": 979}, "assignee": {"id": 1085}}, "job": {"id": 387, "assignee": {"id": 1160}}, "organization": {"id": 183}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 37, "privilege": "none"}, "organization": {"id": 138, "owner": {"id": 273}, "user": {"role": "maintainer"}}}, "resource": {"id": 330, "owner": {"id": 682}, "assignee": {"id": 585}, "project": {"id": 354, "owner": {"id": 37}, "assignee": {"id": 867}}, "task": {"id": 301, "owner": {"id": 991}, "assignee": {"id": 1007}}, "job": {"id": 308, "assignee": {"id": 1167}}, "organization": {"id": 138}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 35, "privilege": "none"}, "organization": {"id": 156, "owner": {"id": 276}, "user": {"role": "maintainer"}}}, "resource": {"id": 374, "owner": {"id": 655}, "assignee": {"id": 503}, "project": {"id": 318, "owner": {"id": 35}, "assignee": {"id": 849}}, "task": {"id": 305, "owner": {"id": 975}, "assignee": {"id": 1088}}, "job": {"id": 342, "assignee": {"id": 1165}}, "organization": {"id": 1234}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 35, "privilege": "none"}, "organization": {"id": 167, "owner": {"id": 239}, "user": {"role": "maintainer"}}}, "resource": {"id": 336, "owner": {"id": 674}, "assignee": {"id": 504}, "project": {"id": 354, "owner": {"id": 35}, "assignee": {"id": 877}}, "task": {"id": 311, "owner": {"id": 921}, "assignee": {"id": 1061}}, "job": {"id": 334, "assignee": {"id": 1188}}, "organization": {"id": 1232}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 97, "privilege": "none"}, "organization": {"id": 124, "owner": {"id": 297}, "user": {"role": "supervisor"}}}, "resource": {"id": 382, "owner": {"id": 675}, "assignee": {"id": 572}, "project": {"id": 347, "owner": {"id": 97}, "assignee": {"id": 836}}, "task": {"id": 348, "owner": {"id": 985}, "assignee": {"id": 1004}}, "job": {"id": 389, "assignee": {"id": 1101}}, "organization": {"id": 124}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 63, "privilege": "none"}, "organization": {"id": 128, "owner": {"id": 203}, "user": {"role": "supervisor"}}}, "resource": {"id": 373, "owner": {"id": 625}, "assignee": {"id": 553}, "project": {"id": 313, "owner": {"id": 63}, "assignee": {"id": 847}}, "task": {"id": 303, "owner": {"id": 998}, "assignee": {"id": 1076}}, "job": {"id": 395, "assignee": {"id": 1176}}, "organization": {"id": 128}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 64, "privilege": "none"}, "organization": {"id": 118, "owner": {"id": 220}, "user": {"role": "supervisor"}}}, "resource": {"id": 349, "owner": {"id": 669}, "assignee": {"id": 549}, "project": {"id": 357, "owner": {"id": 64}, "assignee": {"id": 839}}, "task": {"id": 325, "owner": {"id": 905}, "assignee": {"id": 1061}}, "job": {"id": 343, "assignee": {"id": 1171}}, "organization": {"id": 1263}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 60, "privilege": "none"}, "organization": {"id": 162, "owner": {"id": 221}, "user": {"role": "supervisor"}}}, "resource": {"id": 323, "owner": {"id": 688}, "assignee": {"id": 531}, "project": {"id": 369, "owner": {"id": 60}, "assignee": {"id": 848}}, "task": {"id": 354, "owner": {"id": 975}, "assignee": {"id": 1039}}, "job": {"id": 367, "assignee": {"id": 1159}}, "organization": {"id": 1259}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 12, "privilege": "none"}, "organization": {"id": 137, "owner": {"id": 217}, "user": {"role": "worker"}}}, "resource": {"id": 348, "owner": {"id": 687}, "assignee": {"id": 529}, "project": {"id": 307, "owner": {"id": 12}, "assignee": {"id": 852}}, "task": {"id": 356, "owner": {"id": 975}, "assignee": {"id": 1075}}, "job": {"id": 337, "assignee": {"id": 1176}}, "organization": {"id": 137}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 13, "privilege": "none"}, "organization": {"id": 111, "owner": {"id": 263}, "user": {"role": "worker"}}}, "resource": {"id": 360, "owner": {"id": 672}, "assignee": {"id": 564}, "project": {"id": 313, "owner": {"id": 13}, "assignee": {"id": 806}}, "task": {"id": 317, "owner": {"id": 975}, "assignee": {"id": 1017}}, "job": {"id": 387, "assignee": {"id": 1151}}, "organization": {"id": 111}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 84, "privilege": "none"}, "organization": {"id": 166, "owner": {"id": 273}, "user": {"role": "worker"}}}, "resource": {"id": 387, "owner": {"id": 663}, "assignee": {"id": 516}, "project": {"id": 341, "owner": {"id": 84}, "assignee": {"id": 822}}, "task": {"id": 378, "owner": {"id": 997}, "assignee": {"id": 1080}}, "job": {"id": 337, "assignee": {"id": 1170}}, "organization": {"id": 1218}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 80, "privilege": "none"}, "organization": {"id": 147, "owner": {"id": 290}, "user": {"role": "worker"}}}, "resource": {"id": 313, "owner": {"id": 616}, "assignee": {"id": 552}, "project": {"id": 385, "owner": {"id": 80}, "assignee": {"id": 836}}, "task": {"id": 354, "owner": {"id": 916}, "assignee": {"id": 1033}}, "job": {"id": 332, "assignee": {"id": 1123}}, "organization": {"id": 1207}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 51, "privilege": "none"}, "organization": {"id": 156, "owner": {"id": 266}, "user": {"role": null}}}, "resource": {"id": 369, "owner": {"id": 658}, "assignee": {"id": 511}, "project": {"id": 372, "owner": {"id": 51}, "assignee": {"id": 898}}, "task": {"id": 310, "owner": {"id": 900}, "assignee": {"id": 1099}}, "job": {"id": 356, "assignee": {"id": 1197}}, "organization": {"id": 156}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 55, "privilege": "none"}, "organization": {"id": 112, "owner": {"id": 270}, "user": {"role": null}}}, "resource": {"id": 325, "owner": {"id": 687}, "assignee": {"id": 585}, "project": {"id": 380, "owner": {"id": 55}, "assignee": {"id": 895}}, "task": {"id": 320, "owner": {"id": 900}, "assignee": {"id": 1035}}, "job": {"id": 335, "assignee": {"id": 1199}}, "organization": {"id": 112}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 29, "privilege": "none"}, "organization": {"id": 123, "owner": {"id": 210}, "user": {"role": null}}}, "resource": {"id": 303, "owner": {"id": 601}, "assignee": {"id": 562}, "project": {"id": 339, "owner": {"id": 29}, "assignee": {"id": 830}}, "task": {"id": 370, "owner": {"id": 917}, "assignee": {"id": 1006}}, "job": {"id": 360, "assignee": {"id": 1184}}, "organization": {"id": 1285}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 4, "privilege": "none"}, "organization": {"id": 151, "owner": {"id": 241}, "user": {"role": null}}}, "resource": {"id": 368, "owner": {"id": 624}, "assignee": {"id": 557}, "project": {"id": 399, "owner": {"id": 4}, "assignee": {"id": 893}}, "task": {"id": 382, "owner": {"id": 960}, "assignee": {"id": 1076}}, "job": {"id": 363, "assignee": {"id": 1182}}, "organization": {"id": 1252}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 82, "privilege": "admin"}, "organization": {"id": 192, "owner": {"id": 82}, "user": {"role": "owner"}}}, "resource": {"id": 309, "owner": {"id": 661}, "assignee": {"id": 587}, "project": {"id": 343, "owner": {"id": 712}, "assignee": {"id": 82}}, "task": {"id": 342, "owner": {"id": 992}, "assignee": {"id": 1031}}, "job": {"id": 388, "assignee": {"id": 1129}}, "organization": {"id": 192}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 73, "privilege": "admin"}, "organization": {"id": 169, "owner": {"id": 73}, "user": {"role": "owner"}}}, "resource": {"id": 362, "owner": {"id": 631}, "assignee": {"id": 514}, "project": {"id": 377, "owner": {"id": 707}, "assignee": {"id": 73}}, "task": {"id": 334, "owner": {"id": 911}, "assignee": {"id": 1084}}, "job": {"id": 311, "assignee": {"id": 1170}}, "organization": {"id": 169}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 94, "privilege": "admin"}, "organization": {"id": 179, "owner": {"id": 94}, "user": {"role": "owner"}}}, "resource": {"id": 305, "owner": {"id": 640}, "assignee": {"id": 533}, "project": {"id": 334, "owner": {"id": 758}, "assignee": {"id": 94}}, "task": {"id": 312, "owner": {"id": 932}, "assignee": {"id": 1063}}, "job": {"id": 359, "assignee": {"id": 1167}}, "organization": {"id": 1210}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 92, "privilege": "admin"}, "organization": {"id": 132, "owner": {"id": 92}, "user": {"role": "owner"}}}, "resource": {"id": 398, "owner": {"id": 694}, "assignee": {"id": 525}, "project": {"id": 302, "owner": {"id": 764}, "assignee": {"id": 92}}, "task": {"id": 342, "owner": {"id": 908}, "assignee": {"id": 1048}}, "job": {"id": 389, "assignee": {"id": 1172}}, "organization": {"id": 1293}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 94, "privilege": "admin"}, "organization": {"id": 152, "owner": {"id": 219}, "user": {"role": "maintainer"}}}, "resource": {"id": 397, "owner": {"id": 602}, "assignee": {"id": 581}, "project": {"id": 381, "owner": {"id": 783}, "assignee": {"id": 94}}, "task": {"id": 388, "owner": {"id": 977}, "assignee": {"id": 1096}}, "job": {"id": 312, "assignee": {"id": 1156}}, "organization": {"id": 152}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 20, "privilege": "admin"}, "organization": {"id": 172, "owner": {"id": 295}, "user": {"role": "maintainer"}}}, "resource": {"id": 332, "owner": {"id": 699}, "assignee": {"id": 550}, "project": {"id": 371, "owner": {"id": 739}, "assignee": {"id": 20}}, "task": {"id": 357, "owner": {"id": 934}, "assignee": {"id": 1020}}, "job": {"id": 346, "assignee": {"id": 1165}}, "organization": {"id": 172}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 72, "privilege": "admin"}, "organization": {"id": 155, "owner": {"id": 226}, "user": {"role": "maintainer"}}}, "resource": {"id": 382, "owner": {"id": 674}, "assignee": {"id": 542}, "project": {"id": 370, "owner": {"id": 708}, "assignee": {"id": 72}}, "task": {"id": 335, "owner": {"id": 952}, "assignee": {"id": 1013}}, "job": {"id": 349, "assignee": {"id": 1101}}, "organization": {"id": 1296}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 0, "privilege": "admin"}, "organization": {"id": 163, "owner": {"id": 267}, "user": {"role": "maintainer"}}}, "resource": {"id": 383, "owner": {"id": 695}, "assignee": {"id": 566}, "project": {"id": 307, "owner": {"id": 781}, "assignee": {"id": 0}}, "task": {"id": 354, "owner": {"id": 935}, "assignee": {"id": 1045}}, "job": {"id": 343, "assignee": {"id": 1149}}, "organization": {"id": 1268}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 40, "privilege": "admin"}, "organization": {"id": 176, "owner": {"id": 285}, "user": {"role": "supervisor"}}}, "resource": {"id": 379, "owner": {"id": 602}, "assignee": {"id": 549}, "project": {"id": 328, "owner": {"id": 753}, "assignee": {"id": 40}}, "task": {"id": 399, "owner": {"id": 997}, "assignee": {"id": 1035}}, "job": {"id": 338, "assignee": {"id": 1120}}, "organization": {"id": 176}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 12, "privilege": "admin"}, "organization": {"id": 162, "owner": {"id": 225}, "user": {"role": "supervisor"}}}, "resource": {"id": 380, "owner": {"id": 667}, "assignee": {"id": 572}, "project": {"id": 386, "owner": {"id": 742}, "assignee": {"id": 12}}, "task": {"id": 324, "owner": {"id": 961}, "assignee": {"id": 1089}}, "job": {"id": 341, "assignee": {"id": 1144}}, "organization": {"id": 162}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 20, "privilege": "admin"}, "organization": {"id": 154, "owner": {"id": 298}, "user": {"role": "supervisor"}}}, "resource": {"id": 386, "owner": {"id": 660}, "assignee": {"id": 500}, "project": {"id": 376, "owner": {"id": 751}, "assignee": {"id": 20}}, "task": {"id": 331, "owner": {"id": 984}, "assignee": {"id": 1093}}, "job": {"id": 333, "assignee": {"id": 1108}}, "organization": {"id": 1239}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 79, "privilege": "admin"}, "organization": {"id": 101, "owner": {"id": 242}, "user": {"role": "supervisor"}}}, "resource": {"id": 385, "owner": {"id": 673}, "assignee": {"id": 504}, "project": {"id": 308, "owner": {"id": 704}, "assignee": {"id": 79}}, "task": {"id": 383, "owner": {"id": 917}, "assignee": {"id": 1031}}, "job": {"id": 327, "assignee": {"id": 1145}}, "organization": {"id": 1269}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 96, "privilege": "admin"}, "organization": {"id": 183, "owner": {"id": 229}, "user": {"role": "worker"}}}, "resource": {"id": 312, "owner": {"id": 678}, "assignee": {"id": 521}, "project": {"id": 310, "owner": {"id": 799}, "assignee": {"id": 96}}, "task": {"id": 323, "owner": {"id": 966}, "assignee": {"id": 1096}}, "job": {"id": 340, "assignee": {"id": 1169}}, "organization": {"id": 183}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 82, "privilege": "admin"}, "organization": {"id": 148, "owner": {"id": 290}, "user": {"role": "worker"}}}, "resource": {"id": 363, "owner": {"id": 636}, "assignee": {"id": 578}, "project": {"id": 320, "owner": {"id": 720}, "assignee": {"id": 82}}, "task": {"id": 384, "owner": {"id": 935}, "assignee": {"id": 1027}}, "job": {"id": 348, "assignee": {"id": 1151}}, "organization": {"id": 148}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 77, "privilege": "admin"}, "organization": {"id": 162, "owner": {"id": 273}, "user": {"role": "worker"}}}, "resource": {"id": 362, "owner": {"id": 610}, "assignee": {"id": 577}, "project": {"id": 327, "owner": {"id": 797}, "assignee": {"id": 77}}, "task": {"id": 308, "owner": {"id": 944}, "assignee": {"id": 1062}}, "job": {"id": 357, "assignee": {"id": 1118}}, "organization": {"id": 1216}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 36, "privilege": "admin"}, "organization": {"id": 119, "owner": {"id": 215}, "user": {"role": "worker"}}}, "resource": {"id": 358, "owner": {"id": 638}, "assignee": {"id": 589}, "project": {"id": 304, "owner": {"id": 768}, "assignee": {"id": 36}}, "task": {"id": 303, "owner": {"id": 904}, "assignee": {"id": 1006}}, "job": {"id": 310, "assignee": {"id": 1188}}, "organization": {"id": 1298}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 94, "privilege": "admin"}, "organization": {"id": 141, "owner": {"id": 296}, "user": {"role": null}}}, "resource": {"id": 380, "owner": {"id": 608}, "assignee": {"id": 528}, "project": {"id": 355, "owner": {"id": 779}, "assignee": {"id": 94}}, "task": {"id": 361, "owner": {"id": 925}, "assignee": {"id": 1016}}, "job": {"id": 334, "assignee": {"id": 1114}}, "organization": {"id": 141}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 75, "privilege": "admin"}, "organization": {"id": 146, "owner": {"id": 268}, "user": {"role": null}}}, "resource": {"id": 342, "owner": {"id": 666}, "assignee": {"id": 554}, "project": {"id": 312, "owner": {"id": 799}, "assignee": {"id": 75}}, "task": {"id": 320, "owner": {"id": 940}, "assignee": {"id": 1047}}, "job": {"id": 373, "assignee": {"id": 1106}}, "organization": {"id": 146}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 60, "privilege": "admin"}, "organization": {"id": 174, "owner": {"id": 223}, "user": {"role": null}}}, "resource": {"id": 373, "owner": {"id": 662}, "assignee": {"id": 589}, "project": {"id": 377, "owner": {"id": 702}, "assignee": {"id": 60}}, "task": {"id": 324, "owner": {"id": 988}, "assignee": {"id": 1069}}, "job": {"id": 300, "assignee": {"id": 1127}}, "organization": {"id": 1238}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 75, "privilege": "admin"}, "organization": {"id": 167, "owner": {"id": 227}, "user": {"role": null}}}, "resource": {"id": 320, "owner": {"id": 618}, "assignee": {"id": 531}, "project": {"id": 328, "owner": {"id": 797}, "assignee": {"id": 75}}, "task": {"id": 371, "owner": {"id": 923}, "assignee": {"id": 1003}}, "job": {"id": 364, "assignee": {"id": 1188}}, "organization": {"id": 1225}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 16, "privilege": "business"}, "organization": {"id": 136, "owner": {"id": 16}, "user": {"role": "owner"}}}, "resource": {"id": 346, "owner": {"id": 627}, "assignee": {"id": 595}, "project": {"id": 398, "owner": {"id": 760}, "assignee": {"id": 16}}, "task": {"id": 342, "owner": {"id": 960}, "assignee": {"id": 1095}}, "job": {"id": 310, "assignee": {"id": 1167}}, "organization": {"id": 136}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 87, "privilege": "business"}, "organization": {"id": 187, "owner": {"id": 87}, "user": {"role": "owner"}}}, "resource": {"id": 350, "owner": {"id": 614}, "assignee": {"id": 599}, "project": {"id": 331, "owner": {"id": 783}, "assignee": {"id": 87}}, "task": {"id": 394, "owner": {"id": 944}, "assignee": {"id": 1086}}, "job": {"id": 351, "assignee": {"id": 1162}}, "organization": {"id": 187}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 59, "privilege": "business"}, "organization": {"id": 114, "owner": {"id": 59}, "user": {"role": "owner"}}}, "resource": {"id": 327, "owner": {"id": 697}, "assignee": {"id": 584}, "project": {"id": 379, "owner": {"id": 788}, "assignee": {"id": 59}}, "task": {"id": 326, "owner": {"id": 987}, "assignee": {"id": 1013}}, "job": {"id": 334, "assignee": {"id": 1197}}, "organization": {"id": 1272}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 21, "privilege": "business"}, "organization": {"id": 156, "owner": {"id": 21}, "user": {"role": "owner"}}}, "resource": {"id": 318, "owner": {"id": 646}, "assignee": {"id": 548}, "project": {"id": 399, "owner": {"id": 701}, "assignee": {"id": 21}}, "task": {"id": 316, "owner": {"id": 921}, "assignee": {"id": 1042}}, "job": {"id": 334, "assignee": {"id": 1182}}, "organization": {"id": 1265}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 81, "privilege": "business"}, "organization": {"id": 103, "owner": {"id": 280}, "user": {"role": "maintainer"}}}, "resource": {"id": 316, "owner": {"id": 613}, "assignee": {"id": 547}, "project": {"id": 340, "owner": {"id": 779}, "assignee": {"id": 81}}, "task": {"id": 338, "owner": {"id": 934}, "assignee": {"id": 1047}}, "job": {"id": 355, "assignee": {"id": 1197}}, "organization": {"id": 103}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 34, "privilege": "business"}, "organization": {"id": 165, "owner": {"id": 206}, "user": {"role": "maintainer"}}}, "resource": {"id": 327, "owner": {"id": 699}, "assignee": {"id": 552}, "project": {"id": 384, "owner": {"id": 710}, "assignee": {"id": 34}}, "task": {"id": 356, "owner": {"id": 936}, "assignee": {"id": 1078}}, "job": {"id": 337, "assignee": {"id": 1157}}, "organization": {"id": 165}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 1, "privilege": "business"}, "organization": {"id": 186, "owner": {"id": 248}, "user": {"role": "maintainer"}}}, "resource": {"id": 353, "owner": {"id": 674}, "assignee": {"id": 510}, "project": {"id": 368, "owner": {"id": 766}, "assignee": {"id": 1}}, "task": {"id": 301, "owner": {"id": 963}, "assignee": {"id": 1018}}, "job": {"id": 344, "assignee": {"id": 1118}}, "organization": {"id": 1219}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 66, "privilege": "business"}, "organization": {"id": 157, "owner": {"id": 230}, "user": {"role": "maintainer"}}}, "resource": {"id": 327, "owner": {"id": 677}, "assignee": {"id": 505}, "project": {"id": 314, "owner": {"id": 721}, "assignee": {"id": 66}}, "task": {"id": 307, "owner": {"id": 910}, "assignee": {"id": 1001}}, "job": {"id": 327, "assignee": {"id": 1117}}, "organization": {"id": 1277}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 60, "privilege": "business"}, "organization": {"id": 150, "owner": {"id": 246}, "user": {"role": "supervisor"}}}, "resource": {"id": 381, "owner": {"id": 682}, "assignee": {"id": 521}, "project": {"id": 349, "owner": {"id": 779}, "assignee": {"id": 60}}, "task": {"id": 330, "owner": {"id": 958}, "assignee": {"id": 1037}}, "job": {"id": 333, "assignee": {"id": 1155}}, "organization": {"id": 150}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 38, "privilege": "business"}, "organization": {"id": 115, "owner": {"id": 216}, "user": {"role": "supervisor"}}}, "resource": {"id": 390, "owner": {"id": 693}, "assignee": {"id": 523}, "project": {"id": 397, "owner": {"id": 767}, "assignee": {"id": 38}}, "task": {"id": 365, "owner": {"id": 974}, "assignee": {"id": 1006}}, "job": {"id": 375, "assignee": {"id": 1176}}, "organization": {"id": 115}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 8, "privilege": "business"}, "organization": {"id": 138, "owner": {"id": 224}, "user": {"role": "supervisor"}}}, "resource": {"id": 311, "owner": {"id": 681}, "assignee": {"id": 506}, "project": {"id": 348, "owner": {"id": 722}, "assignee": {"id": 8}}, "task": {"id": 391, "owner": {"id": 999}, "assignee": {"id": 1063}}, "job": {"id": 359, "assignee": {"id": 1196}}, "organization": {"id": 1239}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 67, "privilege": "business"}, "organization": {"id": 160, "owner": {"id": 260}, "user": {"role": "supervisor"}}}, "resource": {"id": 363, "owner": {"id": 624}, "assignee": {"id": 571}, "project": {"id": 317, "owner": {"id": 723}, "assignee": {"id": 67}}, "task": {"id": 359, "owner": {"id": 950}, "assignee": {"id": 1047}}, "job": {"id": 396, "assignee": {"id": 1189}}, "organization": {"id": 1232}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 30, "privilege": "business"}, "organization": {"id": 114, "owner": {"id": 263}, "user": {"role": "worker"}}}, "resource": {"id": 336, "owner": {"id": 694}, "assignee": {"id": 520}, "project": {"id": 364, "owner": {"id": 735}, "assignee": {"id": 30}}, "task": {"id": 308, "owner": {"id": 963}, "assignee": {"id": 1037}}, "job": {"id": 340, "assignee": {"id": 1111}}, "organization": {"id": 114}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 8, "privilege": "business"}, "organization": {"id": 184, "owner": {"id": 245}, "user": {"role": "worker"}}}, "resource": {"id": 336, "owner": {"id": 698}, "assignee": {"id": 593}, "project": {"id": 335, "owner": {"id": 712}, "assignee": {"id": 8}}, "task": {"id": 396, "owner": {"id": 941}, "assignee": {"id": 1079}}, "job": {"id": 327, "assignee": {"id": 1192}}, "organization": {"id": 184}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 21, "privilege": "business"}, "organization": {"id": 111, "owner": {"id": 228}, "user": {"role": "worker"}}}, "resource": {"id": 364, "owner": {"id": 631}, "assignee": {"id": 568}, "project": {"id": 315, "owner": {"id": 755}, "assignee": {"id": 21}}, "task": {"id": 364, "owner": {"id": 946}, "assignee": {"id": 1093}}, "job": {"id": 327, "assignee": {"id": 1106}}, "organization": {"id": 1214}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 9, "privilege": "business"}, "organization": {"id": 104, "owner": {"id": 284}, "user": {"role": "worker"}}}, "resource": {"id": 394, "owner": {"id": 633}, "assignee": {"id": 569}, "project": {"id": 329, "owner": {"id": 770}, "assignee": {"id": 9}}, "task": {"id": 330, "owner": {"id": 933}, "assignee": {"id": 1078}}, "job": {"id": 354, "assignee": {"id": 1165}}, "organization": {"id": 1236}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 26, "privilege": "business"}, "organization": {"id": 157, "owner": {"id": 254}, "user": {"role": null}}}, "resource": {"id": 331, "owner": {"id": 637}, "assignee": {"id": 577}, "project": {"id": 347, "owner": {"id": 744}, "assignee": {"id": 26}}, "task": {"id": 373, "owner": {"id": 997}, "assignee": {"id": 1016}}, "job": {"id": 300, "assignee": {"id": 1170}}, "organization": {"id": 157}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 58, "privilege": "business"}, "organization": {"id": 146, "owner": {"id": 260}, "user": {"role": null}}}, "resource": {"id": 348, "owner": {"id": 624}, "assignee": {"id": 535}, "project": {"id": 392, "owner": {"id": 772}, "assignee": {"id": 58}}, "task": {"id": 366, "owner": {"id": 976}, "assignee": {"id": 1065}}, "job": {"id": 374, "assignee": {"id": 1177}}, "organization": {"id": 146}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 48, "privilege": "business"}, "organization": {"id": 138, "owner": {"id": 222}, "user": {"role": null}}}, "resource": {"id": 377, "owner": {"id": 655}, "assignee": {"id": 530}, "project": {"id": 335, "owner": {"id": 730}, "assignee": {"id": 48}}, "task": {"id": 335, "owner": {"id": 944}, "assignee": {"id": 1032}}, "job": {"id": 317, "assignee": {"id": 1194}}, "organization": {"id": 1236}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 46, "privilege": "business"}, "organization": {"id": 166, "owner": {"id": 260}, "user": {"role": null}}}, "resource": {"id": 338, "owner": {"id": 646}, "assignee": {"id": 554}, "project": {"id": 324, "owner": {"id": 757}, "assignee": {"id": 46}}, "task": {"id": 392, "owner": {"id": 968}, "assignee": {"id": 1084}}, "job": {"id": 322, "assignee": {"id": 1189}}, "organization": {"id": 1282}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 56, "privilege": "user"}, "organization": {"id": 199, "owner": {"id": 56}, "user": {"role": "owner"}}}, "resource": {"id": 360, "owner": {"id": 631}, "assignee": {"id": 513}, "project": {"id": 306, "owner": {"id": 779}, "assignee": {"id": 56}}, "task": {"id": 361, "owner": {"id": 924}, "assignee": {"id": 1062}}, "job": {"id": 342, "assignee": {"id": 1156}}, "organization": {"id": 199}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 27, "privilege": "user"}, "organization": {"id": 140, "owner": {"id": 27}, "user": {"role": "owner"}}}, "resource": {"id": 305, "owner": {"id": 617}, "assignee": {"id": 591}, "project": {"id": 352, "owner": {"id": 723}, "assignee": {"id": 27}}, "task": {"id": 315, "owner": {"id": 980}, "assignee": {"id": 1005}}, "job": {"id": 336, "assignee": {"id": 1128}}, "organization": {"id": 140}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 46, "privilege": "user"}, "organization": {"id": 145, "owner": {"id": 46}, "user": {"role": "owner"}}}, "resource": {"id": 342, "owner": {"id": 688}, "assignee": {"id": 511}, "project": {"id": 325, "owner": {"id": 751}, "assignee": {"id": 46}}, "task": {"id": 305, "owner": {"id": 935}, "assignee": {"id": 1017}}, "job": {"id": 350, "assignee": {"id": 1122}}, "organization": {"id": 1236}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 88, "privilege": "user"}, "organization": {"id": 109, "owner": {"id": 88}, "user": {"role": "owner"}}}, "resource": {"id": 355, "owner": {"id": 676}, "assignee": {"id": 582}, "project": {"id": 305, "owner": {"id": 703}, "assignee": {"id": 88}}, "task": {"id": 384, "owner": {"id": 940}, "assignee": {"id": 1013}}, "job": {"id": 308, "assignee": {"id": 1162}}, "organization": {"id": 1294}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 15, "privilege": "user"}, "organization": {"id": 118, "owner": {"id": 285}, "user": {"role": "maintainer"}}}, "resource": {"id": 321, "owner": {"id": 654}, "assignee": {"id": 588}, "project": {"id": 386, "owner": {"id": 733}, "assignee": {"id": 15}}, "task": {"id": 383, "owner": {"id": 921}, "assignee": {"id": 1003}}, "job": {"id": 318, "assignee": {"id": 1181}}, "organization": {"id": 118}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 55, "privilege": "user"}, "organization": {"id": 157, "owner": {"id": 257}, "user": {"role": "maintainer"}}}, "resource": {"id": 388, "owner": {"id": 667}, "assignee": {"id": 548}, "project": {"id": 333, "owner": {"id": 735}, "assignee": {"id": 55}}, "task": {"id": 382, "owner": {"id": 904}, "assignee": {"id": 1031}}, "job": {"id": 346, "assignee": {"id": 1109}}, "organization": {"id": 157}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 78, "privilege": "user"}, "organization": {"id": 155, "owner": {"id": 299}, "user": {"role": "maintainer"}}}, "resource": {"id": 314, "owner": {"id": 668}, "assignee": {"id": 588}, "project": {"id": 364, "owner": {"id": 745}, "assignee": {"id": 78}}, "task": {"id": 380, "owner": {"id": 902}, "assignee": {"id": 1086}}, "job": {"id": 322, "assignee": {"id": 1137}}, "organization": {"id": 1219}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 0, "privilege": "user"}, "organization": {"id": 102, "owner": {"id": 225}, "user": {"role": "maintainer"}}}, "resource": {"id": 345, "owner": {"id": 692}, "assignee": {"id": 590}, "project": {"id": 302, "owner": {"id": 791}, "assignee": {"id": 0}}, "task": {"id": 371, "owner": {"id": 932}, "assignee": {"id": 1079}}, "job": {"id": 339, "assignee": {"id": 1133}}, "organization": {"id": 1204}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 91, "privilege": "user"}, "organization": {"id": 143, "owner": {"id": 290}, "user": {"role": "supervisor"}}}, "resource": {"id": 370, "owner": {"id": 630}, "assignee": {"id": 507}, "project": {"id": 390, "owner": {"id": 776}, "assignee": {"id": 91}}, "task": {"id": 343, "owner": {"id": 904}, "assignee": {"id": 1076}}, "job": {"id": 339, "assignee": {"id": 1174}}, "organization": {"id": 143}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 60, "privilege": "user"}, "organization": {"id": 125, "owner": {"id": 211}, "user": {"role": "supervisor"}}}, "resource": {"id": 384, "owner": {"id": 698}, "assignee": {"id": 571}, "project": {"id": 338, "owner": {"id": 764}, "assignee": {"id": 60}}, "task": {"id": 333, "owner": {"id": 934}, "assignee": {"id": 1030}}, "job": {"id": 380, "assignee": {"id": 1185}}, "organization": {"id": 125}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 14, "privilege": "user"}, "organization": {"id": 196, "owner": {"id": 204}, "user": {"role": "supervisor"}}}, "resource": {"id": 320, "owner": {"id": 653}, "assignee": {"id": 580}, "project": {"id": 378, "owner": {"id": 730}, "assignee": {"id": 14}}, "task": {"id": 364, "owner": {"id": 935}, "assignee": {"id": 1071}}, "job": {"id": 352, "assignee": {"id": 1189}}, "organization": {"id": 1243}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 19, "privilege": "user"}, "organization": {"id": 138, "owner": {"id": 213}, "user": {"role": "supervisor"}}}, "resource": {"id": 388, "owner": {"id": 694}, "assignee": {"id": 537}, "project": {"id": 325, "owner": {"id": 710}, "assignee": {"id": 19}}, "task": {"id": 309, "owner": {"id": 999}, "assignee": {"id": 1059}}, "job": {"id": 342, "assignee": {"id": 1174}}, "organization": {"id": 1201}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 15, "privilege": "user"}, "organization": {"id": 183, "owner": {"id": 273}, "user": {"role": "worker"}}}, "resource": {"id": 394, "owner": {"id": 653}, "assignee": {"id": 509}, "project": {"id": 340, "owner": {"id": 752}, "assignee": {"id": 15}}, "task": {"id": 389, "owner": {"id": 939}, "assignee": {"id": 1077}}, "job": {"id": 308, "assignee": {"id": 1144}}, "organization": {"id": 183}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 1, "privilege": "user"}, "organization": {"id": 166, "owner": {"id": 237}, "user": {"role": "worker"}}}, "resource": {"id": 359, "owner": {"id": 616}, "assignee": {"id": 553}, "project": {"id": 346, "owner": {"id": 734}, "assignee": {"id": 1}}, "task": {"id": 345, "owner": {"id": 972}, "assignee": {"id": 1052}}, "job": {"id": 369, "assignee": {"id": 1168}}, "organization": {"id": 166}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 9, "privilege": "user"}, "organization": {"id": 152, "owner": {"id": 258}, "user": {"role": "worker"}}}, "resource": {"id": 377, "owner": {"id": 618}, "assignee": {"id": 531}, "project": {"id": 308, "owner": {"id": 775}, "assignee": {"id": 9}}, "task": {"id": 383, "owner": {"id": 925}, "assignee": {"id": 1031}}, "job": {"id": 394, "assignee": {"id": 1182}}, "organization": {"id": 1236}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 79, "privilege": "user"}, "organization": {"id": 107, "owner": {"id": 299}, "user": {"role": "worker"}}}, "resource": {"id": 381, "owner": {"id": 648}, "assignee": {"id": 558}, "project": {"id": 320, "owner": {"id": 778}, "assignee": {"id": 79}}, "task": {"id": 306, "owner": {"id": 909}, "assignee": {"id": 1018}}, "job": {"id": 364, "assignee": {"id": 1178}}, "organization": {"id": 1236}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 69, "privilege": "user"}, "organization": {"id": 198, "owner": {"id": 209}, "user": {"role": null}}}, "resource": {"id": 339, "owner": {"id": 606}, "assignee": {"id": 505}, "project": {"id": 330, "owner": {"id": 707}, "assignee": {"id": 69}}, "task": {"id": 305, "owner": {"id": 968}, "assignee": {"id": 1013}}, "job": {"id": 304, "assignee": {"id": 1160}}, "organization": {"id": 198}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 32, "privilege": "user"}, "organization": {"id": 118, "owner": {"id": 269}, "user": {"role": null}}}, "resource": {"id": 346, "owner": {"id": 681}, "assignee": {"id": 512}, "project": {"id": 360, "owner": {"id": 726}, "assignee": {"id": 32}}, "task": {"id": 302, "owner": {"id": 989}, "assignee": {"id": 1008}}, "job": {"id": 362, "assignee": {"id": 1108}}, "organization": {"id": 118}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 2, "privilege": "user"}, "organization": {"id": 107, "owner": {"id": 278}, "user": {"role": null}}}, "resource": {"id": 315, "owner": {"id": 688}, "assignee": {"id": 512}, "project": {"id": 399, "owner": {"id": 720}, "assignee": {"id": 2}}, "task": {"id": 347, "owner": {"id": 929}, "assignee": {"id": 1003}}, "job": {"id": 302, "assignee": {"id": 1107}}, "organization": {"id": 1263}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 21, "privilege": "user"}, "organization": {"id": 155, "owner": {"id": 258}, "user": {"role": null}}}, "resource": {"id": 352, "owner": {"id": 686}, "assignee": {"id": 541}, "project": {"id": 305, "owner": {"id": 700}, "assignee": {"id": 21}}, "task": {"id": 393, "owner": {"id": 968}, "assignee": {"id": 1042}}, "job": {"id": 334, "assignee": {"id": 1163}}, "organization": {"id": 1296}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 89, "privilege": "worker"}, "organization": {"id": 162, "owner": {"id": 89}, "user": {"role": "owner"}}}, "resource": {"id": 387, "owner": {"id": 652}, "assignee": {"id": 591}, "project": {"id": 344, "owner": {"id": 731}, "assignee": {"id": 89}}, "task": {"id": 350, "owner": {"id": 981}, "assignee": {"id": 1095}}, "job": {"id": 307, "assignee": {"id": 1178}}, "organization": {"id": 162}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 90, "privilege": "worker"}, "organization": {"id": 129, "owner": {"id": 90}, "user": {"role": "owner"}}}, "resource": {"id": 319, "owner": {"id": 609}, "assignee": {"id": 543}, "project": {"id": 349, "owner": {"id": 710}, "assignee": {"id": 90}}, "task": {"id": 397, "owner": {"id": 918}, "assignee": {"id": 1070}}, "job": {"id": 368, "assignee": {"id": 1159}}, "organization": {"id": 129}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 14, "privilege": "worker"}, "organization": {"id": 153, "owner": {"id": 14}, "user": {"role": "owner"}}}, "resource": {"id": 323, "owner": {"id": 646}, "assignee": {"id": 539}, "project": {"id": 302, "owner": {"id": 755}, "assignee": {"id": 14}}, "task": {"id": 302, "owner": {"id": 992}, "assignee": {"id": 1035}}, "job": {"id": 326, "assignee": {"id": 1173}}, "organization": {"id": 1262}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 4, "privilege": "worker"}, "organization": {"id": 126, "owner": {"id": 4}, "user": {"role": "owner"}}}, "resource": {"id": 336, "owner": {"id": 628}, "assignee": {"id": 589}, "project": {"id": 303, "owner": {"id": 718}, "assignee": {"id": 4}}, "task": {"id": 347, "owner": {"id": 932}, "assignee": {"id": 1066}}, "job": {"id": 389, "assignee": {"id": 1109}}, "organization": {"id": 1214}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 88, "privilege": "worker"}, "organization": {"id": 179, "owner": {"id": 256}, "user": {"role": "maintainer"}}}, "resource": {"id": 303, "owner": {"id": 623}, "assignee": {"id": 556}, "project": {"id": 369, "owner": {"id": 784}, "assignee": {"id": 88}}, "task": {"id": 303, "owner": {"id": 930}, "assignee": {"id": 1036}}, "job": {"id": 345, "assignee": {"id": 1167}}, "organization": {"id": 179}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 10, "privilege": "worker"}, "organization": {"id": 145, "owner": {"id": 262}, "user": {"role": "maintainer"}}}, "resource": {"id": 306, "owner": {"id": 621}, "assignee": {"id": 532}, "project": {"id": 326, "owner": {"id": 797}, "assignee": {"id": 10}}, "task": {"id": 378, "owner": {"id": 933}, "assignee": {"id": 1089}}, "job": {"id": 385, "assignee": {"id": 1119}}, "organization": {"id": 145}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 77, "privilege": "worker"}, "organization": {"id": 100, "owner": {"id": 299}, "user": {"role": "maintainer"}}}, "resource": {"id": 315, "owner": {"id": 668}, "assignee": {"id": 532}, "project": {"id": 386, "owner": {"id": 760}, "assignee": {"id": 77}}, "task": {"id": 363, "owner": {"id": 985}, "assignee": {"id": 1078}}, "job": {"id": 307, "assignee": {"id": 1136}}, "organization": {"id": 1232}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 78, "privilege": "worker"}, "organization": {"id": 184, "owner": {"id": 281}, "user": {"role": "maintainer"}}}, "resource": {"id": 365, "owner": {"id": 668}, "assignee": {"id": 554}, "project": {"id": 357, "owner": {"id": 748}, "assignee": {"id": 78}}, "task": {"id": 356, "owner": {"id": 946}, "assignee": {"id": 1090}}, "job": {"id": 356, "assignee": {"id": 1171}}, "organization": {"id": 1257}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 49, "privilege": "worker"}, "organization": {"id": 156, "owner": {"id": 258}, "user": {"role": "supervisor"}}}, "resource": {"id": 386, "owner": {"id": 605}, "assignee": {"id": 522}, "project": {"id": 331, "owner": {"id": 744}, "assignee": {"id": 49}}, "task": {"id": 317, "owner": {"id": 947}, "assignee": {"id": 1064}}, "job": {"id": 359, "assignee": {"id": 1103}}, "organization": {"id": 156}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 93, "privilege": "worker"}, "organization": {"id": 116, "owner": {"id": 220}, "user": {"role": "supervisor"}}}, "resource": {"id": 372, "owner": {"id": 611}, "assignee": {"id": 544}, "project": {"id": 324, "owner": {"id": 787}, "assignee": {"id": 93}}, "task": {"id": 372, "owner": {"id": 918}, "assignee": {"id": 1034}}, "job": {"id": 308, "assignee": {"id": 1170}}, "organization": {"id": 116}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 66, "privilege": "worker"}, "organization": {"id": 164, "owner": {"id": 299}, "user": {"role": "supervisor"}}}, "resource": {"id": 358, "owner": {"id": 611}, "assignee": {"id": 538}, "project": {"id": 358, "owner": {"id": 756}, "assignee": {"id": 66}}, "task": {"id": 340, "owner": {"id": 930}, "assignee": {"id": 1003}}, "job": {"id": 357, "assignee": {"id": 1164}}, "organization": {"id": 1261}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 93, "privilege": "worker"}, "organization": {"id": 136, "owner": {"id": 240}, "user": {"role": "supervisor"}}}, "resource": {"id": 352, "owner": {"id": 684}, "assignee": {"id": 540}, "project": {"id": 303, "owner": {"id": 777}, "assignee": {"id": 93}}, "task": {"id": 323, "owner": {"id": 986}, "assignee": {"id": 1021}}, "job": {"id": 393, "assignee": {"id": 1116}}, "organization": {"id": 1294}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 86, "privilege": "worker"}, "organization": {"id": 117, "owner": {"id": 201}, "user": {"role": "worker"}}}, "resource": {"id": 307, "owner": {"id": 666}, "assignee": {"id": 533}, "project": {"id": 315, "owner": {"id": 714}, "assignee": {"id": 86}}, "task": {"id": 348, "owner": {"id": 979}, "assignee": {"id": 1049}}, "job": {"id": 305, "assignee": {"id": 1114}}, "organization": {"id": 117}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 9, "privilege": "worker"}, "organization": {"id": 126, "owner": {"id": 278}, "user": {"role": "worker"}}}, "resource": {"id": 357, "owner": {"id": 622}, "assignee": {"id": 579}, "project": {"id": 317, "owner": {"id": 718}, "assignee": {"id": 9}}, "task": {"id": 336, "owner": {"id": 946}, "assignee": {"id": 1004}}, "job": {"id": 360, "assignee": {"id": 1120}}, "organization": {"id": 126}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 8, "privilege": "worker"}, "organization": {"id": 105, "owner": {"id": 213}, "user": {"role": "worker"}}}, "resource": {"id": 320, "owner": {"id": 693}, "assignee": {"id": 561}, "project": {"id": 321, "owner": {"id": 798}, "assignee": {"id": 8}}, "task": {"id": 318, "owner": {"id": 936}, "assignee": {"id": 1075}}, "job": {"id": 341, "assignee": {"id": 1149}}, "organization": {"id": 1299}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 79, "privilege": "worker"}, "organization": {"id": 108, "owner": {"id": 220}, "user": {"role": "worker"}}}, "resource": {"id": 308, "owner": {"id": 684}, "assignee": {"id": 563}, "project": {"id": 392, "owner": {"id": 729}, "assignee": {"id": 79}}, "task": {"id": 328, "owner": {"id": 947}, "assignee": {"id": 1032}}, "job": {"id": 302, "assignee": {"id": 1160}}, "organization": {"id": 1215}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 79, "privilege": "worker"}, "organization": {"id": 189, "owner": {"id": 241}, "user": {"role": null}}}, "resource": {"id": 354, "owner": {"id": 628}, "assignee": {"id": 556}, "project": {"id": 318, "owner": {"id": 776}, "assignee": {"id": 79}}, "task": {"id": 374, "owner": {"id": 997}, "assignee": {"id": 1076}}, "job": {"id": 327, "assignee": {"id": 1138}}, "organization": {"id": 189}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 25, "privilege": "worker"}, "organization": {"id": 181, "owner": {"id": 210}, "user": {"role": null}}}, "resource": {"id": 312, "owner": {"id": 607}, "assignee": {"id": 529}, "project": {"id": 320, "owner": {"id": 766}, "assignee": {"id": 25}}, "task": {"id": 310, "owner": {"id": 982}, "assignee": {"id": 1075}}, "job": {"id": 310, "assignee": {"id": 1114}}, "organization": {"id": 181}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 19, "privilege": "worker"}, "organization": {"id": 182, "owner": {"id": 255}, "user": {"role": null}}}, "resource": {"id": 359, "owner": {"id": 691}, "assignee": {"id": 579}, "project": {"id": 399, "owner": {"id": 735}, "assignee": {"id": 19}}, "task": {"id": 390, "owner": {"id": 972}, "assignee": {"id": 1093}}, "job": {"id": 394, "assignee": {"id": 1185}}, "organization": {"id": 1284}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 84, "privilege": "worker"}, "organization": {"id": 195, "owner": {"id": 270}, "user": {"role": null}}}, "resource": {"id": 377, "owner": {"id": 639}, "assignee": {"id": 557}, "project": {"id": 345, "owner": {"id": 744}, "assignee": {"id": 84}}, "task": {"id": 370, "owner": {"id": 927}, "assignee": {"id": 1079}}, "job": {"id": 336, "assignee": {"id": 1110}}, "organization": {"id": 1292}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 2, "privilege": "none"}, "organization": {"id": 139, "owner": {"id": 2}, "user": {"role": "owner"}}}, "resource": {"id": 380, "owner": {"id": 625}, "assignee": {"id": 581}, "project": {"id": 313, "owner": {"id": 709}, "assignee": {"id": 2}}, "task": {"id": 312, "owner": {"id": 908}, "assignee": {"id": 1097}}, "job": {"id": 397, "assignee": {"id": 1183}}, "organization": {"id": 139}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 25, "privilege": "none"}, "organization": {"id": 173, "owner": {"id": 25}, "user": {"role": "owner"}}}, "resource": {"id": 378, "owner": {"id": 651}, "assignee": {"id": 521}, "project": {"id": 317, "owner": {"id": 708}, "assignee": {"id": 25}}, "task": {"id": 394, "owner": {"id": 941}, "assignee": {"id": 1084}}, "job": {"id": 340, "assignee": {"id": 1191}}, "organization": {"id": 173}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 91, "privilege": "none"}, "organization": {"id": 125, "owner": {"id": 91}, "user": {"role": "owner"}}}, "resource": {"id": 361, "owner": {"id": 655}, "assignee": {"id": 586}, "project": {"id": 323, "owner": {"id": 741}, "assignee": {"id": 91}}, "task": {"id": 395, "owner": {"id": 942}, "assignee": {"id": 1051}}, "job": {"id": 309, "assignee": {"id": 1164}}, "organization": {"id": 1204}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 65, "privilege": "none"}, "organization": {"id": 172, "owner": {"id": 65}, "user": {"role": "owner"}}}, "resource": {"id": 332, "owner": {"id": 653}, "assignee": {"id": 576}, "project": {"id": 396, "owner": {"id": 717}, "assignee": {"id": 65}}, "task": {"id": 393, "owner": {"id": 943}, "assignee": {"id": 1090}}, "job": {"id": 355, "assignee": {"id": 1178}}, "organization": {"id": 1271}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 25, "privilege": "none"}, "organization": {"id": 197, "owner": {"id": 285}, "user": {"role": "maintainer"}}}, "resource": {"id": 370, "owner": {"id": 630}, "assignee": {"id": 539}, "project": {"id": 342, "owner": {"id": 727}, "assignee": {"id": 25}}, "task": {"id": 380, "owner": {"id": 965}, "assignee": {"id": 1046}}, "job": {"id": 386, "assignee": {"id": 1125}}, "organization": {"id": 197}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 61, "privilege": "none"}, "organization": {"id": 162, "owner": {"id": 291}, "user": {"role": "maintainer"}}}, "resource": {"id": 315, "owner": {"id": 622}, "assignee": {"id": 588}, "project": {"id": 378, "owner": {"id": 783}, "assignee": {"id": 61}}, "task": {"id": 331, "owner": {"id": 957}, "assignee": {"id": 1053}}, "job": {"id": 341, "assignee": {"id": 1122}}, "organization": {"id": 162}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 30, "privilege": "none"}, "organization": {"id": 193, "owner": {"id": 258}, "user": {"role": "maintainer"}}}, "resource": {"id": 300, "owner": {"id": 675}, "assignee": {"id": 552}, "project": {"id": 370, "owner": {"id": 799}, "assignee": {"id": 30}}, "task": {"id": 326, "owner": {"id": 992}, "assignee": {"id": 1057}}, "job": {"id": 382, "assignee": {"id": 1123}}, "organization": {"id": 1250}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 2, "privilege": "none"}, "organization": {"id": 126, "owner": {"id": 222}, "user": {"role": "maintainer"}}}, "resource": {"id": 310, "owner": {"id": 686}, "assignee": {"id": 527}, "project": {"id": 327, "owner": {"id": 744}, "assignee": {"id": 2}}, "task": {"id": 378, "owner": {"id": 905}, "assignee": {"id": 1084}}, "job": {"id": 396, "assignee": {"id": 1131}}, "organization": {"id": 1272}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 57, "privilege": "none"}, "organization": {"id": 167, "owner": {"id": 212}, "user": {"role": "supervisor"}}}, "resource": {"id": 300, "owner": {"id": 621}, "assignee": {"id": 501}, "project": {"id": 388, "owner": {"id": 724}, "assignee": {"id": 57}}, "task": {"id": 332, "owner": {"id": 932}, "assignee": {"id": 1022}}, "job": {"id": 330, "assignee": {"id": 1182}}, "organization": {"id": 167}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 46, "privilege": "none"}, "organization": {"id": 137, "owner": {"id": 219}, "user": {"role": "supervisor"}}}, "resource": {"id": 374, "owner": {"id": 670}, "assignee": {"id": 554}, "project": {"id": 307, "owner": {"id": 739}, "assignee": {"id": 46}}, "task": {"id": 388, "owner": {"id": 959}, "assignee": {"id": 1078}}, "job": {"id": 358, "assignee": {"id": 1168}}, "organization": {"id": 137}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 77, "privilege": "none"}, "organization": {"id": 187, "owner": {"id": 225}, "user": {"role": "supervisor"}}}, "resource": {"id": 306, "owner": {"id": 685}, "assignee": {"id": 532}, "project": {"id": 363, "owner": {"id": 746}, "assignee": {"id": 77}}, "task": {"id": 399, "owner": {"id": 938}, "assignee": {"id": 1069}}, "job": {"id": 353, "assignee": {"id": 1153}}, "organization": {"id": 1289}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 14, "privilege": "none"}, "organization": {"id": 151, "owner": {"id": 275}, "user": {"role": "supervisor"}}}, "resource": {"id": 346, "owner": {"id": 633}, "assignee": {"id": 579}, "project": {"id": 330, "owner": {"id": 770}, "assignee": {"id": 14}}, "task": {"id": 349, "owner": {"id": 919}, "assignee": {"id": 1048}}, "job": {"id": 365, "assignee": {"id": 1150}}, "organization": {"id": 1288}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 97, "privilege": "none"}, "organization": {"id": 158, "owner": {"id": 213}, "user": {"role": "worker"}}}, "resource": {"id": 333, "owner": {"id": 630}, "assignee": {"id": 580}, "project": {"id": 322, "owner": {"id": 703}, "assignee": {"id": 97}}, "task": {"id": 343, "owner": {"id": 962}, "assignee": {"id": 1016}}, "job": {"id": 348, "assignee": {"id": 1188}}, "organization": {"id": 158}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 58, "privilege": "none"}, "organization": {"id": 173, "owner": {"id": 244}, "user": {"role": "worker"}}}, "resource": {"id": 329, "owner": {"id": 651}, "assignee": {"id": 544}, "project": {"id": 308, "owner": {"id": 727}, "assignee": {"id": 58}}, "task": {"id": 389, "owner": {"id": 927}, "assignee": {"id": 1070}}, "job": {"id": 302, "assignee": {"id": 1121}}, "organization": {"id": 173}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 55, "privilege": "none"}, "organization": {"id": 155, "owner": {"id": 217}, "user": {"role": "worker"}}}, "resource": {"id": 359, "owner": {"id": 650}, "assignee": {"id": 569}, "project": {"id": 342, "owner": {"id": 734}, "assignee": {"id": 55}}, "task": {"id": 353, "owner": {"id": 928}, "assignee": {"id": 1098}}, "job": {"id": 370, "assignee": {"id": 1164}}, "organization": {"id": 1237}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 43, "privilege": "none"}, "organization": {"id": 146, "owner": {"id": 286}, "user": {"role": "worker"}}}, "resource": {"id": 361, "owner": {"id": 621}, "assignee": {"id": 508}, "project": {"id": 341, "owner": {"id": 751}, "assignee": {"id": 43}}, "task": {"id": 335, "owner": {"id": 929}, "assignee": {"id": 1021}}, "job": {"id": 308, "assignee": {"id": 1166}}, "organization": {"id": 1204}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 96, "privilege": "none"}, "organization": {"id": 102, "owner": {"id": 233}, "user": {"role": null}}}, "resource": {"id": 347, "owner": {"id": 607}, "assignee": {"id": 574}, "project": {"id": 307, "owner": {"id": 708}, "assignee": {"id": 96}}, "task": {"id": 371, "owner": {"id": 934}, "assignee": {"id": 1000}}, "job": {"id": 312, "assignee": {"id": 1152}}, "organization": {"id": 102}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 31, "privilege": "none"}, "organization": {"id": 106, "owner": {"id": 286}, "user": {"role": null}}}, "resource": {"id": 355, "owner": {"id": 666}, "assignee": {"id": 540}, "project": {"id": 344, "owner": {"id": 775}, "assignee": {"id": 31}}, "task": {"id": 393, "owner": {"id": 979}, "assignee": {"id": 1096}}, "job": {"id": 377, "assignee": {"id": 1140}}, "organization": {"id": 106}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 57, "privilege": "none"}, "organization": {"id": 138, "owner": {"id": 222}, "user": {"role": null}}}, "resource": {"id": 363, "owner": {"id": 609}, "assignee": {"id": 553}, "project": {"id": 317, "owner": {"id": 723}, "assignee": {"id": 57}}, "task": {"id": 389, "owner": {"id": 907}, "assignee": {"id": 1029}}, "job": {"id": 338, "assignee": {"id": 1128}}, "organization": {"id": 1255}}} +test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 60, "privilege": "none"}, "organization": {"id": 143, "owner": {"id": 230}, "user": {"role": null}}}, "resource": {"id": 309, "owner": {"id": 663}, "assignee": {"id": 533}, "project": {"id": 314, "owner": {"id": 789}, "assignee": {"id": 60}}, "task": {"id": 382, "owner": {"id": 949}, "assignee": {"id": 1085}}, "job": {"id": 377, "assignee": {"id": 1113}}, "organization": {"id": 1292}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 97, "privilege": "admin"}, "organization": {"id": 163, "owner": {"id": 97}, "user": {"role": "owner"}}}, "resource": {"id": 340, "owner": {"id": 650}, "assignee": {"id": 579}, "project": {"id": 325, "owner": {"id": 759}, "assignee": {"id": 875}}, "task": {"id": 341, "owner": {"id": 97}, "assignee": {"id": 1048}}, "job": {"id": 321, "assignee": {"id": 1195}}, "organization": {"id": 163}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 26, "privilege": "admin"}, "organization": {"id": 108, "owner": {"id": 26}, "user": {"role": "owner"}}}, "resource": {"id": 368, "owner": {"id": 644}, "assignee": {"id": 584}, "project": {"id": 393, "owner": {"id": 724}, "assignee": {"id": 840}}, "task": {"id": 339, "owner": {"id": 26}, "assignee": {"id": 1055}}, "job": {"id": 362, "assignee": {"id": 1133}}, "organization": {"id": 108}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 77, "privilege": "admin"}, "organization": {"id": 153, "owner": {"id": 77}, "user": {"role": "owner"}}}, "resource": {"id": 359, "owner": {"id": 609}, "assignee": {"id": 532}, "project": {"id": 308, "owner": {"id": 710}, "assignee": {"id": 802}}, "task": {"id": 393, "owner": {"id": 77}, "assignee": {"id": 1004}}, "job": {"id": 391, "assignee": {"id": 1110}}, "organization": {"id": 153}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 19, "privilege": "admin"}, "organization": {"id": 162, "owner": {"id": 19}, "user": {"role": "owner"}}}, "resource": {"id": 350, "owner": {"id": 689}, "assignee": {"id": 580}, "project": {"id": 397, "owner": {"id": 711}, "assignee": {"id": 819}}, "task": {"id": 398, "owner": {"id": 19}, "assignee": {"id": 1096}}, "job": {"id": 318, "assignee": {"id": 1103}}, "organization": {"id": 162}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 66, "privilege": "admin"}, "organization": {"id": 171, "owner": {"id": 66}, "user": {"role": "owner"}}}, "resource": {"id": 335, "owner": {"id": 619}, "assignee": {"id": 525}, "project": {"id": 335, "owner": {"id": 743}, "assignee": {"id": 826}}, "task": {"id": 312, "owner": {"id": 66}, "assignee": {"id": 1020}}, "job": {"id": 316, "assignee": {"id": 1149}}, "organization": {"id": 1204}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 72, "privilege": "admin"}, "organization": {"id": 184, "owner": {"id": 72}, "user": {"role": "owner"}}}, "resource": {"id": 319, "owner": {"id": 627}, "assignee": {"id": 572}, "project": {"id": 314, "owner": {"id": 721}, "assignee": {"id": 850}}, "task": {"id": 371, "owner": {"id": 72}, "assignee": {"id": 1098}}, "job": {"id": 377, "assignee": {"id": 1113}}, "organization": {"id": 1235}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 9, "privilege": "admin"}, "organization": {"id": 125, "owner": {"id": 9}, "user": {"role": "owner"}}}, "resource": {"id": 391, "owner": {"id": 681}, "assignee": {"id": 569}, "project": {"id": 375, "owner": {"id": 799}, "assignee": {"id": 887}}, "task": {"id": 358, "owner": {"id": 9}, "assignee": {"id": 1053}}, "job": {"id": 372, "assignee": {"id": 1188}}, "organization": {"id": 1293}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 26, "privilege": "admin"}, "organization": {"id": 168, "owner": {"id": 26}, "user": {"role": "owner"}}}, "resource": {"id": 317, "owner": {"id": 616}, "assignee": {"id": 597}, "project": {"id": 368, "owner": {"id": 797}, "assignee": {"id": 859}}, "task": {"id": 397, "owner": {"id": 26}, "assignee": {"id": 1034}}, "job": {"id": 337, "assignee": {"id": 1192}}, "organization": {"id": 1292}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 46, "privilege": "admin"}, "organization": {"id": 174, "owner": {"id": 226}, "user": {"role": "maintainer"}}}, "resource": {"id": 391, "owner": {"id": 666}, "assignee": {"id": 505}, "project": {"id": 393, "owner": {"id": 705}, "assignee": {"id": 898}}, "task": {"id": 393, "owner": {"id": 46}, "assignee": {"id": 1026}}, "job": {"id": 379, "assignee": {"id": 1137}}, "organization": {"id": 174}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 87, "privilege": "admin"}, "organization": {"id": 189, "owner": {"id": 287}, "user": {"role": "maintainer"}}}, "resource": {"id": 338, "owner": {"id": 682}, "assignee": {"id": 593}, "project": {"id": 399, "owner": {"id": 771}, "assignee": {"id": 879}}, "task": {"id": 364, "owner": {"id": 87}, "assignee": {"id": 1092}}, "job": {"id": 369, "assignee": {"id": 1173}}, "organization": {"id": 189}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 16, "privilege": "admin"}, "organization": {"id": 113, "owner": {"id": 236}, "user": {"role": "maintainer"}}}, "resource": {"id": 378, "owner": {"id": 614}, "assignee": {"id": 592}, "project": {"id": 395, "owner": {"id": 740}, "assignee": {"id": 816}}, "task": {"id": 366, "owner": {"id": 16}, "assignee": {"id": 1085}}, "job": {"id": 390, "assignee": {"id": 1199}}, "organization": {"id": 113}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 33, "privilege": "admin"}, "organization": {"id": 171, "owner": {"id": 242}, "user": {"role": "maintainer"}}}, "resource": {"id": 399, "owner": {"id": 650}, "assignee": {"id": 590}, "project": {"id": 376, "owner": {"id": 738}, "assignee": {"id": 808}}, "task": {"id": 345, "owner": {"id": 33}, "assignee": {"id": 1054}}, "job": {"id": 310, "assignee": {"id": 1152}}, "organization": {"id": 171}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 88, "privilege": "admin"}, "organization": {"id": 132, "owner": {"id": 227}, "user": {"role": "maintainer"}}}, "resource": {"id": 355, "owner": {"id": 692}, "assignee": {"id": 538}, "project": {"id": 362, "owner": {"id": 792}, "assignee": {"id": 893}}, "task": {"id": 307, "owner": {"id": 88}, "assignee": {"id": 1060}}, "job": {"id": 332, "assignee": {"id": 1165}}, "organization": {"id": 1227}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 20, "privilege": "admin"}, "organization": {"id": 103, "owner": {"id": 250}, "user": {"role": "maintainer"}}}, "resource": {"id": 312, "owner": {"id": 696}, "assignee": {"id": 500}, "project": {"id": 321, "owner": {"id": 708}, "assignee": {"id": 843}}, "task": {"id": 353, "owner": {"id": 20}, "assignee": {"id": 1018}}, "job": {"id": 347, "assignee": {"id": 1119}}, "organization": {"id": 1287}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 94, "privilege": "admin"}, "organization": {"id": 107, "owner": {"id": 268}, "user": {"role": "maintainer"}}}, "resource": {"id": 341, "owner": {"id": 612}, "assignee": {"id": 525}, "project": {"id": 374, "owner": {"id": 767}, "assignee": {"id": 835}}, "task": {"id": 395, "owner": {"id": 94}, "assignee": {"id": 1035}}, "job": {"id": 372, "assignee": {"id": 1156}}, "organization": {"id": 1244}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 45, "privilege": "admin"}, "organization": {"id": 162, "owner": {"id": 207}, "user": {"role": "maintainer"}}}, "resource": {"id": 342, "owner": {"id": 616}, "assignee": {"id": 526}, "project": {"id": 380, "owner": {"id": 712}, "assignee": {"id": 866}}, "task": {"id": 369, "owner": {"id": 45}, "assignee": {"id": 1086}}, "job": {"id": 304, "assignee": {"id": 1130}}, "organization": {"id": 1213}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 14, "privilege": "admin"}, "organization": {"id": 152, "owner": {"id": 203}, "user": {"role": "supervisor"}}}, "resource": {"id": 300, "owner": {"id": 686}, "assignee": {"id": 511}, "project": {"id": 376, "owner": {"id": 724}, "assignee": {"id": 886}}, "task": {"id": 337, "owner": {"id": 14}, "assignee": {"id": 1074}}, "job": {"id": 349, "assignee": {"id": 1186}}, "organization": {"id": 152}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 32, "privilege": "admin"}, "organization": {"id": 172, "owner": {"id": 230}, "user": {"role": "supervisor"}}}, "resource": {"id": 320, "owner": {"id": 658}, "assignee": {"id": 597}, "project": {"id": 370, "owner": {"id": 773}, "assignee": {"id": 853}}, "task": {"id": 393, "owner": {"id": 32}, "assignee": {"id": 1018}}, "job": {"id": 360, "assignee": {"id": 1128}}, "organization": {"id": 172}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 9, "privilege": "admin"}, "organization": {"id": 126, "owner": {"id": 228}, "user": {"role": "supervisor"}}}, "resource": {"id": 342, "owner": {"id": 606}, "assignee": {"id": 585}, "project": {"id": 326, "owner": {"id": 788}, "assignee": {"id": 830}}, "task": {"id": 386, "owner": {"id": 9}, "assignee": {"id": 1038}}, "job": {"id": 310, "assignee": {"id": 1177}}, "organization": {"id": 126}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 65, "privilege": "admin"}, "organization": {"id": 166, "owner": {"id": 226}, "user": {"role": "supervisor"}}}, "resource": {"id": 347, "owner": {"id": 635}, "assignee": {"id": 512}, "project": {"id": 311, "owner": {"id": 703}, "assignee": {"id": 873}}, "task": {"id": 328, "owner": {"id": 65}, "assignee": {"id": 1069}}, "job": {"id": 380, "assignee": {"id": 1156}}, "organization": {"id": 166}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 10, "privilege": "admin"}, "organization": {"id": 169, "owner": {"id": 290}, "user": {"role": "supervisor"}}}, "resource": {"id": 335, "owner": {"id": 690}, "assignee": {"id": 544}, "project": {"id": 311, "owner": {"id": 763}, "assignee": {"id": 889}}, "task": {"id": 382, "owner": {"id": 10}, "assignee": {"id": 1054}}, "job": {"id": 366, "assignee": {"id": 1123}}, "organization": {"id": 1244}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 76, "privilege": "admin"}, "organization": {"id": 189, "owner": {"id": 221}, "user": {"role": "supervisor"}}}, "resource": {"id": 342, "owner": {"id": 648}, "assignee": {"id": 500}, "project": {"id": 378, "owner": {"id": 799}, "assignee": {"id": 810}}, "task": {"id": 368, "owner": {"id": 76}, "assignee": {"id": 1046}}, "job": {"id": 347, "assignee": {"id": 1105}}, "organization": {"id": 1217}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 89, "privilege": "admin"}, "organization": {"id": 171, "owner": {"id": 253}, "user": {"role": "supervisor"}}}, "resource": {"id": 308, "owner": {"id": 656}, "assignee": {"id": 554}, "project": {"id": 327, "owner": {"id": 701}, "assignee": {"id": 851}}, "task": {"id": 383, "owner": {"id": 89}, "assignee": {"id": 1087}}, "job": {"id": 378, "assignee": {"id": 1189}}, "organization": {"id": 1260}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 95, "privilege": "admin"}, "organization": {"id": 139, "owner": {"id": 234}, "user": {"role": "supervisor"}}}, "resource": {"id": 387, "owner": {"id": 601}, "assignee": {"id": 544}, "project": {"id": 329, "owner": {"id": 773}, "assignee": {"id": 829}}, "task": {"id": 387, "owner": {"id": 95}, "assignee": {"id": 1089}}, "job": {"id": 372, "assignee": {"id": 1101}}, "organization": {"id": 1211}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 53, "privilege": "admin"}, "organization": {"id": 199, "owner": {"id": 254}, "user": {"role": "worker"}}}, "resource": {"id": 306, "owner": {"id": 658}, "assignee": {"id": 588}, "project": {"id": 347, "owner": {"id": 798}, "assignee": {"id": 876}}, "task": {"id": 309, "owner": {"id": 53}, "assignee": {"id": 1035}}, "job": {"id": 396, "assignee": {"id": 1115}}, "organization": {"id": 199}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 66, "privilege": "admin"}, "organization": {"id": 120, "owner": {"id": 238}, "user": {"role": "worker"}}}, "resource": {"id": 320, "owner": {"id": 605}, "assignee": {"id": 532}, "project": {"id": 371, "owner": {"id": 741}, "assignee": {"id": 818}}, "task": {"id": 388, "owner": {"id": 66}, "assignee": {"id": 1037}}, "job": {"id": 348, "assignee": {"id": 1138}}, "organization": {"id": 120}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 61, "privilege": "admin"}, "organization": {"id": 109, "owner": {"id": 258}, "user": {"role": "worker"}}}, "resource": {"id": 344, "owner": {"id": 646}, "assignee": {"id": 590}, "project": {"id": 333, "owner": {"id": 769}, "assignee": {"id": 871}}, "task": {"id": 310, "owner": {"id": 61}, "assignee": {"id": 1005}}, "job": {"id": 344, "assignee": {"id": 1120}}, "organization": {"id": 109}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 38, "privilege": "admin"}, "organization": {"id": 196, "owner": {"id": 247}, "user": {"role": "worker"}}}, "resource": {"id": 373, "owner": {"id": 667}, "assignee": {"id": 502}, "project": {"id": 390, "owner": {"id": 783}, "assignee": {"id": 836}}, "task": {"id": 350, "owner": {"id": 38}, "assignee": {"id": 1065}}, "job": {"id": 369, "assignee": {"id": 1181}}, "organization": {"id": 196}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 23, "privilege": "admin"}, "organization": {"id": 136, "owner": {"id": 235}, "user": {"role": "worker"}}}, "resource": {"id": 361, "owner": {"id": 685}, "assignee": {"id": 500}, "project": {"id": 362, "owner": {"id": 724}, "assignee": {"id": 847}}, "task": {"id": 346, "owner": {"id": 23}, "assignee": {"id": 1091}}, "job": {"id": 329, "assignee": {"id": 1156}}, "organization": {"id": 1208}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 4, "privilege": "admin"}, "organization": {"id": 142, "owner": {"id": 201}, "user": {"role": "worker"}}}, "resource": {"id": 309, "owner": {"id": 660}, "assignee": {"id": 549}, "project": {"id": 359, "owner": {"id": 739}, "assignee": {"id": 862}}, "task": {"id": 304, "owner": {"id": 4}, "assignee": {"id": 1005}}, "job": {"id": 395, "assignee": {"id": 1180}}, "organization": {"id": 1250}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 98, "privilege": "admin"}, "organization": {"id": 171, "owner": {"id": 299}, "user": {"role": "worker"}}}, "resource": {"id": 356, "owner": {"id": 670}, "assignee": {"id": 529}, "project": {"id": 361, "owner": {"id": 709}, "assignee": {"id": 815}}, "task": {"id": 369, "owner": {"id": 98}, "assignee": {"id": 1045}}, "job": {"id": 366, "assignee": {"id": 1122}}, "organization": {"id": 1240}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 11, "privilege": "admin"}, "organization": {"id": 150, "owner": {"id": 286}, "user": {"role": "worker"}}}, "resource": {"id": 314, "owner": {"id": 653}, "assignee": {"id": 596}, "project": {"id": 369, "owner": {"id": 779}, "assignee": {"id": 892}}, "task": {"id": 314, "owner": {"id": 11}, "assignee": {"id": 1032}}, "job": {"id": 313, "assignee": {"id": 1106}}, "organization": {"id": 1203}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 64, "privilege": "admin"}, "organization": {"id": 152, "owner": {"id": 291}, "user": {"role": null}}}, "resource": {"id": 376, "owner": {"id": 681}, "assignee": {"id": 556}, "project": {"id": 347, "owner": {"id": 722}, "assignee": {"id": 858}}, "task": {"id": 389, "owner": {"id": 64}, "assignee": {"id": 1031}}, "job": {"id": 399, "assignee": {"id": 1138}}, "organization": {"id": 152}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 39, "privilege": "admin"}, "organization": {"id": 103, "owner": {"id": 211}, "user": {"role": null}}}, "resource": {"id": 365, "owner": {"id": 680}, "assignee": {"id": 516}, "project": {"id": 329, "owner": {"id": 776}, "assignee": {"id": 822}}, "task": {"id": 377, "owner": {"id": 39}, "assignee": {"id": 1012}}, "job": {"id": 325, "assignee": {"id": 1119}}, "organization": {"id": 103}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 23, "privilege": "admin"}, "organization": {"id": 155, "owner": {"id": 204}, "user": {"role": null}}}, "resource": {"id": 372, "owner": {"id": 646}, "assignee": {"id": 537}, "project": {"id": 324, "owner": {"id": 770}, "assignee": {"id": 856}}, "task": {"id": 345, "owner": {"id": 23}, "assignee": {"id": 1004}}, "job": {"id": 358, "assignee": {"id": 1133}}, "organization": {"id": 155}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 93, "privilege": "admin"}, "organization": {"id": 146, "owner": {"id": 283}, "user": {"role": null}}}, "resource": {"id": 353, "owner": {"id": 695}, "assignee": {"id": 544}, "project": {"id": 324, "owner": {"id": 786}, "assignee": {"id": 831}}, "task": {"id": 373, "owner": {"id": 93}, "assignee": {"id": 1036}}, "job": {"id": 361, "assignee": {"id": 1192}}, "organization": {"id": 146}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 34, "privilege": "admin"}, "organization": {"id": 179, "owner": {"id": 229}, "user": {"role": null}}}, "resource": {"id": 321, "owner": {"id": 689}, "assignee": {"id": 545}, "project": {"id": 316, "owner": {"id": 779}, "assignee": {"id": 868}}, "task": {"id": 370, "owner": {"id": 34}, "assignee": {"id": 1008}}, "job": {"id": 315, "assignee": {"id": 1164}}, "organization": {"id": 1225}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 13, "privilege": "admin"}, "organization": {"id": 164, "owner": {"id": 266}, "user": {"role": null}}}, "resource": {"id": 394, "owner": {"id": 688}, "assignee": {"id": 556}, "project": {"id": 311, "owner": {"id": 759}, "assignee": {"id": 842}}, "task": {"id": 392, "owner": {"id": 13}, "assignee": {"id": 1055}}, "job": {"id": 333, "assignee": {"id": 1188}}, "organization": {"id": 1245}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 72, "privilege": "admin"}, "organization": {"id": 184, "owner": {"id": 275}, "user": {"role": null}}}, "resource": {"id": 330, "owner": {"id": 694}, "assignee": {"id": 583}, "project": {"id": 343, "owner": {"id": 718}, "assignee": {"id": 888}}, "task": {"id": 348, "owner": {"id": 72}, "assignee": {"id": 1080}}, "job": {"id": 367, "assignee": {"id": 1172}}, "organization": {"id": 1256}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 18, "privilege": "admin"}, "organization": {"id": 191, "owner": {"id": 245}, "user": {"role": null}}}, "resource": {"id": 348, "owner": {"id": 643}, "assignee": {"id": 582}, "project": {"id": 374, "owner": {"id": 741}, "assignee": {"id": 865}}, "task": {"id": 389, "owner": {"id": 18}, "assignee": {"id": 1071}}, "job": {"id": 350, "assignee": {"id": 1105}}, "organization": {"id": 1246}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 66, "privilege": "business"}, "organization": {"id": 100, "owner": {"id": 66}, "user": {"role": "owner"}}}, "resource": {"id": 331, "owner": {"id": 632}, "assignee": {"id": 509}, "project": {"id": 346, "owner": {"id": 745}, "assignee": {"id": 897}}, "task": {"id": 358, "owner": {"id": 66}, "assignee": {"id": 1016}}, "job": {"id": 395, "assignee": {"id": 1156}}, "organization": {"id": 100}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 20, "privilege": "business"}, "organization": {"id": 100, "owner": {"id": 20}, "user": {"role": "owner"}}}, "resource": {"id": 375, "owner": {"id": 610}, "assignee": {"id": 561}, "project": {"id": 374, "owner": {"id": 727}, "assignee": {"id": 827}}, "task": {"id": 373, "owner": {"id": 20}, "assignee": {"id": 1059}}, "job": {"id": 331, "assignee": {"id": 1136}}, "organization": {"id": 100}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 66, "privilege": "business"}, "organization": {"id": 172, "owner": {"id": 66}, "user": {"role": "owner"}}}, "resource": {"id": 387, "owner": {"id": 661}, "assignee": {"id": 535}, "project": {"id": 307, "owner": {"id": 769}, "assignee": {"id": 873}}, "task": {"id": 378, "owner": {"id": 66}, "assignee": {"id": 1066}}, "job": {"id": 398, "assignee": {"id": 1143}}, "organization": {"id": 172}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 39, "privilege": "business"}, "organization": {"id": 108, "owner": {"id": 39}, "user": {"role": "owner"}}}, "resource": {"id": 367, "owner": {"id": 640}, "assignee": {"id": 594}, "project": {"id": 345, "owner": {"id": 765}, "assignee": {"id": 815}}, "task": {"id": 380, "owner": {"id": 39}, "assignee": {"id": 1002}}, "job": {"id": 308, "assignee": {"id": 1111}}, "organization": {"id": 108}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 86, "privilege": "business"}, "organization": {"id": 183, "owner": {"id": 86}, "user": {"role": "owner"}}}, "resource": {"id": 353, "owner": {"id": 609}, "assignee": {"id": 538}, "project": {"id": 339, "owner": {"id": 714}, "assignee": {"id": 820}}, "task": {"id": 309, "owner": {"id": 86}, "assignee": {"id": 1085}}, "job": {"id": 391, "assignee": {"id": 1157}}, "organization": {"id": 1252}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 12, "privilege": "business"}, "organization": {"id": 159, "owner": {"id": 12}, "user": {"role": "owner"}}}, "resource": {"id": 317, "owner": {"id": 688}, "assignee": {"id": 554}, "project": {"id": 334, "owner": {"id": 721}, "assignee": {"id": 808}}, "task": {"id": 310, "owner": {"id": 12}, "assignee": {"id": 1038}}, "job": {"id": 375, "assignee": {"id": 1186}}, "organization": {"id": 1296}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 73, "privilege": "business"}, "organization": {"id": 129, "owner": {"id": 73}, "user": {"role": "owner"}}}, "resource": {"id": 309, "owner": {"id": 691}, "assignee": {"id": 564}, "project": {"id": 309, "owner": {"id": 722}, "assignee": {"id": 855}}, "task": {"id": 301, "owner": {"id": 73}, "assignee": {"id": 1053}}, "job": {"id": 355, "assignee": {"id": 1100}}, "organization": {"id": 1289}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 48, "privilege": "business"}, "organization": {"id": 134, "owner": {"id": 48}, "user": {"role": "owner"}}}, "resource": {"id": 380, "owner": {"id": 600}, "assignee": {"id": 571}, "project": {"id": 306, "owner": {"id": 767}, "assignee": {"id": 817}}, "task": {"id": 303, "owner": {"id": 48}, "assignee": {"id": 1095}}, "job": {"id": 328, "assignee": {"id": 1153}}, "organization": {"id": 1233}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 29, "privilege": "business"}, "organization": {"id": 132, "owner": {"id": 249}, "user": {"role": "maintainer"}}}, "resource": {"id": 361, "owner": {"id": 676}, "assignee": {"id": 521}, "project": {"id": 318, "owner": {"id": 772}, "assignee": {"id": 812}}, "task": {"id": 329, "owner": {"id": 29}, "assignee": {"id": 1051}}, "job": {"id": 357, "assignee": {"id": 1193}}, "organization": {"id": 132}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 70, "privilege": "business"}, "organization": {"id": 163, "owner": {"id": 268}, "user": {"role": "maintainer"}}}, "resource": {"id": 366, "owner": {"id": 639}, "assignee": {"id": 524}, "project": {"id": 386, "owner": {"id": 775}, "assignee": {"id": 867}}, "task": {"id": 312, "owner": {"id": 70}, "assignee": {"id": 1068}}, "job": {"id": 328, "assignee": {"id": 1111}}, "organization": {"id": 163}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 61, "privilege": "business"}, "organization": {"id": 197, "owner": {"id": 230}, "user": {"role": "maintainer"}}}, "resource": {"id": 348, "owner": {"id": 643}, "assignee": {"id": 598}, "project": {"id": 322, "owner": {"id": 734}, "assignee": {"id": 833}}, "task": {"id": 372, "owner": {"id": 61}, "assignee": {"id": 1061}}, "job": {"id": 326, "assignee": {"id": 1170}}, "organization": {"id": 197}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 78, "privilege": "business"}, "organization": {"id": 128, "owner": {"id": 209}, "user": {"role": "maintainer"}}}, "resource": {"id": 351, "owner": {"id": 650}, "assignee": {"id": 509}, "project": {"id": 346, "owner": {"id": 702}, "assignee": {"id": 835}}, "task": {"id": 335, "owner": {"id": 78}, "assignee": {"id": 1093}}, "job": {"id": 383, "assignee": {"id": 1150}}, "organization": {"id": 128}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 67, "privilege": "business"}, "organization": {"id": 175, "owner": {"id": 232}, "user": {"role": "maintainer"}}}, "resource": {"id": 385, "owner": {"id": 670}, "assignee": {"id": 573}, "project": {"id": 319, "owner": {"id": 738}, "assignee": {"id": 830}}, "task": {"id": 346, "owner": {"id": 67}, "assignee": {"id": 1043}}, "job": {"id": 373, "assignee": {"id": 1155}}, "organization": {"id": 1253}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 28, "privilege": "business"}, "organization": {"id": 146, "owner": {"id": 253}, "user": {"role": "maintainer"}}}, "resource": {"id": 391, "owner": {"id": 639}, "assignee": {"id": 539}, "project": {"id": 313, "owner": {"id": 792}, "assignee": {"id": 880}}, "task": {"id": 366, "owner": {"id": 28}, "assignee": {"id": 1007}}, "job": {"id": 350, "assignee": {"id": 1155}}, "organization": {"id": 1211}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 11, "privilege": "business"}, "organization": {"id": 158, "owner": {"id": 283}, "user": {"role": "maintainer"}}}, "resource": {"id": 300, "owner": {"id": 677}, "assignee": {"id": 562}, "project": {"id": 334, "owner": {"id": 748}, "assignee": {"id": 806}}, "task": {"id": 358, "owner": {"id": 11}, "assignee": {"id": 1044}}, "job": {"id": 348, "assignee": {"id": 1112}}, "organization": {"id": 1280}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 70, "privilege": "business"}, "organization": {"id": 137, "owner": {"id": 251}, "user": {"role": "maintainer"}}}, "resource": {"id": 335, "owner": {"id": 695}, "assignee": {"id": 509}, "project": {"id": 362, "owner": {"id": 763}, "assignee": {"id": 858}}, "task": {"id": 302, "owner": {"id": 70}, "assignee": {"id": 1089}}, "job": {"id": 396, "assignee": {"id": 1126}}, "organization": {"id": 1221}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 75, "privilege": "business"}, "organization": {"id": 141, "owner": {"id": 262}, "user": {"role": "supervisor"}}}, "resource": {"id": 342, "owner": {"id": 695}, "assignee": {"id": 543}, "project": {"id": 344, "owner": {"id": 791}, "assignee": {"id": 823}}, "task": {"id": 338, "owner": {"id": 75}, "assignee": {"id": 1055}}, "job": {"id": 312, "assignee": {"id": 1185}}, "organization": {"id": 141}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 75, "privilege": "business"}, "organization": {"id": 124, "owner": {"id": 293}, "user": {"role": "supervisor"}}}, "resource": {"id": 344, "owner": {"id": 627}, "assignee": {"id": 548}, "project": {"id": 340, "owner": {"id": 701}, "assignee": {"id": 816}}, "task": {"id": 335, "owner": {"id": 75}, "assignee": {"id": 1030}}, "job": {"id": 302, "assignee": {"id": 1119}}, "organization": {"id": 124}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 17, "privilege": "business"}, "organization": {"id": 167, "owner": {"id": 268}, "user": {"role": "supervisor"}}}, "resource": {"id": 381, "owner": {"id": 669}, "assignee": {"id": 587}, "project": {"id": 366, "owner": {"id": 740}, "assignee": {"id": 868}}, "task": {"id": 393, "owner": {"id": 17}, "assignee": {"id": 1015}}, "job": {"id": 356, "assignee": {"id": 1112}}, "organization": {"id": 167}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 22, "privilege": "business"}, "organization": {"id": 128, "owner": {"id": 291}, "user": {"role": "supervisor"}}}, "resource": {"id": 399, "owner": {"id": 692}, "assignee": {"id": 552}, "project": {"id": 348, "owner": {"id": 784}, "assignee": {"id": 818}}, "task": {"id": 325, "owner": {"id": 22}, "assignee": {"id": 1058}}, "job": {"id": 342, "assignee": {"id": 1187}}, "organization": {"id": 128}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 80, "privilege": "business"}, "organization": {"id": 123, "owner": {"id": 235}, "user": {"role": "supervisor"}}}, "resource": {"id": 329, "owner": {"id": 691}, "assignee": {"id": 571}, "project": {"id": 312, "owner": {"id": 772}, "assignee": {"id": 837}}, "task": {"id": 356, "owner": {"id": 80}, "assignee": {"id": 1085}}, "job": {"id": 357, "assignee": {"id": 1187}}, "organization": {"id": 1285}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 3, "privilege": "business"}, "organization": {"id": 133, "owner": {"id": 212}, "user": {"role": "supervisor"}}}, "resource": {"id": 313, "owner": {"id": 649}, "assignee": {"id": 565}, "project": {"id": 364, "owner": {"id": 782}, "assignee": {"id": 853}}, "task": {"id": 328, "owner": {"id": 3}, "assignee": {"id": 1066}}, "job": {"id": 367, "assignee": {"id": 1174}}, "organization": {"id": 1220}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 40, "privilege": "business"}, "organization": {"id": 118, "owner": {"id": 271}, "user": {"role": "supervisor"}}}, "resource": {"id": 373, "owner": {"id": 613}, "assignee": {"id": 529}, "project": {"id": 377, "owner": {"id": 744}, "assignee": {"id": 836}}, "task": {"id": 347, "owner": {"id": 40}, "assignee": {"id": 1051}}, "job": {"id": 334, "assignee": {"id": 1162}}, "organization": {"id": 1221}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 27, "privilege": "business"}, "organization": {"id": 182, "owner": {"id": 271}, "user": {"role": "supervisor"}}}, "resource": {"id": 351, "owner": {"id": 661}, "assignee": {"id": 506}, "project": {"id": 311, "owner": {"id": 799}, "assignee": {"id": 833}}, "task": {"id": 311, "owner": {"id": 27}, "assignee": {"id": 1065}}, "job": {"id": 386, "assignee": {"id": 1179}}, "organization": {"id": 1222}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 42, "privilege": "business"}, "organization": {"id": 159, "owner": {"id": 214}, "user": {"role": "worker"}}}, "resource": {"id": 389, "owner": {"id": 666}, "assignee": {"id": 509}, "project": {"id": 348, "owner": {"id": 784}, "assignee": {"id": 877}}, "task": {"id": 303, "owner": {"id": 42}, "assignee": {"id": 1081}}, "job": {"id": 390, "assignee": {"id": 1197}}, "organization": {"id": 159}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 65, "privilege": "business"}, "organization": {"id": 140, "owner": {"id": 224}, "user": {"role": "worker"}}}, "resource": {"id": 331, "owner": {"id": 693}, "assignee": {"id": 589}, "project": {"id": 361, "owner": {"id": 733}, "assignee": {"id": 836}}, "task": {"id": 308, "owner": {"id": 65}, "assignee": {"id": 1066}}, "job": {"id": 327, "assignee": {"id": 1138}}, "organization": {"id": 140}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 97, "privilege": "business"}, "organization": {"id": 179, "owner": {"id": 279}, "user": {"role": "worker"}}}, "resource": {"id": 308, "owner": {"id": 659}, "assignee": {"id": 570}, "project": {"id": 327, "owner": {"id": 737}, "assignee": {"id": 820}}, "task": {"id": 304, "owner": {"id": 97}, "assignee": {"id": 1032}}, "job": {"id": 357, "assignee": {"id": 1161}}, "organization": {"id": 179}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 52, "privilege": "business"}, "organization": {"id": 167, "owner": {"id": 298}, "user": {"role": "worker"}}}, "resource": {"id": 351, "owner": {"id": 679}, "assignee": {"id": 507}, "project": {"id": 356, "owner": {"id": 793}, "assignee": {"id": 897}}, "task": {"id": 306, "owner": {"id": 52}, "assignee": {"id": 1025}}, "job": {"id": 322, "assignee": {"id": 1108}}, "organization": {"id": 167}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 79, "privilege": "business"}, "organization": {"id": 134, "owner": {"id": 275}, "user": {"role": "worker"}}}, "resource": {"id": 316, "owner": {"id": 657}, "assignee": {"id": 567}, "project": {"id": 315, "owner": {"id": 710}, "assignee": {"id": 808}}, "task": {"id": 370, "owner": {"id": 79}, "assignee": {"id": 1097}}, "job": {"id": 305, "assignee": {"id": 1176}}, "organization": {"id": 1238}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 31, "privilege": "business"}, "organization": {"id": 172, "owner": {"id": 249}, "user": {"role": "worker"}}}, "resource": {"id": 391, "owner": {"id": 651}, "assignee": {"id": 579}, "project": {"id": 328, "owner": {"id": 770}, "assignee": {"id": 852}}, "task": {"id": 373, "owner": {"id": 31}, "assignee": {"id": 1045}}, "job": {"id": 369, "assignee": {"id": 1130}}, "organization": {"id": 1256}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 14, "privilege": "business"}, "organization": {"id": 183, "owner": {"id": 255}, "user": {"role": "worker"}}}, "resource": {"id": 390, "owner": {"id": 689}, "assignee": {"id": 530}, "project": {"id": 383, "owner": {"id": 745}, "assignee": {"id": 811}}, "task": {"id": 344, "owner": {"id": 14}, "assignee": {"id": 1077}}, "job": {"id": 363, "assignee": {"id": 1190}}, "organization": {"id": 1284}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 19, "privilege": "business"}, "organization": {"id": 167, "owner": {"id": 273}, "user": {"role": "worker"}}}, "resource": {"id": 323, "owner": {"id": 671}, "assignee": {"id": 591}, "project": {"id": 398, "owner": {"id": 761}, "assignee": {"id": 820}}, "task": {"id": 309, "owner": {"id": 19}, "assignee": {"id": 1081}}, "job": {"id": 398, "assignee": {"id": 1111}}, "organization": {"id": 1209}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 43, "privilege": "business"}, "organization": {"id": 131, "owner": {"id": 271}, "user": {"role": null}}}, "resource": {"id": 357, "owner": {"id": 688}, "assignee": {"id": 590}, "project": {"id": 361, "owner": {"id": 701}, "assignee": {"id": 810}}, "task": {"id": 313, "owner": {"id": 43}, "assignee": {"id": 1059}}, "job": {"id": 362, "assignee": {"id": 1132}}, "organization": {"id": 131}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 29, "privilege": "business"}, "organization": {"id": 126, "owner": {"id": 239}, "user": {"role": null}}}, "resource": {"id": 370, "owner": {"id": 641}, "assignee": {"id": 568}, "project": {"id": 347, "owner": {"id": 783}, "assignee": {"id": 820}}, "task": {"id": 368, "owner": {"id": 29}, "assignee": {"id": 1052}}, "job": {"id": 392, "assignee": {"id": 1151}}, "organization": {"id": 126}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 95, "privilege": "business"}, "organization": {"id": 138, "owner": {"id": 237}, "user": {"role": null}}}, "resource": {"id": 354, "owner": {"id": 630}, "assignee": {"id": 521}, "project": {"id": 376, "owner": {"id": 789}, "assignee": {"id": 807}}, "task": {"id": 331, "owner": {"id": 95}, "assignee": {"id": 1071}}, "job": {"id": 309, "assignee": {"id": 1186}}, "organization": {"id": 138}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 19, "privilege": "business"}, "organization": {"id": 198, "owner": {"id": 213}, "user": {"role": null}}}, "resource": {"id": 347, "owner": {"id": 687}, "assignee": {"id": 589}, "project": {"id": 393, "owner": {"id": 754}, "assignee": {"id": 898}}, "task": {"id": 347, "owner": {"id": 19}, "assignee": {"id": 1079}}, "job": {"id": 354, "assignee": {"id": 1108}}, "organization": {"id": 198}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 87, "privilege": "business"}, "organization": {"id": 169, "owner": {"id": 278}, "user": {"role": null}}}, "resource": {"id": 332, "owner": {"id": 697}, "assignee": {"id": 584}, "project": {"id": 334, "owner": {"id": 734}, "assignee": {"id": 896}}, "task": {"id": 338, "owner": {"id": 87}, "assignee": {"id": 1044}}, "job": {"id": 391, "assignee": {"id": 1184}}, "organization": {"id": 1252}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 13, "privilege": "business"}, "organization": {"id": 131, "owner": {"id": 216}, "user": {"role": null}}}, "resource": {"id": 314, "owner": {"id": 652}, "assignee": {"id": 577}, "project": {"id": 318, "owner": {"id": 720}, "assignee": {"id": 865}}, "task": {"id": 374, "owner": {"id": 13}, "assignee": {"id": 1078}}, "job": {"id": 305, "assignee": {"id": 1157}}, "organization": {"id": 1227}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 61, "privilege": "business"}, "organization": {"id": 145, "owner": {"id": 212}, "user": {"role": null}}}, "resource": {"id": 393, "owner": {"id": 684}, "assignee": {"id": 518}, "project": {"id": 356, "owner": {"id": 739}, "assignee": {"id": 882}}, "task": {"id": 390, "owner": {"id": 61}, "assignee": {"id": 1043}}, "job": {"id": 392, "assignee": {"id": 1109}}, "organization": {"id": 1289}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 13, "privilege": "business"}, "organization": {"id": 110, "owner": {"id": 247}, "user": {"role": null}}}, "resource": {"id": 358, "owner": {"id": 671}, "assignee": {"id": 565}, "project": {"id": 317, "owner": {"id": 759}, "assignee": {"id": 883}}, "task": {"id": 377, "owner": {"id": 13}, "assignee": {"id": 1095}}, "job": {"id": 300, "assignee": {"id": 1156}}, "organization": {"id": 1259}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 77, "privilege": "user"}, "organization": {"id": 165, "owner": {"id": 77}, "user": {"role": "owner"}}}, "resource": {"id": 300, "owner": {"id": 667}, "assignee": {"id": 593}, "project": {"id": 310, "owner": {"id": 773}, "assignee": {"id": 815}}, "task": {"id": 364, "owner": {"id": 77}, "assignee": {"id": 1036}}, "job": {"id": 372, "assignee": {"id": 1109}}, "organization": {"id": 165}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 11, "privilege": "user"}, "organization": {"id": 170, "owner": {"id": 11}, "user": {"role": "owner"}}}, "resource": {"id": 317, "owner": {"id": 647}, "assignee": {"id": 542}, "project": {"id": 370, "owner": {"id": 740}, "assignee": {"id": 852}}, "task": {"id": 396, "owner": {"id": 11}, "assignee": {"id": 1035}}, "job": {"id": 396, "assignee": {"id": 1136}}, "organization": {"id": 170}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 83, "privilege": "user"}, "organization": {"id": 194, "owner": {"id": 83}, "user": {"role": "owner"}}}, "resource": {"id": 383, "owner": {"id": 678}, "assignee": {"id": 545}, "project": {"id": 397, "owner": {"id": 747}, "assignee": {"id": 814}}, "task": {"id": 330, "owner": {"id": 83}, "assignee": {"id": 1013}}, "job": {"id": 336, "assignee": {"id": 1112}}, "organization": {"id": 194}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 99, "privilege": "user"}, "organization": {"id": 116, "owner": {"id": 99}, "user": {"role": "owner"}}}, "resource": {"id": 345, "owner": {"id": 668}, "assignee": {"id": 578}, "project": {"id": 325, "owner": {"id": 742}, "assignee": {"id": 865}}, "task": {"id": 341, "owner": {"id": 99}, "assignee": {"id": 1006}}, "job": {"id": 326, "assignee": {"id": 1176}}, "organization": {"id": 116}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 24, "privilege": "user"}, "organization": {"id": 174, "owner": {"id": 24}, "user": {"role": "owner"}}}, "resource": {"id": 371, "owner": {"id": 627}, "assignee": {"id": 581}, "project": {"id": 336, "owner": {"id": 733}, "assignee": {"id": 811}}, "task": {"id": 388, "owner": {"id": 24}, "assignee": {"id": 1051}}, "job": {"id": 329, "assignee": {"id": 1161}}, "organization": {"id": 1256}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 97, "privilege": "user"}, "organization": {"id": 109, "owner": {"id": 97}, "user": {"role": "owner"}}}, "resource": {"id": 330, "owner": {"id": 608}, "assignee": {"id": 518}, "project": {"id": 346, "owner": {"id": 742}, "assignee": {"id": 871}}, "task": {"id": 331, "owner": {"id": 97}, "assignee": {"id": 1023}}, "job": {"id": 309, "assignee": {"id": 1131}}, "organization": {"id": 1253}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 9, "privilege": "user"}, "organization": {"id": 178, "owner": {"id": 9}, "user": {"role": "owner"}}}, "resource": {"id": 328, "owner": {"id": 616}, "assignee": {"id": 599}, "project": {"id": 358, "owner": {"id": 773}, "assignee": {"id": 863}}, "task": {"id": 307, "owner": {"id": 9}, "assignee": {"id": 1076}}, "job": {"id": 356, "assignee": {"id": 1127}}, "organization": {"id": 1282}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 46, "privilege": "user"}, "organization": {"id": 152, "owner": {"id": 46}, "user": {"role": "owner"}}}, "resource": {"id": 353, "owner": {"id": 648}, "assignee": {"id": 594}, "project": {"id": 338, "owner": {"id": 734}, "assignee": {"id": 896}}, "task": {"id": 370, "owner": {"id": 46}, "assignee": {"id": 1050}}, "job": {"id": 341, "assignee": {"id": 1170}}, "organization": {"id": 1215}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 61, "privilege": "user"}, "organization": {"id": 110, "owner": {"id": 275}, "user": {"role": "maintainer"}}}, "resource": {"id": 326, "owner": {"id": 680}, "assignee": {"id": 556}, "project": {"id": 346, "owner": {"id": 770}, "assignee": {"id": 894}}, "task": {"id": 309, "owner": {"id": 61}, "assignee": {"id": 1080}}, "job": {"id": 336, "assignee": {"id": 1175}}, "organization": {"id": 110}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 43, "privilege": "user"}, "organization": {"id": 197, "owner": {"id": 201}, "user": {"role": "maintainer"}}}, "resource": {"id": 310, "owner": {"id": 672}, "assignee": {"id": 537}, "project": {"id": 365, "owner": {"id": 748}, "assignee": {"id": 816}}, "task": {"id": 393, "owner": {"id": 43}, "assignee": {"id": 1024}}, "job": {"id": 306, "assignee": {"id": 1110}}, "organization": {"id": 197}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 44, "privilege": "user"}, "organization": {"id": 105, "owner": {"id": 207}, "user": {"role": "maintainer"}}}, "resource": {"id": 381, "owner": {"id": 618}, "assignee": {"id": 564}, "project": {"id": 395, "owner": {"id": 790}, "assignee": {"id": 876}}, "task": {"id": 392, "owner": {"id": 44}, "assignee": {"id": 1029}}, "job": {"id": 373, "assignee": {"id": 1181}}, "organization": {"id": 105}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 88, "privilege": "user"}, "organization": {"id": 144, "owner": {"id": 261}, "user": {"role": "maintainer"}}}, "resource": {"id": 360, "owner": {"id": 625}, "assignee": {"id": 510}, "project": {"id": 322, "owner": {"id": 754}, "assignee": {"id": 839}}, "task": {"id": 324, "owner": {"id": 88}, "assignee": {"id": 1032}}, "job": {"id": 393, "assignee": {"id": 1172}}, "organization": {"id": 144}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 99, "privilege": "user"}, "organization": {"id": 162, "owner": {"id": 266}, "user": {"role": "maintainer"}}}, "resource": {"id": 387, "owner": {"id": 623}, "assignee": {"id": 554}, "project": {"id": 350, "owner": {"id": 740}, "assignee": {"id": 877}}, "task": {"id": 301, "owner": {"id": 99}, "assignee": {"id": 1026}}, "job": {"id": 340, "assignee": {"id": 1162}}, "organization": {"id": 1251}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 43, "privilege": "user"}, "organization": {"id": 157, "owner": {"id": 226}, "user": {"role": "maintainer"}}}, "resource": {"id": 365, "owner": {"id": 621}, "assignee": {"id": 575}, "project": {"id": 306, "owner": {"id": 739}, "assignee": {"id": 830}}, "task": {"id": 315, "owner": {"id": 43}, "assignee": {"id": 1061}}, "job": {"id": 310, "assignee": {"id": 1195}}, "organization": {"id": 1299}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 85, "privilege": "user"}, "organization": {"id": 139, "owner": {"id": 296}, "user": {"role": "maintainer"}}}, "resource": {"id": 367, "owner": {"id": 695}, "assignee": {"id": 569}, "project": {"id": 386, "owner": {"id": 770}, "assignee": {"id": 880}}, "task": {"id": 300, "owner": {"id": 85}, "assignee": {"id": 1038}}, "job": {"id": 366, "assignee": {"id": 1106}}, "organization": {"id": 1200}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 58, "privilege": "user"}, "organization": {"id": 148, "owner": {"id": 268}, "user": {"role": "maintainer"}}}, "resource": {"id": 309, "owner": {"id": 644}, "assignee": {"id": 559}, "project": {"id": 359, "owner": {"id": 721}, "assignee": {"id": 836}}, "task": {"id": 331, "owner": {"id": 58}, "assignee": {"id": 1098}}, "job": {"id": 396, "assignee": {"id": 1184}}, "organization": {"id": 1277}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 24, "privilege": "user"}, "organization": {"id": 172, "owner": {"id": 241}, "user": {"role": "supervisor"}}}, "resource": {"id": 348, "owner": {"id": 690}, "assignee": {"id": 515}, "project": {"id": 389, "owner": {"id": 799}, "assignee": {"id": 804}}, "task": {"id": 361, "owner": {"id": 24}, "assignee": {"id": 1058}}, "job": {"id": 373, "assignee": {"id": 1174}}, "organization": {"id": 172}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 51, "privilege": "user"}, "organization": {"id": 168, "owner": {"id": 278}, "user": {"role": "supervisor"}}}, "resource": {"id": 338, "owner": {"id": 657}, "assignee": {"id": 568}, "project": {"id": 336, "owner": {"id": 790}, "assignee": {"id": 852}}, "task": {"id": 383, "owner": {"id": 51}, "assignee": {"id": 1059}}, "job": {"id": 319, "assignee": {"id": 1168}}, "organization": {"id": 168}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 20, "privilege": "user"}, "organization": {"id": 165, "owner": {"id": 258}, "user": {"role": "supervisor"}}}, "resource": {"id": 332, "owner": {"id": 631}, "assignee": {"id": 541}, "project": {"id": 355, "owner": {"id": 731}, "assignee": {"id": 863}}, "task": {"id": 350, "owner": {"id": 20}, "assignee": {"id": 1094}}, "job": {"id": 375, "assignee": {"id": 1160}}, "organization": {"id": 165}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 35, "privilege": "user"}, "organization": {"id": 102, "owner": {"id": 202}, "user": {"role": "supervisor"}}}, "resource": {"id": 327, "owner": {"id": 682}, "assignee": {"id": 547}, "project": {"id": 311, "owner": {"id": 714}, "assignee": {"id": 893}}, "task": {"id": 366, "owner": {"id": 35}, "assignee": {"id": 1040}}, "job": {"id": 366, "assignee": {"id": 1116}}, "organization": {"id": 102}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 11, "privilege": "user"}, "organization": {"id": 173, "owner": {"id": 278}, "user": {"role": "supervisor"}}}, "resource": {"id": 348, "owner": {"id": 607}, "assignee": {"id": 501}, "project": {"id": 357, "owner": {"id": 728}, "assignee": {"id": 806}}, "task": {"id": 385, "owner": {"id": 11}, "assignee": {"id": 1095}}, "job": {"id": 343, "assignee": {"id": 1199}}, "organization": {"id": 1292}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 70, "privilege": "user"}, "organization": {"id": 199, "owner": {"id": 246}, "user": {"role": "supervisor"}}}, "resource": {"id": 313, "owner": {"id": 682}, "assignee": {"id": 551}, "project": {"id": 373, "owner": {"id": 711}, "assignee": {"id": 876}}, "task": {"id": 391, "owner": {"id": 70}, "assignee": {"id": 1057}}, "job": {"id": 327, "assignee": {"id": 1163}}, "organization": {"id": 1279}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 88, "privilege": "user"}, "organization": {"id": 131, "owner": {"id": 220}, "user": {"role": "supervisor"}}}, "resource": {"id": 335, "owner": {"id": 698}, "assignee": {"id": 579}, "project": {"id": 348, "owner": {"id": 764}, "assignee": {"id": 829}}, "task": {"id": 386, "owner": {"id": 88}, "assignee": {"id": 1072}}, "job": {"id": 352, "assignee": {"id": 1180}}, "organization": {"id": 1284}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 25, "privilege": "user"}, "organization": {"id": 124, "owner": {"id": 220}, "user": {"role": "supervisor"}}}, "resource": {"id": 311, "owner": {"id": 682}, "assignee": {"id": 533}, "project": {"id": 359, "owner": {"id": 745}, "assignee": {"id": 815}}, "task": {"id": 312, "owner": {"id": 25}, "assignee": {"id": 1093}}, "job": {"id": 365, "assignee": {"id": 1131}}, "organization": {"id": 1296}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 56, "privilege": "user"}, "organization": {"id": 114, "owner": {"id": 283}, "user": {"role": "worker"}}}, "resource": {"id": 365, "owner": {"id": 678}, "assignee": {"id": 579}, "project": {"id": 371, "owner": {"id": 736}, "assignee": {"id": 870}}, "task": {"id": 362, "owner": {"id": 56}, "assignee": {"id": 1057}}, "job": {"id": 372, "assignee": {"id": 1172}}, "organization": {"id": 114}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 66, "privilege": "user"}, "organization": {"id": 140, "owner": {"id": 265}, "user": {"role": "worker"}}}, "resource": {"id": 317, "owner": {"id": 642}, "assignee": {"id": 573}, "project": {"id": 310, "owner": {"id": 770}, "assignee": {"id": 842}}, "task": {"id": 357, "owner": {"id": 66}, "assignee": {"id": 1039}}, "job": {"id": 353, "assignee": {"id": 1155}}, "organization": {"id": 140}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 79, "privilege": "user"}, "organization": {"id": 190, "owner": {"id": 278}, "user": {"role": "worker"}}}, "resource": {"id": 346, "owner": {"id": 674}, "assignee": {"id": 527}, "project": {"id": 385, "owner": {"id": 768}, "assignee": {"id": 819}}, "task": {"id": 388, "owner": {"id": 79}, "assignee": {"id": 1048}}, "job": {"id": 351, "assignee": {"id": 1162}}, "organization": {"id": 190}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 34, "privilege": "user"}, "organization": {"id": 136, "owner": {"id": 265}, "user": {"role": "worker"}}}, "resource": {"id": 374, "owner": {"id": 618}, "assignee": {"id": 521}, "project": {"id": 332, "owner": {"id": 795}, "assignee": {"id": 817}}, "task": {"id": 324, "owner": {"id": 34}, "assignee": {"id": 1066}}, "job": {"id": 355, "assignee": {"id": 1119}}, "organization": {"id": 136}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 35, "privilege": "user"}, "organization": {"id": 101, "owner": {"id": 263}, "user": {"role": "worker"}}}, "resource": {"id": 358, "owner": {"id": 656}, "assignee": {"id": 570}, "project": {"id": 313, "owner": {"id": 797}, "assignee": {"id": 831}}, "task": {"id": 343, "owner": {"id": 35}, "assignee": {"id": 1044}}, "job": {"id": 354, "assignee": {"id": 1120}}, "organization": {"id": 1246}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 53, "privilege": "user"}, "organization": {"id": 184, "owner": {"id": 206}, "user": {"role": "worker"}}}, "resource": {"id": 332, "owner": {"id": 677}, "assignee": {"id": 516}, "project": {"id": 304, "owner": {"id": 726}, "assignee": {"id": 836}}, "task": {"id": 366, "owner": {"id": 53}, "assignee": {"id": 1023}}, "job": {"id": 386, "assignee": {"id": 1189}}, "organization": {"id": 1272}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 60, "privilege": "user"}, "organization": {"id": 111, "owner": {"id": 239}, "user": {"role": "worker"}}}, "resource": {"id": 386, "owner": {"id": 601}, "assignee": {"id": 555}, "project": {"id": 316, "owner": {"id": 701}, "assignee": {"id": 801}}, "task": {"id": 332, "owner": {"id": 60}, "assignee": {"id": 1066}}, "job": {"id": 377, "assignee": {"id": 1105}}, "organization": {"id": 1222}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 96, "privilege": "user"}, "organization": {"id": 187, "owner": {"id": 222}, "user": {"role": "worker"}}}, "resource": {"id": 356, "owner": {"id": 684}, "assignee": {"id": 538}, "project": {"id": 337, "owner": {"id": 720}, "assignee": {"id": 840}}, "task": {"id": 322, "owner": {"id": 96}, "assignee": {"id": 1038}}, "job": {"id": 318, "assignee": {"id": 1172}}, "organization": {"id": 1202}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 95, "privilege": "user"}, "organization": {"id": 174, "owner": {"id": 248}, "user": {"role": null}}}, "resource": {"id": 387, "owner": {"id": 618}, "assignee": {"id": 515}, "project": {"id": 303, "owner": {"id": 734}, "assignee": {"id": 842}}, "task": {"id": 344, "owner": {"id": 95}, "assignee": {"id": 1073}}, "job": {"id": 370, "assignee": {"id": 1183}}, "organization": {"id": 174}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 78, "privilege": "user"}, "organization": {"id": 117, "owner": {"id": 215}, "user": {"role": null}}}, "resource": {"id": 383, "owner": {"id": 697}, "assignee": {"id": 537}, "project": {"id": 356, "owner": {"id": 744}, "assignee": {"id": 870}}, "task": {"id": 320, "owner": {"id": 78}, "assignee": {"id": 1047}}, "job": {"id": 388, "assignee": {"id": 1106}}, "organization": {"id": 117}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 45, "privilege": "user"}, "organization": {"id": 121, "owner": {"id": 282}, "user": {"role": null}}}, "resource": {"id": 378, "owner": {"id": 638}, "assignee": {"id": 511}, "project": {"id": 355, "owner": {"id": 705}, "assignee": {"id": 865}}, "task": {"id": 370, "owner": {"id": 45}, "assignee": {"id": 1088}}, "job": {"id": 338, "assignee": {"id": 1115}}, "organization": {"id": 121}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 84, "privilege": "user"}, "organization": {"id": 134, "owner": {"id": 285}, "user": {"role": null}}}, "resource": {"id": 300, "owner": {"id": 604}, "assignee": {"id": 552}, "project": {"id": 397, "owner": {"id": 737}, "assignee": {"id": 817}}, "task": {"id": 352, "owner": {"id": 84}, "assignee": {"id": 1068}}, "job": {"id": 366, "assignee": {"id": 1197}}, "organization": {"id": 134}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 70, "privilege": "user"}, "organization": {"id": 120, "owner": {"id": 223}, "user": {"role": null}}}, "resource": {"id": 355, "owner": {"id": 660}, "assignee": {"id": 539}, "project": {"id": 328, "owner": {"id": 735}, "assignee": {"id": 823}}, "task": {"id": 305, "owner": {"id": 70}, "assignee": {"id": 1001}}, "job": {"id": 373, "assignee": {"id": 1195}}, "organization": {"id": 1231}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 64, "privilege": "user"}, "organization": {"id": 109, "owner": {"id": 267}, "user": {"role": null}}}, "resource": {"id": 308, "owner": {"id": 638}, "assignee": {"id": 513}, "project": {"id": 382, "owner": {"id": 747}, "assignee": {"id": 876}}, "task": {"id": 360, "owner": {"id": 64}, "assignee": {"id": 1010}}, "job": {"id": 365, "assignee": {"id": 1191}}, "organization": {"id": 1289}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 21, "privilege": "user"}, "organization": {"id": 194, "owner": {"id": 255}, "user": {"role": null}}}, "resource": {"id": 308, "owner": {"id": 667}, "assignee": {"id": 527}, "project": {"id": 358, "owner": {"id": 707}, "assignee": {"id": 888}}, "task": {"id": 307, "owner": {"id": 21}, "assignee": {"id": 1097}}, "job": {"id": 394, "assignee": {"id": 1122}}, "organization": {"id": 1265}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 19, "privilege": "user"}, "organization": {"id": 178, "owner": {"id": 296}, "user": {"role": null}}}, "resource": {"id": 390, "owner": {"id": 640}, "assignee": {"id": 503}, "project": {"id": 331, "owner": {"id": 753}, "assignee": {"id": 864}}, "task": {"id": 398, "owner": {"id": 19}, "assignee": {"id": 1033}}, "job": {"id": 371, "assignee": {"id": 1123}}, "organization": {"id": 1227}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 32, "privilege": "worker"}, "organization": {"id": 167, "owner": {"id": 32}, "user": {"role": "owner"}}}, "resource": {"id": 321, "owner": {"id": 653}, "assignee": {"id": 597}, "project": {"id": 365, "owner": {"id": 766}, "assignee": {"id": 817}}, "task": {"id": 358, "owner": {"id": 32}, "assignee": {"id": 1083}}, "job": {"id": 396, "assignee": {"id": 1131}}, "organization": {"id": 167}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 55, "privilege": "worker"}, "organization": {"id": 103, "owner": {"id": 55}, "user": {"role": "owner"}}}, "resource": {"id": 356, "owner": {"id": 686}, "assignee": {"id": 564}, "project": {"id": 348, "owner": {"id": 766}, "assignee": {"id": 835}}, "task": {"id": 354, "owner": {"id": 55}, "assignee": {"id": 1027}}, "job": {"id": 393, "assignee": {"id": 1118}}, "organization": {"id": 103}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 98, "privilege": "worker"}, "organization": {"id": 197, "owner": {"id": 98}, "user": {"role": "owner"}}}, "resource": {"id": 311, "owner": {"id": 647}, "assignee": {"id": 503}, "project": {"id": 333, "owner": {"id": 724}, "assignee": {"id": 854}}, "task": {"id": 331, "owner": {"id": 98}, "assignee": {"id": 1091}}, "job": {"id": 372, "assignee": {"id": 1166}}, "organization": {"id": 197}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 63, "privilege": "worker"}, "organization": {"id": 185, "owner": {"id": 63}, "user": {"role": "owner"}}}, "resource": {"id": 374, "owner": {"id": 631}, "assignee": {"id": 544}, "project": {"id": 377, "owner": {"id": 787}, "assignee": {"id": 844}}, "task": {"id": 370, "owner": {"id": 63}, "assignee": {"id": 1030}}, "job": {"id": 332, "assignee": {"id": 1121}}, "organization": {"id": 185}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 5, "privilege": "worker"}, "organization": {"id": 127, "owner": {"id": 5}, "user": {"role": "owner"}}}, "resource": {"id": 350, "owner": {"id": 697}, "assignee": {"id": 571}, "project": {"id": 392, "owner": {"id": 775}, "assignee": {"id": 881}}, "task": {"id": 391, "owner": {"id": 5}, "assignee": {"id": 1087}}, "job": {"id": 311, "assignee": {"id": 1112}}, "organization": {"id": 1221}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 15, "privilege": "worker"}, "organization": {"id": 184, "owner": {"id": 15}, "user": {"role": "owner"}}}, "resource": {"id": 387, "owner": {"id": 609}, "assignee": {"id": 560}, "project": {"id": 302, "owner": {"id": 748}, "assignee": {"id": 875}}, "task": {"id": 332, "owner": {"id": 15}, "assignee": {"id": 1003}}, "job": {"id": 382, "assignee": {"id": 1106}}, "organization": {"id": 1233}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 37, "privilege": "worker"}, "organization": {"id": 167, "owner": {"id": 37}, "user": {"role": "owner"}}}, "resource": {"id": 312, "owner": {"id": 619}, "assignee": {"id": 528}, "project": {"id": 328, "owner": {"id": 712}, "assignee": {"id": 877}}, "task": {"id": 356, "owner": {"id": 37}, "assignee": {"id": 1056}}, "job": {"id": 314, "assignee": {"id": 1144}}, "organization": {"id": 1287}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 27, "privilege": "worker"}, "organization": {"id": 122, "owner": {"id": 27}, "user": {"role": "owner"}}}, "resource": {"id": 341, "owner": {"id": 646}, "assignee": {"id": 594}, "project": {"id": 320, "owner": {"id": 736}, "assignee": {"id": 827}}, "task": {"id": 340, "owner": {"id": 27}, "assignee": {"id": 1028}}, "job": {"id": 384, "assignee": {"id": 1107}}, "organization": {"id": 1222}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 7, "privilege": "worker"}, "organization": {"id": 152, "owner": {"id": 270}, "user": {"role": "maintainer"}}}, "resource": {"id": 362, "owner": {"id": 619}, "assignee": {"id": 539}, "project": {"id": 335, "owner": {"id": 743}, "assignee": {"id": 876}}, "task": {"id": 366, "owner": {"id": 7}, "assignee": {"id": 1092}}, "job": {"id": 302, "assignee": {"id": 1171}}, "organization": {"id": 152}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 91, "privilege": "worker"}, "organization": {"id": 175, "owner": {"id": 287}, "user": {"role": "maintainer"}}}, "resource": {"id": 367, "owner": {"id": 617}, "assignee": {"id": 542}, "project": {"id": 364, "owner": {"id": 797}, "assignee": {"id": 842}}, "task": {"id": 308, "owner": {"id": 91}, "assignee": {"id": 1053}}, "job": {"id": 392, "assignee": {"id": 1197}}, "organization": {"id": 175}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 23, "privilege": "worker"}, "organization": {"id": 175, "owner": {"id": 279}, "user": {"role": "maintainer"}}}, "resource": {"id": 368, "owner": {"id": 624}, "assignee": {"id": 511}, "project": {"id": 395, "owner": {"id": 776}, "assignee": {"id": 846}}, "task": {"id": 318, "owner": {"id": 23}, "assignee": {"id": 1095}}, "job": {"id": 339, "assignee": {"id": 1127}}, "organization": {"id": 175}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 94, "privilege": "worker"}, "organization": {"id": 146, "owner": {"id": 272}, "user": {"role": "maintainer"}}}, "resource": {"id": 345, "owner": {"id": 693}, "assignee": {"id": 529}, "project": {"id": 329, "owner": {"id": 768}, "assignee": {"id": 810}}, "task": {"id": 315, "owner": {"id": 94}, "assignee": {"id": 1004}}, "job": {"id": 327, "assignee": {"id": 1124}}, "organization": {"id": 146}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 98, "privilege": "worker"}, "organization": {"id": 128, "owner": {"id": 226}, "user": {"role": "maintainer"}}}, "resource": {"id": 363, "owner": {"id": 684}, "assignee": {"id": 518}, "project": {"id": 368, "owner": {"id": 767}, "assignee": {"id": 862}}, "task": {"id": 347, "owner": {"id": 98}, "assignee": {"id": 1055}}, "job": {"id": 316, "assignee": {"id": 1111}}, "organization": {"id": 1280}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 82, "privilege": "worker"}, "organization": {"id": 168, "owner": {"id": 279}, "user": {"role": "maintainer"}}}, "resource": {"id": 368, "owner": {"id": 617}, "assignee": {"id": 565}, "project": {"id": 399, "owner": {"id": 764}, "assignee": {"id": 867}}, "task": {"id": 318, "owner": {"id": 82}, "assignee": {"id": 1038}}, "job": {"id": 393, "assignee": {"id": 1175}}, "organization": {"id": 1275}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 97, "privilege": "worker"}, "organization": {"id": 100, "owner": {"id": 259}, "user": {"role": "maintainer"}}}, "resource": {"id": 335, "owner": {"id": 687}, "assignee": {"id": 598}, "project": {"id": 304, "owner": {"id": 792}, "assignee": {"id": 898}}, "task": {"id": 380, "owner": {"id": 97}, "assignee": {"id": 1082}}, "job": {"id": 300, "assignee": {"id": 1139}}, "organization": {"id": 1236}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 55, "privilege": "worker"}, "organization": {"id": 109, "owner": {"id": 289}, "user": {"role": "maintainer"}}}, "resource": {"id": 386, "owner": {"id": 609}, "assignee": {"id": 504}, "project": {"id": 335, "owner": {"id": 741}, "assignee": {"id": 884}}, "task": {"id": 394, "owner": {"id": 55}, "assignee": {"id": 1033}}, "job": {"id": 311, "assignee": {"id": 1115}}, "organization": {"id": 1267}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 11, "privilege": "worker"}, "organization": {"id": 181, "owner": {"id": 288}, "user": {"role": "supervisor"}}}, "resource": {"id": 347, "owner": {"id": 668}, "assignee": {"id": 509}, "project": {"id": 369, "owner": {"id": 721}, "assignee": {"id": 842}}, "task": {"id": 301, "owner": {"id": 11}, "assignee": {"id": 1088}}, "job": {"id": 303, "assignee": {"id": 1113}}, "organization": {"id": 181}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 67, "privilege": "worker"}, "organization": {"id": 151, "owner": {"id": 296}, "user": {"role": "supervisor"}}}, "resource": {"id": 373, "owner": {"id": 665}, "assignee": {"id": 501}, "project": {"id": 356, "owner": {"id": 717}, "assignee": {"id": 868}}, "task": {"id": 347, "owner": {"id": 67}, "assignee": {"id": 1029}}, "job": {"id": 324, "assignee": {"id": 1109}}, "organization": {"id": 151}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 49, "privilege": "worker"}, "organization": {"id": 167, "owner": {"id": 202}, "user": {"role": "supervisor"}}}, "resource": {"id": 353, "owner": {"id": 663}, "assignee": {"id": 558}, "project": {"id": 344, "owner": {"id": 789}, "assignee": {"id": 807}}, "task": {"id": 348, "owner": {"id": 49}, "assignee": {"id": 1028}}, "job": {"id": 377, "assignee": {"id": 1172}}, "organization": {"id": 167}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 13, "privilege": "worker"}, "organization": {"id": 184, "owner": {"id": 288}, "user": {"role": "supervisor"}}}, "resource": {"id": 335, "owner": {"id": 626}, "assignee": {"id": 518}, "project": {"id": 354, "owner": {"id": 766}, "assignee": {"id": 859}}, "task": {"id": 337, "owner": {"id": 13}, "assignee": {"id": 1089}}, "job": {"id": 323, "assignee": {"id": 1119}}, "organization": {"id": 184}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 12, "privilege": "worker"}, "organization": {"id": 188, "owner": {"id": 299}, "user": {"role": "supervisor"}}}, "resource": {"id": 345, "owner": {"id": 615}, "assignee": {"id": 537}, "project": {"id": 397, "owner": {"id": 720}, "assignee": {"id": 841}}, "task": {"id": 344, "owner": {"id": 12}, "assignee": {"id": 1020}}, "job": {"id": 388, "assignee": {"id": 1108}}, "organization": {"id": 1219}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 96, "privilege": "worker"}, "organization": {"id": 178, "owner": {"id": 239}, "user": {"role": "supervisor"}}}, "resource": {"id": 363, "owner": {"id": 668}, "assignee": {"id": 557}, "project": {"id": 364, "owner": {"id": 799}, "assignee": {"id": 834}}, "task": {"id": 312, "owner": {"id": 96}, "assignee": {"id": 1057}}, "job": {"id": 381, "assignee": {"id": 1195}}, "organization": {"id": 1282}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 11, "privilege": "worker"}, "organization": {"id": 142, "owner": {"id": 251}, "user": {"role": "supervisor"}}}, "resource": {"id": 367, "owner": {"id": 600}, "assignee": {"id": 594}, "project": {"id": 327, "owner": {"id": 718}, "assignee": {"id": 836}}, "task": {"id": 363, "owner": {"id": 11}, "assignee": {"id": 1042}}, "job": {"id": 369, "assignee": {"id": 1192}}, "organization": {"id": 1258}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 61, "privilege": "worker"}, "organization": {"id": 154, "owner": {"id": 241}, "user": {"role": "supervisor"}}}, "resource": {"id": 349, "owner": {"id": 658}, "assignee": {"id": 535}, "project": {"id": 391, "owner": {"id": 746}, "assignee": {"id": 846}}, "task": {"id": 366, "owner": {"id": 61}, "assignee": {"id": 1009}}, "job": {"id": 322, "assignee": {"id": 1190}}, "organization": {"id": 1214}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 62, "privilege": "worker"}, "organization": {"id": 188, "owner": {"id": 262}, "user": {"role": "worker"}}}, "resource": {"id": 362, "owner": {"id": 604}, "assignee": {"id": 579}, "project": {"id": 348, "owner": {"id": 704}, "assignee": {"id": 804}}, "task": {"id": 376, "owner": {"id": 62}, "assignee": {"id": 1072}}, "job": {"id": 315, "assignee": {"id": 1172}}, "organization": {"id": 188}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 9, "privilege": "worker"}, "organization": {"id": 105, "owner": {"id": 220}, "user": {"role": "worker"}}}, "resource": {"id": 374, "owner": {"id": 677}, "assignee": {"id": 557}, "project": {"id": 381, "owner": {"id": 725}, "assignee": {"id": 881}}, "task": {"id": 316, "owner": {"id": 9}, "assignee": {"id": 1069}}, "job": {"id": 329, "assignee": {"id": 1111}}, "organization": {"id": 105}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 22, "privilege": "worker"}, "organization": {"id": 116, "owner": {"id": 242}, "user": {"role": "worker"}}}, "resource": {"id": 367, "owner": {"id": 662}, "assignee": {"id": 540}, "project": {"id": 332, "owner": {"id": 726}, "assignee": {"id": 878}}, "task": {"id": 367, "owner": {"id": 22}, "assignee": {"id": 1080}}, "job": {"id": 388, "assignee": {"id": 1138}}, "organization": {"id": 116}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 39, "privilege": "worker"}, "organization": {"id": 140, "owner": {"id": 209}, "user": {"role": "worker"}}}, "resource": {"id": 321, "owner": {"id": 614}, "assignee": {"id": 579}, "project": {"id": 331, "owner": {"id": 770}, "assignee": {"id": 878}}, "task": {"id": 336, "owner": {"id": 39}, "assignee": {"id": 1086}}, "job": {"id": 340, "assignee": {"id": 1140}}, "organization": {"id": 140}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 8, "privilege": "worker"}, "organization": {"id": 171, "owner": {"id": 228}, "user": {"role": "worker"}}}, "resource": {"id": 353, "owner": {"id": 674}, "assignee": {"id": 597}, "project": {"id": 387, "owner": {"id": 718}, "assignee": {"id": 801}}, "task": {"id": 361, "owner": {"id": 8}, "assignee": {"id": 1061}}, "job": {"id": 351, "assignee": {"id": 1123}}, "organization": {"id": 1287}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 97, "privilege": "worker"}, "organization": {"id": 166, "owner": {"id": 238}, "user": {"role": "worker"}}}, "resource": {"id": 388, "owner": {"id": 667}, "assignee": {"id": 507}, "project": {"id": 386, "owner": {"id": 741}, "assignee": {"id": 842}}, "task": {"id": 353, "owner": {"id": 97}, "assignee": {"id": 1049}}, "job": {"id": 333, "assignee": {"id": 1103}}, "organization": {"id": 1221}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 81, "privilege": "worker"}, "organization": {"id": 181, "owner": {"id": 272}, "user": {"role": "worker"}}}, "resource": {"id": 305, "owner": {"id": 690}, "assignee": {"id": 539}, "project": {"id": 378, "owner": {"id": 730}, "assignee": {"id": 831}}, "task": {"id": 354, "owner": {"id": 81}, "assignee": {"id": 1017}}, "job": {"id": 302, "assignee": {"id": 1117}}, "organization": {"id": 1286}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 10, "privilege": "worker"}, "organization": {"id": 125, "owner": {"id": 243}, "user": {"role": "worker"}}}, "resource": {"id": 397, "owner": {"id": 668}, "assignee": {"id": 587}, "project": {"id": 335, "owner": {"id": 792}, "assignee": {"id": 830}}, "task": {"id": 304, "owner": {"id": 10}, "assignee": {"id": 1098}}, "job": {"id": 305, "assignee": {"id": 1192}}, "organization": {"id": 1203}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 99, "privilege": "worker"}, "organization": {"id": 197, "owner": {"id": 286}, "user": {"role": null}}}, "resource": {"id": 397, "owner": {"id": 649}, "assignee": {"id": 584}, "project": {"id": 310, "owner": {"id": 764}, "assignee": {"id": 882}}, "task": {"id": 326, "owner": {"id": 99}, "assignee": {"id": 1058}}, "job": {"id": 306, "assignee": {"id": 1122}}, "organization": {"id": 197}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 99, "privilege": "worker"}, "organization": {"id": 117, "owner": {"id": 219}, "user": {"role": null}}}, "resource": {"id": 373, "owner": {"id": 613}, "assignee": {"id": 591}, "project": {"id": 333, "owner": {"id": 743}, "assignee": {"id": 895}}, "task": {"id": 384, "owner": {"id": 99}, "assignee": {"id": 1084}}, "job": {"id": 333, "assignee": {"id": 1124}}, "organization": {"id": 117}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 29, "privilege": "worker"}, "organization": {"id": 123, "owner": {"id": 243}, "user": {"role": null}}}, "resource": {"id": 390, "owner": {"id": 643}, "assignee": {"id": 594}, "project": {"id": 309, "owner": {"id": 753}, "assignee": {"id": 817}}, "task": {"id": 309, "owner": {"id": 29}, "assignee": {"id": 1049}}, "job": {"id": 313, "assignee": {"id": 1102}}, "organization": {"id": 123}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 52, "privilege": "worker"}, "organization": {"id": 104, "owner": {"id": 247}, "user": {"role": null}}}, "resource": {"id": 372, "owner": {"id": 666}, "assignee": {"id": 594}, "project": {"id": 336, "owner": {"id": 742}, "assignee": {"id": 856}}, "task": {"id": 352, "owner": {"id": 52}, "assignee": {"id": 1071}}, "job": {"id": 355, "assignee": {"id": 1192}}, "organization": {"id": 104}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 29, "privilege": "worker"}, "organization": {"id": 151, "owner": {"id": 262}, "user": {"role": null}}}, "resource": {"id": 358, "owner": {"id": 644}, "assignee": {"id": 563}, "project": {"id": 378, "owner": {"id": 749}, "assignee": {"id": 860}}, "task": {"id": 306, "owner": {"id": 29}, "assignee": {"id": 1019}}, "job": {"id": 335, "assignee": {"id": 1150}}, "organization": {"id": 1230}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 40, "privilege": "worker"}, "organization": {"id": 104, "owner": {"id": 252}, "user": {"role": null}}}, "resource": {"id": 395, "owner": {"id": 688}, "assignee": {"id": 511}, "project": {"id": 317, "owner": {"id": 725}, "assignee": {"id": 885}}, "task": {"id": 338, "owner": {"id": 40}, "assignee": {"id": 1086}}, "job": {"id": 332, "assignee": {"id": 1156}}, "organization": {"id": 1229}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 44, "privilege": "worker"}, "organization": {"id": 140, "owner": {"id": 259}, "user": {"role": null}}}, "resource": {"id": 379, "owner": {"id": 606}, "assignee": {"id": 575}, "project": {"id": 378, "owner": {"id": 797}, "assignee": {"id": 850}}, "task": {"id": 360, "owner": {"id": 44}, "assignee": {"id": 1076}}, "job": {"id": 344, "assignee": {"id": 1183}}, "organization": {"id": 1204}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 92, "privilege": "worker"}, "organization": {"id": 152, "owner": {"id": 226}, "user": {"role": null}}}, "resource": {"id": 359, "owner": {"id": 682}, "assignee": {"id": 547}, "project": {"id": 322, "owner": {"id": 735}, "assignee": {"id": 883}}, "task": {"id": 337, "owner": {"id": 92}, "assignee": {"id": 1023}}, "job": {"id": 362, "assignee": {"id": 1155}}, "organization": {"id": 1218}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 10, "privilege": "none"}, "organization": {"id": 161, "owner": {"id": 10}, "user": {"role": "owner"}}}, "resource": {"id": 365, "owner": {"id": 649}, "assignee": {"id": 585}, "project": {"id": 343, "owner": {"id": 773}, "assignee": {"id": 882}}, "task": {"id": 332, "owner": {"id": 10}, "assignee": {"id": 1094}}, "job": {"id": 313, "assignee": {"id": 1176}}, "organization": {"id": 161}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 73, "privilege": "none"}, "organization": {"id": 135, "owner": {"id": 73}, "user": {"role": "owner"}}}, "resource": {"id": 384, "owner": {"id": 655}, "assignee": {"id": 559}, "project": {"id": 359, "owner": {"id": 771}, "assignee": {"id": 858}}, "task": {"id": 322, "owner": {"id": 73}, "assignee": {"id": 1093}}, "job": {"id": 398, "assignee": {"id": 1167}}, "organization": {"id": 135}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 84, "privilege": "none"}, "organization": {"id": 189, "owner": {"id": 84}, "user": {"role": "owner"}}}, "resource": {"id": 363, "owner": {"id": 683}, "assignee": {"id": 556}, "project": {"id": 381, "owner": {"id": 765}, "assignee": {"id": 846}}, "task": {"id": 312, "owner": {"id": 84}, "assignee": {"id": 1056}}, "job": {"id": 340, "assignee": {"id": 1123}}, "organization": {"id": 189}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 38, "privilege": "none"}, "organization": {"id": 199, "owner": {"id": 38}, "user": {"role": "owner"}}}, "resource": {"id": 364, "owner": {"id": 661}, "assignee": {"id": 506}, "project": {"id": 355, "owner": {"id": 769}, "assignee": {"id": 880}}, "task": {"id": 362, "owner": {"id": 38}, "assignee": {"id": 1009}}, "job": {"id": 378, "assignee": {"id": 1167}}, "organization": {"id": 199}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 17, "privilege": "none"}, "organization": {"id": 140, "owner": {"id": 17}, "user": {"role": "owner"}}}, "resource": {"id": 380, "owner": {"id": 687}, "assignee": {"id": 569}, "project": {"id": 332, "owner": {"id": 721}, "assignee": {"id": 842}}, "task": {"id": 355, "owner": {"id": 17}, "assignee": {"id": 1006}}, "job": {"id": 312, "assignee": {"id": 1183}}, "organization": {"id": 1250}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 93, "privilege": "none"}, "organization": {"id": 182, "owner": {"id": 93}, "user": {"role": "owner"}}}, "resource": {"id": 388, "owner": {"id": 630}, "assignee": {"id": 513}, "project": {"id": 376, "owner": {"id": 780}, "assignee": {"id": 821}}, "task": {"id": 311, "owner": {"id": 93}, "assignee": {"id": 1001}}, "job": {"id": 301, "assignee": {"id": 1121}}, "organization": {"id": 1291}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 70, "privilege": "none"}, "organization": {"id": 187, "owner": {"id": 70}, "user": {"role": "owner"}}}, "resource": {"id": 306, "owner": {"id": 616}, "assignee": {"id": 568}, "project": {"id": 331, "owner": {"id": 736}, "assignee": {"id": 840}}, "task": {"id": 380, "owner": {"id": 70}, "assignee": {"id": 1080}}, "job": {"id": 396, "assignee": {"id": 1120}}, "organization": {"id": 1210}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 58, "privilege": "none"}, "organization": {"id": 102, "owner": {"id": 58}, "user": {"role": "owner"}}}, "resource": {"id": 359, "owner": {"id": 635}, "assignee": {"id": 536}, "project": {"id": 395, "owner": {"id": 785}, "assignee": {"id": 805}}, "task": {"id": 322, "owner": {"id": 58}, "assignee": {"id": 1004}}, "job": {"id": 335, "assignee": {"id": 1165}}, "organization": {"id": 1284}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 11, "privilege": "none"}, "organization": {"id": 153, "owner": {"id": 296}, "user": {"role": "maintainer"}}}, "resource": {"id": 398, "owner": {"id": 696}, "assignee": {"id": 513}, "project": {"id": 302, "owner": {"id": 782}, "assignee": {"id": 853}}, "task": {"id": 348, "owner": {"id": 11}, "assignee": {"id": 1064}}, "job": {"id": 361, "assignee": {"id": 1123}}, "organization": {"id": 153}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 36, "privilege": "none"}, "organization": {"id": 199, "owner": {"id": 212}, "user": {"role": "maintainer"}}}, "resource": {"id": 300, "owner": {"id": 607}, "assignee": {"id": 570}, "project": {"id": 313, "owner": {"id": 754}, "assignee": {"id": 874}}, "task": {"id": 337, "owner": {"id": 36}, "assignee": {"id": 1000}}, "job": {"id": 368, "assignee": {"id": 1105}}, "organization": {"id": 199}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 13, "privilege": "none"}, "organization": {"id": 161, "owner": {"id": 299}, "user": {"role": "maintainer"}}}, "resource": {"id": 333, "owner": {"id": 618}, "assignee": {"id": 549}, "project": {"id": 318, "owner": {"id": 791}, "assignee": {"id": 875}}, "task": {"id": 326, "owner": {"id": 13}, "assignee": {"id": 1005}}, "job": {"id": 319, "assignee": {"id": 1178}}, "organization": {"id": 161}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 48, "privilege": "none"}, "organization": {"id": 180, "owner": {"id": 252}, "user": {"role": "maintainer"}}}, "resource": {"id": 396, "owner": {"id": 622}, "assignee": {"id": 514}, "project": {"id": 340, "owner": {"id": 755}, "assignee": {"id": 834}}, "task": {"id": 361, "owner": {"id": 48}, "assignee": {"id": 1018}}, "job": {"id": 340, "assignee": {"id": 1116}}, "organization": {"id": 180}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 91, "privilege": "none"}, "organization": {"id": 174, "owner": {"id": 261}, "user": {"role": "maintainer"}}}, "resource": {"id": 305, "owner": {"id": 616}, "assignee": {"id": 565}, "project": {"id": 378, "owner": {"id": 764}, "assignee": {"id": 864}}, "task": {"id": 333, "owner": {"id": 91}, "assignee": {"id": 1098}}, "job": {"id": 354, "assignee": {"id": 1193}}, "organization": {"id": 1287}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 5, "privilege": "none"}, "organization": {"id": 144, "owner": {"id": 205}, "user": {"role": "maintainer"}}}, "resource": {"id": 342, "owner": {"id": 692}, "assignee": {"id": 581}, "project": {"id": 321, "owner": {"id": 793}, "assignee": {"id": 822}}, "task": {"id": 316, "owner": {"id": 5}, "assignee": {"id": 1051}}, "job": {"id": 334, "assignee": {"id": 1154}}, "organization": {"id": 1279}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 3, "privilege": "none"}, "organization": {"id": 187, "owner": {"id": 273}, "user": {"role": "maintainer"}}}, "resource": {"id": 376, "owner": {"id": 665}, "assignee": {"id": 566}, "project": {"id": 305, "owner": {"id": 780}, "assignee": {"id": 889}}, "task": {"id": 326, "owner": {"id": 3}, "assignee": {"id": 1013}}, "job": {"id": 390, "assignee": {"id": 1136}}, "organization": {"id": 1223}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 13, "privilege": "none"}, "organization": {"id": 182, "owner": {"id": 228}, "user": {"role": "maintainer"}}}, "resource": {"id": 320, "owner": {"id": 622}, "assignee": {"id": 543}, "project": {"id": 384, "owner": {"id": 778}, "assignee": {"id": 801}}, "task": {"id": 332, "owner": {"id": 13}, "assignee": {"id": 1096}}, "job": {"id": 308, "assignee": {"id": 1108}}, "organization": {"id": 1230}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 15, "privilege": "none"}, "organization": {"id": 169, "owner": {"id": 263}, "user": {"role": "supervisor"}}}, "resource": {"id": 366, "owner": {"id": 647}, "assignee": {"id": 512}, "project": {"id": 358, "owner": {"id": 706}, "assignee": {"id": 852}}, "task": {"id": 381, "owner": {"id": 15}, "assignee": {"id": 1025}}, "job": {"id": 377, "assignee": {"id": 1186}}, "organization": {"id": 169}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 48, "privilege": "none"}, "organization": {"id": 104, "owner": {"id": 294}, "user": {"role": "supervisor"}}}, "resource": {"id": 300, "owner": {"id": 612}, "assignee": {"id": 524}, "project": {"id": 312, "owner": {"id": 775}, "assignee": {"id": 850}}, "task": {"id": 369, "owner": {"id": 48}, "assignee": {"id": 1068}}, "job": {"id": 357, "assignee": {"id": 1199}}, "organization": {"id": 104}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 14, "privilege": "none"}, "organization": {"id": 121, "owner": {"id": 234}, "user": {"role": "supervisor"}}}, "resource": {"id": 323, "owner": {"id": 696}, "assignee": {"id": 588}, "project": {"id": 390, "owner": {"id": 769}, "assignee": {"id": 844}}, "task": {"id": 362, "owner": {"id": 14}, "assignee": {"id": 1046}}, "job": {"id": 329, "assignee": {"id": 1192}}, "organization": {"id": 121}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 36, "privilege": "none"}, "organization": {"id": 165, "owner": {"id": 207}, "user": {"role": "supervisor"}}}, "resource": {"id": 358, "owner": {"id": 638}, "assignee": {"id": 591}, "project": {"id": 360, "owner": {"id": 704}, "assignee": {"id": 812}}, "task": {"id": 314, "owner": {"id": 36}, "assignee": {"id": 1034}}, "job": {"id": 367, "assignee": {"id": 1180}}, "organization": {"id": 165}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 15, "privilege": "none"}, "organization": {"id": 135, "owner": {"id": 255}, "user": {"role": "supervisor"}}}, "resource": {"id": 315, "owner": {"id": 664}, "assignee": {"id": 547}, "project": {"id": 300, "owner": {"id": 703}, "assignee": {"id": 830}}, "task": {"id": 388, "owner": {"id": 15}, "assignee": {"id": 1005}}, "job": {"id": 375, "assignee": {"id": 1112}}, "organization": {"id": 1229}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 80, "privilege": "none"}, "organization": {"id": 153, "owner": {"id": 229}, "user": {"role": "supervisor"}}}, "resource": {"id": 367, "owner": {"id": 639}, "assignee": {"id": 599}, "project": {"id": 302, "owner": {"id": 797}, "assignee": {"id": 885}}, "task": {"id": 311, "owner": {"id": 80}, "assignee": {"id": 1009}}, "job": {"id": 371, "assignee": {"id": 1149}}, "organization": {"id": 1249}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 28, "privilege": "none"}, "organization": {"id": 151, "owner": {"id": 234}, "user": {"role": "supervisor"}}}, "resource": {"id": 325, "owner": {"id": 642}, "assignee": {"id": 507}, "project": {"id": 325, "owner": {"id": 732}, "assignee": {"id": 868}}, "task": {"id": 338, "owner": {"id": 28}, "assignee": {"id": 1009}}, "job": {"id": 389, "assignee": {"id": 1101}}, "organization": {"id": 1215}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 18, "privilege": "none"}, "organization": {"id": 110, "owner": {"id": 242}, "user": {"role": "supervisor"}}}, "resource": {"id": 316, "owner": {"id": 678}, "assignee": {"id": 505}, "project": {"id": 360, "owner": {"id": 709}, "assignee": {"id": 861}}, "task": {"id": 300, "owner": {"id": 18}, "assignee": {"id": 1012}}, "job": {"id": 396, "assignee": {"id": 1126}}, "organization": {"id": 1252}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 11, "privilege": "none"}, "organization": {"id": 176, "owner": {"id": 229}, "user": {"role": "worker"}}}, "resource": {"id": 356, "owner": {"id": 650}, "assignee": {"id": 530}, "project": {"id": 327, "owner": {"id": 779}, "assignee": {"id": 813}}, "task": {"id": 304, "owner": {"id": 11}, "assignee": {"id": 1097}}, "job": {"id": 396, "assignee": {"id": 1111}}, "organization": {"id": 176}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 68, "privilege": "none"}, "organization": {"id": 150, "owner": {"id": 254}, "user": {"role": "worker"}}}, "resource": {"id": 334, "owner": {"id": 691}, "assignee": {"id": 521}, "project": {"id": 392, "owner": {"id": 705}, "assignee": {"id": 853}}, "task": {"id": 334, "owner": {"id": 68}, "assignee": {"id": 1071}}, "job": {"id": 359, "assignee": {"id": 1190}}, "organization": {"id": 150}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 72, "privilege": "none"}, "organization": {"id": 178, "owner": {"id": 279}, "user": {"role": "worker"}}}, "resource": {"id": 308, "owner": {"id": 629}, "assignee": {"id": 572}, "project": {"id": 314, "owner": {"id": 734}, "assignee": {"id": 860}}, "task": {"id": 334, "owner": {"id": 72}, "assignee": {"id": 1028}}, "job": {"id": 330, "assignee": {"id": 1138}}, "organization": {"id": 178}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 95, "privilege": "none"}, "organization": {"id": 157, "owner": {"id": 215}, "user": {"role": "worker"}}}, "resource": {"id": 366, "owner": {"id": 624}, "assignee": {"id": 522}, "project": {"id": 388, "owner": {"id": 749}, "assignee": {"id": 866}}, "task": {"id": 323, "owner": {"id": 95}, "assignee": {"id": 1054}}, "job": {"id": 316, "assignee": {"id": 1109}}, "organization": {"id": 157}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 14, "privilege": "none"}, "organization": {"id": 147, "owner": {"id": 245}, "user": {"role": "worker"}}}, "resource": {"id": 303, "owner": {"id": 654}, "assignee": {"id": 594}, "project": {"id": 373, "owner": {"id": 742}, "assignee": {"id": 805}}, "task": {"id": 385, "owner": {"id": 14}, "assignee": {"id": 1018}}, "job": {"id": 358, "assignee": {"id": 1190}}, "organization": {"id": 1210}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 4, "privilege": "none"}, "organization": {"id": 105, "owner": {"id": 227}, "user": {"role": "worker"}}}, "resource": {"id": 387, "owner": {"id": 630}, "assignee": {"id": 561}, "project": {"id": 384, "owner": {"id": 713}, "assignee": {"id": 847}}, "task": {"id": 399, "owner": {"id": 4}, "assignee": {"id": 1053}}, "job": {"id": 316, "assignee": {"id": 1191}}, "organization": {"id": 1259}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 69, "privilege": "none"}, "organization": {"id": 188, "owner": {"id": 217}, "user": {"role": "worker"}}}, "resource": {"id": 370, "owner": {"id": 669}, "assignee": {"id": 545}, "project": {"id": 361, "owner": {"id": 748}, "assignee": {"id": 837}}, "task": {"id": 327, "owner": {"id": 69}, "assignee": {"id": 1022}}, "job": {"id": 351, "assignee": {"id": 1132}}, "organization": {"id": 1281}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 81, "privilege": "none"}, "organization": {"id": 138, "owner": {"id": 279}, "user": {"role": "worker"}}}, "resource": {"id": 338, "owner": {"id": 693}, "assignee": {"id": 538}, "project": {"id": 371, "owner": {"id": 715}, "assignee": {"id": 824}}, "task": {"id": 398, "owner": {"id": 81}, "assignee": {"id": 1093}}, "job": {"id": 398, "assignee": {"id": 1191}}, "organization": {"id": 1219}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 30, "privilege": "none"}, "organization": {"id": 149, "owner": {"id": 208}, "user": {"role": null}}}, "resource": {"id": 301, "owner": {"id": 650}, "assignee": {"id": 569}, "project": {"id": 355, "owner": {"id": 700}, "assignee": {"id": 856}}, "task": {"id": 389, "owner": {"id": 30}, "assignee": {"id": 1035}}, "job": {"id": 399, "assignee": {"id": 1129}}, "organization": {"id": 149}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 75, "privilege": "none"}, "organization": {"id": 168, "owner": {"id": 212}, "user": {"role": null}}}, "resource": {"id": 347, "owner": {"id": 652}, "assignee": {"id": 589}, "project": {"id": 300, "owner": {"id": 709}, "assignee": {"id": 821}}, "task": {"id": 324, "owner": {"id": 75}, "assignee": {"id": 1001}}, "job": {"id": 349, "assignee": {"id": 1192}}, "organization": {"id": 168}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 75, "privilege": "none"}, "organization": {"id": 138, "owner": {"id": 239}, "user": {"role": null}}}, "resource": {"id": 337, "owner": {"id": 654}, "assignee": {"id": 530}, "project": {"id": 397, "owner": {"id": 736}, "assignee": {"id": 868}}, "task": {"id": 399, "owner": {"id": 75}, "assignee": {"id": 1038}}, "job": {"id": 356, "assignee": {"id": 1158}}, "organization": {"id": 138}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 56, "privilege": "none"}, "organization": {"id": 177, "owner": {"id": 252}, "user": {"role": null}}}, "resource": {"id": 357, "owner": {"id": 648}, "assignee": {"id": 513}, "project": {"id": 363, "owner": {"id": 734}, "assignee": {"id": 881}}, "task": {"id": 348, "owner": {"id": 56}, "assignee": {"id": 1061}}, "job": {"id": 362, "assignee": {"id": 1174}}, "organization": {"id": 177}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 39, "privilege": "none"}, "organization": {"id": 158, "owner": {"id": 253}, "user": {"role": null}}}, "resource": {"id": 328, "owner": {"id": 685}, "assignee": {"id": 573}, "project": {"id": 313, "owner": {"id": 744}, "assignee": {"id": 807}}, "task": {"id": 375, "owner": {"id": 39}, "assignee": {"id": 1063}}, "job": {"id": 334, "assignee": {"id": 1127}}, "organization": {"id": 1252}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 66, "privilege": "none"}, "organization": {"id": 190, "owner": {"id": 232}, "user": {"role": null}}}, "resource": {"id": 319, "owner": {"id": 636}, "assignee": {"id": 534}, "project": {"id": 347, "owner": {"id": 770}, "assignee": {"id": 879}}, "task": {"id": 346, "owner": {"id": 66}, "assignee": {"id": 1055}}, "job": {"id": 357, "assignee": {"id": 1146}}, "organization": {"id": 1262}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 21, "privilege": "none"}, "organization": {"id": 116, "owner": {"id": 210}, "user": {"role": null}}}, "resource": {"id": 388, "owner": {"id": 608}, "assignee": {"id": 523}, "project": {"id": 388, "owner": {"id": 760}, "assignee": {"id": 873}}, "task": {"id": 333, "owner": {"id": 21}, "assignee": {"id": 1076}}, "job": {"id": 305, "assignee": {"id": 1189}}, "organization": {"id": 1213}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 7, "privilege": "none"}, "organization": {"id": 175, "owner": {"id": 299}, "user": {"role": null}}}, "resource": {"id": 340, "owner": {"id": 672}, "assignee": {"id": 528}, "project": {"id": 349, "owner": {"id": 722}, "assignee": {"id": 858}}, "task": {"id": 366, "owner": {"id": 7}, "assignee": {"id": 1063}}, "job": {"id": 393, "assignee": {"id": 1143}}, "organization": {"id": 1237}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 81, "privilege": "admin"}, "organization": {"id": 144, "owner": {"id": 81}, "user": {"role": "owner"}}}, "resource": {"id": 352, "owner": {"id": 607}, "assignee": {"id": 545}, "project": {"id": 399, "owner": {"id": 731}, "assignee": {"id": 844}}, "task": {"id": 306, "owner": {"id": 993}, "assignee": {"id": 81}}, "job": {"id": 382, "assignee": {"id": 1106}}, "organization": {"id": 144}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 19, "privilege": "admin"}, "organization": {"id": 134, "owner": {"id": 19}, "user": {"role": "owner"}}}, "resource": {"id": 320, "owner": {"id": 606}, "assignee": {"id": 504}, "project": {"id": 377, "owner": {"id": 787}, "assignee": {"id": 802}}, "task": {"id": 354, "owner": {"id": 988}, "assignee": {"id": 19}}, "job": {"id": 352, "assignee": {"id": 1131}}, "organization": {"id": 134}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 35, "privilege": "admin"}, "organization": {"id": 156, "owner": {"id": 35}, "user": {"role": "owner"}}}, "resource": {"id": 336, "owner": {"id": 615}, "assignee": {"id": 515}, "project": {"id": 356, "owner": {"id": 716}, "assignee": {"id": 847}}, "task": {"id": 376, "owner": {"id": 996}, "assignee": {"id": 35}}, "job": {"id": 377, "assignee": {"id": 1109}}, "organization": {"id": 156}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 32, "privilege": "admin"}, "organization": {"id": 103, "owner": {"id": 32}, "user": {"role": "owner"}}}, "resource": {"id": 314, "owner": {"id": 610}, "assignee": {"id": 584}, "project": {"id": 387, "owner": {"id": 764}, "assignee": {"id": 852}}, "task": {"id": 364, "owner": {"id": 932}, "assignee": {"id": 32}}, "job": {"id": 328, "assignee": {"id": 1162}}, "organization": {"id": 103}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 52, "privilege": "admin"}, "organization": {"id": 196, "owner": {"id": 52}, "user": {"role": "owner"}}}, "resource": {"id": 304, "owner": {"id": 670}, "assignee": {"id": 513}, "project": {"id": 311, "owner": {"id": 751}, "assignee": {"id": 816}}, "task": {"id": 327, "owner": {"id": 920}, "assignee": {"id": 52}}, "job": {"id": 306, "assignee": {"id": 1152}}, "organization": {"id": 1253}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 77, "privilege": "admin"}, "organization": {"id": 145, "owner": {"id": 77}, "user": {"role": "owner"}}}, "resource": {"id": 337, "owner": {"id": 644}, "assignee": {"id": 549}, "project": {"id": 333, "owner": {"id": 758}, "assignee": {"id": 803}}, "task": {"id": 396, "owner": {"id": 942}, "assignee": {"id": 77}}, "job": {"id": 392, "assignee": {"id": 1160}}, "organization": {"id": 1265}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 36, "privilege": "admin"}, "organization": {"id": 188, "owner": {"id": 36}, "user": {"role": "owner"}}}, "resource": {"id": 342, "owner": {"id": 656}, "assignee": {"id": 599}, "project": {"id": 331, "owner": {"id": 779}, "assignee": {"id": 834}}, "task": {"id": 381, "owner": {"id": 940}, "assignee": {"id": 36}}, "job": {"id": 336, "assignee": {"id": 1191}}, "organization": {"id": 1216}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 28, "privilege": "admin"}, "organization": {"id": 134, "owner": {"id": 28}, "user": {"role": "owner"}}}, "resource": {"id": 361, "owner": {"id": 669}, "assignee": {"id": 520}, "project": {"id": 364, "owner": {"id": 741}, "assignee": {"id": 880}}, "task": {"id": 300, "owner": {"id": 947}, "assignee": {"id": 28}}, "job": {"id": 317, "assignee": {"id": 1194}}, "organization": {"id": 1202}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 63, "privilege": "admin"}, "organization": {"id": 149, "owner": {"id": 270}, "user": {"role": "maintainer"}}}, "resource": {"id": 305, "owner": {"id": 657}, "assignee": {"id": 515}, "project": {"id": 399, "owner": {"id": 738}, "assignee": {"id": 850}}, "task": {"id": 350, "owner": {"id": 998}, "assignee": {"id": 63}}, "job": {"id": 344, "assignee": {"id": 1190}}, "organization": {"id": 149}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 22, "privilege": "admin"}, "organization": {"id": 148, "owner": {"id": 214}, "user": {"role": "maintainer"}}}, "resource": {"id": 336, "owner": {"id": 677}, "assignee": {"id": 531}, "project": {"id": 385, "owner": {"id": 742}, "assignee": {"id": 824}}, "task": {"id": 398, "owner": {"id": 987}, "assignee": {"id": 22}}, "job": {"id": 395, "assignee": {"id": 1119}}, "organization": {"id": 148}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 2, "privilege": "admin"}, "organization": {"id": 122, "owner": {"id": 255}, "user": {"role": "maintainer"}}}, "resource": {"id": 382, "owner": {"id": 613}, "assignee": {"id": 558}, "project": {"id": 325, "owner": {"id": 737}, "assignee": {"id": 895}}, "task": {"id": 316, "owner": {"id": 980}, "assignee": {"id": 2}}, "job": {"id": 321, "assignee": {"id": 1166}}, "organization": {"id": 122}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 63, "privilege": "admin"}, "organization": {"id": 129, "owner": {"id": 293}, "user": {"role": "maintainer"}}}, "resource": {"id": 304, "owner": {"id": 684}, "assignee": {"id": 590}, "project": {"id": 312, "owner": {"id": 765}, "assignee": {"id": 841}}, "task": {"id": 327, "owner": {"id": 980}, "assignee": {"id": 63}}, "job": {"id": 360, "assignee": {"id": 1104}}, "organization": {"id": 129}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 28, "privilege": "admin"}, "organization": {"id": 109, "owner": {"id": 251}, "user": {"role": "maintainer"}}}, "resource": {"id": 345, "owner": {"id": 659}, "assignee": {"id": 562}, "project": {"id": 380, "owner": {"id": 735}, "assignee": {"id": 856}}, "task": {"id": 388, "owner": {"id": 979}, "assignee": {"id": 28}}, "job": {"id": 335, "assignee": {"id": 1139}}, "organization": {"id": 1242}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 48, "privilege": "admin"}, "organization": {"id": 112, "owner": {"id": 275}, "user": {"role": "maintainer"}}}, "resource": {"id": 342, "owner": {"id": 665}, "assignee": {"id": 549}, "project": {"id": 338, "owner": {"id": 792}, "assignee": {"id": 811}}, "task": {"id": 336, "owner": {"id": 937}, "assignee": {"id": 48}}, "job": {"id": 316, "assignee": {"id": 1190}}, "organization": {"id": 1220}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 77, "privilege": "admin"}, "organization": {"id": 186, "owner": {"id": 252}, "user": {"role": "maintainer"}}}, "resource": {"id": 305, "owner": {"id": 606}, "assignee": {"id": 592}, "project": {"id": 311, "owner": {"id": 798}, "assignee": {"id": 868}}, "task": {"id": 341, "owner": {"id": 905}, "assignee": {"id": 77}}, "job": {"id": 381, "assignee": {"id": 1102}}, "organization": {"id": 1222}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 42, "privilege": "admin"}, "organization": {"id": 121, "owner": {"id": 242}, "user": {"role": "maintainer"}}}, "resource": {"id": 397, "owner": {"id": 685}, "assignee": {"id": 567}, "project": {"id": 302, "owner": {"id": 791}, "assignee": {"id": 804}}, "task": {"id": 342, "owner": {"id": 931}, "assignee": {"id": 42}}, "job": {"id": 388, "assignee": {"id": 1176}}, "organization": {"id": 1219}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 64, "privilege": "admin"}, "organization": {"id": 161, "owner": {"id": 234}, "user": {"role": "supervisor"}}}, "resource": {"id": 377, "owner": {"id": 649}, "assignee": {"id": 540}, "project": {"id": 335, "owner": {"id": 732}, "assignee": {"id": 840}}, "task": {"id": 383, "owner": {"id": 968}, "assignee": {"id": 64}}, "job": {"id": 321, "assignee": {"id": 1143}}, "organization": {"id": 161}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 59, "privilege": "admin"}, "organization": {"id": 123, "owner": {"id": 285}, "user": {"role": "supervisor"}}}, "resource": {"id": 399, "owner": {"id": 671}, "assignee": {"id": 563}, "project": {"id": 377, "owner": {"id": 711}, "assignee": {"id": 810}}, "task": {"id": 356, "owner": {"id": 933}, "assignee": {"id": 59}}, "job": {"id": 330, "assignee": {"id": 1152}}, "organization": {"id": 123}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 20, "privilege": "admin"}, "organization": {"id": 111, "owner": {"id": 204}, "user": {"role": "supervisor"}}}, "resource": {"id": 330, "owner": {"id": 660}, "assignee": {"id": 570}, "project": {"id": 373, "owner": {"id": 793}, "assignee": {"id": 859}}, "task": {"id": 337, "owner": {"id": 929}, "assignee": {"id": 20}}, "job": {"id": 395, "assignee": {"id": 1195}}, "organization": {"id": 111}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 94, "privilege": "admin"}, "organization": {"id": 140, "owner": {"id": 250}, "user": {"role": "supervisor"}}}, "resource": {"id": 348, "owner": {"id": 629}, "assignee": {"id": 561}, "project": {"id": 373, "owner": {"id": 767}, "assignee": {"id": 823}}, "task": {"id": 325, "owner": {"id": 968}, "assignee": {"id": 94}}, "job": {"id": 386, "assignee": {"id": 1154}}, "organization": {"id": 140}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 29, "privilege": "admin"}, "organization": {"id": 188, "owner": {"id": 241}, "user": {"role": "supervisor"}}}, "resource": {"id": 335, "owner": {"id": 686}, "assignee": {"id": 560}, "project": {"id": 394, "owner": {"id": 768}, "assignee": {"id": 855}}, "task": {"id": 335, "owner": {"id": 917}, "assignee": {"id": 29}}, "job": {"id": 335, "assignee": {"id": 1122}}, "organization": {"id": 1205}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 84, "privilege": "admin"}, "organization": {"id": 135, "owner": {"id": 292}, "user": {"role": "supervisor"}}}, "resource": {"id": 393, "owner": {"id": 690}, "assignee": {"id": 528}, "project": {"id": 371, "owner": {"id": 798}, "assignee": {"id": 840}}, "task": {"id": 331, "owner": {"id": 970}, "assignee": {"id": 84}}, "job": {"id": 388, "assignee": {"id": 1185}}, "organization": {"id": 1287}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 9, "privilege": "admin"}, "organization": {"id": 135, "owner": {"id": 236}, "user": {"role": "supervisor"}}}, "resource": {"id": 339, "owner": {"id": 690}, "assignee": {"id": 560}, "project": {"id": 397, "owner": {"id": 730}, "assignee": {"id": 809}}, "task": {"id": 369, "owner": {"id": 901}, "assignee": {"id": 9}}, "job": {"id": 361, "assignee": {"id": 1183}}, "organization": {"id": 1233}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 47, "privilege": "admin"}, "organization": {"id": 119, "owner": {"id": 234}, "user": {"role": "supervisor"}}}, "resource": {"id": 354, "owner": {"id": 636}, "assignee": {"id": 591}, "project": {"id": 369, "owner": {"id": 781}, "assignee": {"id": 816}}, "task": {"id": 354, "owner": {"id": 939}, "assignee": {"id": 47}}, "job": {"id": 360, "assignee": {"id": 1176}}, "organization": {"id": 1205}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 24, "privilege": "admin"}, "organization": {"id": 156, "owner": {"id": 298}, "user": {"role": "worker"}}}, "resource": {"id": 370, "owner": {"id": 611}, "assignee": {"id": 545}, "project": {"id": 300, "owner": {"id": 776}, "assignee": {"id": 897}}, "task": {"id": 355, "owner": {"id": 953}, "assignee": {"id": 24}}, "job": {"id": 351, "assignee": {"id": 1110}}, "organization": {"id": 156}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 12, "privilege": "admin"}, "organization": {"id": 187, "owner": {"id": 224}, "user": {"role": "worker"}}}, "resource": {"id": 335, "owner": {"id": 634}, "assignee": {"id": 539}, "project": {"id": 340, "owner": {"id": 767}, "assignee": {"id": 859}}, "task": {"id": 376, "owner": {"id": 978}, "assignee": {"id": 12}}, "job": {"id": 325, "assignee": {"id": 1119}}, "organization": {"id": 187}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 36, "privilege": "admin"}, "organization": {"id": 128, "owner": {"id": 247}, "user": {"role": "worker"}}}, "resource": {"id": 377, "owner": {"id": 696}, "assignee": {"id": 595}, "project": {"id": 323, "owner": {"id": 735}, "assignee": {"id": 837}}, "task": {"id": 346, "owner": {"id": 993}, "assignee": {"id": 36}}, "job": {"id": 395, "assignee": {"id": 1131}}, "organization": {"id": 128}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 98, "privilege": "admin"}, "organization": {"id": 105, "owner": {"id": 270}, "user": {"role": "worker"}}}, "resource": {"id": 367, "owner": {"id": 635}, "assignee": {"id": 531}, "project": {"id": 339, "owner": {"id": 795}, "assignee": {"id": 875}}, "task": {"id": 323, "owner": {"id": 977}, "assignee": {"id": 98}}, "job": {"id": 367, "assignee": {"id": 1123}}, "organization": {"id": 105}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 81, "privilege": "admin"}, "organization": {"id": 197, "owner": {"id": 249}, "user": {"role": "worker"}}}, "resource": {"id": 305, "owner": {"id": 678}, "assignee": {"id": 599}, "project": {"id": 304, "owner": {"id": 731}, "assignee": {"id": 897}}, "task": {"id": 325, "owner": {"id": 905}, "assignee": {"id": 81}}, "job": {"id": 393, "assignee": {"id": 1166}}, "organization": {"id": 1246}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 15, "privilege": "admin"}, "organization": {"id": 181, "owner": {"id": 263}, "user": {"role": "worker"}}}, "resource": {"id": 344, "owner": {"id": 689}, "assignee": {"id": 502}, "project": {"id": 382, "owner": {"id": 769}, "assignee": {"id": 886}}, "task": {"id": 342, "owner": {"id": 937}, "assignee": {"id": 15}}, "job": {"id": 359, "assignee": {"id": 1124}}, "organization": {"id": 1224}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 3, "privilege": "admin"}, "organization": {"id": 173, "owner": {"id": 230}, "user": {"role": "worker"}}}, "resource": {"id": 323, "owner": {"id": 629}, "assignee": {"id": 562}, "project": {"id": 307, "owner": {"id": 705}, "assignee": {"id": 853}}, "task": {"id": 353, "owner": {"id": 945}, "assignee": {"id": 3}}, "job": {"id": 320, "assignee": {"id": 1193}}, "organization": {"id": 1204}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 17, "privilege": "admin"}, "organization": {"id": 192, "owner": {"id": 216}, "user": {"role": "worker"}}}, "resource": {"id": 306, "owner": {"id": 642}, "assignee": {"id": 549}, "project": {"id": 308, "owner": {"id": 735}, "assignee": {"id": 837}}, "task": {"id": 372, "owner": {"id": 916}, "assignee": {"id": 17}}, "job": {"id": 387, "assignee": {"id": 1120}}, "organization": {"id": 1297}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 4, "privilege": "admin"}, "organization": {"id": 181, "owner": {"id": 272}, "user": {"role": null}}}, "resource": {"id": 341, "owner": {"id": 603}, "assignee": {"id": 520}, "project": {"id": 353, "owner": {"id": 752}, "assignee": {"id": 867}}, "task": {"id": 324, "owner": {"id": 909}, "assignee": {"id": 4}}, "job": {"id": 363, "assignee": {"id": 1175}}, "organization": {"id": 181}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 51, "privilege": "admin"}, "organization": {"id": 110, "owner": {"id": 273}, "user": {"role": null}}}, "resource": {"id": 342, "owner": {"id": 660}, "assignee": {"id": 521}, "project": {"id": 351, "owner": {"id": 704}, "assignee": {"id": 850}}, "task": {"id": 390, "owner": {"id": 953}, "assignee": {"id": 51}}, "job": {"id": 381, "assignee": {"id": 1186}}, "organization": {"id": 110}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 15, "privilege": "admin"}, "organization": {"id": 165, "owner": {"id": 203}, "user": {"role": null}}}, "resource": {"id": 363, "owner": {"id": 629}, "assignee": {"id": 549}, "project": {"id": 324, "owner": {"id": 725}, "assignee": {"id": 894}}, "task": {"id": 349, "owner": {"id": 987}, "assignee": {"id": 15}}, "job": {"id": 334, "assignee": {"id": 1143}}, "organization": {"id": 165}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 66, "privilege": "admin"}, "organization": {"id": 160, "owner": {"id": 235}, "user": {"role": null}}}, "resource": {"id": 391, "owner": {"id": 681}, "assignee": {"id": 537}, "project": {"id": 393, "owner": {"id": 702}, "assignee": {"id": 832}}, "task": {"id": 343, "owner": {"id": 912}, "assignee": {"id": 66}}, "job": {"id": 379, "assignee": {"id": 1154}}, "organization": {"id": 160}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 58, "privilege": "admin"}, "organization": {"id": 114, "owner": {"id": 280}, "user": {"role": null}}}, "resource": {"id": 328, "owner": {"id": 623}, "assignee": {"id": 523}, "project": {"id": 339, "owner": {"id": 746}, "assignee": {"id": 880}}, "task": {"id": 340, "owner": {"id": 929}, "assignee": {"id": 58}}, "job": {"id": 313, "assignee": {"id": 1126}}, "organization": {"id": 1254}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 8, "privilege": "admin"}, "organization": {"id": 130, "owner": {"id": 265}, "user": {"role": null}}}, "resource": {"id": 335, "owner": {"id": 686}, "assignee": {"id": 515}, "project": {"id": 302, "owner": {"id": 700}, "assignee": {"id": 851}}, "task": {"id": 393, "owner": {"id": 958}, "assignee": {"id": 8}}, "job": {"id": 398, "assignee": {"id": 1134}}, "organization": {"id": 1267}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 38, "privilege": "admin"}, "organization": {"id": 177, "owner": {"id": 286}, "user": {"role": null}}}, "resource": {"id": 398, "owner": {"id": 641}, "assignee": {"id": 547}, "project": {"id": 344, "owner": {"id": 717}, "assignee": {"id": 848}}, "task": {"id": 362, "owner": {"id": 931}, "assignee": {"id": 38}}, "job": {"id": 370, "assignee": {"id": 1146}}, "organization": {"id": 1256}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 92, "privilege": "admin"}, "organization": {"id": 145, "owner": {"id": 223}, "user": {"role": null}}}, "resource": {"id": 303, "owner": {"id": 655}, "assignee": {"id": 577}, "project": {"id": 318, "owner": {"id": 795}, "assignee": {"id": 806}}, "task": {"id": 326, "owner": {"id": 926}, "assignee": {"id": 92}}, "job": {"id": 351, "assignee": {"id": 1118}}, "organization": {"id": 1287}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 26, "privilege": "business"}, "organization": {"id": 165, "owner": {"id": 26}, "user": {"role": "owner"}}}, "resource": {"id": 346, "owner": {"id": 675}, "assignee": {"id": 508}, "project": {"id": 394, "owner": {"id": 709}, "assignee": {"id": 840}}, "task": {"id": 336, "owner": {"id": 941}, "assignee": {"id": 26}}, "job": {"id": 326, "assignee": {"id": 1196}}, "organization": {"id": 165}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 36, "privilege": "business"}, "organization": {"id": 125, "owner": {"id": 36}, "user": {"role": "owner"}}}, "resource": {"id": 375, "owner": {"id": 638}, "assignee": {"id": 543}, "project": {"id": 320, "owner": {"id": 776}, "assignee": {"id": 869}}, "task": {"id": 329, "owner": {"id": 965}, "assignee": {"id": 36}}, "job": {"id": 332, "assignee": {"id": 1175}}, "organization": {"id": 125}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 52, "privilege": "business"}, "organization": {"id": 177, "owner": {"id": 52}, "user": {"role": "owner"}}}, "resource": {"id": 358, "owner": {"id": 662}, "assignee": {"id": 507}, "project": {"id": 311, "owner": {"id": 709}, "assignee": {"id": 825}}, "task": {"id": 331, "owner": {"id": 986}, "assignee": {"id": 52}}, "job": {"id": 366, "assignee": {"id": 1123}}, "organization": {"id": 177}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 17, "privilege": "business"}, "organization": {"id": 126, "owner": {"id": 17}, "user": {"role": "owner"}}}, "resource": {"id": 385, "owner": {"id": 609}, "assignee": {"id": 502}, "project": {"id": 302, "owner": {"id": 720}, "assignee": {"id": 873}}, "task": {"id": 339, "owner": {"id": 913}, "assignee": {"id": 17}}, "job": {"id": 357, "assignee": {"id": 1188}}, "organization": {"id": 126}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 1, "privilege": "business"}, "organization": {"id": 161, "owner": {"id": 1}, "user": {"role": "owner"}}}, "resource": {"id": 358, "owner": {"id": 641}, "assignee": {"id": 551}, "project": {"id": 316, "owner": {"id": 702}, "assignee": {"id": 856}}, "task": {"id": 318, "owner": {"id": 992}, "assignee": {"id": 1}}, "job": {"id": 387, "assignee": {"id": 1132}}, "organization": {"id": 1246}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 45, "privilege": "business"}, "organization": {"id": 147, "owner": {"id": 45}, "user": {"role": "owner"}}}, "resource": {"id": 310, "owner": {"id": 653}, "assignee": {"id": 522}, "project": {"id": 369, "owner": {"id": 730}, "assignee": {"id": 865}}, "task": {"id": 381, "owner": {"id": 949}, "assignee": {"id": 45}}, "job": {"id": 389, "assignee": {"id": 1132}}, "organization": {"id": 1249}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 4, "privilege": "business"}, "organization": {"id": 161, "owner": {"id": 4}, "user": {"role": "owner"}}}, "resource": {"id": 380, "owner": {"id": 628}, "assignee": {"id": 588}, "project": {"id": 384, "owner": {"id": 743}, "assignee": {"id": 813}}, "task": {"id": 365, "owner": {"id": 919}, "assignee": {"id": 4}}, "job": {"id": 318, "assignee": {"id": 1189}}, "organization": {"id": 1298}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 50, "privilege": "business"}, "organization": {"id": 102, "owner": {"id": 50}, "user": {"role": "owner"}}}, "resource": {"id": 315, "owner": {"id": 600}, "assignee": {"id": 522}, "project": {"id": 359, "owner": {"id": 767}, "assignee": {"id": 852}}, "task": {"id": 362, "owner": {"id": 917}, "assignee": {"id": 50}}, "job": {"id": 342, "assignee": {"id": 1152}}, "organization": {"id": 1204}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 23, "privilege": "business"}, "organization": {"id": 122, "owner": {"id": 294}, "user": {"role": "maintainer"}}}, "resource": {"id": 382, "owner": {"id": 623}, "assignee": {"id": 542}, "project": {"id": 358, "owner": {"id": 723}, "assignee": {"id": 813}}, "task": {"id": 302, "owner": {"id": 967}, "assignee": {"id": 23}}, "job": {"id": 374, "assignee": {"id": 1167}}, "organization": {"id": 122}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 63, "privilege": "business"}, "organization": {"id": 170, "owner": {"id": 222}, "user": {"role": "maintainer"}}}, "resource": {"id": 384, "owner": {"id": 621}, "assignee": {"id": 548}, "project": {"id": 378, "owner": {"id": 735}, "assignee": {"id": 893}}, "task": {"id": 367, "owner": {"id": 980}, "assignee": {"id": 63}}, "job": {"id": 314, "assignee": {"id": 1138}}, "organization": {"id": 170}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 68, "privilege": "business"}, "organization": {"id": 125, "owner": {"id": 284}, "user": {"role": "maintainer"}}}, "resource": {"id": 333, "owner": {"id": 699}, "assignee": {"id": 596}, "project": {"id": 313, "owner": {"id": 757}, "assignee": {"id": 881}}, "task": {"id": 377, "owner": {"id": 967}, "assignee": {"id": 68}}, "job": {"id": 377, "assignee": {"id": 1119}}, "organization": {"id": 125}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 66, "privilege": "business"}, "organization": {"id": 193, "owner": {"id": 206}, "user": {"role": "maintainer"}}}, "resource": {"id": 325, "owner": {"id": 622}, "assignee": {"id": 565}, "project": {"id": 385, "owner": {"id": 738}, "assignee": {"id": 877}}, "task": {"id": 393, "owner": {"id": 916}, "assignee": {"id": 66}}, "job": {"id": 334, "assignee": {"id": 1155}}, "organization": {"id": 193}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 3, "privilege": "business"}, "organization": {"id": 140, "owner": {"id": 247}, "user": {"role": "maintainer"}}}, "resource": {"id": 366, "owner": {"id": 632}, "assignee": {"id": 596}, "project": {"id": 394, "owner": {"id": 712}, "assignee": {"id": 867}}, "task": {"id": 335, "owner": {"id": 938}, "assignee": {"id": 3}}, "job": {"id": 338, "assignee": {"id": 1154}}, "organization": {"id": 1235}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 40, "privilege": "business"}, "organization": {"id": 103, "owner": {"id": 288}, "user": {"role": "maintainer"}}}, "resource": {"id": 383, "owner": {"id": 681}, "assignee": {"id": 551}, "project": {"id": 361, "owner": {"id": 746}, "assignee": {"id": 828}}, "task": {"id": 398, "owner": {"id": 992}, "assignee": {"id": 40}}, "job": {"id": 338, "assignee": {"id": 1157}}, "organization": {"id": 1287}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 3, "privilege": "business"}, "organization": {"id": 121, "owner": {"id": 246}, "user": {"role": "maintainer"}}}, "resource": {"id": 394, "owner": {"id": 623}, "assignee": {"id": 550}, "project": {"id": 379, "owner": {"id": 792}, "assignee": {"id": 822}}, "task": {"id": 323, "owner": {"id": 995}, "assignee": {"id": 3}}, "job": {"id": 384, "assignee": {"id": 1125}}, "organization": {"id": 1231}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 61, "privilege": "business"}, "organization": {"id": 112, "owner": {"id": 222}, "user": {"role": "maintainer"}}}, "resource": {"id": 377, "owner": {"id": 650}, "assignee": {"id": 523}, "project": {"id": 344, "owner": {"id": 759}, "assignee": {"id": 877}}, "task": {"id": 385, "owner": {"id": 941}, "assignee": {"id": 61}}, "job": {"id": 357, "assignee": {"id": 1180}}, "organization": {"id": 1226}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 13, "privilege": "business"}, "organization": {"id": 140, "owner": {"id": 216}, "user": {"role": "supervisor"}}}, "resource": {"id": 319, "owner": {"id": 646}, "assignee": {"id": 576}, "project": {"id": 397, "owner": {"id": 758}, "assignee": {"id": 822}}, "task": {"id": 301, "owner": {"id": 935}, "assignee": {"id": 13}}, "job": {"id": 311, "assignee": {"id": 1196}}, "organization": {"id": 140}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 50, "privilege": "business"}, "organization": {"id": 133, "owner": {"id": 248}, "user": {"role": "supervisor"}}}, "resource": {"id": 332, "owner": {"id": 674}, "assignee": {"id": 546}, "project": {"id": 359, "owner": {"id": 719}, "assignee": {"id": 883}}, "task": {"id": 331, "owner": {"id": 973}, "assignee": {"id": 50}}, "job": {"id": 305, "assignee": {"id": 1190}}, "organization": {"id": 133}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 63, "privilege": "business"}, "organization": {"id": 144, "owner": {"id": 205}, "user": {"role": "supervisor"}}}, "resource": {"id": 376, "owner": {"id": 670}, "assignee": {"id": 524}, "project": {"id": 337, "owner": {"id": 706}, "assignee": {"id": 805}}, "task": {"id": 313, "owner": {"id": 917}, "assignee": {"id": 63}}, "job": {"id": 377, "assignee": {"id": 1159}}, "organization": {"id": 144}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 29, "privilege": "business"}, "organization": {"id": 136, "owner": {"id": 278}, "user": {"role": "supervisor"}}}, "resource": {"id": 350, "owner": {"id": 622}, "assignee": {"id": 581}, "project": {"id": 302, "owner": {"id": 763}, "assignee": {"id": 880}}, "task": {"id": 312, "owner": {"id": 926}, "assignee": {"id": 29}}, "job": {"id": 340, "assignee": {"id": 1102}}, "organization": {"id": 136}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 8, "privilege": "business"}, "organization": {"id": 137, "owner": {"id": 298}, "user": {"role": "supervisor"}}}, "resource": {"id": 317, "owner": {"id": 665}, "assignee": {"id": 579}, "project": {"id": 324, "owner": {"id": 701}, "assignee": {"id": 856}}, "task": {"id": 319, "owner": {"id": 991}, "assignee": {"id": 8}}, "job": {"id": 374, "assignee": {"id": 1162}}, "organization": {"id": 1227}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 83, "privilege": "business"}, "organization": {"id": 177, "owner": {"id": 280}, "user": {"role": "supervisor"}}}, "resource": {"id": 328, "owner": {"id": 659}, "assignee": {"id": 563}, "project": {"id": 363, "owner": {"id": 756}, "assignee": {"id": 861}}, "task": {"id": 363, "owner": {"id": 987}, "assignee": {"id": 83}}, "job": {"id": 358, "assignee": {"id": 1115}}, "organization": {"id": 1294}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 98, "privilege": "business"}, "organization": {"id": 107, "owner": {"id": 230}, "user": {"role": "supervisor"}}}, "resource": {"id": 307, "owner": {"id": 632}, "assignee": {"id": 527}, "project": {"id": 358, "owner": {"id": 732}, "assignee": {"id": 822}}, "task": {"id": 335, "owner": {"id": 954}, "assignee": {"id": 98}}, "job": {"id": 330, "assignee": {"id": 1111}}, "organization": {"id": 1278}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 16, "privilege": "business"}, "organization": {"id": 162, "owner": {"id": 251}, "user": {"role": "supervisor"}}}, "resource": {"id": 310, "owner": {"id": 619}, "assignee": {"id": 520}, "project": {"id": 305, "owner": {"id": 702}, "assignee": {"id": 890}}, "task": {"id": 389, "owner": {"id": 912}, "assignee": {"id": 16}}, "job": {"id": 396, "assignee": {"id": 1149}}, "organization": {"id": 1212}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 61, "privilege": "business"}, "organization": {"id": 102, "owner": {"id": 220}, "user": {"role": "worker"}}}, "resource": {"id": 375, "owner": {"id": 613}, "assignee": {"id": 591}, "project": {"id": 390, "owner": {"id": 748}, "assignee": {"id": 846}}, "task": {"id": 313, "owner": {"id": 933}, "assignee": {"id": 61}}, "job": {"id": 377, "assignee": {"id": 1119}}, "organization": {"id": 102}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 19, "privilege": "business"}, "organization": {"id": 152, "owner": {"id": 230}, "user": {"role": "worker"}}}, "resource": {"id": 365, "owner": {"id": 642}, "assignee": {"id": 500}, "project": {"id": 395, "owner": {"id": 718}, "assignee": {"id": 865}}, "task": {"id": 350, "owner": {"id": 996}, "assignee": {"id": 19}}, "job": {"id": 323, "assignee": {"id": 1110}}, "organization": {"id": 152}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 38, "privilege": "business"}, "organization": {"id": 100, "owner": {"id": 202}, "user": {"role": "worker"}}}, "resource": {"id": 307, "owner": {"id": 628}, "assignee": {"id": 500}, "project": {"id": 325, "owner": {"id": 793}, "assignee": {"id": 883}}, "task": {"id": 363, "owner": {"id": 964}, "assignee": {"id": 38}}, "job": {"id": 303, "assignee": {"id": 1185}}, "organization": {"id": 100}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 30, "privilege": "business"}, "organization": {"id": 155, "owner": {"id": 210}, "user": {"role": "worker"}}}, "resource": {"id": 398, "owner": {"id": 622}, "assignee": {"id": 514}, "project": {"id": 304, "owner": {"id": 714}, "assignee": {"id": 805}}, "task": {"id": 387, "owner": {"id": 934}, "assignee": {"id": 30}}, "job": {"id": 392, "assignee": {"id": 1107}}, "organization": {"id": 155}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 47, "privilege": "business"}, "organization": {"id": 168, "owner": {"id": 261}, "user": {"role": "worker"}}}, "resource": {"id": 361, "owner": {"id": 661}, "assignee": {"id": 595}, "project": {"id": 336, "owner": {"id": 757}, "assignee": {"id": 826}}, "task": {"id": 387, "owner": {"id": 971}, "assignee": {"id": 47}}, "job": {"id": 394, "assignee": {"id": 1163}}, "organization": {"id": 1206}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 74, "privilege": "business"}, "organization": {"id": 163, "owner": {"id": 241}, "user": {"role": "worker"}}}, "resource": {"id": 331, "owner": {"id": 618}, "assignee": {"id": 528}, "project": {"id": 388, "owner": {"id": 766}, "assignee": {"id": 876}}, "task": {"id": 320, "owner": {"id": 933}, "assignee": {"id": 74}}, "job": {"id": 395, "assignee": {"id": 1124}}, "organization": {"id": 1250}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 52, "privilege": "business"}, "organization": {"id": 111, "owner": {"id": 291}, "user": {"role": "worker"}}}, "resource": {"id": 300, "owner": {"id": 620}, "assignee": {"id": 556}, "project": {"id": 305, "owner": {"id": 795}, "assignee": {"id": 810}}, "task": {"id": 377, "owner": {"id": 997}, "assignee": {"id": 52}}, "job": {"id": 337, "assignee": {"id": 1181}}, "organization": {"id": 1259}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 6, "privilege": "business"}, "organization": {"id": 183, "owner": {"id": 201}, "user": {"role": "worker"}}}, "resource": {"id": 329, "owner": {"id": 641}, "assignee": {"id": 590}, "project": {"id": 321, "owner": {"id": 726}, "assignee": {"id": 884}}, "task": {"id": 324, "owner": {"id": 937}, "assignee": {"id": 6}}, "job": {"id": 312, "assignee": {"id": 1117}}, "organization": {"id": 1295}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 58, "privilege": "business"}, "organization": {"id": 145, "owner": {"id": 232}, "user": {"role": null}}}, "resource": {"id": 306, "owner": {"id": 624}, "assignee": {"id": 579}, "project": {"id": 304, "owner": {"id": 775}, "assignee": {"id": 890}}, "task": {"id": 388, "owner": {"id": 968}, "assignee": {"id": 58}}, "job": {"id": 304, "assignee": {"id": 1195}}, "organization": {"id": 145}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 28, "privilege": "business"}, "organization": {"id": 139, "owner": {"id": 250}, "user": {"role": null}}}, "resource": {"id": 365, "owner": {"id": 661}, "assignee": {"id": 568}, "project": {"id": 386, "owner": {"id": 766}, "assignee": {"id": 893}}, "task": {"id": 378, "owner": {"id": 937}, "assignee": {"id": 28}}, "job": {"id": 386, "assignee": {"id": 1186}}, "organization": {"id": 139}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 5, "privilege": "business"}, "organization": {"id": 138, "owner": {"id": 254}, "user": {"role": null}}}, "resource": {"id": 359, "owner": {"id": 654}, "assignee": {"id": 505}, "project": {"id": 356, "owner": {"id": 796}, "assignee": {"id": 880}}, "task": {"id": 320, "owner": {"id": 975}, "assignee": {"id": 5}}, "job": {"id": 356, "assignee": {"id": 1114}}, "organization": {"id": 138}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 95, "privilege": "business"}, "organization": {"id": 162, "owner": {"id": 203}, "user": {"role": null}}}, "resource": {"id": 371, "owner": {"id": 620}, "assignee": {"id": 534}, "project": {"id": 351, "owner": {"id": 707}, "assignee": {"id": 815}}, "task": {"id": 379, "owner": {"id": 908}, "assignee": {"id": 95}}, "job": {"id": 390, "assignee": {"id": 1119}}, "organization": {"id": 162}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 54, "privilege": "business"}, "organization": {"id": 149, "owner": {"id": 267}, "user": {"role": null}}}, "resource": {"id": 311, "owner": {"id": 699}, "assignee": {"id": 531}, "project": {"id": 347, "owner": {"id": 745}, "assignee": {"id": 814}}, "task": {"id": 305, "owner": {"id": 920}, "assignee": {"id": 54}}, "job": {"id": 374, "assignee": {"id": 1197}}, "organization": {"id": 1200}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 12, "privilege": "business"}, "organization": {"id": 108, "owner": {"id": 282}, "user": {"role": null}}}, "resource": {"id": 323, "owner": {"id": 674}, "assignee": {"id": 537}, "project": {"id": 371, "owner": {"id": 748}, "assignee": {"id": 826}}, "task": {"id": 385, "owner": {"id": 909}, "assignee": {"id": 12}}, "job": {"id": 394, "assignee": {"id": 1109}}, "organization": {"id": 1287}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 54, "privilege": "business"}, "organization": {"id": 173, "owner": {"id": 244}, "user": {"role": null}}}, "resource": {"id": 385, "owner": {"id": 638}, "assignee": {"id": 592}, "project": {"id": 337, "owner": {"id": 798}, "assignee": {"id": 838}}, "task": {"id": 373, "owner": {"id": 958}, "assignee": {"id": 54}}, "job": {"id": 380, "assignee": {"id": 1148}}, "organization": {"id": 1219}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 44, "privilege": "business"}, "organization": {"id": 115, "owner": {"id": 257}, "user": {"role": null}}}, "resource": {"id": 305, "owner": {"id": 675}, "assignee": {"id": 536}, "project": {"id": 387, "owner": {"id": 772}, "assignee": {"id": 813}}, "task": {"id": 342, "owner": {"id": 923}, "assignee": {"id": 44}}, "job": {"id": 320, "assignee": {"id": 1134}}, "organization": {"id": 1251}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 77, "privilege": "user"}, "organization": {"id": 172, "owner": {"id": 77}, "user": {"role": "owner"}}}, "resource": {"id": 354, "owner": {"id": 685}, "assignee": {"id": 589}, "project": {"id": 390, "owner": {"id": 732}, "assignee": {"id": 871}}, "task": {"id": 361, "owner": {"id": 959}, "assignee": {"id": 77}}, "job": {"id": 364, "assignee": {"id": 1155}}, "organization": {"id": 172}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 36, "privilege": "user"}, "organization": {"id": 178, "owner": {"id": 36}, "user": {"role": "owner"}}}, "resource": {"id": 345, "owner": {"id": 675}, "assignee": {"id": 503}, "project": {"id": 369, "owner": {"id": 720}, "assignee": {"id": 831}}, "task": {"id": 359, "owner": {"id": 917}, "assignee": {"id": 36}}, "job": {"id": 313, "assignee": {"id": 1174}}, "organization": {"id": 178}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 17, "privilege": "user"}, "organization": {"id": 162, "owner": {"id": 17}, "user": {"role": "owner"}}}, "resource": {"id": 387, "owner": {"id": 617}, "assignee": {"id": 511}, "project": {"id": 329, "owner": {"id": 781}, "assignee": {"id": 891}}, "task": {"id": 396, "owner": {"id": 993}, "assignee": {"id": 17}}, "job": {"id": 339, "assignee": {"id": 1110}}, "organization": {"id": 162}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 12, "privilege": "user"}, "organization": {"id": 158, "owner": {"id": 12}, "user": {"role": "owner"}}}, "resource": {"id": 310, "owner": {"id": 617}, "assignee": {"id": 563}, "project": {"id": 310, "owner": {"id": 733}, "assignee": {"id": 828}}, "task": {"id": 384, "owner": {"id": 938}, "assignee": {"id": 12}}, "job": {"id": 382, "assignee": {"id": 1181}}, "organization": {"id": 158}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 41, "privilege": "user"}, "organization": {"id": 195, "owner": {"id": 41}, "user": {"role": "owner"}}}, "resource": {"id": 372, "owner": {"id": 644}, "assignee": {"id": 598}, "project": {"id": 363, "owner": {"id": 758}, "assignee": {"id": 871}}, "task": {"id": 363, "owner": {"id": 991}, "assignee": {"id": 41}}, "job": {"id": 319, "assignee": {"id": 1189}}, "organization": {"id": 1270}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 82, "privilege": "user"}, "organization": {"id": 109, "owner": {"id": 82}, "user": {"role": "owner"}}}, "resource": {"id": 361, "owner": {"id": 640}, "assignee": {"id": 500}, "project": {"id": 324, "owner": {"id": 783}, "assignee": {"id": 870}}, "task": {"id": 304, "owner": {"id": 915}, "assignee": {"id": 82}}, "job": {"id": 395, "assignee": {"id": 1140}}, "organization": {"id": 1236}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 83, "privilege": "user"}, "organization": {"id": 134, "owner": {"id": 83}, "user": {"role": "owner"}}}, "resource": {"id": 306, "owner": {"id": 605}, "assignee": {"id": 577}, "project": {"id": 325, "owner": {"id": 798}, "assignee": {"id": 878}}, "task": {"id": 388, "owner": {"id": 915}, "assignee": {"id": 83}}, "job": {"id": 307, "assignee": {"id": 1123}}, "organization": {"id": 1217}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 38, "privilege": "user"}, "organization": {"id": 172, "owner": {"id": 38}, "user": {"role": "owner"}}}, "resource": {"id": 375, "owner": {"id": 649}, "assignee": {"id": 550}, "project": {"id": 362, "owner": {"id": 768}, "assignee": {"id": 831}}, "task": {"id": 359, "owner": {"id": 940}, "assignee": {"id": 38}}, "job": {"id": 356, "assignee": {"id": 1171}}, "organization": {"id": 1253}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 66, "privilege": "user"}, "organization": {"id": 128, "owner": {"id": 240}, "user": {"role": "maintainer"}}}, "resource": {"id": 314, "owner": {"id": 637}, "assignee": {"id": 520}, "project": {"id": 378, "owner": {"id": 786}, "assignee": {"id": 847}}, "task": {"id": 378, "owner": {"id": 947}, "assignee": {"id": 66}}, "job": {"id": 369, "assignee": {"id": 1126}}, "organization": {"id": 128}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 29, "privilege": "user"}, "organization": {"id": 179, "owner": {"id": 284}, "user": {"role": "maintainer"}}}, "resource": {"id": 398, "owner": {"id": 626}, "assignee": {"id": 578}, "project": {"id": 371, "owner": {"id": 734}, "assignee": {"id": 851}}, "task": {"id": 364, "owner": {"id": 987}, "assignee": {"id": 29}}, "job": {"id": 330, "assignee": {"id": 1167}}, "organization": {"id": 179}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 99, "privilege": "user"}, "organization": {"id": 112, "owner": {"id": 279}, "user": {"role": "maintainer"}}}, "resource": {"id": 325, "owner": {"id": 624}, "assignee": {"id": 589}, "project": {"id": 358, "owner": {"id": 756}, "assignee": {"id": 889}}, "task": {"id": 394, "owner": {"id": 955}, "assignee": {"id": 99}}, "job": {"id": 391, "assignee": {"id": 1100}}, "organization": {"id": 112}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 82, "privilege": "user"}, "organization": {"id": 193, "owner": {"id": 251}, "user": {"role": "maintainer"}}}, "resource": {"id": 349, "owner": {"id": 615}, "assignee": {"id": 512}, "project": {"id": 332, "owner": {"id": 742}, "assignee": {"id": 821}}, "task": {"id": 352, "owner": {"id": 983}, "assignee": {"id": 82}}, "job": {"id": 398, "assignee": {"id": 1183}}, "organization": {"id": 193}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 90, "privilege": "user"}, "organization": {"id": 174, "owner": {"id": 281}, "user": {"role": "maintainer"}}}, "resource": {"id": 365, "owner": {"id": 627}, "assignee": {"id": 587}, "project": {"id": 343, "owner": {"id": 757}, "assignee": {"id": 841}}, "task": {"id": 312, "owner": {"id": 926}, "assignee": {"id": 90}}, "job": {"id": 304, "assignee": {"id": 1186}}, "organization": {"id": 1208}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 36, "privilege": "user"}, "organization": {"id": 197, "owner": {"id": 226}, "user": {"role": "maintainer"}}}, "resource": {"id": 340, "owner": {"id": 617}, "assignee": {"id": 526}, "project": {"id": 350, "owner": {"id": 749}, "assignee": {"id": 848}}, "task": {"id": 344, "owner": {"id": 934}, "assignee": {"id": 36}}, "job": {"id": 316, "assignee": {"id": 1177}}, "organization": {"id": 1289}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 89, "privilege": "user"}, "organization": {"id": 118, "owner": {"id": 208}, "user": {"role": "maintainer"}}}, "resource": {"id": 393, "owner": {"id": 632}, "assignee": {"id": 502}, "project": {"id": 388, "owner": {"id": 726}, "assignee": {"id": 820}}, "task": {"id": 326, "owner": {"id": 992}, "assignee": {"id": 89}}, "job": {"id": 370, "assignee": {"id": 1191}}, "organization": {"id": 1252}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 80, "privilege": "user"}, "organization": {"id": 156, "owner": {"id": 256}, "user": {"role": "maintainer"}}}, "resource": {"id": 366, "owner": {"id": 601}, "assignee": {"id": 562}, "project": {"id": 306, "owner": {"id": 766}, "assignee": {"id": 808}}, "task": {"id": 369, "owner": {"id": 974}, "assignee": {"id": 80}}, "job": {"id": 315, "assignee": {"id": 1168}}, "organization": {"id": 1245}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 92, "privilege": "user"}, "organization": {"id": 154, "owner": {"id": 260}, "user": {"role": "supervisor"}}}, "resource": {"id": 328, "owner": {"id": 693}, "assignee": {"id": 577}, "project": {"id": 315, "owner": {"id": 749}, "assignee": {"id": 804}}, "task": {"id": 320, "owner": {"id": 959}, "assignee": {"id": 92}}, "job": {"id": 363, "assignee": {"id": 1100}}, "organization": {"id": 154}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 74, "privilege": "user"}, "organization": {"id": 171, "owner": {"id": 234}, "user": {"role": "supervisor"}}}, "resource": {"id": 382, "owner": {"id": 698}, "assignee": {"id": 534}, "project": {"id": 391, "owner": {"id": 771}, "assignee": {"id": 829}}, "task": {"id": 373, "owner": {"id": 937}, "assignee": {"id": 74}}, "job": {"id": 325, "assignee": {"id": 1144}}, "organization": {"id": 171}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 85, "privilege": "user"}, "organization": {"id": 137, "owner": {"id": 248}, "user": {"role": "supervisor"}}}, "resource": {"id": 316, "owner": {"id": 683}, "assignee": {"id": 528}, "project": {"id": 359, "owner": {"id": 774}, "assignee": {"id": 842}}, "task": {"id": 342, "owner": {"id": 971}, "assignee": {"id": 85}}, "job": {"id": 329, "assignee": {"id": 1171}}, "organization": {"id": 137}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 5, "privilege": "user"}, "organization": {"id": 149, "owner": {"id": 208}, "user": {"role": "supervisor"}}}, "resource": {"id": 317, "owner": {"id": 688}, "assignee": {"id": 547}, "project": {"id": 354, "owner": {"id": 705}, "assignee": {"id": 803}}, "task": {"id": 379, "owner": {"id": 925}, "assignee": {"id": 5}}, "job": {"id": 362, "assignee": {"id": 1116}}, "organization": {"id": 149}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 27, "privilege": "user"}, "organization": {"id": 195, "owner": {"id": 281}, "user": {"role": "supervisor"}}}, "resource": {"id": 392, "owner": {"id": 603}, "assignee": {"id": 579}, "project": {"id": 386, "owner": {"id": 725}, "assignee": {"id": 899}}, "task": {"id": 361, "owner": {"id": 916}, "assignee": {"id": 27}}, "job": {"id": 379, "assignee": {"id": 1118}}, "organization": {"id": 1245}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 70, "privilege": "user"}, "organization": {"id": 116, "owner": {"id": 231}, "user": {"role": "supervisor"}}}, "resource": {"id": 346, "owner": {"id": 626}, "assignee": {"id": 504}, "project": {"id": 303, "owner": {"id": 740}, "assignee": {"id": 822}}, "task": {"id": 362, "owner": {"id": 965}, "assignee": {"id": 70}}, "job": {"id": 341, "assignee": {"id": 1195}}, "organization": {"id": 1236}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 82, "privilege": "user"}, "organization": {"id": 149, "owner": {"id": 260}, "user": {"role": "supervisor"}}}, "resource": {"id": 318, "owner": {"id": 629}, "assignee": {"id": 500}, "project": {"id": 390, "owner": {"id": 746}, "assignee": {"id": 848}}, "task": {"id": 311, "owner": {"id": 978}, "assignee": {"id": 82}}, "job": {"id": 364, "assignee": {"id": 1195}}, "organization": {"id": 1251}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 98, "privilege": "user"}, "organization": {"id": 182, "owner": {"id": 238}, "user": {"role": "supervisor"}}}, "resource": {"id": 318, "owner": {"id": 642}, "assignee": {"id": 579}, "project": {"id": 319, "owner": {"id": 742}, "assignee": {"id": 832}}, "task": {"id": 318, "owner": {"id": 968}, "assignee": {"id": 98}}, "job": {"id": 341, "assignee": {"id": 1153}}, "organization": {"id": 1291}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 62, "privilege": "user"}, "organization": {"id": 187, "owner": {"id": 208}, "user": {"role": "worker"}}}, "resource": {"id": 302, "owner": {"id": 670}, "assignee": {"id": 513}, "project": {"id": 300, "owner": {"id": 783}, "assignee": {"id": 889}}, "task": {"id": 315, "owner": {"id": 917}, "assignee": {"id": 62}}, "job": {"id": 375, "assignee": {"id": 1165}}, "organization": {"id": 187}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 65, "privilege": "user"}, "organization": {"id": 101, "owner": {"id": 223}, "user": {"role": "worker"}}}, "resource": {"id": 357, "owner": {"id": 662}, "assignee": {"id": 579}, "project": {"id": 377, "owner": {"id": 767}, "assignee": {"id": 871}}, "task": {"id": 318, "owner": {"id": 978}, "assignee": {"id": 65}}, "job": {"id": 396, "assignee": {"id": 1124}}, "organization": {"id": 101}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 1, "privilege": "user"}, "organization": {"id": 180, "owner": {"id": 284}, "user": {"role": "worker"}}}, "resource": {"id": 316, "owner": {"id": 633}, "assignee": {"id": 540}, "project": {"id": 366, "owner": {"id": 739}, "assignee": {"id": 873}}, "task": {"id": 328, "owner": {"id": 933}, "assignee": {"id": 1}}, "job": {"id": 335, "assignee": {"id": 1133}}, "organization": {"id": 180}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 8, "privilege": "user"}, "organization": {"id": 129, "owner": {"id": 210}, "user": {"role": "worker"}}}, "resource": {"id": 380, "owner": {"id": 649}, "assignee": {"id": 558}, "project": {"id": 343, "owner": {"id": 739}, "assignee": {"id": 872}}, "task": {"id": 330, "owner": {"id": 983}, "assignee": {"id": 8}}, "job": {"id": 339, "assignee": {"id": 1176}}, "organization": {"id": 129}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 77, "privilege": "user"}, "organization": {"id": 172, "owner": {"id": 259}, "user": {"role": "worker"}}}, "resource": {"id": 319, "owner": {"id": 628}, "assignee": {"id": 566}, "project": {"id": 391, "owner": {"id": 764}, "assignee": {"id": 883}}, "task": {"id": 339, "owner": {"id": 967}, "assignee": {"id": 77}}, "job": {"id": 379, "assignee": {"id": 1142}}, "organization": {"id": 1234}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 50, "privilege": "user"}, "organization": {"id": 109, "owner": {"id": 200}, "user": {"role": "worker"}}}, "resource": {"id": 398, "owner": {"id": 618}, "assignee": {"id": 581}, "project": {"id": 308, "owner": {"id": 770}, "assignee": {"id": 811}}, "task": {"id": 310, "owner": {"id": 986}, "assignee": {"id": 50}}, "job": {"id": 368, "assignee": {"id": 1183}}, "organization": {"id": 1266}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 4, "privilege": "user"}, "organization": {"id": 117, "owner": {"id": 235}, "user": {"role": "worker"}}}, "resource": {"id": 384, "owner": {"id": 654}, "assignee": {"id": 588}, "project": {"id": 329, "owner": {"id": 730}, "assignee": {"id": 825}}, "task": {"id": 329, "owner": {"id": 915}, "assignee": {"id": 4}}, "job": {"id": 327, "assignee": {"id": 1148}}, "organization": {"id": 1292}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 33, "privilege": "user"}, "organization": {"id": 180, "owner": {"id": 208}, "user": {"role": "worker"}}}, "resource": {"id": 334, "owner": {"id": 620}, "assignee": {"id": 515}, "project": {"id": 319, "owner": {"id": 708}, "assignee": {"id": 886}}, "task": {"id": 398, "owner": {"id": 910}, "assignee": {"id": 33}}, "job": {"id": 303, "assignee": {"id": 1153}}, "organization": {"id": 1246}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 4, "privilege": "user"}, "organization": {"id": 155, "owner": {"id": 262}, "user": {"role": null}}}, "resource": {"id": 329, "owner": {"id": 639}, "assignee": {"id": 508}, "project": {"id": 309, "owner": {"id": 701}, "assignee": {"id": 881}}, "task": {"id": 309, "owner": {"id": 952}, "assignee": {"id": 4}}, "job": {"id": 372, "assignee": {"id": 1147}}, "organization": {"id": 155}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 50, "privilege": "user"}, "organization": {"id": 172, "owner": {"id": 215}, "user": {"role": null}}}, "resource": {"id": 345, "owner": {"id": 675}, "assignee": {"id": 557}, "project": {"id": 336, "owner": {"id": 794}, "assignee": {"id": 874}}, "task": {"id": 300, "owner": {"id": 959}, "assignee": {"id": 50}}, "job": {"id": 342, "assignee": {"id": 1151}}, "organization": {"id": 172}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 38, "privilege": "user"}, "organization": {"id": 111, "owner": {"id": 229}, "user": {"role": null}}}, "resource": {"id": 370, "owner": {"id": 639}, "assignee": {"id": 584}, "project": {"id": 311, "owner": {"id": 700}, "assignee": {"id": 820}}, "task": {"id": 344, "owner": {"id": 945}, "assignee": {"id": 38}}, "job": {"id": 359, "assignee": {"id": 1147}}, "organization": {"id": 111}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 3, "privilege": "user"}, "organization": {"id": 164, "owner": {"id": 241}, "user": {"role": null}}}, "resource": {"id": 357, "owner": {"id": 607}, "assignee": {"id": 540}, "project": {"id": 370, "owner": {"id": 702}, "assignee": {"id": 852}}, "task": {"id": 381, "owner": {"id": 994}, "assignee": {"id": 3}}, "job": {"id": 396, "assignee": {"id": 1187}}, "organization": {"id": 164}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 24, "privilege": "user"}, "organization": {"id": 152, "owner": {"id": 205}, "user": {"role": null}}}, "resource": {"id": 314, "owner": {"id": 644}, "assignee": {"id": 524}, "project": {"id": 308, "owner": {"id": 780}, "assignee": {"id": 812}}, "task": {"id": 398, "owner": {"id": 932}, "assignee": {"id": 24}}, "job": {"id": 313, "assignee": {"id": 1114}}, "organization": {"id": 1269}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 43, "privilege": "user"}, "organization": {"id": 181, "owner": {"id": 260}, "user": {"role": null}}}, "resource": {"id": 352, "owner": {"id": 678}, "assignee": {"id": 521}, "project": {"id": 326, "owner": {"id": 770}, "assignee": {"id": 878}}, "task": {"id": 360, "owner": {"id": 921}, "assignee": {"id": 43}}, "job": {"id": 314, "assignee": {"id": 1152}}, "organization": {"id": 1233}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 38, "privilege": "user"}, "organization": {"id": 115, "owner": {"id": 233}, "user": {"role": null}}}, "resource": {"id": 391, "owner": {"id": 601}, "assignee": {"id": 525}, "project": {"id": 310, "owner": {"id": 725}, "assignee": {"id": 890}}, "task": {"id": 370, "owner": {"id": 929}, "assignee": {"id": 38}}, "job": {"id": 375, "assignee": {"id": 1176}}, "organization": {"id": 1252}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 6, "privilege": "user"}, "organization": {"id": 188, "owner": {"id": 224}, "user": {"role": null}}}, "resource": {"id": 349, "owner": {"id": 672}, "assignee": {"id": 586}, "project": {"id": 335, "owner": {"id": 740}, "assignee": {"id": 868}}, "task": {"id": 394, "owner": {"id": 935}, "assignee": {"id": 6}}, "job": {"id": 366, "assignee": {"id": 1155}}, "organization": {"id": 1252}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 70, "privilege": "worker"}, "organization": {"id": 144, "owner": {"id": 70}, "user": {"role": "owner"}}}, "resource": {"id": 360, "owner": {"id": 692}, "assignee": {"id": 575}, "project": {"id": 340, "owner": {"id": 796}, "assignee": {"id": 880}}, "task": {"id": 328, "owner": {"id": 969}, "assignee": {"id": 70}}, "job": {"id": 321, "assignee": {"id": 1116}}, "organization": {"id": 144}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 69, "privilege": "worker"}, "organization": {"id": 129, "owner": {"id": 69}, "user": {"role": "owner"}}}, "resource": {"id": 378, "owner": {"id": 639}, "assignee": {"id": 594}, "project": {"id": 372, "owner": {"id": 703}, "assignee": {"id": 886}}, "task": {"id": 339, "owner": {"id": 950}, "assignee": {"id": 69}}, "job": {"id": 380, "assignee": {"id": 1153}}, "organization": {"id": 129}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 49, "privilege": "worker"}, "organization": {"id": 199, "owner": {"id": 49}, "user": {"role": "owner"}}}, "resource": {"id": 355, "owner": {"id": 641}, "assignee": {"id": 508}, "project": {"id": 313, "owner": {"id": 755}, "assignee": {"id": 853}}, "task": {"id": 374, "owner": {"id": 921}, "assignee": {"id": 49}}, "job": {"id": 340, "assignee": {"id": 1162}}, "organization": {"id": 199}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 32, "privilege": "worker"}, "organization": {"id": 136, "owner": {"id": 32}, "user": {"role": "owner"}}}, "resource": {"id": 319, "owner": {"id": 600}, "assignee": {"id": 544}, "project": {"id": 321, "owner": {"id": 787}, "assignee": {"id": 820}}, "task": {"id": 327, "owner": {"id": 948}, "assignee": {"id": 32}}, "job": {"id": 384, "assignee": {"id": 1122}}, "organization": {"id": 136}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 34, "privilege": "worker"}, "organization": {"id": 156, "owner": {"id": 34}, "user": {"role": "owner"}}}, "resource": {"id": 378, "owner": {"id": 652}, "assignee": {"id": 591}, "project": {"id": 345, "owner": {"id": 734}, "assignee": {"id": 842}}, "task": {"id": 386, "owner": {"id": 959}, "assignee": {"id": 34}}, "job": {"id": 322, "assignee": {"id": 1157}}, "organization": {"id": 1235}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 59, "privilege": "worker"}, "organization": {"id": 180, "owner": {"id": 59}, "user": {"role": "owner"}}}, "resource": {"id": 368, "owner": {"id": 652}, "assignee": {"id": 571}, "project": {"id": 364, "owner": {"id": 769}, "assignee": {"id": 862}}, "task": {"id": 382, "owner": {"id": 946}, "assignee": {"id": 59}}, "job": {"id": 393, "assignee": {"id": 1124}}, "organization": {"id": 1290}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 5, "privilege": "worker"}, "organization": {"id": 135, "owner": {"id": 5}, "user": {"role": "owner"}}}, "resource": {"id": 379, "owner": {"id": 686}, "assignee": {"id": 542}, "project": {"id": 345, "owner": {"id": 721}, "assignee": {"id": 815}}, "task": {"id": 388, "owner": {"id": 956}, "assignee": {"id": 5}}, "job": {"id": 324, "assignee": {"id": 1155}}, "organization": {"id": 1204}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 90, "privilege": "worker"}, "organization": {"id": 168, "owner": {"id": 90}, "user": {"role": "owner"}}}, "resource": {"id": 312, "owner": {"id": 694}, "assignee": {"id": 517}, "project": {"id": 343, "owner": {"id": 768}, "assignee": {"id": 865}}, "task": {"id": 347, "owner": {"id": 922}, "assignee": {"id": 90}}, "job": {"id": 349, "assignee": {"id": 1163}}, "organization": {"id": 1272}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 8, "privilege": "worker"}, "organization": {"id": 159, "owner": {"id": 279}, "user": {"role": "maintainer"}}}, "resource": {"id": 323, "owner": {"id": 659}, "assignee": {"id": 527}, "project": {"id": 393, "owner": {"id": 745}, "assignee": {"id": 876}}, "task": {"id": 350, "owner": {"id": 984}, "assignee": {"id": 8}}, "job": {"id": 351, "assignee": {"id": 1161}}, "organization": {"id": 159}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 29, "privilege": "worker"}, "organization": {"id": 184, "owner": {"id": 265}, "user": {"role": "maintainer"}}}, "resource": {"id": 317, "owner": {"id": 600}, "assignee": {"id": 522}, "project": {"id": 395, "owner": {"id": 711}, "assignee": {"id": 841}}, "task": {"id": 362, "owner": {"id": 913}, "assignee": {"id": 29}}, "job": {"id": 374, "assignee": {"id": 1187}}, "organization": {"id": 184}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 79, "privilege": "worker"}, "organization": {"id": 111, "owner": {"id": 226}, "user": {"role": "maintainer"}}}, "resource": {"id": 330, "owner": {"id": 631}, "assignee": {"id": 501}, "project": {"id": 375, "owner": {"id": 776}, "assignee": {"id": 812}}, "task": {"id": 329, "owner": {"id": 938}, "assignee": {"id": 79}}, "job": {"id": 391, "assignee": {"id": 1197}}, "organization": {"id": 111}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 93, "privilege": "worker"}, "organization": {"id": 113, "owner": {"id": 232}, "user": {"role": "maintainer"}}}, "resource": {"id": 349, "owner": {"id": 671}, "assignee": {"id": 527}, "project": {"id": 391, "owner": {"id": 781}, "assignee": {"id": 838}}, "task": {"id": 318, "owner": {"id": 971}, "assignee": {"id": 93}}, "job": {"id": 388, "assignee": {"id": 1135}}, "organization": {"id": 113}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 33, "privilege": "worker"}, "organization": {"id": 119, "owner": {"id": 288}, "user": {"role": "maintainer"}}}, "resource": {"id": 316, "owner": {"id": 634}, "assignee": {"id": 532}, "project": {"id": 304, "owner": {"id": 747}, "assignee": {"id": 831}}, "task": {"id": 352, "owner": {"id": 906}, "assignee": {"id": 33}}, "job": {"id": 312, "assignee": {"id": 1158}}, "organization": {"id": 1285}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 53, "privilege": "worker"}, "organization": {"id": 122, "owner": {"id": 277}, "user": {"role": "maintainer"}}}, "resource": {"id": 301, "owner": {"id": 697}, "assignee": {"id": 501}, "project": {"id": 303, "owner": {"id": 760}, "assignee": {"id": 866}}, "task": {"id": 324, "owner": {"id": 925}, "assignee": {"id": 53}}, "job": {"id": 381, "assignee": {"id": 1194}}, "organization": {"id": 1262}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 68, "privilege": "worker"}, "organization": {"id": 171, "owner": {"id": 256}, "user": {"role": "maintainer"}}}, "resource": {"id": 369, "owner": {"id": 631}, "assignee": {"id": 573}, "project": {"id": 343, "owner": {"id": 792}, "assignee": {"id": 898}}, "task": {"id": 323, "owner": {"id": 911}, "assignee": {"id": 68}}, "job": {"id": 335, "assignee": {"id": 1135}}, "organization": {"id": 1267}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 88, "privilege": "worker"}, "organization": {"id": 182, "owner": {"id": 231}, "user": {"role": "maintainer"}}}, "resource": {"id": 375, "owner": {"id": 613}, "assignee": {"id": 590}, "project": {"id": 378, "owner": {"id": 762}, "assignee": {"id": 834}}, "task": {"id": 358, "owner": {"id": 987}, "assignee": {"id": 88}}, "job": {"id": 381, "assignee": {"id": 1129}}, "organization": {"id": 1201}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 55, "privilege": "worker"}, "organization": {"id": 115, "owner": {"id": 259}, "user": {"role": "supervisor"}}}, "resource": {"id": 323, "owner": {"id": 634}, "assignee": {"id": 513}, "project": {"id": 339, "owner": {"id": 701}, "assignee": {"id": 806}}, "task": {"id": 328, "owner": {"id": 933}, "assignee": {"id": 55}}, "job": {"id": 331, "assignee": {"id": 1181}}, "organization": {"id": 115}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 96, "privilege": "worker"}, "organization": {"id": 122, "owner": {"id": 236}, "user": {"role": "supervisor"}}}, "resource": {"id": 303, "owner": {"id": 618}, "assignee": {"id": 569}, "project": {"id": 365, "owner": {"id": 751}, "assignee": {"id": 800}}, "task": {"id": 339, "owner": {"id": 918}, "assignee": {"id": 96}}, "job": {"id": 398, "assignee": {"id": 1192}}, "organization": {"id": 122}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 73, "privilege": "worker"}, "organization": {"id": 158, "owner": {"id": 218}, "user": {"role": "supervisor"}}}, "resource": {"id": 379, "owner": {"id": 657}, "assignee": {"id": 543}, "project": {"id": 360, "owner": {"id": 717}, "assignee": {"id": 804}}, "task": {"id": 366, "owner": {"id": 971}, "assignee": {"id": 73}}, "job": {"id": 323, "assignee": {"id": 1129}}, "organization": {"id": 158}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 11, "privilege": "worker"}, "organization": {"id": 169, "owner": {"id": 242}, "user": {"role": "supervisor"}}}, "resource": {"id": 397, "owner": {"id": 671}, "assignee": {"id": 537}, "project": {"id": 384, "owner": {"id": 796}, "assignee": {"id": 861}}, "task": {"id": 327, "owner": {"id": 933}, "assignee": {"id": 11}}, "job": {"id": 330, "assignee": {"id": 1184}}, "organization": {"id": 169}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 26, "privilege": "worker"}, "organization": {"id": 115, "owner": {"id": 248}, "user": {"role": "supervisor"}}}, "resource": {"id": 347, "owner": {"id": 608}, "assignee": {"id": 505}, "project": {"id": 311, "owner": {"id": 786}, "assignee": {"id": 804}}, "task": {"id": 308, "owner": {"id": 965}, "assignee": {"id": 26}}, "job": {"id": 342, "assignee": {"id": 1129}}, "organization": {"id": 1289}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 38, "privilege": "worker"}, "organization": {"id": 189, "owner": {"id": 212}, "user": {"role": "supervisor"}}}, "resource": {"id": 348, "owner": {"id": 679}, "assignee": {"id": 500}, "project": {"id": 300, "owner": {"id": 700}, "assignee": {"id": 849}}, "task": {"id": 301, "owner": {"id": 939}, "assignee": {"id": 38}}, "job": {"id": 368, "assignee": {"id": 1144}}, "organization": {"id": 1232}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 7, "privilege": "worker"}, "organization": {"id": 162, "owner": {"id": 201}, "user": {"role": "supervisor"}}}, "resource": {"id": 301, "owner": {"id": 674}, "assignee": {"id": 575}, "project": {"id": 342, "owner": {"id": 713}, "assignee": {"id": 867}}, "task": {"id": 345, "owner": {"id": 937}, "assignee": {"id": 7}}, "job": {"id": 332, "assignee": {"id": 1116}}, "organization": {"id": 1221}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 21, "privilege": "worker"}, "organization": {"id": 173, "owner": {"id": 245}, "user": {"role": "supervisor"}}}, "resource": {"id": 307, "owner": {"id": 665}, "assignee": {"id": 531}, "project": {"id": 312, "owner": {"id": 797}, "assignee": {"id": 895}}, "task": {"id": 339, "owner": {"id": 981}, "assignee": {"id": 21}}, "job": {"id": 356, "assignee": {"id": 1125}}, "organization": {"id": 1291}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 44, "privilege": "worker"}, "organization": {"id": 167, "owner": {"id": 206}, "user": {"role": "worker"}}}, "resource": {"id": 359, "owner": {"id": 656}, "assignee": {"id": 594}, "project": {"id": 388, "owner": {"id": 729}, "assignee": {"id": 828}}, "task": {"id": 379, "owner": {"id": 966}, "assignee": {"id": 44}}, "job": {"id": 315, "assignee": {"id": 1123}}, "organization": {"id": 167}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 94, "privilege": "worker"}, "organization": {"id": 138, "owner": {"id": 280}, "user": {"role": "worker"}}}, "resource": {"id": 355, "owner": {"id": 630}, "assignee": {"id": 587}, "project": {"id": 311, "owner": {"id": 739}, "assignee": {"id": 844}}, "task": {"id": 349, "owner": {"id": 960}, "assignee": {"id": 94}}, "job": {"id": 387, "assignee": {"id": 1100}}, "organization": {"id": 138}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 7, "privilege": "worker"}, "organization": {"id": 145, "owner": {"id": 209}, "user": {"role": "worker"}}}, "resource": {"id": 319, "owner": {"id": 653}, "assignee": {"id": 590}, "project": {"id": 384, "owner": {"id": 765}, "assignee": {"id": 847}}, "task": {"id": 321, "owner": {"id": 964}, "assignee": {"id": 7}}, "job": {"id": 398, "assignee": {"id": 1137}}, "organization": {"id": 145}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 69, "privilege": "worker"}, "organization": {"id": 199, "owner": {"id": 282}, "user": {"role": "worker"}}}, "resource": {"id": 356, "owner": {"id": 601}, "assignee": {"id": 583}, "project": {"id": 370, "owner": {"id": 738}, "assignee": {"id": 861}}, "task": {"id": 383, "owner": {"id": 930}, "assignee": {"id": 69}}, "job": {"id": 397, "assignee": {"id": 1107}}, "organization": {"id": 199}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 20, "privilege": "worker"}, "organization": {"id": 118, "owner": {"id": 243}, "user": {"role": "worker"}}}, "resource": {"id": 305, "owner": {"id": 657}, "assignee": {"id": 584}, "project": {"id": 309, "owner": {"id": 715}, "assignee": {"id": 882}}, "task": {"id": 385, "owner": {"id": 901}, "assignee": {"id": 20}}, "job": {"id": 315, "assignee": {"id": 1125}}, "organization": {"id": 1267}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 72, "privilege": "worker"}, "organization": {"id": 139, "owner": {"id": 251}, "user": {"role": "worker"}}}, "resource": {"id": 302, "owner": {"id": 696}, "assignee": {"id": 592}, "project": {"id": 361, "owner": {"id": 771}, "assignee": {"id": 846}}, "task": {"id": 371, "owner": {"id": 904}, "assignee": {"id": 72}}, "job": {"id": 350, "assignee": {"id": 1133}}, "organization": {"id": 1203}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 29, "privilege": "worker"}, "organization": {"id": 123, "owner": {"id": 243}, "user": {"role": "worker"}}}, "resource": {"id": 395, "owner": {"id": 695}, "assignee": {"id": 543}, "project": {"id": 393, "owner": {"id": 759}, "assignee": {"id": 837}}, "task": {"id": 301, "owner": {"id": 917}, "assignee": {"id": 29}}, "job": {"id": 349, "assignee": {"id": 1129}}, "organization": {"id": 1255}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 18, "privilege": "worker"}, "organization": {"id": 155, "owner": {"id": 216}, "user": {"role": "worker"}}}, "resource": {"id": 311, "owner": {"id": 698}, "assignee": {"id": 517}, "project": {"id": 314, "owner": {"id": 779}, "assignee": {"id": 827}}, "task": {"id": 363, "owner": {"id": 948}, "assignee": {"id": 18}}, "job": {"id": 343, "assignee": {"id": 1171}}, "organization": {"id": 1255}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 30, "privilege": "worker"}, "organization": {"id": 139, "owner": {"id": 295}, "user": {"role": null}}}, "resource": {"id": 321, "owner": {"id": 670}, "assignee": {"id": 543}, "project": {"id": 354, "owner": {"id": 709}, "assignee": {"id": 814}}, "task": {"id": 333, "owner": {"id": 932}, "assignee": {"id": 30}}, "job": {"id": 311, "assignee": {"id": 1143}}, "organization": {"id": 139}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 49, "privilege": "worker"}, "organization": {"id": 126, "owner": {"id": 204}, "user": {"role": null}}}, "resource": {"id": 347, "owner": {"id": 674}, "assignee": {"id": 592}, "project": {"id": 319, "owner": {"id": 777}, "assignee": {"id": 800}}, "task": {"id": 330, "owner": {"id": 949}, "assignee": {"id": 49}}, "job": {"id": 306, "assignee": {"id": 1132}}, "organization": {"id": 126}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 80, "privilege": "worker"}, "organization": {"id": 128, "owner": {"id": 274}, "user": {"role": null}}}, "resource": {"id": 314, "owner": {"id": 640}, "assignee": {"id": 527}, "project": {"id": 357, "owner": {"id": 743}, "assignee": {"id": 863}}, "task": {"id": 371, "owner": {"id": 951}, "assignee": {"id": 80}}, "job": {"id": 399, "assignee": {"id": 1124}}, "organization": {"id": 128}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 40, "privilege": "worker"}, "organization": {"id": 130, "owner": {"id": 260}, "user": {"role": null}}}, "resource": {"id": 318, "owner": {"id": 639}, "assignee": {"id": 585}, "project": {"id": 366, "owner": {"id": 701}, "assignee": {"id": 890}}, "task": {"id": 309, "owner": {"id": 905}, "assignee": {"id": 40}}, "job": {"id": 350, "assignee": {"id": 1139}}, "organization": {"id": 130}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 53, "privilege": "worker"}, "organization": {"id": 122, "owner": {"id": 280}, "user": {"role": null}}}, "resource": {"id": 320, "owner": {"id": 699}, "assignee": {"id": 584}, "project": {"id": 312, "owner": {"id": 713}, "assignee": {"id": 885}}, "task": {"id": 352, "owner": {"id": 987}, "assignee": {"id": 53}}, "job": {"id": 375, "assignee": {"id": 1163}}, "organization": {"id": 1273}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 10, "privilege": "worker"}, "organization": {"id": 161, "owner": {"id": 222}, "user": {"role": null}}}, "resource": {"id": 352, "owner": {"id": 638}, "assignee": {"id": 583}, "project": {"id": 326, "owner": {"id": 765}, "assignee": {"id": 842}}, "task": {"id": 302, "owner": {"id": 985}, "assignee": {"id": 10}}, "job": {"id": 316, "assignee": {"id": 1143}}, "organization": {"id": 1284}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 6, "privilege": "worker"}, "organization": {"id": 199, "owner": {"id": 287}, "user": {"role": null}}}, "resource": {"id": 360, "owner": {"id": 689}, "assignee": {"id": 579}, "project": {"id": 395, "owner": {"id": 757}, "assignee": {"id": 820}}, "task": {"id": 394, "owner": {"id": 976}, "assignee": {"id": 6}}, "job": {"id": 347, "assignee": {"id": 1138}}, "organization": {"id": 1254}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 90, "privilege": "worker"}, "organization": {"id": 170, "owner": {"id": 222}, "user": {"role": null}}}, "resource": {"id": 372, "owner": {"id": 675}, "assignee": {"id": 558}, "project": {"id": 391, "owner": {"id": 783}, "assignee": {"id": 841}}, "task": {"id": 361, "owner": {"id": 970}, "assignee": {"id": 90}}, "job": {"id": 331, "assignee": {"id": 1197}}, "organization": {"id": 1299}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 51, "privilege": "none"}, "organization": {"id": 186, "owner": {"id": 51}, "user": {"role": "owner"}}}, "resource": {"id": 304, "owner": {"id": 679}, "assignee": {"id": 594}, "project": {"id": 361, "owner": {"id": 726}, "assignee": {"id": 858}}, "task": {"id": 311, "owner": {"id": 956}, "assignee": {"id": 51}}, "job": {"id": 358, "assignee": {"id": 1138}}, "organization": {"id": 186}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 78, "privilege": "none"}, "organization": {"id": 196, "owner": {"id": 78}, "user": {"role": "owner"}}}, "resource": {"id": 391, "owner": {"id": 617}, "assignee": {"id": 566}, "project": {"id": 399, "owner": {"id": 723}, "assignee": {"id": 882}}, "task": {"id": 331, "owner": {"id": 994}, "assignee": {"id": 78}}, "job": {"id": 380, "assignee": {"id": 1198}}, "organization": {"id": 196}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 37, "privilege": "none"}, "organization": {"id": 152, "owner": {"id": 37}, "user": {"role": "owner"}}}, "resource": {"id": 380, "owner": {"id": 626}, "assignee": {"id": 522}, "project": {"id": 384, "owner": {"id": 794}, "assignee": {"id": 876}}, "task": {"id": 301, "owner": {"id": 980}, "assignee": {"id": 37}}, "job": {"id": 340, "assignee": {"id": 1103}}, "organization": {"id": 152}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 91, "privilege": "none"}, "organization": {"id": 193, "owner": {"id": 91}, "user": {"role": "owner"}}}, "resource": {"id": 350, "owner": {"id": 683}, "assignee": {"id": 598}, "project": {"id": 391, "owner": {"id": 744}, "assignee": {"id": 805}}, "task": {"id": 344, "owner": {"id": 995}, "assignee": {"id": 91}}, "job": {"id": 331, "assignee": {"id": 1174}}, "organization": {"id": 193}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 37, "privilege": "none"}, "organization": {"id": 174, "owner": {"id": 37}, "user": {"role": "owner"}}}, "resource": {"id": 317, "owner": {"id": 616}, "assignee": {"id": 529}, "project": {"id": 361, "owner": {"id": 734}, "assignee": {"id": 886}}, "task": {"id": 312, "owner": {"id": 937}, "assignee": {"id": 37}}, "job": {"id": 321, "assignee": {"id": 1142}}, "organization": {"id": 1233}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 96, "privilege": "none"}, "organization": {"id": 165, "owner": {"id": 96}, "user": {"role": "owner"}}}, "resource": {"id": 319, "owner": {"id": 673}, "assignee": {"id": 548}, "project": {"id": 348, "owner": {"id": 742}, "assignee": {"id": 886}}, "task": {"id": 396, "owner": {"id": 971}, "assignee": {"id": 96}}, "job": {"id": 331, "assignee": {"id": 1124}}, "organization": {"id": 1217}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 90, "privilege": "none"}, "organization": {"id": 187, "owner": {"id": 90}, "user": {"role": "owner"}}}, "resource": {"id": 372, "owner": {"id": 682}, "assignee": {"id": 557}, "project": {"id": 307, "owner": {"id": 771}, "assignee": {"id": 884}}, "task": {"id": 366, "owner": {"id": 971}, "assignee": {"id": 90}}, "job": {"id": 368, "assignee": {"id": 1160}}, "organization": {"id": 1261}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 35, "privilege": "none"}, "organization": {"id": 104, "owner": {"id": 35}, "user": {"role": "owner"}}}, "resource": {"id": 328, "owner": {"id": 660}, "assignee": {"id": 552}, "project": {"id": 365, "owner": {"id": 725}, "assignee": {"id": 895}}, "task": {"id": 379, "owner": {"id": 996}, "assignee": {"id": 35}}, "job": {"id": 345, "assignee": {"id": 1182}}, "organization": {"id": 1201}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 88, "privilege": "none"}, "organization": {"id": 108, "owner": {"id": 282}, "user": {"role": "maintainer"}}}, "resource": {"id": 331, "owner": {"id": 618}, "assignee": {"id": 598}, "project": {"id": 306, "owner": {"id": 737}, "assignee": {"id": 889}}, "task": {"id": 381, "owner": {"id": 952}, "assignee": {"id": 88}}, "job": {"id": 335, "assignee": {"id": 1112}}, "organization": {"id": 108}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 72, "privilege": "none"}, "organization": {"id": 120, "owner": {"id": 298}, "user": {"role": "maintainer"}}}, "resource": {"id": 384, "owner": {"id": 680}, "assignee": {"id": 554}, "project": {"id": 308, "owner": {"id": 796}, "assignee": {"id": 853}}, "task": {"id": 300, "owner": {"id": 939}, "assignee": {"id": 72}}, "job": {"id": 351, "assignee": {"id": 1116}}, "organization": {"id": 120}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 89, "privilege": "none"}, "organization": {"id": 110, "owner": {"id": 221}, "user": {"role": "maintainer"}}}, "resource": {"id": 377, "owner": {"id": 623}, "assignee": {"id": 553}, "project": {"id": 399, "owner": {"id": 797}, "assignee": {"id": 887}}, "task": {"id": 368, "owner": {"id": 991}, "assignee": {"id": 89}}, "job": {"id": 321, "assignee": {"id": 1186}}, "organization": {"id": 110}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 96, "privilege": "none"}, "organization": {"id": 153, "owner": {"id": 221}, "user": {"role": "maintainer"}}}, "resource": {"id": 365, "owner": {"id": 610}, "assignee": {"id": 502}, "project": {"id": 397, "owner": {"id": 738}, "assignee": {"id": 829}}, "task": {"id": 370, "owner": {"id": 970}, "assignee": {"id": 96}}, "job": {"id": 380, "assignee": {"id": 1174}}, "organization": {"id": 153}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 4, "privilege": "none"}, "organization": {"id": 116, "owner": {"id": 299}, "user": {"role": "maintainer"}}}, "resource": {"id": 312, "owner": {"id": 606}, "assignee": {"id": 509}, "project": {"id": 319, "owner": {"id": 740}, "assignee": {"id": 805}}, "task": {"id": 348, "owner": {"id": 902}, "assignee": {"id": 4}}, "job": {"id": 304, "assignee": {"id": 1170}}, "organization": {"id": 1296}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 79, "privilege": "none"}, "organization": {"id": 115, "owner": {"id": 285}, "user": {"role": "maintainer"}}}, "resource": {"id": 384, "owner": {"id": 672}, "assignee": {"id": 511}, "project": {"id": 356, "owner": {"id": 709}, "assignee": {"id": 894}}, "task": {"id": 329, "owner": {"id": 950}, "assignee": {"id": 79}}, "job": {"id": 351, "assignee": {"id": 1103}}, "organization": {"id": 1245}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 72, "privilege": "none"}, "organization": {"id": 134, "owner": {"id": 248}, "user": {"role": "maintainer"}}}, "resource": {"id": 349, "owner": {"id": 613}, "assignee": {"id": 512}, "project": {"id": 342, "owner": {"id": 735}, "assignee": {"id": 877}}, "task": {"id": 380, "owner": {"id": 948}, "assignee": {"id": 72}}, "job": {"id": 386, "assignee": {"id": 1118}}, "organization": {"id": 1265}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 90, "privilege": "none"}, "organization": {"id": 155, "owner": {"id": 267}, "user": {"role": "maintainer"}}}, "resource": {"id": 332, "owner": {"id": 659}, "assignee": {"id": 514}, "project": {"id": 322, "owner": {"id": 733}, "assignee": {"id": 810}}, "task": {"id": 309, "owner": {"id": 975}, "assignee": {"id": 90}}, "job": {"id": 309, "assignee": {"id": 1131}}, "organization": {"id": 1295}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 55, "privilege": "none"}, "organization": {"id": 112, "owner": {"id": 201}, "user": {"role": "supervisor"}}}, "resource": {"id": 364, "owner": {"id": 613}, "assignee": {"id": 532}, "project": {"id": 366, "owner": {"id": 790}, "assignee": {"id": 830}}, "task": {"id": 325, "owner": {"id": 976}, "assignee": {"id": 55}}, "job": {"id": 397, "assignee": {"id": 1135}}, "organization": {"id": 112}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 80, "privilege": "none"}, "organization": {"id": 170, "owner": {"id": 266}, "user": {"role": "supervisor"}}}, "resource": {"id": 327, "owner": {"id": 621}, "assignee": {"id": 582}, "project": {"id": 346, "owner": {"id": 786}, "assignee": {"id": 881}}, "task": {"id": 327, "owner": {"id": 994}, "assignee": {"id": 80}}, "job": {"id": 306, "assignee": {"id": 1121}}, "organization": {"id": 170}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 15, "privilege": "none"}, "organization": {"id": 118, "owner": {"id": 271}, "user": {"role": "supervisor"}}}, "resource": {"id": 365, "owner": {"id": 611}, "assignee": {"id": 521}, "project": {"id": 368, "owner": {"id": 787}, "assignee": {"id": 809}}, "task": {"id": 351, "owner": {"id": 909}, "assignee": {"id": 15}}, "job": {"id": 372, "assignee": {"id": 1153}}, "organization": {"id": 118}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 49, "privilege": "none"}, "organization": {"id": 131, "owner": {"id": 289}, "user": {"role": "supervisor"}}}, "resource": {"id": 375, "owner": {"id": 676}, "assignee": {"id": 515}, "project": {"id": 308, "owner": {"id": 718}, "assignee": {"id": 868}}, "task": {"id": 335, "owner": {"id": 999}, "assignee": {"id": 49}}, "job": {"id": 384, "assignee": {"id": 1136}}, "organization": {"id": 131}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 58, "privilege": "none"}, "organization": {"id": 136, "owner": {"id": 248}, "user": {"role": "supervisor"}}}, "resource": {"id": 355, "owner": {"id": 686}, "assignee": {"id": 597}, "project": {"id": 373, "owner": {"id": 777}, "assignee": {"id": 876}}, "task": {"id": 348, "owner": {"id": 986}, "assignee": {"id": 58}}, "job": {"id": 309, "assignee": {"id": 1139}}, "organization": {"id": 1284}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 57, "privilege": "none"}, "organization": {"id": 138, "owner": {"id": 241}, "user": {"role": "supervisor"}}}, "resource": {"id": 396, "owner": {"id": 684}, "assignee": {"id": 560}, "project": {"id": 308, "owner": {"id": 743}, "assignee": {"id": 894}}, "task": {"id": 338, "owner": {"id": 909}, "assignee": {"id": 57}}, "job": {"id": 391, "assignee": {"id": 1131}}, "organization": {"id": 1259}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 3, "privilege": "none"}, "organization": {"id": 126, "owner": {"id": 215}, "user": {"role": "supervisor"}}}, "resource": {"id": 317, "owner": {"id": 641}, "assignee": {"id": 599}, "project": {"id": 349, "owner": {"id": 742}, "assignee": {"id": 811}}, "task": {"id": 312, "owner": {"id": 962}, "assignee": {"id": 3}}, "job": {"id": 383, "assignee": {"id": 1196}}, "organization": {"id": 1224}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 86, "privilege": "none"}, "organization": {"id": 188, "owner": {"id": 293}, "user": {"role": "supervisor"}}}, "resource": {"id": 316, "owner": {"id": 698}, "assignee": {"id": 532}, "project": {"id": 324, "owner": {"id": 780}, "assignee": {"id": 804}}, "task": {"id": 321, "owner": {"id": 986}, "assignee": {"id": 86}}, "job": {"id": 310, "assignee": {"id": 1194}}, "organization": {"id": 1251}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 32, "privilege": "none"}, "organization": {"id": 175, "owner": {"id": 245}, "user": {"role": "worker"}}}, "resource": {"id": 380, "owner": {"id": 600}, "assignee": {"id": 579}, "project": {"id": 300, "owner": {"id": 777}, "assignee": {"id": 828}}, "task": {"id": 326, "owner": {"id": 990}, "assignee": {"id": 32}}, "job": {"id": 365, "assignee": {"id": 1123}}, "organization": {"id": 175}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 86, "privilege": "none"}, "organization": {"id": 103, "owner": {"id": 253}, "user": {"role": "worker"}}}, "resource": {"id": 377, "owner": {"id": 626}, "assignee": {"id": 564}, "project": {"id": 358, "owner": {"id": 755}, "assignee": {"id": 896}}, "task": {"id": 316, "owner": {"id": 916}, "assignee": {"id": 86}}, "job": {"id": 367, "assignee": {"id": 1178}}, "organization": {"id": 103}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 73, "privilege": "none"}, "organization": {"id": 131, "owner": {"id": 241}, "user": {"role": "worker"}}}, "resource": {"id": 318, "owner": {"id": 638}, "assignee": {"id": 583}, "project": {"id": 336, "owner": {"id": 719}, "assignee": {"id": 862}}, "task": {"id": 399, "owner": {"id": 930}, "assignee": {"id": 73}}, "job": {"id": 380, "assignee": {"id": 1157}}, "organization": {"id": 131}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 12, "privilege": "none"}, "organization": {"id": 172, "owner": {"id": 232}, "user": {"role": "worker"}}}, "resource": {"id": 387, "owner": {"id": 687}, "assignee": {"id": 565}, "project": {"id": 309, "owner": {"id": 780}, "assignee": {"id": 890}}, "task": {"id": 301, "owner": {"id": 995}, "assignee": {"id": 12}}, "job": {"id": 353, "assignee": {"id": 1181}}, "organization": {"id": 172}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 48, "privilege": "none"}, "organization": {"id": 170, "owner": {"id": 237}, "user": {"role": "worker"}}}, "resource": {"id": 386, "owner": {"id": 600}, "assignee": {"id": 555}, "project": {"id": 350, "owner": {"id": 700}, "assignee": {"id": 818}}, "task": {"id": 336, "owner": {"id": 955}, "assignee": {"id": 48}}, "job": {"id": 308, "assignee": {"id": 1106}}, "organization": {"id": 1204}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 73, "privilege": "none"}, "organization": {"id": 107, "owner": {"id": 281}, "user": {"role": "worker"}}}, "resource": {"id": 349, "owner": {"id": 614}, "assignee": {"id": 510}, "project": {"id": 305, "owner": {"id": 745}, "assignee": {"id": 819}}, "task": {"id": 302, "owner": {"id": 986}, "assignee": {"id": 73}}, "job": {"id": 316, "assignee": {"id": 1190}}, "organization": {"id": 1245}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 15, "privilege": "none"}, "organization": {"id": 115, "owner": {"id": 202}, "user": {"role": "worker"}}}, "resource": {"id": 353, "owner": {"id": 666}, "assignee": {"id": 525}, "project": {"id": 306, "owner": {"id": 706}, "assignee": {"id": 853}}, "task": {"id": 379, "owner": {"id": 981}, "assignee": {"id": 15}}, "job": {"id": 360, "assignee": {"id": 1145}}, "organization": {"id": 1252}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 93, "privilege": "none"}, "organization": {"id": 126, "owner": {"id": 215}, "user": {"role": "worker"}}}, "resource": {"id": 345, "owner": {"id": 696}, "assignee": {"id": 505}, "project": {"id": 325, "owner": {"id": 721}, "assignee": {"id": 819}}, "task": {"id": 300, "owner": {"id": 922}, "assignee": {"id": 93}}, "job": {"id": 333, "assignee": {"id": 1169}}, "organization": {"id": 1225}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 39, "privilege": "none"}, "organization": {"id": 190, "owner": {"id": 244}, "user": {"role": null}}}, "resource": {"id": 369, "owner": {"id": 661}, "assignee": {"id": 591}, "project": {"id": 377, "owner": {"id": 713}, "assignee": {"id": 838}}, "task": {"id": 364, "owner": {"id": 912}, "assignee": {"id": 39}}, "job": {"id": 343, "assignee": {"id": 1112}}, "organization": {"id": 190}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 80, "privilege": "none"}, "organization": {"id": 149, "owner": {"id": 251}, "user": {"role": null}}}, "resource": {"id": 325, "owner": {"id": 675}, "assignee": {"id": 591}, "project": {"id": 380, "owner": {"id": 799}, "assignee": {"id": 892}}, "task": {"id": 353, "owner": {"id": 961}, "assignee": {"id": 80}}, "job": {"id": 359, "assignee": {"id": 1182}}, "organization": {"id": 149}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 14, "privilege": "none"}, "organization": {"id": 156, "owner": {"id": 284}, "user": {"role": null}}}, "resource": {"id": 383, "owner": {"id": 628}, "assignee": {"id": 563}, "project": {"id": 310, "owner": {"id": 746}, "assignee": {"id": 834}}, "task": {"id": 309, "owner": {"id": 994}, "assignee": {"id": 14}}, "job": {"id": 393, "assignee": {"id": 1111}}, "organization": {"id": 156}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 1, "privilege": "none"}, "organization": {"id": 198, "owner": {"id": 210}, "user": {"role": null}}}, "resource": {"id": 369, "owner": {"id": 612}, "assignee": {"id": 595}, "project": {"id": 327, "owner": {"id": 718}, "assignee": {"id": 894}}, "task": {"id": 376, "owner": {"id": 994}, "assignee": {"id": 1}}, "job": {"id": 314, "assignee": {"id": 1110}}, "organization": {"id": 198}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 29, "privilege": "none"}, "organization": {"id": 163, "owner": {"id": 252}, "user": {"role": null}}}, "resource": {"id": 351, "owner": {"id": 666}, "assignee": {"id": 516}, "project": {"id": 303, "owner": {"id": 734}, "assignee": {"id": 818}}, "task": {"id": 351, "owner": {"id": 995}, "assignee": {"id": 29}}, "job": {"id": 345, "assignee": {"id": 1124}}, "organization": {"id": 1201}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 50, "privilege": "none"}, "organization": {"id": 159, "owner": {"id": 223}, "user": {"role": null}}}, "resource": {"id": 393, "owner": {"id": 645}, "assignee": {"id": 530}, "project": {"id": 353, "owner": {"id": 795}, "assignee": {"id": 859}}, "task": {"id": 318, "owner": {"id": 976}, "assignee": {"id": 50}}, "job": {"id": 393, "assignee": {"id": 1127}}, "organization": {"id": 1203}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 14, "privilege": "none"}, "organization": {"id": 152, "owner": {"id": 255}, "user": {"role": null}}}, "resource": {"id": 382, "owner": {"id": 615}, "assignee": {"id": 527}, "project": {"id": 329, "owner": {"id": 716}, "assignee": {"id": 874}}, "task": {"id": 399, "owner": {"id": 984}, "assignee": {"id": 14}}, "job": {"id": 359, "assignee": {"id": 1153}}, "organization": {"id": 1231}}} +test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 35, "privilege": "none"}, "organization": {"id": 156, "owner": {"id": 262}, "user": {"role": null}}}, "resource": {"id": 309, "owner": {"id": 611}, "assignee": {"id": 572}, "project": {"id": 321, "owner": {"id": 721}, "assignee": {"id": 817}}, "task": {"id": 358, "owner": {"id": 952}, "assignee": {"id": 35}}, "job": {"id": 360, "assignee": {"id": 1135}}, "organization": {"id": 1261}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 85, "privilege": "admin"}, "organization": {"id": 160, "owner": {"id": 85}, "user": {"role": "owner"}}}, "resource": {"id": 310, "owner": {"id": 659}, "assignee": {"id": 555}, "project": {"id": 329, "owner": {"id": 708}, "assignee": {"id": 850}}, "task": {"id": 345, "owner": {"id": 999}, "assignee": {"id": 1072}}, "job": {"id": 382, "assignee": {"id": 85}}, "organization": {"id": 160}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 94, "privilege": "admin"}, "organization": {"id": 193, "owner": {"id": 94}, "user": {"role": "owner"}}}, "resource": {"id": 366, "owner": {"id": 677}, "assignee": {"id": 592}, "project": {"id": 368, "owner": {"id": 730}, "assignee": {"id": 804}}, "task": {"id": 341, "owner": {"id": 943}, "assignee": {"id": 1017}}, "job": {"id": 330, "assignee": {"id": 94}}, "organization": {"id": 193}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 98, "privilege": "admin"}, "organization": {"id": 167, "owner": {"id": 98}, "user": {"role": "owner"}}}, "resource": {"id": 303, "owner": {"id": 627}, "assignee": {"id": 541}, "project": {"id": 358, "owner": {"id": 734}, "assignee": {"id": 894}}, "task": {"id": 327, "owner": {"id": 988}, "assignee": {"id": 1023}}, "job": {"id": 398, "assignee": {"id": 98}}, "organization": {"id": 167}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 66, "privilege": "admin"}, "organization": {"id": 147, "owner": {"id": 66}, "user": {"role": "owner"}}}, "resource": {"id": 359, "owner": {"id": 687}, "assignee": {"id": 593}, "project": {"id": 363, "owner": {"id": 737}, "assignee": {"id": 835}}, "task": {"id": 356, "owner": {"id": 961}, "assignee": {"id": 1030}}, "job": {"id": 334, "assignee": {"id": 66}}, "organization": {"id": 147}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 78, "privilege": "admin"}, "organization": {"id": 130, "owner": {"id": 78}, "user": {"role": "owner"}}}, "resource": {"id": 395, "owner": {"id": 624}, "assignee": {"id": 598}, "project": {"id": 385, "owner": {"id": 735}, "assignee": {"id": 831}}, "task": {"id": 329, "owner": {"id": 932}, "assignee": {"id": 1088}}, "job": {"id": 337, "assignee": {"id": 78}}, "organization": {"id": 1293}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 2, "privilege": "admin"}, "organization": {"id": 183, "owner": {"id": 2}, "user": {"role": "owner"}}}, "resource": {"id": 334, "owner": {"id": 698}, "assignee": {"id": 562}, "project": {"id": 319, "owner": {"id": 721}, "assignee": {"id": 898}}, "task": {"id": 354, "owner": {"id": 960}, "assignee": {"id": 1096}}, "job": {"id": 301, "assignee": {"id": 2}}, "organization": {"id": 1298}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 16, "privilege": "admin"}, "organization": {"id": 123, "owner": {"id": 16}, "user": {"role": "owner"}}}, "resource": {"id": 325, "owner": {"id": 605}, "assignee": {"id": 517}, "project": {"id": 375, "owner": {"id": 777}, "assignee": {"id": 839}}, "task": {"id": 304, "owner": {"id": 989}, "assignee": {"id": 1047}}, "job": {"id": 335, "assignee": {"id": 16}}, "organization": {"id": 1248}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 38, "privilege": "admin"}, "organization": {"id": 147, "owner": {"id": 38}, "user": {"role": "owner"}}}, "resource": {"id": 310, "owner": {"id": 646}, "assignee": {"id": 502}, "project": {"id": 334, "owner": {"id": 719}, "assignee": {"id": 899}}, "task": {"id": 367, "owner": {"id": 923}, "assignee": {"id": 1020}}, "job": {"id": 313, "assignee": {"id": 38}}, "organization": {"id": 1242}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 89, "privilege": "admin"}, "organization": {"id": 112, "owner": {"id": 266}, "user": {"role": "maintainer"}}}, "resource": {"id": 324, "owner": {"id": 660}, "assignee": {"id": 581}, "project": {"id": 330, "owner": {"id": 745}, "assignee": {"id": 897}}, "task": {"id": 332, "owner": {"id": 972}, "assignee": {"id": 1035}}, "job": {"id": 396, "assignee": {"id": 89}}, "organization": {"id": 112}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 38, "privilege": "admin"}, "organization": {"id": 121, "owner": {"id": 219}, "user": {"role": "maintainer"}}}, "resource": {"id": 343, "owner": {"id": 608}, "assignee": {"id": 517}, "project": {"id": 393, "owner": {"id": 728}, "assignee": {"id": 864}}, "task": {"id": 396, "owner": {"id": 924}, "assignee": {"id": 1039}}, "job": {"id": 366, "assignee": {"id": 38}}, "organization": {"id": 121}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 1, "privilege": "admin"}, "organization": {"id": 126, "owner": {"id": 244}, "user": {"role": "maintainer"}}}, "resource": {"id": 361, "owner": {"id": 674}, "assignee": {"id": 593}, "project": {"id": 304, "owner": {"id": 726}, "assignee": {"id": 821}}, "task": {"id": 381, "owner": {"id": 923}, "assignee": {"id": 1098}}, "job": {"id": 377, "assignee": {"id": 1}}, "organization": {"id": 126}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 82, "privilege": "admin"}, "organization": {"id": 190, "owner": {"id": 288}, "user": {"role": "maintainer"}}}, "resource": {"id": 370, "owner": {"id": 647}, "assignee": {"id": 533}, "project": {"id": 388, "owner": {"id": 714}, "assignee": {"id": 841}}, "task": {"id": 348, "owner": {"id": 975}, "assignee": {"id": 1064}}, "job": {"id": 390, "assignee": {"id": 82}}, "organization": {"id": 190}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 97, "privilege": "admin"}, "organization": {"id": 108, "owner": {"id": 208}, "user": {"role": "maintainer"}}}, "resource": {"id": 337, "owner": {"id": 692}, "assignee": {"id": 575}, "project": {"id": 356, "owner": {"id": 734}, "assignee": {"id": 896}}, "task": {"id": 301, "owner": {"id": 909}, "assignee": {"id": 1063}}, "job": {"id": 377, "assignee": {"id": 97}}, "organization": {"id": 1281}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 13, "privilege": "admin"}, "organization": {"id": 143, "owner": {"id": 257}, "user": {"role": "maintainer"}}}, "resource": {"id": 323, "owner": {"id": 628}, "assignee": {"id": 521}, "project": {"id": 348, "owner": {"id": 764}, "assignee": {"id": 881}}, "task": {"id": 335, "owner": {"id": 984}, "assignee": {"id": 1055}}, "job": {"id": 394, "assignee": {"id": 13}}, "organization": {"id": 1273}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 29, "privilege": "admin"}, "organization": {"id": 158, "owner": {"id": 253}, "user": {"role": "maintainer"}}}, "resource": {"id": 360, "owner": {"id": 668}, "assignee": {"id": 563}, "project": {"id": 348, "owner": {"id": 768}, "assignee": {"id": 838}}, "task": {"id": 380, "owner": {"id": 999}, "assignee": {"id": 1041}}, "job": {"id": 306, "assignee": {"id": 29}}, "organization": {"id": 1245}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 36, "privilege": "admin"}, "organization": {"id": 166, "owner": {"id": 294}, "user": {"role": "maintainer"}}}, "resource": {"id": 353, "owner": {"id": 619}, "assignee": {"id": 588}, "project": {"id": 398, "owner": {"id": 781}, "assignee": {"id": 807}}, "task": {"id": 333, "owner": {"id": 980}, "assignee": {"id": 1051}}, "job": {"id": 356, "assignee": {"id": 36}}, "organization": {"id": 1266}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 65, "privilege": "admin"}, "organization": {"id": 108, "owner": {"id": 241}, "user": {"role": "supervisor"}}}, "resource": {"id": 342, "owner": {"id": 626}, "assignee": {"id": 511}, "project": {"id": 305, "owner": {"id": 790}, "assignee": {"id": 828}}, "task": {"id": 364, "owner": {"id": 937}, "assignee": {"id": 1043}}, "job": {"id": 392, "assignee": {"id": 65}}, "organization": {"id": 108}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 5, "privilege": "admin"}, "organization": {"id": 191, "owner": {"id": 222}, "user": {"role": "supervisor"}}}, "resource": {"id": 372, "owner": {"id": 624}, "assignee": {"id": 522}, "project": {"id": 351, "owner": {"id": 700}, "assignee": {"id": 800}}, "task": {"id": 353, "owner": {"id": 969}, "assignee": {"id": 1010}}, "job": {"id": 379, "assignee": {"id": 5}}, "organization": {"id": 191}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 51, "privilege": "admin"}, "organization": {"id": 171, "owner": {"id": 217}, "user": {"role": "supervisor"}}}, "resource": {"id": 379, "owner": {"id": 613}, "assignee": {"id": 569}, "project": {"id": 337, "owner": {"id": 744}, "assignee": {"id": 824}}, "task": {"id": 392, "owner": {"id": 930}, "assignee": {"id": 1047}}, "job": {"id": 344, "assignee": {"id": 51}}, "organization": {"id": 171}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 65, "privilege": "admin"}, "organization": {"id": 117, "owner": {"id": 253}, "user": {"role": "supervisor"}}}, "resource": {"id": 313, "owner": {"id": 632}, "assignee": {"id": 517}, "project": {"id": 320, "owner": {"id": 758}, "assignee": {"id": 890}}, "task": {"id": 329, "owner": {"id": 985}, "assignee": {"id": 1079}}, "job": {"id": 343, "assignee": {"id": 65}}, "organization": {"id": 117}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 76, "privilege": "admin"}, "organization": {"id": 194, "owner": {"id": 298}, "user": {"role": "supervisor"}}}, "resource": {"id": 317, "owner": {"id": 658}, "assignee": {"id": 597}, "project": {"id": 355, "owner": {"id": 745}, "assignee": {"id": 850}}, "task": {"id": 339, "owner": {"id": 923}, "assignee": {"id": 1026}}, "job": {"id": 395, "assignee": {"id": 76}}, "organization": {"id": 1239}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 45, "privilege": "admin"}, "organization": {"id": 194, "owner": {"id": 264}, "user": {"role": "supervisor"}}}, "resource": {"id": 312, "owner": {"id": 603}, "assignee": {"id": 563}, "project": {"id": 310, "owner": {"id": 715}, "assignee": {"id": 810}}, "task": {"id": 376, "owner": {"id": 927}, "assignee": {"id": 1039}}, "job": {"id": 361, "assignee": {"id": 45}}, "organization": {"id": 1205}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 37, "privilege": "admin"}, "organization": {"id": 140, "owner": {"id": 259}, "user": {"role": "supervisor"}}}, "resource": {"id": 304, "owner": {"id": 649}, "assignee": {"id": 563}, "project": {"id": 301, "owner": {"id": 723}, "assignee": {"id": 889}}, "task": {"id": 322, "owner": {"id": 977}, "assignee": {"id": 1097}}, "job": {"id": 333, "assignee": {"id": 37}}, "organization": {"id": 1207}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 48, "privilege": "admin"}, "organization": {"id": 172, "owner": {"id": 204}, "user": {"role": "supervisor"}}}, "resource": {"id": 346, "owner": {"id": 660}, "assignee": {"id": 594}, "project": {"id": 316, "owner": {"id": 702}, "assignee": {"id": 850}}, "task": {"id": 312, "owner": {"id": 969}, "assignee": {"id": 1077}}, "job": {"id": 389, "assignee": {"id": 48}}, "organization": {"id": 1208}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 16, "privilege": "admin"}, "organization": {"id": 150, "owner": {"id": 224}, "user": {"role": "worker"}}}, "resource": {"id": 374, "owner": {"id": 614}, "assignee": {"id": 587}, "project": {"id": 329, "owner": {"id": 791}, "assignee": {"id": 871}}, "task": {"id": 355, "owner": {"id": 978}, "assignee": {"id": 1079}}, "job": {"id": 307, "assignee": {"id": 16}}, "organization": {"id": 150}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 64, "privilege": "admin"}, "organization": {"id": 106, "owner": {"id": 292}, "user": {"role": "worker"}}}, "resource": {"id": 363, "owner": {"id": 639}, "assignee": {"id": 575}, "project": {"id": 305, "owner": {"id": 755}, "assignee": {"id": 848}}, "task": {"id": 348, "owner": {"id": 971}, "assignee": {"id": 1073}}, "job": {"id": 398, "assignee": {"id": 64}}, "organization": {"id": 106}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 23, "privilege": "admin"}, "organization": {"id": 129, "owner": {"id": 213}, "user": {"role": "worker"}}}, "resource": {"id": 394, "owner": {"id": 650}, "assignee": {"id": 555}, "project": {"id": 367, "owner": {"id": 797}, "assignee": {"id": 869}}, "task": {"id": 391, "owner": {"id": 977}, "assignee": {"id": 1041}}, "job": {"id": 389, "assignee": {"id": 23}}, "organization": {"id": 129}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 45, "privilege": "admin"}, "organization": {"id": 143, "owner": {"id": 291}, "user": {"role": "worker"}}}, "resource": {"id": 318, "owner": {"id": 676}, "assignee": {"id": 538}, "project": {"id": 360, "owner": {"id": 709}, "assignee": {"id": 845}}, "task": {"id": 334, "owner": {"id": 997}, "assignee": {"id": 1058}}, "job": {"id": 346, "assignee": {"id": 45}}, "organization": {"id": 143}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 85, "privilege": "admin"}, "organization": {"id": 144, "owner": {"id": 269}, "user": {"role": "worker"}}}, "resource": {"id": 326, "owner": {"id": 678}, "assignee": {"id": 597}, "project": {"id": 388, "owner": {"id": 761}, "assignee": {"id": 834}}, "task": {"id": 356, "owner": {"id": 955}, "assignee": {"id": 1028}}, "job": {"id": 346, "assignee": {"id": 85}}, "organization": {"id": 1289}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 41, "privilege": "admin"}, "organization": {"id": 105, "owner": {"id": 238}, "user": {"role": "worker"}}}, "resource": {"id": 303, "owner": {"id": 637}, "assignee": {"id": 598}, "project": {"id": 381, "owner": {"id": 741}, "assignee": {"id": 828}}, "task": {"id": 345, "owner": {"id": 950}, "assignee": {"id": 1005}}, "job": {"id": 322, "assignee": {"id": 41}}, "organization": {"id": 1213}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 74, "privilege": "admin"}, "organization": {"id": 114, "owner": {"id": 295}, "user": {"role": "worker"}}}, "resource": {"id": 305, "owner": {"id": 649}, "assignee": {"id": 522}, "project": {"id": 379, "owner": {"id": 754}, "assignee": {"id": 843}}, "task": {"id": 316, "owner": {"id": 948}, "assignee": {"id": 1062}}, "job": {"id": 391, "assignee": {"id": 74}}, "organization": {"id": 1256}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 61, "privilege": "admin"}, "organization": {"id": 177, "owner": {"id": 206}, "user": {"role": "worker"}}}, "resource": {"id": 369, "owner": {"id": 617}, "assignee": {"id": 581}, "project": {"id": 312, "owner": {"id": 783}, "assignee": {"id": 801}}, "task": {"id": 312, "owner": {"id": 931}, "assignee": {"id": 1070}}, "job": {"id": 397, "assignee": {"id": 61}}, "organization": {"id": 1289}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 4, "privilege": "admin"}, "organization": {"id": 179, "owner": {"id": 236}, "user": {"role": null}}}, "resource": {"id": 337, "owner": {"id": 646}, "assignee": {"id": 588}, "project": {"id": 340, "owner": {"id": 738}, "assignee": {"id": 805}}, "task": {"id": 348, "owner": {"id": 909}, "assignee": {"id": 1073}}, "job": {"id": 306, "assignee": {"id": 4}}, "organization": {"id": 179}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 50, "privilege": "admin"}, "organization": {"id": 110, "owner": {"id": 288}, "user": {"role": null}}}, "resource": {"id": 358, "owner": {"id": 660}, "assignee": {"id": 539}, "project": {"id": 375, "owner": {"id": 716}, "assignee": {"id": 888}}, "task": {"id": 398, "owner": {"id": 973}, "assignee": {"id": 1020}}, "job": {"id": 396, "assignee": {"id": 50}}, "organization": {"id": 110}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 56, "privilege": "admin"}, "organization": {"id": 159, "owner": {"id": 272}, "user": {"role": null}}}, "resource": {"id": 374, "owner": {"id": 670}, "assignee": {"id": 558}, "project": {"id": 306, "owner": {"id": 727}, "assignee": {"id": 830}}, "task": {"id": 326, "owner": {"id": 908}, "assignee": {"id": 1036}}, "job": {"id": 371, "assignee": {"id": 56}}, "organization": {"id": 159}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 37, "privilege": "admin"}, "organization": {"id": 130, "owner": {"id": 287}, "user": {"role": null}}}, "resource": {"id": 392, "owner": {"id": 617}, "assignee": {"id": 567}, "project": {"id": 356, "owner": {"id": 772}, "assignee": {"id": 846}}, "task": {"id": 348, "owner": {"id": 927}, "assignee": {"id": 1001}}, "job": {"id": 367, "assignee": {"id": 37}}, "organization": {"id": 130}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 20, "privilege": "admin"}, "organization": {"id": 147, "owner": {"id": 236}, "user": {"role": null}}}, "resource": {"id": 301, "owner": {"id": 680}, "assignee": {"id": 547}, "project": {"id": 352, "owner": {"id": 700}, "assignee": {"id": 847}}, "task": {"id": 328, "owner": {"id": 921}, "assignee": {"id": 1001}}, "job": {"id": 337, "assignee": {"id": 20}}, "organization": {"id": 1216}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 60, "privilege": "admin"}, "organization": {"id": 162, "owner": {"id": 292}, "user": {"role": null}}}, "resource": {"id": 331, "owner": {"id": 688}, "assignee": {"id": 509}, "project": {"id": 329, "owner": {"id": 723}, "assignee": {"id": 809}}, "task": {"id": 330, "owner": {"id": 987}, "assignee": {"id": 1062}}, "job": {"id": 309, "assignee": {"id": 60}}, "organization": {"id": 1257}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 94, "privilege": "admin"}, "organization": {"id": 111, "owner": {"id": 289}, "user": {"role": null}}}, "resource": {"id": 358, "owner": {"id": 652}, "assignee": {"id": 542}, "project": {"id": 383, "owner": {"id": 773}, "assignee": {"id": 888}}, "task": {"id": 387, "owner": {"id": 902}, "assignee": {"id": 1087}}, "job": {"id": 375, "assignee": {"id": 94}}, "organization": {"id": 1291}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 29, "privilege": "admin"}, "organization": {"id": 120, "owner": {"id": 258}, "user": {"role": null}}}, "resource": {"id": 311, "owner": {"id": 676}, "assignee": {"id": 509}, "project": {"id": 311, "owner": {"id": 748}, "assignee": {"id": 867}}, "task": {"id": 317, "owner": {"id": 953}, "assignee": {"id": 1057}}, "job": {"id": 334, "assignee": {"id": 29}}, "organization": {"id": 1296}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 68, "privilege": "business"}, "organization": {"id": 198, "owner": {"id": 68}, "user": {"role": "owner"}}}, "resource": {"id": 328, "owner": {"id": 643}, "assignee": {"id": 542}, "project": {"id": 366, "owner": {"id": 724}, "assignee": {"id": 822}}, "task": {"id": 352, "owner": {"id": 905}, "assignee": {"id": 1006}}, "job": {"id": 362, "assignee": {"id": 68}}, "organization": {"id": 198}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 75, "privilege": "business"}, "organization": {"id": 144, "owner": {"id": 75}, "user": {"role": "owner"}}}, "resource": {"id": 348, "owner": {"id": 616}, "assignee": {"id": 556}, "project": {"id": 381, "owner": {"id": 711}, "assignee": {"id": 818}}, "task": {"id": 315, "owner": {"id": 940}, "assignee": {"id": 1070}}, "job": {"id": 316, "assignee": {"id": 75}}, "organization": {"id": 144}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 27, "privilege": "business"}, "organization": {"id": 178, "owner": {"id": 27}, "user": {"role": "owner"}}}, "resource": {"id": 363, "owner": {"id": 695}, "assignee": {"id": 565}, "project": {"id": 369, "owner": {"id": 798}, "assignee": {"id": 805}}, "task": {"id": 355, "owner": {"id": 988}, "assignee": {"id": 1004}}, "job": {"id": 342, "assignee": {"id": 27}}, "organization": {"id": 178}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 86, "privilege": "business"}, "organization": {"id": 184, "owner": {"id": 86}, "user": {"role": "owner"}}}, "resource": {"id": 372, "owner": {"id": 696}, "assignee": {"id": 501}, "project": {"id": 366, "owner": {"id": 747}, "assignee": {"id": 817}}, "task": {"id": 359, "owner": {"id": 955}, "assignee": {"id": 1081}}, "job": {"id": 367, "assignee": {"id": 86}}, "organization": {"id": 184}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 67, "privilege": "business"}, "organization": {"id": 135, "owner": {"id": 67}, "user": {"role": "owner"}}}, "resource": {"id": 377, "owner": {"id": 671}, "assignee": {"id": 576}, "project": {"id": 305, "owner": {"id": 792}, "assignee": {"id": 895}}, "task": {"id": 383, "owner": {"id": 929}, "assignee": {"id": 1020}}, "job": {"id": 301, "assignee": {"id": 67}}, "organization": {"id": 1292}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 73, "privilege": "business"}, "organization": {"id": 151, "owner": {"id": 73}, "user": {"role": "owner"}}}, "resource": {"id": 313, "owner": {"id": 686}, "assignee": {"id": 571}, "project": {"id": 378, "owner": {"id": 749}, "assignee": {"id": 817}}, "task": {"id": 368, "owner": {"id": 963}, "assignee": {"id": 1090}}, "job": {"id": 315, "assignee": {"id": 73}}, "organization": {"id": 1204}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 53, "privilege": "business"}, "organization": {"id": 162, "owner": {"id": 53}, "user": {"role": "owner"}}}, "resource": {"id": 313, "owner": {"id": 654}, "assignee": {"id": 582}, "project": {"id": 363, "owner": {"id": 766}, "assignee": {"id": 886}}, "task": {"id": 370, "owner": {"id": 981}, "assignee": {"id": 1065}}, "job": {"id": 354, "assignee": {"id": 53}}, "organization": {"id": 1279}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 16, "privilege": "business"}, "organization": {"id": 188, "owner": {"id": 16}, "user": {"role": "owner"}}}, "resource": {"id": 373, "owner": {"id": 661}, "assignee": {"id": 579}, "project": {"id": 385, "owner": {"id": 734}, "assignee": {"id": 831}}, "task": {"id": 376, "owner": {"id": 904}, "assignee": {"id": 1039}}, "job": {"id": 387, "assignee": {"id": 16}}, "organization": {"id": 1231}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 8, "privilege": "business"}, "organization": {"id": 182, "owner": {"id": 294}, "user": {"role": "maintainer"}}}, "resource": {"id": 300, "owner": {"id": 631}, "assignee": {"id": 590}, "project": {"id": 354, "owner": {"id": 724}, "assignee": {"id": 853}}, "task": {"id": 340, "owner": {"id": 952}, "assignee": {"id": 1038}}, "job": {"id": 354, "assignee": {"id": 8}}, "organization": {"id": 182}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 6, "privilege": "business"}, "organization": {"id": 142, "owner": {"id": 263}, "user": {"role": "maintainer"}}}, "resource": {"id": 350, "owner": {"id": 639}, "assignee": {"id": 538}, "project": {"id": 331, "owner": {"id": 725}, "assignee": {"id": 893}}, "task": {"id": 320, "owner": {"id": 977}, "assignee": {"id": 1005}}, "job": {"id": 370, "assignee": {"id": 6}}, "organization": {"id": 142}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 48, "privilege": "business"}, "organization": {"id": 167, "owner": {"id": 210}, "user": {"role": "maintainer"}}}, "resource": {"id": 315, "owner": {"id": 618}, "assignee": {"id": 528}, "project": {"id": 378, "owner": {"id": 754}, "assignee": {"id": 852}}, "task": {"id": 368, "owner": {"id": 996}, "assignee": {"id": 1074}}, "job": {"id": 362, "assignee": {"id": 48}}, "organization": {"id": 167}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 60, "privilege": "business"}, "organization": {"id": 107, "owner": {"id": 208}, "user": {"role": "maintainer"}}}, "resource": {"id": 303, "owner": {"id": 666}, "assignee": {"id": 561}, "project": {"id": 358, "owner": {"id": 766}, "assignee": {"id": 880}}, "task": {"id": 360, "owner": {"id": 940}, "assignee": {"id": 1067}}, "job": {"id": 370, "assignee": {"id": 60}}, "organization": {"id": 107}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 98, "privilege": "business"}, "organization": {"id": 119, "owner": {"id": 228}, "user": {"role": "maintainer"}}}, "resource": {"id": 340, "owner": {"id": 627}, "assignee": {"id": 504}, "project": {"id": 324, "owner": {"id": 750}, "assignee": {"id": 811}}, "task": {"id": 373, "owner": {"id": 927}, "assignee": {"id": 1086}}, "job": {"id": 316, "assignee": {"id": 98}}, "organization": {"id": 1273}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 48, "privilege": "business"}, "organization": {"id": 195, "owner": {"id": 259}, "user": {"role": "maintainer"}}}, "resource": {"id": 373, "owner": {"id": 681}, "assignee": {"id": 503}, "project": {"id": 369, "owner": {"id": 750}, "assignee": {"id": 866}}, "task": {"id": 345, "owner": {"id": 954}, "assignee": {"id": 1083}}, "job": {"id": 319, "assignee": {"id": 48}}, "organization": {"id": 1260}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 15, "privilege": "business"}, "organization": {"id": 140, "owner": {"id": 220}, "user": {"role": "maintainer"}}}, "resource": {"id": 361, "owner": {"id": 691}, "assignee": {"id": 581}, "project": {"id": 310, "owner": {"id": 777}, "assignee": {"id": 829}}, "task": {"id": 379, "owner": {"id": 914}, "assignee": {"id": 1092}}, "job": {"id": 340, "assignee": {"id": 15}}, "organization": {"id": 1237}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 51, "privilege": "business"}, "organization": {"id": 102, "owner": {"id": 254}, "user": {"role": "maintainer"}}}, "resource": {"id": 373, "owner": {"id": 626}, "assignee": {"id": 595}, "project": {"id": 312, "owner": {"id": 762}, "assignee": {"id": 862}}, "task": {"id": 359, "owner": {"id": 969}, "assignee": {"id": 1073}}, "job": {"id": 313, "assignee": {"id": 51}}, "organization": {"id": 1206}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 39, "privilege": "business"}, "organization": {"id": 185, "owner": {"id": 293}, "user": {"role": "supervisor"}}}, "resource": {"id": 318, "owner": {"id": 684}, "assignee": {"id": 523}, "project": {"id": 368, "owner": {"id": 700}, "assignee": {"id": 863}}, "task": {"id": 330, "owner": {"id": 982}, "assignee": {"id": 1098}}, "job": {"id": 371, "assignee": {"id": 39}}, "organization": {"id": 185}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 78, "privilege": "business"}, "organization": {"id": 175, "owner": {"id": 273}, "user": {"role": "supervisor"}}}, "resource": {"id": 372, "owner": {"id": 654}, "assignee": {"id": 519}, "project": {"id": 361, "owner": {"id": 722}, "assignee": {"id": 871}}, "task": {"id": 357, "owner": {"id": 985}, "assignee": {"id": 1084}}, "job": {"id": 372, "assignee": {"id": 78}}, "organization": {"id": 175}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 69, "privilege": "business"}, "organization": {"id": 117, "owner": {"id": 299}, "user": {"role": "supervisor"}}}, "resource": {"id": 385, "owner": {"id": 664}, "assignee": {"id": 537}, "project": {"id": 363, "owner": {"id": 752}, "assignee": {"id": 830}}, "task": {"id": 362, "owner": {"id": 920}, "assignee": {"id": 1090}}, "job": {"id": 321, "assignee": {"id": 69}}, "organization": {"id": 117}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 20, "privilege": "business"}, "organization": {"id": 119, "owner": {"id": 284}, "user": {"role": "supervisor"}}}, "resource": {"id": 334, "owner": {"id": 601}, "assignee": {"id": 514}, "project": {"id": 391, "owner": {"id": 730}, "assignee": {"id": 828}}, "task": {"id": 346, "owner": {"id": 983}, "assignee": {"id": 1098}}, "job": {"id": 385, "assignee": {"id": 20}}, "organization": {"id": 119}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 81, "privilege": "business"}, "organization": {"id": 120, "owner": {"id": 212}, "user": {"role": "supervisor"}}}, "resource": {"id": 320, "owner": {"id": 606}, "assignee": {"id": 534}, "project": {"id": 390, "owner": {"id": 700}, "assignee": {"id": 852}}, "task": {"id": 330, "owner": {"id": 935}, "assignee": {"id": 1045}}, "job": {"id": 309, "assignee": {"id": 81}}, "organization": {"id": 1208}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 19, "privilege": "business"}, "organization": {"id": 194, "owner": {"id": 241}, "user": {"role": "supervisor"}}}, "resource": {"id": 352, "owner": {"id": 663}, "assignee": {"id": 577}, "project": {"id": 300, "owner": {"id": 772}, "assignee": {"id": 808}}, "task": {"id": 300, "owner": {"id": 979}, "assignee": {"id": 1033}}, "job": {"id": 336, "assignee": {"id": 19}}, "organization": {"id": 1294}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 49, "privilege": "business"}, "organization": {"id": 146, "owner": {"id": 265}, "user": {"role": "supervisor"}}}, "resource": {"id": 371, "owner": {"id": 694}, "assignee": {"id": 548}, "project": {"id": 343, "owner": {"id": 769}, "assignee": {"id": 872}}, "task": {"id": 322, "owner": {"id": 971}, "assignee": {"id": 1077}}, "job": {"id": 310, "assignee": {"id": 49}}, "organization": {"id": 1250}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 46, "privilege": "business"}, "organization": {"id": 142, "owner": {"id": 209}, "user": {"role": "supervisor"}}}, "resource": {"id": 347, "owner": {"id": 631}, "assignee": {"id": 574}, "project": {"id": 329, "owner": {"id": 798}, "assignee": {"id": 873}}, "task": {"id": 343, "owner": {"id": 914}, "assignee": {"id": 1011}}, "job": {"id": 381, "assignee": {"id": 46}}, "organization": {"id": 1238}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 67, "privilege": "business"}, "organization": {"id": 196, "owner": {"id": 246}, "user": {"role": "worker"}}}, "resource": {"id": 374, "owner": {"id": 654}, "assignee": {"id": 592}, "project": {"id": 356, "owner": {"id": 791}, "assignee": {"id": 871}}, "task": {"id": 333, "owner": {"id": 975}, "assignee": {"id": 1089}}, "job": {"id": 316, "assignee": {"id": 67}}, "organization": {"id": 196}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 50, "privilege": "business"}, "organization": {"id": 190, "owner": {"id": 214}, "user": {"role": "worker"}}}, "resource": {"id": 333, "owner": {"id": 648}, "assignee": {"id": 548}, "project": {"id": 375, "owner": {"id": 725}, "assignee": {"id": 819}}, "task": {"id": 327, "owner": {"id": 969}, "assignee": {"id": 1072}}, "job": {"id": 372, "assignee": {"id": 50}}, "organization": {"id": 190}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 23, "privilege": "business"}, "organization": {"id": 143, "owner": {"id": 258}, "user": {"role": "worker"}}}, "resource": {"id": 388, "owner": {"id": 648}, "assignee": {"id": 532}, "project": {"id": 353, "owner": {"id": 794}, "assignee": {"id": 892}}, "task": {"id": 318, "owner": {"id": 923}, "assignee": {"id": 1076}}, "job": {"id": 398, "assignee": {"id": 23}}, "organization": {"id": 143}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 64, "privilege": "business"}, "organization": {"id": 165, "owner": {"id": 283}, "user": {"role": "worker"}}}, "resource": {"id": 348, "owner": {"id": 678}, "assignee": {"id": 554}, "project": {"id": 320, "owner": {"id": 728}, "assignee": {"id": 830}}, "task": {"id": 309, "owner": {"id": 952}, "assignee": {"id": 1050}}, "job": {"id": 370, "assignee": {"id": 64}}, "organization": {"id": 165}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 9, "privilege": "business"}, "organization": {"id": 196, "owner": {"id": 281}, "user": {"role": "worker"}}}, "resource": {"id": 394, "owner": {"id": 600}, "assignee": {"id": 556}, "project": {"id": 399, "owner": {"id": 779}, "assignee": {"id": 891}}, "task": {"id": 348, "owner": {"id": 944}, "assignee": {"id": 1031}}, "job": {"id": 343, "assignee": {"id": 9}}, "organization": {"id": 1205}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 69, "privilege": "business"}, "organization": {"id": 135, "owner": {"id": 286}, "user": {"role": "worker"}}}, "resource": {"id": 365, "owner": {"id": 688}, "assignee": {"id": 519}, "project": {"id": 323, "owner": {"id": 794}, "assignee": {"id": 890}}, "task": {"id": 334, "owner": {"id": 934}, "assignee": {"id": 1030}}, "job": {"id": 333, "assignee": {"id": 69}}, "organization": {"id": 1231}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 79, "privilege": "business"}, "organization": {"id": 121, "owner": {"id": 234}, "user": {"role": "worker"}}}, "resource": {"id": 315, "owner": {"id": 685}, "assignee": {"id": 545}, "project": {"id": 301, "owner": {"id": 792}, "assignee": {"id": 857}}, "task": {"id": 358, "owner": {"id": 907}, "assignee": {"id": 1016}}, "job": {"id": 355, "assignee": {"id": 79}}, "organization": {"id": 1212}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 11, "privilege": "business"}, "organization": {"id": 154, "owner": {"id": 267}, "user": {"role": "worker"}}}, "resource": {"id": 384, "owner": {"id": 632}, "assignee": {"id": 526}, "project": {"id": 379, "owner": {"id": 796}, "assignee": {"id": 870}}, "task": {"id": 327, "owner": {"id": 926}, "assignee": {"id": 1082}}, "job": {"id": 308, "assignee": {"id": 11}}, "organization": {"id": 1263}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 9, "privilege": "business"}, "organization": {"id": 116, "owner": {"id": 230}, "user": {"role": null}}}, "resource": {"id": 352, "owner": {"id": 642}, "assignee": {"id": 512}, "project": {"id": 383, "owner": {"id": 717}, "assignee": {"id": 880}}, "task": {"id": 337, "owner": {"id": 958}, "assignee": {"id": 1062}}, "job": {"id": 327, "assignee": {"id": 9}}, "organization": {"id": 116}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 90, "privilege": "business"}, "organization": {"id": 188, "owner": {"id": 240}, "user": {"role": null}}}, "resource": {"id": 303, "owner": {"id": 603}, "assignee": {"id": 521}, "project": {"id": 364, "owner": {"id": 706}, "assignee": {"id": 830}}, "task": {"id": 374, "owner": {"id": 913}, "assignee": {"id": 1073}}, "job": {"id": 393, "assignee": {"id": 90}}, "organization": {"id": 188}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 91, "privilege": "business"}, "organization": {"id": 138, "owner": {"id": 299}, "user": {"role": null}}}, "resource": {"id": 352, "owner": {"id": 654}, "assignee": {"id": 552}, "project": {"id": 315, "owner": {"id": 738}, "assignee": {"id": 805}}, "task": {"id": 382, "owner": {"id": 910}, "assignee": {"id": 1019}}, "job": {"id": 344, "assignee": {"id": 91}}, "organization": {"id": 138}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 2, "privilege": "business"}, "organization": {"id": 149, "owner": {"id": 218}, "user": {"role": null}}}, "resource": {"id": 346, "owner": {"id": 640}, "assignee": {"id": 569}, "project": {"id": 320, "owner": {"id": 784}, "assignee": {"id": 865}}, "task": {"id": 315, "owner": {"id": 905}, "assignee": {"id": 1050}}, "job": {"id": 387, "assignee": {"id": 2}}, "organization": {"id": 149}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 53, "privilege": "business"}, "organization": {"id": 140, "owner": {"id": 272}, "user": {"role": null}}}, "resource": {"id": 335, "owner": {"id": 660}, "assignee": {"id": 590}, "project": {"id": 385, "owner": {"id": 755}, "assignee": {"id": 833}}, "task": {"id": 357, "owner": {"id": 975}, "assignee": {"id": 1019}}, "job": {"id": 358, "assignee": {"id": 53}}, "organization": {"id": 1202}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 90, "privilege": "business"}, "organization": {"id": 178, "owner": {"id": 260}, "user": {"role": null}}}, "resource": {"id": 374, "owner": {"id": 663}, "assignee": {"id": 562}, "project": {"id": 335, "owner": {"id": 702}, "assignee": {"id": 804}}, "task": {"id": 352, "owner": {"id": 980}, "assignee": {"id": 1099}}, "job": {"id": 326, "assignee": {"id": 90}}, "organization": {"id": 1249}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 41, "privilege": "business"}, "organization": {"id": 192, "owner": {"id": 203}, "user": {"role": null}}}, "resource": {"id": 331, "owner": {"id": 676}, "assignee": {"id": 547}, "project": {"id": 392, "owner": {"id": 749}, "assignee": {"id": 831}}, "task": {"id": 375, "owner": {"id": 960}, "assignee": {"id": 1078}}, "job": {"id": 359, "assignee": {"id": 41}}, "organization": {"id": 1285}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 21, "privilege": "business"}, "organization": {"id": 167, "owner": {"id": 216}, "user": {"role": null}}}, "resource": {"id": 358, "owner": {"id": 677}, "assignee": {"id": 569}, "project": {"id": 309, "owner": {"id": 733}, "assignee": {"id": 847}}, "task": {"id": 332, "owner": {"id": 930}, "assignee": {"id": 1002}}, "job": {"id": 306, "assignee": {"id": 21}}, "organization": {"id": 1239}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 19, "privilege": "user"}, "organization": {"id": 181, "owner": {"id": 19}, "user": {"role": "owner"}}}, "resource": {"id": 332, "owner": {"id": 615}, "assignee": {"id": 517}, "project": {"id": 354, "owner": {"id": 730}, "assignee": {"id": 829}}, "task": {"id": 362, "owner": {"id": 967}, "assignee": {"id": 1098}}, "job": {"id": 395, "assignee": {"id": 19}}, "organization": {"id": 181}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 27, "privilege": "user"}, "organization": {"id": 137, "owner": {"id": 27}, "user": {"role": "owner"}}}, "resource": {"id": 358, "owner": {"id": 694}, "assignee": {"id": 535}, "project": {"id": 382, "owner": {"id": 746}, "assignee": {"id": 862}}, "task": {"id": 334, "owner": {"id": 942}, "assignee": {"id": 1025}}, "job": {"id": 382, "assignee": {"id": 27}}, "organization": {"id": 137}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 2, "privilege": "user"}, "organization": {"id": 173, "owner": {"id": 2}, "user": {"role": "owner"}}}, "resource": {"id": 301, "owner": {"id": 681}, "assignee": {"id": 572}, "project": {"id": 387, "owner": {"id": 754}, "assignee": {"id": 892}}, "task": {"id": 354, "owner": {"id": 928}, "assignee": {"id": 1035}}, "job": {"id": 376, "assignee": {"id": 2}}, "organization": {"id": 173}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 27, "privilege": "user"}, "organization": {"id": 107, "owner": {"id": 27}, "user": {"role": "owner"}}}, "resource": {"id": 389, "owner": {"id": 640}, "assignee": {"id": 521}, "project": {"id": 395, "owner": {"id": 700}, "assignee": {"id": 839}}, "task": {"id": 317, "owner": {"id": 925}, "assignee": {"id": 1053}}, "job": {"id": 332, "assignee": {"id": 27}}, "organization": {"id": 107}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 59, "privilege": "user"}, "organization": {"id": 190, "owner": {"id": 59}, "user": {"role": "owner"}}}, "resource": {"id": 366, "owner": {"id": 643}, "assignee": {"id": 550}, "project": {"id": 373, "owner": {"id": 725}, "assignee": {"id": 805}}, "task": {"id": 369, "owner": {"id": 959}, "assignee": {"id": 1095}}, "job": {"id": 386, "assignee": {"id": 59}}, "organization": {"id": 1221}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 25, "privilege": "user"}, "organization": {"id": 157, "owner": {"id": 25}, "user": {"role": "owner"}}}, "resource": {"id": 306, "owner": {"id": 615}, "assignee": {"id": 533}, "project": {"id": 373, "owner": {"id": 741}, "assignee": {"id": 883}}, "task": {"id": 352, "owner": {"id": 960}, "assignee": {"id": 1048}}, "job": {"id": 382, "assignee": {"id": 25}}, "organization": {"id": 1285}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 75, "privilege": "user"}, "organization": {"id": 105, "owner": {"id": 75}, "user": {"role": "owner"}}}, "resource": {"id": 320, "owner": {"id": 640}, "assignee": {"id": 502}, "project": {"id": 342, "owner": {"id": 741}, "assignee": {"id": 885}}, "task": {"id": 397, "owner": {"id": 951}, "assignee": {"id": 1091}}, "job": {"id": 372, "assignee": {"id": 75}}, "organization": {"id": 1231}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 8, "privilege": "user"}, "organization": {"id": 162, "owner": {"id": 8}, "user": {"role": "owner"}}}, "resource": {"id": 375, "owner": {"id": 602}, "assignee": {"id": 551}, "project": {"id": 311, "owner": {"id": 722}, "assignee": {"id": 870}}, "task": {"id": 361, "owner": {"id": 912}, "assignee": {"id": 1071}}, "job": {"id": 307, "assignee": {"id": 8}}, "organization": {"id": 1280}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 97, "privilege": "user"}, "organization": {"id": 159, "owner": {"id": 238}, "user": {"role": "maintainer"}}}, "resource": {"id": 386, "owner": {"id": 679}, "assignee": {"id": 596}, "project": {"id": 344, "owner": {"id": 755}, "assignee": {"id": 889}}, "task": {"id": 367, "owner": {"id": 981}, "assignee": {"id": 1070}}, "job": {"id": 367, "assignee": {"id": 97}}, "organization": {"id": 159}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 36, "privilege": "user"}, "organization": {"id": 166, "owner": {"id": 229}, "user": {"role": "maintainer"}}}, "resource": {"id": 360, "owner": {"id": 613}, "assignee": {"id": 547}, "project": {"id": 350, "owner": {"id": 716}, "assignee": {"id": 897}}, "task": {"id": 390, "owner": {"id": 971}, "assignee": {"id": 1039}}, "job": {"id": 393, "assignee": {"id": 36}}, "organization": {"id": 166}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 13, "privilege": "user"}, "organization": {"id": 127, "owner": {"id": 277}, "user": {"role": "maintainer"}}}, "resource": {"id": 304, "owner": {"id": 680}, "assignee": {"id": 559}, "project": {"id": 302, "owner": {"id": 787}, "assignee": {"id": 810}}, "task": {"id": 333, "owner": {"id": 925}, "assignee": {"id": 1041}}, "job": {"id": 334, "assignee": {"id": 13}}, "organization": {"id": 127}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 33, "privilege": "user"}, "organization": {"id": 154, "owner": {"id": 297}, "user": {"role": "maintainer"}}}, "resource": {"id": 320, "owner": {"id": 607}, "assignee": {"id": 594}, "project": {"id": 310, "owner": {"id": 712}, "assignee": {"id": 818}}, "task": {"id": 352, "owner": {"id": 907}, "assignee": {"id": 1031}}, "job": {"id": 390, "assignee": {"id": 33}}, "organization": {"id": 154}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 96, "privilege": "user"}, "organization": {"id": 120, "owner": {"id": 234}, "user": {"role": "maintainer"}}}, "resource": {"id": 323, "owner": {"id": 690}, "assignee": {"id": 500}, "project": {"id": 321, "owner": {"id": 726}, "assignee": {"id": 863}}, "task": {"id": 327, "owner": {"id": 971}, "assignee": {"id": 1084}}, "job": {"id": 372, "assignee": {"id": 96}}, "organization": {"id": 1231}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 20, "privilege": "user"}, "organization": {"id": 118, "owner": {"id": 219}, "user": {"role": "maintainer"}}}, "resource": {"id": 337, "owner": {"id": 675}, "assignee": {"id": 512}, "project": {"id": 317, "owner": {"id": 799}, "assignee": {"id": 879}}, "task": {"id": 314, "owner": {"id": 957}, "assignee": {"id": 1047}}, "job": {"id": 320, "assignee": {"id": 20}}, "organization": {"id": 1269}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 11, "privilege": "user"}, "organization": {"id": 137, "owner": {"id": 230}, "user": {"role": "maintainer"}}}, "resource": {"id": 317, "owner": {"id": 697}, "assignee": {"id": 553}, "project": {"id": 357, "owner": {"id": 741}, "assignee": {"id": 882}}, "task": {"id": 316, "owner": {"id": 922}, "assignee": {"id": 1010}}, "job": {"id": 318, "assignee": {"id": 11}}, "organization": {"id": 1279}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 74, "privilege": "user"}, "organization": {"id": 135, "owner": {"id": 288}, "user": {"role": "maintainer"}}}, "resource": {"id": 321, "owner": {"id": 612}, "assignee": {"id": 502}, "project": {"id": 330, "owner": {"id": 782}, "assignee": {"id": 860}}, "task": {"id": 304, "owner": {"id": 986}, "assignee": {"id": 1006}}, "job": {"id": 301, "assignee": {"id": 74}}, "organization": {"id": 1283}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 63, "privilege": "user"}, "organization": {"id": 177, "owner": {"id": 267}, "user": {"role": "supervisor"}}}, "resource": {"id": 302, "owner": {"id": 650}, "assignee": {"id": 506}, "project": {"id": 343, "owner": {"id": 751}, "assignee": {"id": 842}}, "task": {"id": 335, "owner": {"id": 941}, "assignee": {"id": 1084}}, "job": {"id": 347, "assignee": {"id": 63}}, "organization": {"id": 177}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 5, "privilege": "user"}, "organization": {"id": 119, "owner": {"id": 203}, "user": {"role": "supervisor"}}}, "resource": {"id": 325, "owner": {"id": 634}, "assignee": {"id": 589}, "project": {"id": 356, "owner": {"id": 787}, "assignee": {"id": 892}}, "task": {"id": 316, "owner": {"id": 940}, "assignee": {"id": 1036}}, "job": {"id": 388, "assignee": {"id": 5}}, "organization": {"id": 119}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 82, "privilege": "user"}, "organization": {"id": 193, "owner": {"id": 293}, "user": {"role": "supervisor"}}}, "resource": {"id": 393, "owner": {"id": 634}, "assignee": {"id": 545}, "project": {"id": 314, "owner": {"id": 797}, "assignee": {"id": 800}}, "task": {"id": 372, "owner": {"id": 985}, "assignee": {"id": 1046}}, "job": {"id": 330, "assignee": {"id": 82}}, "organization": {"id": 193}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 85, "privilege": "user"}, "organization": {"id": 120, "owner": {"id": 202}, "user": {"role": "supervisor"}}}, "resource": {"id": 372, "owner": {"id": 614}, "assignee": {"id": 591}, "project": {"id": 388, "owner": {"id": 791}, "assignee": {"id": 842}}, "task": {"id": 300, "owner": {"id": 926}, "assignee": {"id": 1008}}, "job": {"id": 366, "assignee": {"id": 85}}, "organization": {"id": 120}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 86, "privilege": "user"}, "organization": {"id": 101, "owner": {"id": 227}, "user": {"role": "supervisor"}}}, "resource": {"id": 366, "owner": {"id": 664}, "assignee": {"id": 539}, "project": {"id": 301, "owner": {"id": 722}, "assignee": {"id": 879}}, "task": {"id": 377, "owner": {"id": 928}, "assignee": {"id": 1080}}, "job": {"id": 328, "assignee": {"id": 86}}, "organization": {"id": 1221}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 62, "privilege": "user"}, "organization": {"id": 100, "owner": {"id": 232}, "user": {"role": "supervisor"}}}, "resource": {"id": 352, "owner": {"id": 665}, "assignee": {"id": 586}, "project": {"id": 353, "owner": {"id": 711}, "assignee": {"id": 817}}, "task": {"id": 307, "owner": {"id": 957}, "assignee": {"id": 1075}}, "job": {"id": 325, "assignee": {"id": 62}}, "organization": {"id": 1222}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 51, "privilege": "user"}, "organization": {"id": 132, "owner": {"id": 240}, "user": {"role": "supervisor"}}}, "resource": {"id": 352, "owner": {"id": 685}, "assignee": {"id": 504}, "project": {"id": 309, "owner": {"id": 793}, "assignee": {"id": 893}}, "task": {"id": 369, "owner": {"id": 977}, "assignee": {"id": 1024}}, "job": {"id": 383, "assignee": {"id": 51}}, "organization": {"id": 1259}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 42, "privilege": "user"}, "organization": {"id": 106, "owner": {"id": 203}, "user": {"role": "supervisor"}}}, "resource": {"id": 300, "owner": {"id": 611}, "assignee": {"id": 596}, "project": {"id": 368, "owner": {"id": 754}, "assignee": {"id": 893}}, "task": {"id": 321, "owner": {"id": 966}, "assignee": {"id": 1014}}, "job": {"id": 301, "assignee": {"id": 42}}, "organization": {"id": 1235}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 88, "privilege": "user"}, "organization": {"id": 147, "owner": {"id": 234}, "user": {"role": "worker"}}}, "resource": {"id": 361, "owner": {"id": 695}, "assignee": {"id": 531}, "project": {"id": 338, "owner": {"id": 741}, "assignee": {"id": 846}}, "task": {"id": 384, "owner": {"id": 913}, "assignee": {"id": 1093}}, "job": {"id": 329, "assignee": {"id": 88}}, "organization": {"id": 147}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 16, "privilege": "user"}, "organization": {"id": 187, "owner": {"id": 206}, "user": {"role": "worker"}}}, "resource": {"id": 301, "owner": {"id": 626}, "assignee": {"id": 503}, "project": {"id": 327, "owner": {"id": 757}, "assignee": {"id": 823}}, "task": {"id": 301, "owner": {"id": 909}, "assignee": {"id": 1032}}, "job": {"id": 318, "assignee": {"id": 16}}, "organization": {"id": 187}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 20, "privilege": "user"}, "organization": {"id": 154, "owner": {"id": 204}, "user": {"role": "worker"}}}, "resource": {"id": 311, "owner": {"id": 628}, "assignee": {"id": 547}, "project": {"id": 378, "owner": {"id": 788}, "assignee": {"id": 834}}, "task": {"id": 385, "owner": {"id": 994}, "assignee": {"id": 1082}}, "job": {"id": 371, "assignee": {"id": 20}}, "organization": {"id": 154}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 17, "privilege": "user"}, "organization": {"id": 110, "owner": {"id": 275}, "user": {"role": "worker"}}}, "resource": {"id": 321, "owner": {"id": 606}, "assignee": {"id": 572}, "project": {"id": 319, "owner": {"id": 715}, "assignee": {"id": 892}}, "task": {"id": 361, "owner": {"id": 988}, "assignee": {"id": 1088}}, "job": {"id": 339, "assignee": {"id": 17}}, "organization": {"id": 110}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 32, "privilege": "user"}, "organization": {"id": 120, "owner": {"id": 228}, "user": {"role": "worker"}}}, "resource": {"id": 351, "owner": {"id": 669}, "assignee": {"id": 508}, "project": {"id": 351, "owner": {"id": 712}, "assignee": {"id": 820}}, "task": {"id": 350, "owner": {"id": 914}, "assignee": {"id": 1068}}, "job": {"id": 340, "assignee": {"id": 32}}, "organization": {"id": 1281}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 80, "privilege": "user"}, "organization": {"id": 155, "owner": {"id": 249}, "user": {"role": "worker"}}}, "resource": {"id": 324, "owner": {"id": 695}, "assignee": {"id": 535}, "project": {"id": 381, "owner": {"id": 743}, "assignee": {"id": 852}}, "task": {"id": 365, "owner": {"id": 914}, "assignee": {"id": 1056}}, "job": {"id": 312, "assignee": {"id": 80}}, "organization": {"id": 1286}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 28, "privilege": "user"}, "organization": {"id": 157, "owner": {"id": 262}, "user": {"role": "worker"}}}, "resource": {"id": 381, "owner": {"id": 604}, "assignee": {"id": 580}, "project": {"id": 326, "owner": {"id": 777}, "assignee": {"id": 845}}, "task": {"id": 338, "owner": {"id": 918}, "assignee": {"id": 1034}}, "job": {"id": 352, "assignee": {"id": 28}}, "organization": {"id": 1212}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 5, "privilege": "user"}, "organization": {"id": 108, "owner": {"id": 236}, "user": {"role": "worker"}}}, "resource": {"id": 358, "owner": {"id": 623}, "assignee": {"id": 591}, "project": {"id": 360, "owner": {"id": 710}, "assignee": {"id": 802}}, "task": {"id": 354, "owner": {"id": 946}, "assignee": {"id": 1034}}, "job": {"id": 370, "assignee": {"id": 5}}, "organization": {"id": 1271}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 9, "privilege": "user"}, "organization": {"id": 122, "owner": {"id": 297}, "user": {"role": null}}}, "resource": {"id": 300, "owner": {"id": 644}, "assignee": {"id": 535}, "project": {"id": 381, "owner": {"id": 765}, "assignee": {"id": 867}}, "task": {"id": 334, "owner": {"id": 968}, "assignee": {"id": 1054}}, "job": {"id": 336, "assignee": {"id": 9}}, "organization": {"id": 122}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 23, "privilege": "user"}, "organization": {"id": 151, "owner": {"id": 254}, "user": {"role": null}}}, "resource": {"id": 342, "owner": {"id": 697}, "assignee": {"id": 588}, "project": {"id": 335, "owner": {"id": 705}, "assignee": {"id": 841}}, "task": {"id": 351, "owner": {"id": 954}, "assignee": {"id": 1024}}, "job": {"id": 387, "assignee": {"id": 23}}, "organization": {"id": 151}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 80, "privilege": "user"}, "organization": {"id": 141, "owner": {"id": 235}, "user": {"role": null}}}, "resource": {"id": 309, "owner": {"id": 656}, "assignee": {"id": 527}, "project": {"id": 342, "owner": {"id": 759}, "assignee": {"id": 822}}, "task": {"id": 363, "owner": {"id": 951}, "assignee": {"id": 1083}}, "job": {"id": 317, "assignee": {"id": 80}}, "organization": {"id": 141}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 37, "privilege": "user"}, "organization": {"id": 127, "owner": {"id": 272}, "user": {"role": null}}}, "resource": {"id": 355, "owner": {"id": 632}, "assignee": {"id": 554}, "project": {"id": 363, "owner": {"id": 776}, "assignee": {"id": 834}}, "task": {"id": 384, "owner": {"id": 923}, "assignee": {"id": 1092}}, "job": {"id": 300, "assignee": {"id": 37}}, "organization": {"id": 127}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 80, "privilege": "user"}, "organization": {"id": 162, "owner": {"id": 221}, "user": {"role": null}}}, "resource": {"id": 341, "owner": {"id": 604}, "assignee": {"id": 531}, "project": {"id": 306, "owner": {"id": 793}, "assignee": {"id": 820}}, "task": {"id": 352, "owner": {"id": 976}, "assignee": {"id": 1049}}, "job": {"id": 396, "assignee": {"id": 80}}, "organization": {"id": 1248}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 45, "privilege": "user"}, "organization": {"id": 111, "owner": {"id": 228}, "user": {"role": null}}}, "resource": {"id": 373, "owner": {"id": 699}, "assignee": {"id": 509}, "project": {"id": 354, "owner": {"id": 710}, "assignee": {"id": 892}}, "task": {"id": 331, "owner": {"id": 964}, "assignee": {"id": 1042}}, "job": {"id": 348, "assignee": {"id": 45}}, "organization": {"id": 1294}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 17, "privilege": "user"}, "organization": {"id": 140, "owner": {"id": 238}, "user": {"role": null}}}, "resource": {"id": 391, "owner": {"id": 634}, "assignee": {"id": 566}, "project": {"id": 324, "owner": {"id": 769}, "assignee": {"id": 863}}, "task": {"id": 327, "owner": {"id": 910}, "assignee": {"id": 1089}}, "job": {"id": 354, "assignee": {"id": 17}}, "organization": {"id": 1257}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 37, "privilege": "user"}, "organization": {"id": 186, "owner": {"id": 279}, "user": {"role": null}}}, "resource": {"id": 310, "owner": {"id": 603}, "assignee": {"id": 568}, "project": {"id": 378, "owner": {"id": 741}, "assignee": {"id": 822}}, "task": {"id": 308, "owner": {"id": 926}, "assignee": {"id": 1083}}, "job": {"id": 336, "assignee": {"id": 37}}, "organization": {"id": 1292}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 93, "privilege": "worker"}, "organization": {"id": 168, "owner": {"id": 93}, "user": {"role": "owner"}}}, "resource": {"id": 332, "owner": {"id": 656}, "assignee": {"id": 582}, "project": {"id": 392, "owner": {"id": 719}, "assignee": {"id": 809}}, "task": {"id": 385, "owner": {"id": 959}, "assignee": {"id": 1033}}, "job": {"id": 383, "assignee": {"id": 93}}, "organization": {"id": 168}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 30, "privilege": "worker"}, "organization": {"id": 176, "owner": {"id": 30}, "user": {"role": "owner"}}}, "resource": {"id": 305, "owner": {"id": 613}, "assignee": {"id": 551}, "project": {"id": 352, "owner": {"id": 707}, "assignee": {"id": 862}}, "task": {"id": 383, "owner": {"id": 902}, "assignee": {"id": 1011}}, "job": {"id": 345, "assignee": {"id": 30}}, "organization": {"id": 176}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 5, "privilege": "worker"}, "organization": {"id": 196, "owner": {"id": 5}, "user": {"role": "owner"}}}, "resource": {"id": 317, "owner": {"id": 629}, "assignee": {"id": 564}, "project": {"id": 318, "owner": {"id": 775}, "assignee": {"id": 885}}, "task": {"id": 354, "owner": {"id": 980}, "assignee": {"id": 1076}}, "job": {"id": 303, "assignee": {"id": 5}}, "organization": {"id": 196}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 61, "privilege": "worker"}, "organization": {"id": 142, "owner": {"id": 61}, "user": {"role": "owner"}}}, "resource": {"id": 394, "owner": {"id": 621}, "assignee": {"id": 530}, "project": {"id": 356, "owner": {"id": 708}, "assignee": {"id": 894}}, "task": {"id": 318, "owner": {"id": 900}, "assignee": {"id": 1059}}, "job": {"id": 373, "assignee": {"id": 61}}, "organization": {"id": 142}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 11, "privilege": "worker"}, "organization": {"id": 117, "owner": {"id": 11}, "user": {"role": "owner"}}}, "resource": {"id": 382, "owner": {"id": 637}, "assignee": {"id": 550}, "project": {"id": 363, "owner": {"id": 700}, "assignee": {"id": 808}}, "task": {"id": 340, "owner": {"id": 941}, "assignee": {"id": 1087}}, "job": {"id": 352, "assignee": {"id": 11}}, "organization": {"id": 1270}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 33, "privilege": "worker"}, "organization": {"id": 156, "owner": {"id": 33}, "user": {"role": "owner"}}}, "resource": {"id": 340, "owner": {"id": 647}, "assignee": {"id": 516}, "project": {"id": 377, "owner": {"id": 742}, "assignee": {"id": 810}}, "task": {"id": 382, "owner": {"id": 979}, "assignee": {"id": 1016}}, "job": {"id": 375, "assignee": {"id": 33}}, "organization": {"id": 1265}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 64, "privilege": "worker"}, "organization": {"id": 159, "owner": {"id": 64}, "user": {"role": "owner"}}}, "resource": {"id": 373, "owner": {"id": 654}, "assignee": {"id": 524}, "project": {"id": 374, "owner": {"id": 718}, "assignee": {"id": 869}}, "task": {"id": 397, "owner": {"id": 928}, "assignee": {"id": 1001}}, "job": {"id": 322, "assignee": {"id": 64}}, "organization": {"id": 1273}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 87, "privilege": "worker"}, "organization": {"id": 159, "owner": {"id": 87}, "user": {"role": "owner"}}}, "resource": {"id": 363, "owner": {"id": 608}, "assignee": {"id": 516}, "project": {"id": 318, "owner": {"id": 784}, "assignee": {"id": 872}}, "task": {"id": 333, "owner": {"id": 920}, "assignee": {"id": 1090}}, "job": {"id": 311, "assignee": {"id": 87}}, "organization": {"id": 1260}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 20, "privilege": "worker"}, "organization": {"id": 149, "owner": {"id": 265}, "user": {"role": "maintainer"}}}, "resource": {"id": 372, "owner": {"id": 659}, "assignee": {"id": 531}, "project": {"id": 300, "owner": {"id": 707}, "assignee": {"id": 884}}, "task": {"id": 326, "owner": {"id": 947}, "assignee": {"id": 1042}}, "job": {"id": 337, "assignee": {"id": 20}}, "organization": {"id": 149}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 62, "privilege": "worker"}, "organization": {"id": 178, "owner": {"id": 235}, "user": {"role": "maintainer"}}}, "resource": {"id": 380, "owner": {"id": 683}, "assignee": {"id": 597}, "project": {"id": 336, "owner": {"id": 767}, "assignee": {"id": 831}}, "task": {"id": 329, "owner": {"id": 989}, "assignee": {"id": 1083}}, "job": {"id": 365, "assignee": {"id": 62}}, "organization": {"id": 178}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 52, "privilege": "worker"}, "organization": {"id": 161, "owner": {"id": 213}, "user": {"role": "maintainer"}}}, "resource": {"id": 320, "owner": {"id": 660}, "assignee": {"id": 594}, "project": {"id": 324, "owner": {"id": 737}, "assignee": {"id": 896}}, "task": {"id": 392, "owner": {"id": 946}, "assignee": {"id": 1017}}, "job": {"id": 357, "assignee": {"id": 52}}, "organization": {"id": 161}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 45, "privilege": "worker"}, "organization": {"id": 132, "owner": {"id": 293}, "user": {"role": "maintainer"}}}, "resource": {"id": 344, "owner": {"id": 683}, "assignee": {"id": 568}, "project": {"id": 367, "owner": {"id": 742}, "assignee": {"id": 857}}, "task": {"id": 302, "owner": {"id": 935}, "assignee": {"id": 1076}}, "job": {"id": 395, "assignee": {"id": 45}}, "organization": {"id": 132}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 99, "privilege": "worker"}, "organization": {"id": 122, "owner": {"id": 234}, "user": {"role": "maintainer"}}}, "resource": {"id": 339, "owner": {"id": 657}, "assignee": {"id": 555}, "project": {"id": 396, "owner": {"id": 749}, "assignee": {"id": 810}}, "task": {"id": 393, "owner": {"id": 972}, "assignee": {"id": 1053}}, "job": {"id": 359, "assignee": {"id": 99}}, "organization": {"id": 1285}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 4, "privilege": "worker"}, "organization": {"id": 126, "owner": {"id": 203}, "user": {"role": "maintainer"}}}, "resource": {"id": 326, "owner": {"id": 650}, "assignee": {"id": 558}, "project": {"id": 350, "owner": {"id": 730}, "assignee": {"id": 837}}, "task": {"id": 390, "owner": {"id": 916}, "assignee": {"id": 1046}}, "job": {"id": 325, "assignee": {"id": 4}}, "organization": {"id": 1290}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 6, "privilege": "worker"}, "organization": {"id": 191, "owner": {"id": 230}, "user": {"role": "maintainer"}}}, "resource": {"id": 347, "owner": {"id": 608}, "assignee": {"id": 577}, "project": {"id": 334, "owner": {"id": 755}, "assignee": {"id": 821}}, "task": {"id": 377, "owner": {"id": 989}, "assignee": {"id": 1061}}, "job": {"id": 391, "assignee": {"id": 6}}, "organization": {"id": 1205}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 80, "privilege": "worker"}, "organization": {"id": 111, "owner": {"id": 255}, "user": {"role": "maintainer"}}}, "resource": {"id": 336, "owner": {"id": 697}, "assignee": {"id": 557}, "project": {"id": 310, "owner": {"id": 708}, "assignee": {"id": 869}}, "task": {"id": 354, "owner": {"id": 956}, "assignee": {"id": 1042}}, "job": {"id": 335, "assignee": {"id": 80}}, "organization": {"id": 1289}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 19, "privilege": "worker"}, "organization": {"id": 173, "owner": {"id": 265}, "user": {"role": "supervisor"}}}, "resource": {"id": 353, "owner": {"id": 661}, "assignee": {"id": 524}, "project": {"id": 369, "owner": {"id": 785}, "assignee": {"id": 829}}, "task": {"id": 331, "owner": {"id": 979}, "assignee": {"id": 1049}}, "job": {"id": 332, "assignee": {"id": 19}}, "organization": {"id": 173}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 43, "privilege": "worker"}, "organization": {"id": 162, "owner": {"id": 231}, "user": {"role": "supervisor"}}}, "resource": {"id": 357, "owner": {"id": 662}, "assignee": {"id": 589}, "project": {"id": 312, "owner": {"id": 774}, "assignee": {"id": 893}}, "task": {"id": 395, "owner": {"id": 924}, "assignee": {"id": 1032}}, "job": {"id": 329, "assignee": {"id": 43}}, "organization": {"id": 162}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 1, "privilege": "worker"}, "organization": {"id": 104, "owner": {"id": 220}, "user": {"role": "supervisor"}}}, "resource": {"id": 344, "owner": {"id": 660}, "assignee": {"id": 569}, "project": {"id": 378, "owner": {"id": 746}, "assignee": {"id": 848}}, "task": {"id": 356, "owner": {"id": 977}, "assignee": {"id": 1087}}, "job": {"id": 388, "assignee": {"id": 1}}, "organization": {"id": 104}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 9, "privilege": "worker"}, "organization": {"id": 189, "owner": {"id": 213}, "user": {"role": "supervisor"}}}, "resource": {"id": 327, "owner": {"id": 688}, "assignee": {"id": 526}, "project": {"id": 387, "owner": {"id": 784}, "assignee": {"id": 860}}, "task": {"id": 306, "owner": {"id": 939}, "assignee": {"id": 1017}}, "job": {"id": 390, "assignee": {"id": 9}}, "organization": {"id": 189}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 37, "privilege": "worker"}, "organization": {"id": 130, "owner": {"id": 217}, "user": {"role": "supervisor"}}}, "resource": {"id": 361, "owner": {"id": 621}, "assignee": {"id": 550}, "project": {"id": 398, "owner": {"id": 733}, "assignee": {"id": 847}}, "task": {"id": 323, "owner": {"id": 960}, "assignee": {"id": 1016}}, "job": {"id": 330, "assignee": {"id": 37}}, "organization": {"id": 1260}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 65, "privilege": "worker"}, "organization": {"id": 121, "owner": {"id": 247}, "user": {"role": "supervisor"}}}, "resource": {"id": 383, "owner": {"id": 626}, "assignee": {"id": 501}, "project": {"id": 399, "owner": {"id": 760}, "assignee": {"id": 805}}, "task": {"id": 341, "owner": {"id": 953}, "assignee": {"id": 1089}}, "job": {"id": 333, "assignee": {"id": 65}}, "organization": {"id": 1284}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 29, "privilege": "worker"}, "organization": {"id": 125, "owner": {"id": 263}, "user": {"role": "supervisor"}}}, "resource": {"id": 339, "owner": {"id": 652}, "assignee": {"id": 524}, "project": {"id": 369, "owner": {"id": 777}, "assignee": {"id": 851}}, "task": {"id": 323, "owner": {"id": 937}, "assignee": {"id": 1024}}, "job": {"id": 359, "assignee": {"id": 29}}, "organization": {"id": 1295}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 91, "privilege": "worker"}, "organization": {"id": 183, "owner": {"id": 286}, "user": {"role": "supervisor"}}}, "resource": {"id": 387, "owner": {"id": 641}, "assignee": {"id": 572}, "project": {"id": 315, "owner": {"id": 708}, "assignee": {"id": 887}}, "task": {"id": 333, "owner": {"id": 918}, "assignee": {"id": 1011}}, "job": {"id": 336, "assignee": {"id": 91}}, "organization": {"id": 1249}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 98, "privilege": "worker"}, "organization": {"id": 138, "owner": {"id": 211}, "user": {"role": "worker"}}}, "resource": {"id": 368, "owner": {"id": 666}, "assignee": {"id": 593}, "project": {"id": 364, "owner": {"id": 740}, "assignee": {"id": 864}}, "task": {"id": 350, "owner": {"id": 937}, "assignee": {"id": 1093}}, "job": {"id": 369, "assignee": {"id": 98}}, "organization": {"id": 138}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 9, "privilege": "worker"}, "organization": {"id": 141, "owner": {"id": 259}, "user": {"role": "worker"}}}, "resource": {"id": 334, "owner": {"id": 626}, "assignee": {"id": 531}, "project": {"id": 304, "owner": {"id": 763}, "assignee": {"id": 888}}, "task": {"id": 325, "owner": {"id": 996}, "assignee": {"id": 1068}}, "job": {"id": 317, "assignee": {"id": 9}}, "organization": {"id": 141}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 42, "privilege": "worker"}, "organization": {"id": 154, "owner": {"id": 211}, "user": {"role": "worker"}}}, "resource": {"id": 324, "owner": {"id": 602}, "assignee": {"id": 544}, "project": {"id": 390, "owner": {"id": 779}, "assignee": {"id": 844}}, "task": {"id": 338, "owner": {"id": 955}, "assignee": {"id": 1082}}, "job": {"id": 356, "assignee": {"id": 42}}, "organization": {"id": 154}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 5, "privilege": "worker"}, "organization": {"id": 133, "owner": {"id": 273}, "user": {"role": "worker"}}}, "resource": {"id": 381, "owner": {"id": 650}, "assignee": {"id": 549}, "project": {"id": 302, "owner": {"id": 785}, "assignee": {"id": 819}}, "task": {"id": 384, "owner": {"id": 981}, "assignee": {"id": 1014}}, "job": {"id": 376, "assignee": {"id": 5}}, "organization": {"id": 133}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 78, "privilege": "worker"}, "organization": {"id": 108, "owner": {"id": 222}, "user": {"role": "worker"}}}, "resource": {"id": 336, "owner": {"id": 657}, "assignee": {"id": 524}, "project": {"id": 354, "owner": {"id": 707}, "assignee": {"id": 832}}, "task": {"id": 307, "owner": {"id": 951}, "assignee": {"id": 1072}}, "job": {"id": 353, "assignee": {"id": 78}}, "organization": {"id": 1268}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 10, "privilege": "worker"}, "organization": {"id": 149, "owner": {"id": 215}, "user": {"role": "worker"}}}, "resource": {"id": 374, "owner": {"id": 666}, "assignee": {"id": 537}, "project": {"id": 357, "owner": {"id": 734}, "assignee": {"id": 891}}, "task": {"id": 309, "owner": {"id": 970}, "assignee": {"id": 1000}}, "job": {"id": 370, "assignee": {"id": 10}}, "organization": {"id": 1205}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 89, "privilege": "worker"}, "organization": {"id": 152, "owner": {"id": 213}, "user": {"role": "worker"}}}, "resource": {"id": 319, "owner": {"id": 639}, "assignee": {"id": 577}, "project": {"id": 390, "owner": {"id": 788}, "assignee": {"id": 810}}, "task": {"id": 366, "owner": {"id": 988}, "assignee": {"id": 1067}}, "job": {"id": 306, "assignee": {"id": 89}}, "organization": {"id": 1275}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 38, "privilege": "worker"}, "organization": {"id": 127, "owner": {"id": 248}, "user": {"role": "worker"}}}, "resource": {"id": 334, "owner": {"id": 690}, "assignee": {"id": 516}, "project": {"id": 329, "owner": {"id": 770}, "assignee": {"id": 860}}, "task": {"id": 308, "owner": {"id": 905}, "assignee": {"id": 1096}}, "job": {"id": 383, "assignee": {"id": 38}}, "organization": {"id": 1273}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 28, "privilege": "worker"}, "organization": {"id": 112, "owner": {"id": 291}, "user": {"role": null}}}, "resource": {"id": 315, "owner": {"id": 693}, "assignee": {"id": 577}, "project": {"id": 332, "owner": {"id": 772}, "assignee": {"id": 805}}, "task": {"id": 361, "owner": {"id": 904}, "assignee": {"id": 1071}}, "job": {"id": 396, "assignee": {"id": 28}}, "organization": {"id": 112}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 41, "privilege": "worker"}, "organization": {"id": 124, "owner": {"id": 210}, "user": {"role": null}}}, "resource": {"id": 348, "owner": {"id": 656}, "assignee": {"id": 508}, "project": {"id": 379, "owner": {"id": 761}, "assignee": {"id": 811}}, "task": {"id": 316, "owner": {"id": 916}, "assignee": {"id": 1002}}, "job": {"id": 319, "assignee": {"id": 41}}, "organization": {"id": 124}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 50, "privilege": "worker"}, "organization": {"id": 164, "owner": {"id": 253}, "user": {"role": null}}}, "resource": {"id": 351, "owner": {"id": 607}, "assignee": {"id": 519}, "project": {"id": 358, "owner": {"id": 754}, "assignee": {"id": 889}}, "task": {"id": 312, "owner": {"id": 931}, "assignee": {"id": 1052}}, "job": {"id": 313, "assignee": {"id": 50}}, "organization": {"id": 164}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 89, "privilege": "worker"}, "organization": {"id": 141, "owner": {"id": 295}, "user": {"role": null}}}, "resource": {"id": 305, "owner": {"id": 639}, "assignee": {"id": 505}, "project": {"id": 321, "owner": {"id": 713}, "assignee": {"id": 825}}, "task": {"id": 325, "owner": {"id": 910}, "assignee": {"id": 1026}}, "job": {"id": 337, "assignee": {"id": 89}}, "organization": {"id": 141}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 97, "privilege": "worker"}, "organization": {"id": 128, "owner": {"id": 292}, "user": {"role": null}}}, "resource": {"id": 314, "owner": {"id": 615}, "assignee": {"id": 589}, "project": {"id": 374, "owner": {"id": 790}, "assignee": {"id": 808}}, "task": {"id": 344, "owner": {"id": 947}, "assignee": {"id": 1080}}, "job": {"id": 377, "assignee": {"id": 97}}, "organization": {"id": 1246}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 16, "privilege": "worker"}, "organization": {"id": 189, "owner": {"id": 280}, "user": {"role": null}}}, "resource": {"id": 369, "owner": {"id": 677}, "assignee": {"id": 533}, "project": {"id": 376, "owner": {"id": 743}, "assignee": {"id": 877}}, "task": {"id": 371, "owner": {"id": 999}, "assignee": {"id": 1048}}, "job": {"id": 322, "assignee": {"id": 16}}, "organization": {"id": 1236}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 85, "privilege": "worker"}, "organization": {"id": 151, "owner": {"id": 228}, "user": {"role": null}}}, "resource": {"id": 359, "owner": {"id": 697}, "assignee": {"id": 545}, "project": {"id": 313, "owner": {"id": 754}, "assignee": {"id": 800}}, "task": {"id": 334, "owner": {"id": 978}, "assignee": {"id": 1063}}, "job": {"id": 399, "assignee": {"id": 85}}, "organization": {"id": 1265}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 58, "privilege": "worker"}, "organization": {"id": 136, "owner": {"id": 269}, "user": {"role": null}}}, "resource": {"id": 316, "owner": {"id": 693}, "assignee": {"id": 584}, "project": {"id": 366, "owner": {"id": 705}, "assignee": {"id": 805}}, "task": {"id": 366, "owner": {"id": 942}, "assignee": {"id": 1072}}, "job": {"id": 377, "assignee": {"id": 58}}, "organization": {"id": 1229}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 72, "privilege": "none"}, "organization": {"id": 184, "owner": {"id": 72}, "user": {"role": "owner"}}}, "resource": {"id": 307, "owner": {"id": 688}, "assignee": {"id": 535}, "project": {"id": 301, "owner": {"id": 786}, "assignee": {"id": 848}}, "task": {"id": 389, "owner": {"id": 913}, "assignee": {"id": 1068}}, "job": {"id": 329, "assignee": {"id": 72}}, "organization": {"id": 184}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 33, "privilege": "none"}, "organization": {"id": 116, "owner": {"id": 33}, "user": {"role": "owner"}}}, "resource": {"id": 356, "owner": {"id": 629}, "assignee": {"id": 506}, "project": {"id": 391, "owner": {"id": 710}, "assignee": {"id": 827}}, "task": {"id": 331, "owner": {"id": 914}, "assignee": {"id": 1007}}, "job": {"id": 396, "assignee": {"id": 33}}, "organization": {"id": 116}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 73, "privilege": "none"}, "organization": {"id": 143, "owner": {"id": 73}, "user": {"role": "owner"}}}, "resource": {"id": 399, "owner": {"id": 651}, "assignee": {"id": 524}, "project": {"id": 310, "owner": {"id": 727}, "assignee": {"id": 833}}, "task": {"id": 312, "owner": {"id": 914}, "assignee": {"id": 1090}}, "job": {"id": 336, "assignee": {"id": 73}}, "organization": {"id": 143}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 25, "privilege": "none"}, "organization": {"id": 141, "owner": {"id": 25}, "user": {"role": "owner"}}}, "resource": {"id": 356, "owner": {"id": 639}, "assignee": {"id": 554}, "project": {"id": 387, "owner": {"id": 709}, "assignee": {"id": 882}}, "task": {"id": 369, "owner": {"id": 910}, "assignee": {"id": 1040}}, "job": {"id": 349, "assignee": {"id": 25}}, "organization": {"id": 141}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 52, "privilege": "none"}, "organization": {"id": 119, "owner": {"id": 52}, "user": {"role": "owner"}}}, "resource": {"id": 389, "owner": {"id": 685}, "assignee": {"id": 592}, "project": {"id": 334, "owner": {"id": 771}, "assignee": {"id": 885}}, "task": {"id": 399, "owner": {"id": 997}, "assignee": {"id": 1019}}, "job": {"id": 358, "assignee": {"id": 52}}, "organization": {"id": 1218}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 61, "privilege": "none"}, "organization": {"id": 123, "owner": {"id": 61}, "user": {"role": "owner"}}}, "resource": {"id": 347, "owner": {"id": 670}, "assignee": {"id": 561}, "project": {"id": 363, "owner": {"id": 729}, "assignee": {"id": 881}}, "task": {"id": 357, "owner": {"id": 936}, "assignee": {"id": 1064}}, "job": {"id": 370, "assignee": {"id": 61}}, "organization": {"id": 1219}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 74, "privilege": "none"}, "organization": {"id": 164, "owner": {"id": 74}, "user": {"role": "owner"}}}, "resource": {"id": 323, "owner": {"id": 674}, "assignee": {"id": 595}, "project": {"id": 320, "owner": {"id": 746}, "assignee": {"id": 838}}, "task": {"id": 350, "owner": {"id": 901}, "assignee": {"id": 1034}}, "job": {"id": 305, "assignee": {"id": 74}}, "organization": {"id": 1221}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 11, "privilege": "none"}, "organization": {"id": 197, "owner": {"id": 11}, "user": {"role": "owner"}}}, "resource": {"id": 340, "owner": {"id": 652}, "assignee": {"id": 528}, "project": {"id": 329, "owner": {"id": 780}, "assignee": {"id": 884}}, "task": {"id": 335, "owner": {"id": 982}, "assignee": {"id": 1077}}, "job": {"id": 393, "assignee": {"id": 11}}, "organization": {"id": 1201}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 52, "privilege": "none"}, "organization": {"id": 164, "owner": {"id": 225}, "user": {"role": "maintainer"}}}, "resource": {"id": 390, "owner": {"id": 636}, "assignee": {"id": 588}, "project": {"id": 308, "owner": {"id": 779}, "assignee": {"id": 894}}, "task": {"id": 333, "owner": {"id": 962}, "assignee": {"id": 1002}}, "job": {"id": 332, "assignee": {"id": 52}}, "organization": {"id": 164}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 88, "privilege": "none"}, "organization": {"id": 162, "owner": {"id": 221}, "user": {"role": "maintainer"}}}, "resource": {"id": 340, "owner": {"id": 697}, "assignee": {"id": 541}, "project": {"id": 302, "owner": {"id": 765}, "assignee": {"id": 871}}, "task": {"id": 387, "owner": {"id": 955}, "assignee": {"id": 1008}}, "job": {"id": 365, "assignee": {"id": 88}}, "organization": {"id": 162}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 4, "privilege": "none"}, "organization": {"id": 165, "owner": {"id": 239}, "user": {"role": "maintainer"}}}, "resource": {"id": 393, "owner": {"id": 674}, "assignee": {"id": 569}, "project": {"id": 336, "owner": {"id": 798}, "assignee": {"id": 829}}, "task": {"id": 380, "owner": {"id": 937}, "assignee": {"id": 1049}}, "job": {"id": 307, "assignee": {"id": 4}}, "organization": {"id": 165}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 33, "privilege": "none"}, "organization": {"id": 184, "owner": {"id": 249}, "user": {"role": "maintainer"}}}, "resource": {"id": 348, "owner": {"id": 668}, "assignee": {"id": 523}, "project": {"id": 344, "owner": {"id": 701}, "assignee": {"id": 810}}, "task": {"id": 332, "owner": {"id": 925}, "assignee": {"id": 1049}}, "job": {"id": 318, "assignee": {"id": 33}}, "organization": {"id": 184}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 68, "privilege": "none"}, "organization": {"id": 141, "owner": {"id": 261}, "user": {"role": "maintainer"}}}, "resource": {"id": 340, "owner": {"id": 665}, "assignee": {"id": 588}, "project": {"id": 349, "owner": {"id": 791}, "assignee": {"id": 852}}, "task": {"id": 324, "owner": {"id": 967}, "assignee": {"id": 1027}}, "job": {"id": 391, "assignee": {"id": 68}}, "organization": {"id": 1204}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 77, "privilege": "none"}, "organization": {"id": 135, "owner": {"id": 217}, "user": {"role": "maintainer"}}}, "resource": {"id": 334, "owner": {"id": 627}, "assignee": {"id": 504}, "project": {"id": 399, "owner": {"id": 764}, "assignee": {"id": 828}}, "task": {"id": 334, "owner": {"id": 949}, "assignee": {"id": 1001}}, "job": {"id": 327, "assignee": {"id": 77}}, "organization": {"id": 1280}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 15, "privilege": "none"}, "organization": {"id": 106, "owner": {"id": 236}, "user": {"role": "maintainer"}}}, "resource": {"id": 364, "owner": {"id": 696}, "assignee": {"id": 567}, "project": {"id": 336, "owner": {"id": 713}, "assignee": {"id": 886}}, "task": {"id": 391, "owner": {"id": 927}, "assignee": {"id": 1007}}, "job": {"id": 362, "assignee": {"id": 15}}, "organization": {"id": 1222}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 24, "privilege": "none"}, "organization": {"id": 166, "owner": {"id": 261}, "user": {"role": "maintainer"}}}, "resource": {"id": 371, "owner": {"id": 676}, "assignee": {"id": 504}, "project": {"id": 323, "owner": {"id": 749}, "assignee": {"id": 899}}, "task": {"id": 330, "owner": {"id": 940}, "assignee": {"id": 1051}}, "job": {"id": 338, "assignee": {"id": 24}}, "organization": {"id": 1209}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 49, "privilege": "none"}, "organization": {"id": 122, "owner": {"id": 256}, "user": {"role": "supervisor"}}}, "resource": {"id": 393, "owner": {"id": 655}, "assignee": {"id": 556}, "project": {"id": 344, "owner": {"id": 725}, "assignee": {"id": 879}}, "task": {"id": 391, "owner": {"id": 966}, "assignee": {"id": 1095}}, "job": {"id": 323, "assignee": {"id": 49}}, "organization": {"id": 122}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 97, "privilege": "none"}, "organization": {"id": 126, "owner": {"id": 228}, "user": {"role": "supervisor"}}}, "resource": {"id": 368, "owner": {"id": 636}, "assignee": {"id": 519}, "project": {"id": 341, "owner": {"id": 712}, "assignee": {"id": 858}}, "task": {"id": 345, "owner": {"id": 962}, "assignee": {"id": 1018}}, "job": {"id": 386, "assignee": {"id": 97}}, "organization": {"id": 126}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 28, "privilege": "none"}, "organization": {"id": 162, "owner": {"id": 252}, "user": {"role": "supervisor"}}}, "resource": {"id": 311, "owner": {"id": 678}, "assignee": {"id": 506}, "project": {"id": 381, "owner": {"id": 724}, "assignee": {"id": 895}}, "task": {"id": 311, "owner": {"id": 932}, "assignee": {"id": 1095}}, "job": {"id": 381, "assignee": {"id": 28}}, "organization": {"id": 162}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 46, "privilege": "none"}, "organization": {"id": 118, "owner": {"id": 225}, "user": {"role": "supervisor"}}}, "resource": {"id": 367, "owner": {"id": 601}, "assignee": {"id": 531}, "project": {"id": 339, "owner": {"id": 781}, "assignee": {"id": 855}}, "task": {"id": 361, "owner": {"id": 969}, "assignee": {"id": 1020}}, "job": {"id": 364, "assignee": {"id": 46}}, "organization": {"id": 118}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 29, "privilege": "none"}, "organization": {"id": 157, "owner": {"id": 266}, "user": {"role": "supervisor"}}}, "resource": {"id": 368, "owner": {"id": 654}, "assignee": {"id": 534}, "project": {"id": 370, "owner": {"id": 790}, "assignee": {"id": 821}}, "task": {"id": 328, "owner": {"id": 907}, "assignee": {"id": 1013}}, "job": {"id": 389, "assignee": {"id": 29}}, "organization": {"id": 1238}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 6, "privilege": "none"}, "organization": {"id": 125, "owner": {"id": 272}, "user": {"role": "supervisor"}}}, "resource": {"id": 367, "owner": {"id": 671}, "assignee": {"id": 537}, "project": {"id": 347, "owner": {"id": 702}, "assignee": {"id": 897}}, "task": {"id": 376, "owner": {"id": 945}, "assignee": {"id": 1061}}, "job": {"id": 357, "assignee": {"id": 6}}, "organization": {"id": 1251}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 82, "privilege": "none"}, "organization": {"id": 126, "owner": {"id": 204}, "user": {"role": "supervisor"}}}, "resource": {"id": 305, "owner": {"id": 678}, "assignee": {"id": 530}, "project": {"id": 370, "owner": {"id": 776}, "assignee": {"id": 816}}, "task": {"id": 343, "owner": {"id": 973}, "assignee": {"id": 1039}}, "job": {"id": 393, "assignee": {"id": 82}}, "organization": {"id": 1207}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 67, "privilege": "none"}, "organization": {"id": 177, "owner": {"id": 257}, "user": {"role": "supervisor"}}}, "resource": {"id": 337, "owner": {"id": 620}, "assignee": {"id": 540}, "project": {"id": 344, "owner": {"id": 751}, "assignee": {"id": 867}}, "task": {"id": 361, "owner": {"id": 903}, "assignee": {"id": 1064}}, "job": {"id": 353, "assignee": {"id": 67}}, "organization": {"id": 1206}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 39, "privilege": "none"}, "organization": {"id": 125, "owner": {"id": 248}, "user": {"role": "worker"}}}, "resource": {"id": 353, "owner": {"id": 641}, "assignee": {"id": 540}, "project": {"id": 317, "owner": {"id": 706}, "assignee": {"id": 878}}, "task": {"id": 369, "owner": {"id": 940}, "assignee": {"id": 1073}}, "job": {"id": 362, "assignee": {"id": 39}}, "organization": {"id": 125}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 10, "privilege": "none"}, "organization": {"id": 166, "owner": {"id": 203}, "user": {"role": "worker"}}}, "resource": {"id": 318, "owner": {"id": 693}, "assignee": {"id": 561}, "project": {"id": 305, "owner": {"id": 739}, "assignee": {"id": 889}}, "task": {"id": 308, "owner": {"id": 917}, "assignee": {"id": 1055}}, "job": {"id": 304, "assignee": {"id": 10}}, "organization": {"id": 166}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 92, "privilege": "none"}, "organization": {"id": 112, "owner": {"id": 234}, "user": {"role": "worker"}}}, "resource": {"id": 399, "owner": {"id": 688}, "assignee": {"id": 561}, "project": {"id": 308, "owner": {"id": 715}, "assignee": {"id": 830}}, "task": {"id": 337, "owner": {"id": 960}, "assignee": {"id": 1008}}, "job": {"id": 311, "assignee": {"id": 92}}, "organization": {"id": 112}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 73, "privilege": "none"}, "organization": {"id": 178, "owner": {"id": 214}, "user": {"role": "worker"}}}, "resource": {"id": 345, "owner": {"id": 686}, "assignee": {"id": 525}, "project": {"id": 352, "owner": {"id": 774}, "assignee": {"id": 890}}, "task": {"id": 376, "owner": {"id": 930}, "assignee": {"id": 1065}}, "job": {"id": 359, "assignee": {"id": 73}}, "organization": {"id": 178}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 53, "privilege": "none"}, "organization": {"id": 179, "owner": {"id": 259}, "user": {"role": "worker"}}}, "resource": {"id": 303, "owner": {"id": 642}, "assignee": {"id": 531}, "project": {"id": 349, "owner": {"id": 751}, "assignee": {"id": 871}}, "task": {"id": 322, "owner": {"id": 989}, "assignee": {"id": 1099}}, "job": {"id": 307, "assignee": {"id": 53}}, "organization": {"id": 1233}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 8, "privilege": "none"}, "organization": {"id": 164, "owner": {"id": 203}, "user": {"role": "worker"}}}, "resource": {"id": 316, "owner": {"id": 651}, "assignee": {"id": 516}, "project": {"id": 384, "owner": {"id": 749}, "assignee": {"id": 868}}, "task": {"id": 360, "owner": {"id": 963}, "assignee": {"id": 1054}}, "job": {"id": 334, "assignee": {"id": 8}}, "organization": {"id": 1240}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 33, "privilege": "none"}, "organization": {"id": 130, "owner": {"id": 278}, "user": {"role": "worker"}}}, "resource": {"id": 315, "owner": {"id": 696}, "assignee": {"id": 520}, "project": {"id": 305, "owner": {"id": 794}, "assignee": {"id": 822}}, "task": {"id": 366, "owner": {"id": 915}, "assignee": {"id": 1033}}, "job": {"id": 357, "assignee": {"id": 33}}, "organization": {"id": 1259}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 25, "privilege": "none"}, "organization": {"id": 104, "owner": {"id": 274}, "user": {"role": "worker"}}}, "resource": {"id": 328, "owner": {"id": 677}, "assignee": {"id": 505}, "project": {"id": 372, "owner": {"id": 759}, "assignee": {"id": 860}}, "task": {"id": 321, "owner": {"id": 971}, "assignee": {"id": 1083}}, "job": {"id": 312, "assignee": {"id": 25}}, "organization": {"id": 1229}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 13, "privilege": "none"}, "organization": {"id": 146, "owner": {"id": 285}, "user": {"role": null}}}, "resource": {"id": 350, "owner": {"id": 667}, "assignee": {"id": 554}, "project": {"id": 321, "owner": {"id": 753}, "assignee": {"id": 880}}, "task": {"id": 364, "owner": {"id": 923}, "assignee": {"id": 1038}}, "job": {"id": 339, "assignee": {"id": 13}}, "organization": {"id": 146}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 57, "privilege": "none"}, "organization": {"id": 185, "owner": {"id": 274}, "user": {"role": null}}}, "resource": {"id": 382, "owner": {"id": 619}, "assignee": {"id": 503}, "project": {"id": 367, "owner": {"id": 772}, "assignee": {"id": 803}}, "task": {"id": 347, "owner": {"id": 952}, "assignee": {"id": 1088}}, "job": {"id": 331, "assignee": {"id": 57}}, "organization": {"id": 185}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 0, "privilege": "none"}, "organization": {"id": 154, "owner": {"id": 206}, "user": {"role": null}}}, "resource": {"id": 350, "owner": {"id": 698}, "assignee": {"id": 598}, "project": {"id": 304, "owner": {"id": 780}, "assignee": {"id": 823}}, "task": {"id": 342, "owner": {"id": 905}, "assignee": {"id": 1071}}, "job": {"id": 314, "assignee": {"id": 0}}, "organization": {"id": 154}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 43, "privilege": "none"}, "organization": {"id": 130, "owner": {"id": 298}, "user": {"role": null}}}, "resource": {"id": 309, "owner": {"id": 680}, "assignee": {"id": 597}, "project": {"id": 341, "owner": {"id": 714}, "assignee": {"id": 808}}, "task": {"id": 364, "owner": {"id": 944}, "assignee": {"id": 1046}}, "job": {"id": 331, "assignee": {"id": 43}}, "organization": {"id": 130}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 40, "privilege": "none"}, "organization": {"id": 183, "owner": {"id": 234}, "user": {"role": null}}}, "resource": {"id": 316, "owner": {"id": 694}, "assignee": {"id": 565}, "project": {"id": 305, "owner": {"id": 706}, "assignee": {"id": 858}}, "task": {"id": 316, "owner": {"id": 970}, "assignee": {"id": 1048}}, "job": {"id": 371, "assignee": {"id": 40}}, "organization": {"id": 1216}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 93, "privilege": "none"}, "organization": {"id": 176, "owner": {"id": 280}, "user": {"role": null}}}, "resource": {"id": 398, "owner": {"id": 663}, "assignee": {"id": 530}, "project": {"id": 384, "owner": {"id": 766}, "assignee": {"id": 808}}, "task": {"id": 376, "owner": {"id": 983}, "assignee": {"id": 1056}}, "job": {"id": 394, "assignee": {"id": 93}}, "organization": {"id": 1253}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 47, "privilege": "none"}, "organization": {"id": 161, "owner": {"id": 236}, "user": {"role": null}}}, "resource": {"id": 328, "owner": {"id": 607}, "assignee": {"id": 572}, "project": {"id": 367, "owner": {"id": 759}, "assignee": {"id": 806}}, "task": {"id": 334, "owner": {"id": 999}, "assignee": {"id": 1035}}, "job": {"id": 341, "assignee": {"id": 47}}, "organization": {"id": 1205}}} +test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 23, "privilege": "none"}, "organization": {"id": 149, "owner": {"id": 248}, "user": {"role": null}}}, "resource": {"id": 354, "owner": {"id": 695}, "assignee": {"id": 506}, "project": {"id": 321, "owner": {"id": 727}, "assignee": {"id": 833}}, "task": {"id": 354, "owner": {"id": 965}, "assignee": {"id": 1018}}, "job": {"id": 340, "assignee": {"id": 23}}, "organization": {"id": 1246}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 44, "privilege": "admin"}, "organization": {"id": 100, "owner": {"id": 44}, "user": {"role": "owner"}}}, "resource": {"id": 390, "owner": {"id": 44}, "assignee": {"id": 571}, "project": {"id": 359, "owner": {"id": 759}, "assignee": {"id": 873}}, "task": {"id": 377, "owner": {"id": 900}, "assignee": {"id": 1069}}, "job": {"id": 357, "assignee": {"id": 1106}}, "organization": {"id": 100}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 12, "privilege": "admin"}, "organization": {"id": 193, "owner": {"id": 12}, "user": {"role": "owner"}}}, "resource": {"id": 355, "owner": {"id": 12}, "assignee": {"id": 507}, "project": {"id": 324, "owner": {"id": 772}, "assignee": {"id": 858}}, "task": {"id": 364, "owner": {"id": 951}, "assignee": {"id": 1085}}, "job": {"id": 321, "assignee": {"id": 1161}}, "organization": {"id": 193}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 78, "privilege": "admin"}, "organization": {"id": 150, "owner": {"id": 78}, "user": {"role": "owner"}}}, "resource": {"id": 323, "owner": {"id": 78}, "assignee": {"id": 582}, "project": {"id": 310, "owner": {"id": 791}, "assignee": {"id": 845}}, "task": {"id": 394, "owner": {"id": 929}, "assignee": {"id": 1035}}, "job": {"id": 345, "assignee": {"id": 1122}}, "organization": {"id": 150}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 36, "privilege": "admin"}, "organization": {"id": 115, "owner": {"id": 36}, "user": {"role": "owner"}}}, "resource": {"id": 327, "owner": {"id": 36}, "assignee": {"id": 556}, "project": {"id": 347, "owner": {"id": 716}, "assignee": {"id": 814}}, "task": {"id": 332, "owner": {"id": 902}, "assignee": {"id": 1033}}, "job": {"id": 360, "assignee": {"id": 1199}}, "organization": {"id": 115}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 21, "privilege": "admin"}, "organization": {"id": 163, "owner": {"id": 21}, "user": {"role": "owner"}}}, "resource": {"id": 359, "owner": {"id": 21}, "assignee": {"id": 553}, "project": {"id": 348, "owner": {"id": 715}, "assignee": {"id": 866}}, "task": {"id": 321, "owner": {"id": 945}, "assignee": {"id": 1036}}, "job": {"id": 341, "assignee": {"id": 1146}}, "organization": {"id": 1219}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 80, "privilege": "admin"}, "organization": {"id": 193, "owner": {"id": 80}, "user": {"role": "owner"}}}, "resource": {"id": 328, "owner": {"id": 80}, "assignee": {"id": 552}, "project": {"id": 329, "owner": {"id": 714}, "assignee": {"id": 809}}, "task": {"id": 304, "owner": {"id": 987}, "assignee": {"id": 1081}}, "job": {"id": 306, "assignee": {"id": 1121}}, "organization": {"id": 1292}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 33, "privilege": "admin"}, "organization": {"id": 129, "owner": {"id": 33}, "user": {"role": "owner"}}}, "resource": {"id": 313, "owner": {"id": 33}, "assignee": {"id": 548}, "project": {"id": 315, "owner": {"id": 790}, "assignee": {"id": 846}}, "task": {"id": 366, "owner": {"id": 960}, "assignee": {"id": 1051}}, "job": {"id": 319, "assignee": {"id": 1189}}, "organization": {"id": 1222}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 55, "privilege": "admin"}, "organization": {"id": 194, "owner": {"id": 55}, "user": {"role": "owner"}}}, "resource": {"id": 344, "owner": {"id": 55}, "assignee": {"id": 516}, "project": {"id": 309, "owner": {"id": 790}, "assignee": {"id": 810}}, "task": {"id": 353, "owner": {"id": 973}, "assignee": {"id": 1088}}, "job": {"id": 335, "assignee": {"id": 1101}}, "organization": {"id": 1279}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 14, "privilege": "admin"}, "organization": {"id": 105, "owner": {"id": 260}, "user": {"role": "maintainer"}}}, "resource": {"id": 362, "owner": {"id": 14}, "assignee": {"id": 541}, "project": {"id": 371, "owner": {"id": 758}, "assignee": {"id": 891}}, "task": {"id": 341, "owner": {"id": 926}, "assignee": {"id": 1032}}, "job": {"id": 389, "assignee": {"id": 1181}}, "organization": {"id": 105}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 68, "privilege": "admin"}, "organization": {"id": 181, "owner": {"id": 226}, "user": {"role": "maintainer"}}}, "resource": {"id": 354, "owner": {"id": 68}, "assignee": {"id": 576}, "project": {"id": 371, "owner": {"id": 715}, "assignee": {"id": 857}}, "task": {"id": 382, "owner": {"id": 958}, "assignee": {"id": 1000}}, "job": {"id": 322, "assignee": {"id": 1197}}, "organization": {"id": 181}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 46, "privilege": "admin"}, "organization": {"id": 174, "owner": {"id": 279}, "user": {"role": "maintainer"}}}, "resource": {"id": 396, "owner": {"id": 46}, "assignee": {"id": 537}, "project": {"id": 322, "owner": {"id": 737}, "assignee": {"id": 819}}, "task": {"id": 380, "owner": {"id": 920}, "assignee": {"id": 1002}}, "job": {"id": 361, "assignee": {"id": 1121}}, "organization": {"id": 174}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 66, "privilege": "admin"}, "organization": {"id": 115, "owner": {"id": 253}, "user": {"role": "maintainer"}}}, "resource": {"id": 350, "owner": {"id": 66}, "assignee": {"id": 527}, "project": {"id": 361, "owner": {"id": 778}, "assignee": {"id": 819}}, "task": {"id": 355, "owner": {"id": 911}, "assignee": {"id": 1035}}, "job": {"id": 341, "assignee": {"id": 1199}}, "organization": {"id": 115}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 20, "privilege": "admin"}, "organization": {"id": 183, "owner": {"id": 216}, "user": {"role": "maintainer"}}}, "resource": {"id": 393, "owner": {"id": 20}, "assignee": {"id": 540}, "project": {"id": 362, "owner": {"id": 755}, "assignee": {"id": 829}}, "task": {"id": 369, "owner": {"id": 987}, "assignee": {"id": 1048}}, "job": {"id": 308, "assignee": {"id": 1175}}, "organization": {"id": 1260}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 45, "privilege": "admin"}, "organization": {"id": 174, "owner": {"id": 205}, "user": {"role": "maintainer"}}}, "resource": {"id": 387, "owner": {"id": 45}, "assignee": {"id": 566}, "project": {"id": 329, "owner": {"id": 739}, "assignee": {"id": 811}}, "task": {"id": 361, "owner": {"id": 988}, "assignee": {"id": 1063}}, "job": {"id": 328, "assignee": {"id": 1156}}, "organization": {"id": 1267}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 31, "privilege": "admin"}, "organization": {"id": 163, "owner": {"id": 249}, "user": {"role": "maintainer"}}}, "resource": {"id": 370, "owner": {"id": 31}, "assignee": {"id": 586}, "project": {"id": 339, "owner": {"id": 763}, "assignee": {"id": 822}}, "task": {"id": 315, "owner": {"id": 931}, "assignee": {"id": 1032}}, "job": {"id": 378, "assignee": {"id": 1169}}, "organization": {"id": 1276}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 76, "privilege": "admin"}, "organization": {"id": 176, "owner": {"id": 270}, "user": {"role": "maintainer"}}}, "resource": {"id": 359, "owner": {"id": 76}, "assignee": {"id": 552}, "project": {"id": 320, "owner": {"id": 780}, "assignee": {"id": 803}}, "task": {"id": 321, "owner": {"id": 906}, "assignee": {"id": 1028}}, "job": {"id": 323, "assignee": {"id": 1169}}, "organization": {"id": 1264}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 68, "privilege": "admin"}, "organization": {"id": 197, "owner": {"id": 223}, "user": {"role": "supervisor"}}}, "resource": {"id": 305, "owner": {"id": 68}, "assignee": {"id": 507}, "project": {"id": 318, "owner": {"id": 783}, "assignee": {"id": 829}}, "task": {"id": 375, "owner": {"id": 908}, "assignee": {"id": 1010}}, "job": {"id": 317, "assignee": {"id": 1113}}, "organization": {"id": 197}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 19, "privilege": "admin"}, "organization": {"id": 110, "owner": {"id": 249}, "user": {"role": "supervisor"}}}, "resource": {"id": 316, "owner": {"id": 19}, "assignee": {"id": 557}, "project": {"id": 390, "owner": {"id": 744}, "assignee": {"id": 816}}, "task": {"id": 318, "owner": {"id": 920}, "assignee": {"id": 1030}}, "job": {"id": 391, "assignee": {"id": 1138}}, "organization": {"id": 110}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 4, "privilege": "admin"}, "organization": {"id": 193, "owner": {"id": 238}, "user": {"role": "supervisor"}}}, "resource": {"id": 393, "owner": {"id": 4}, "assignee": {"id": 538}, "project": {"id": 337, "owner": {"id": 723}, "assignee": {"id": 829}}, "task": {"id": 383, "owner": {"id": 902}, "assignee": {"id": 1069}}, "job": {"id": 397, "assignee": {"id": 1163}}, "organization": {"id": 193}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 60, "privilege": "admin"}, "organization": {"id": 153, "owner": {"id": 296}, "user": {"role": "supervisor"}}}, "resource": {"id": 388, "owner": {"id": 60}, "assignee": {"id": 527}, "project": {"id": 365, "owner": {"id": 737}, "assignee": {"id": 875}}, "task": {"id": 345, "owner": {"id": 928}, "assignee": {"id": 1079}}, "job": {"id": 307, "assignee": {"id": 1155}}, "organization": {"id": 153}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 22, "privilege": "admin"}, "organization": {"id": 105, "owner": {"id": 255}, "user": {"role": "supervisor"}}}, "resource": {"id": 326, "owner": {"id": 22}, "assignee": {"id": 538}, "project": {"id": 351, "owner": {"id": 777}, "assignee": {"id": 880}}, "task": {"id": 342, "owner": {"id": 996}, "assignee": {"id": 1013}}, "job": {"id": 321, "assignee": {"id": 1137}}, "organization": {"id": 1283}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 32, "privilege": "admin"}, "organization": {"id": 142, "owner": {"id": 250}, "user": {"role": "supervisor"}}}, "resource": {"id": 372, "owner": {"id": 32}, "assignee": {"id": 521}, "project": {"id": 326, "owner": {"id": 797}, "assignee": {"id": 806}}, "task": {"id": 355, "owner": {"id": 993}, "assignee": {"id": 1085}}, "job": {"id": 308, "assignee": {"id": 1197}}, "organization": {"id": 1254}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 95, "privilege": "admin"}, "organization": {"id": 113, "owner": {"id": 239}, "user": {"role": "supervisor"}}}, "resource": {"id": 348, "owner": {"id": 95}, "assignee": {"id": 523}, "project": {"id": 317, "owner": {"id": 703}, "assignee": {"id": 870}}, "task": {"id": 371, "owner": {"id": 940}, "assignee": {"id": 1080}}, "job": {"id": 353, "assignee": {"id": 1158}}, "organization": {"id": 1218}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 64, "privilege": "admin"}, "organization": {"id": 131, "owner": {"id": 255}, "user": {"role": "supervisor"}}}, "resource": {"id": 363, "owner": {"id": 64}, "assignee": {"id": 511}, "project": {"id": 398, "owner": {"id": 721}, "assignee": {"id": 890}}, "task": {"id": 312, "owner": {"id": 902}, "assignee": {"id": 1063}}, "job": {"id": 388, "assignee": {"id": 1170}}, "organization": {"id": 1203}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 32, "privilege": "admin"}, "organization": {"id": 189, "owner": {"id": 288}, "user": {"role": "worker"}}}, "resource": {"id": 393, "owner": {"id": 32}, "assignee": {"id": 581}, "project": {"id": 372, "owner": {"id": 702}, "assignee": {"id": 855}}, "task": {"id": 397, "owner": {"id": 997}, "assignee": {"id": 1059}}, "job": {"id": 328, "assignee": {"id": 1181}}, "organization": {"id": 189}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 94, "privilege": "admin"}, "organization": {"id": 102, "owner": {"id": 273}, "user": {"role": "worker"}}}, "resource": {"id": 334, "owner": {"id": 94}, "assignee": {"id": 522}, "project": {"id": 392, "owner": {"id": 725}, "assignee": {"id": 851}}, "task": {"id": 305, "owner": {"id": 995}, "assignee": {"id": 1004}}, "job": {"id": 396, "assignee": {"id": 1109}}, "organization": {"id": 102}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 86, "privilege": "admin"}, "organization": {"id": 174, "owner": {"id": 222}, "user": {"role": "worker"}}}, "resource": {"id": 319, "owner": {"id": 86}, "assignee": {"id": 565}, "project": {"id": 372, "owner": {"id": 747}, "assignee": {"id": 876}}, "task": {"id": 368, "owner": {"id": 953}, "assignee": {"id": 1048}}, "job": {"id": 393, "assignee": {"id": 1111}}, "organization": {"id": 174}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 27, "privilege": "admin"}, "organization": {"id": 141, "owner": {"id": 218}, "user": {"role": "worker"}}}, "resource": {"id": 312, "owner": {"id": 27}, "assignee": {"id": 542}, "project": {"id": 387, "owner": {"id": 779}, "assignee": {"id": 864}}, "task": {"id": 351, "owner": {"id": 915}, "assignee": {"id": 1056}}, "job": {"id": 387, "assignee": {"id": 1185}}, "organization": {"id": 141}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 60, "privilege": "admin"}, "organization": {"id": 113, "owner": {"id": 264}, "user": {"role": "worker"}}}, "resource": {"id": 344, "owner": {"id": 60}, "assignee": {"id": 574}, "project": {"id": 354, "owner": {"id": 733}, "assignee": {"id": 892}}, "task": {"id": 392, "owner": {"id": 929}, "assignee": {"id": 1086}}, "job": {"id": 330, "assignee": {"id": 1102}}, "organization": {"id": 1217}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 29, "privilege": "admin"}, "organization": {"id": 119, "owner": {"id": 241}, "user": {"role": "worker"}}}, "resource": {"id": 342, "owner": {"id": 29}, "assignee": {"id": 536}, "project": {"id": 376, "owner": {"id": 789}, "assignee": {"id": 811}}, "task": {"id": 300, "owner": {"id": 910}, "assignee": {"id": 1032}}, "job": {"id": 350, "assignee": {"id": 1163}}, "organization": {"id": 1224}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 96, "privilege": "admin"}, "organization": {"id": 162, "owner": {"id": 245}, "user": {"role": "worker"}}}, "resource": {"id": 341, "owner": {"id": 96}, "assignee": {"id": 565}, "project": {"id": 359, "owner": {"id": 758}, "assignee": {"id": 880}}, "task": {"id": 362, "owner": {"id": 971}, "assignee": {"id": 1079}}, "job": {"id": 378, "assignee": {"id": 1110}}, "organization": {"id": 1281}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 20, "privilege": "admin"}, "organization": {"id": 146, "owner": {"id": 246}, "user": {"role": "worker"}}}, "resource": {"id": 303, "owner": {"id": 20}, "assignee": {"id": 571}, "project": {"id": 304, "owner": {"id": 713}, "assignee": {"id": 886}}, "task": {"id": 360, "owner": {"id": 981}, "assignee": {"id": 1080}}, "job": {"id": 335, "assignee": {"id": 1145}}, "organization": {"id": 1291}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 7, "privilege": "admin"}, "organization": {"id": 109, "owner": {"id": 296}, "user": {"role": null}}}, "resource": {"id": 305, "owner": {"id": 7}, "assignee": {"id": 515}, "project": {"id": 395, "owner": {"id": 797}, "assignee": {"id": 823}}, "task": {"id": 396, "owner": {"id": 998}, "assignee": {"id": 1005}}, "job": {"id": 399, "assignee": {"id": 1151}}, "organization": {"id": 109}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 86, "privilege": "admin"}, "organization": {"id": 170, "owner": {"id": 274}, "user": {"role": null}}}, "resource": {"id": 344, "owner": {"id": 86}, "assignee": {"id": 567}, "project": {"id": 348, "owner": {"id": 710}, "assignee": {"id": 882}}, "task": {"id": 394, "owner": {"id": 930}, "assignee": {"id": 1067}}, "job": {"id": 361, "assignee": {"id": 1197}}, "organization": {"id": 170}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 96, "privilege": "admin"}, "organization": {"id": 195, "owner": {"id": 231}, "user": {"role": null}}}, "resource": {"id": 377, "owner": {"id": 96}, "assignee": {"id": 516}, "project": {"id": 391, "owner": {"id": 762}, "assignee": {"id": 808}}, "task": {"id": 372, "owner": {"id": 994}, "assignee": {"id": 1012}}, "job": {"id": 396, "assignee": {"id": 1150}}, "organization": {"id": 195}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 35, "privilege": "admin"}, "organization": {"id": 172, "owner": {"id": 268}, "user": {"role": null}}}, "resource": {"id": 313, "owner": {"id": 35}, "assignee": {"id": 521}, "project": {"id": 333, "owner": {"id": 704}, "assignee": {"id": 856}}, "task": {"id": 346, "owner": {"id": 928}, "assignee": {"id": 1091}}, "job": {"id": 300, "assignee": {"id": 1141}}, "organization": {"id": 172}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 17, "privilege": "admin"}, "organization": {"id": 124, "owner": {"id": 211}, "user": {"role": null}}}, "resource": {"id": 326, "owner": {"id": 17}, "assignee": {"id": 548}, "project": {"id": 323, "owner": {"id": 758}, "assignee": {"id": 883}}, "task": {"id": 395, "owner": {"id": 954}, "assignee": {"id": 1019}}, "job": {"id": 381, "assignee": {"id": 1185}}, "organization": {"id": 1232}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 19, "privilege": "admin"}, "organization": {"id": 195, "owner": {"id": 263}, "user": {"role": null}}}, "resource": {"id": 346, "owner": {"id": 19}, "assignee": {"id": 527}, "project": {"id": 392, "owner": {"id": 755}, "assignee": {"id": 855}}, "task": {"id": 352, "owner": {"id": 912}, "assignee": {"id": 1011}}, "job": {"id": 320, "assignee": {"id": 1140}}, "organization": {"id": 1294}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 73, "privilege": "admin"}, "organization": {"id": 199, "owner": {"id": 286}, "user": {"role": null}}}, "resource": {"id": 368, "owner": {"id": 73}, "assignee": {"id": 529}, "project": {"id": 329, "owner": {"id": 794}, "assignee": {"id": 845}}, "task": {"id": 364, "owner": {"id": 963}, "assignee": {"id": 1001}}, "job": {"id": 376, "assignee": {"id": 1183}}, "organization": {"id": 1205}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 77, "privilege": "admin"}, "organization": {"id": 125, "owner": {"id": 213}, "user": {"role": null}}}, "resource": {"id": 349, "owner": {"id": 77}, "assignee": {"id": 590}, "project": {"id": 383, "owner": {"id": 725}, "assignee": {"id": 847}}, "task": {"id": 394, "owner": {"id": 986}, "assignee": {"id": 1068}}, "job": {"id": 381, "assignee": {"id": 1178}}, "organization": {"id": 1298}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 93, "privilege": "business"}, "organization": {"id": 126, "owner": {"id": 93}, "user": {"role": "owner"}}}, "resource": {"id": 332, "owner": {"id": 93}, "assignee": {"id": 523}, "project": {"id": 342, "owner": {"id": 706}, "assignee": {"id": 868}}, "task": {"id": 343, "owner": {"id": 956}, "assignee": {"id": 1098}}, "job": {"id": 319, "assignee": {"id": 1126}}, "organization": {"id": 126}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 89, "privilege": "business"}, "organization": {"id": 176, "owner": {"id": 89}, "user": {"role": "owner"}}}, "resource": {"id": 383, "owner": {"id": 89}, "assignee": {"id": 568}, "project": {"id": 340, "owner": {"id": 727}, "assignee": {"id": 814}}, "task": {"id": 354, "owner": {"id": 922}, "assignee": {"id": 1007}}, "job": {"id": 355, "assignee": {"id": 1178}}, "organization": {"id": 176}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 41, "privilege": "business"}, "organization": {"id": 170, "owner": {"id": 41}, "user": {"role": "owner"}}}, "resource": {"id": 300, "owner": {"id": 41}, "assignee": {"id": 599}, "project": {"id": 376, "owner": {"id": 740}, "assignee": {"id": 861}}, "task": {"id": 347, "owner": {"id": 935}, "assignee": {"id": 1013}}, "job": {"id": 372, "assignee": {"id": 1100}}, "organization": {"id": 170}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 3, "privilege": "business"}, "organization": {"id": 113, "owner": {"id": 3}, "user": {"role": "owner"}}}, "resource": {"id": 389, "owner": {"id": 3}, "assignee": {"id": 566}, "project": {"id": 396, "owner": {"id": 706}, "assignee": {"id": 843}}, "task": {"id": 370, "owner": {"id": 902}, "assignee": {"id": 1006}}, "job": {"id": 363, "assignee": {"id": 1113}}, "organization": {"id": 113}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 39, "privilege": "business"}, "organization": {"id": 183, "owner": {"id": 39}, "user": {"role": "owner"}}}, "resource": {"id": 326, "owner": {"id": 39}, "assignee": {"id": 589}, "project": {"id": 373, "owner": {"id": 717}, "assignee": {"id": 818}}, "task": {"id": 322, "owner": {"id": 994}, "assignee": {"id": 1024}}, "job": {"id": 359, "assignee": {"id": 1131}}, "organization": {"id": 1254}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 75, "privilege": "business"}, "organization": {"id": 196, "owner": {"id": 75}, "user": {"role": "owner"}}}, "resource": {"id": 313, "owner": {"id": 75}, "assignee": {"id": 516}, "project": {"id": 368, "owner": {"id": 706}, "assignee": {"id": 888}}, "task": {"id": 354, "owner": {"id": 903}, "assignee": {"id": 1003}}, "job": {"id": 344, "assignee": {"id": 1112}}, "organization": {"id": 1281}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 48, "privilege": "business"}, "organization": {"id": 185, "owner": {"id": 48}, "user": {"role": "owner"}}}, "resource": {"id": 324, "owner": {"id": 48}, "assignee": {"id": 548}, "project": {"id": 320, "owner": {"id": 765}, "assignee": {"id": 847}}, "task": {"id": 319, "owner": {"id": 944}, "assignee": {"id": 1002}}, "job": {"id": 395, "assignee": {"id": 1180}}, "organization": {"id": 1249}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 74, "privilege": "business"}, "organization": {"id": 104, "owner": {"id": 74}, "user": {"role": "owner"}}}, "resource": {"id": 381, "owner": {"id": 74}, "assignee": {"id": 576}, "project": {"id": 359, "owner": {"id": 733}, "assignee": {"id": 842}}, "task": {"id": 395, "owner": {"id": 971}, "assignee": {"id": 1045}}, "job": {"id": 356, "assignee": {"id": 1145}}, "organization": {"id": 1201}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 91, "privilege": "business"}, "organization": {"id": 142, "owner": {"id": 245}, "user": {"role": "maintainer"}}}, "resource": {"id": 369, "owner": {"id": 91}, "assignee": {"id": 585}, "project": {"id": 342, "owner": {"id": 799}, "assignee": {"id": 870}}, "task": {"id": 357, "owner": {"id": 983}, "assignee": {"id": 1037}}, "job": {"id": 373, "assignee": {"id": 1149}}, "organization": {"id": 142}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 75, "privilege": "business"}, "organization": {"id": 198, "owner": {"id": 287}, "user": {"role": "maintainer"}}}, "resource": {"id": 333, "owner": {"id": 75}, "assignee": {"id": 588}, "project": {"id": 358, "owner": {"id": 783}, "assignee": {"id": 801}}, "task": {"id": 343, "owner": {"id": 910}, "assignee": {"id": 1031}}, "job": {"id": 331, "assignee": {"id": 1123}}, "organization": {"id": 198}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 37, "privilege": "business"}, "organization": {"id": 127, "owner": {"id": 238}, "user": {"role": "maintainer"}}}, "resource": {"id": 385, "owner": {"id": 37}, "assignee": {"id": 525}, "project": {"id": 355, "owner": {"id": 749}, "assignee": {"id": 895}}, "task": {"id": 359, "owner": {"id": 926}, "assignee": {"id": 1059}}, "job": {"id": 350, "assignee": {"id": 1110}}, "organization": {"id": 127}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 7, "privilege": "business"}, "organization": {"id": 190, "owner": {"id": 293}, "user": {"role": "maintainer"}}}, "resource": {"id": 380, "owner": {"id": 7}, "assignee": {"id": 575}, "project": {"id": 364, "owner": {"id": 785}, "assignee": {"id": 894}}, "task": {"id": 365, "owner": {"id": 962}, "assignee": {"id": 1015}}, "job": {"id": 333, "assignee": {"id": 1137}}, "organization": {"id": 190}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 20, "privilege": "business"}, "organization": {"id": 138, "owner": {"id": 210}, "user": {"role": "maintainer"}}}, "resource": {"id": 348, "owner": {"id": 20}, "assignee": {"id": 566}, "project": {"id": 363, "owner": {"id": 794}, "assignee": {"id": 859}}, "task": {"id": 343, "owner": {"id": 972}, "assignee": {"id": 1093}}, "job": {"id": 358, "assignee": {"id": 1178}}, "organization": {"id": 1292}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 34, "privilege": "business"}, "organization": {"id": 129, "owner": {"id": 214}, "user": {"role": "maintainer"}}}, "resource": {"id": 310, "owner": {"id": 34}, "assignee": {"id": 563}, "project": {"id": 348, "owner": {"id": 734}, "assignee": {"id": 896}}, "task": {"id": 363, "owner": {"id": 961}, "assignee": {"id": 1092}}, "job": {"id": 313, "assignee": {"id": 1130}}, "organization": {"id": 1249}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 8, "privilege": "business"}, "organization": {"id": 108, "owner": {"id": 270}, "user": {"role": "maintainer"}}}, "resource": {"id": 366, "owner": {"id": 8}, "assignee": {"id": 514}, "project": {"id": 372, "owner": {"id": 723}, "assignee": {"id": 841}}, "task": {"id": 378, "owner": {"id": 951}, "assignee": {"id": 1041}}, "job": {"id": 338, "assignee": {"id": 1194}}, "organization": {"id": 1252}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 34, "privilege": "business"}, "organization": {"id": 111, "owner": {"id": 206}, "user": {"role": "maintainer"}}}, "resource": {"id": 366, "owner": {"id": 34}, "assignee": {"id": 539}, "project": {"id": 349, "owner": {"id": 795}, "assignee": {"id": 850}}, "task": {"id": 357, "owner": {"id": 949}, "assignee": {"id": 1079}}, "job": {"id": 389, "assignee": {"id": 1129}}, "organization": {"id": 1234}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 7, "privilege": "business"}, "organization": {"id": 101, "owner": {"id": 226}, "user": {"role": "supervisor"}}}, "resource": {"id": 306, "owner": {"id": 7}, "assignee": {"id": 543}, "project": {"id": 351, "owner": {"id": 735}, "assignee": {"id": 870}}, "task": {"id": 392, "owner": {"id": 946}, "assignee": {"id": 1059}}, "job": {"id": 335, "assignee": {"id": 1190}}, "organization": {"id": 101}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 22, "privilege": "business"}, "organization": {"id": 172, "owner": {"id": 260}, "user": {"role": "supervisor"}}}, "resource": {"id": 310, "owner": {"id": 22}, "assignee": {"id": 577}, "project": {"id": 364, "owner": {"id": 774}, "assignee": {"id": 883}}, "task": {"id": 370, "owner": {"id": 983}, "assignee": {"id": 1068}}, "job": {"id": 300, "assignee": {"id": 1127}}, "organization": {"id": 172}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 28, "privilege": "business"}, "organization": {"id": 156, "owner": {"id": 263}, "user": {"role": "supervisor"}}}, "resource": {"id": 311, "owner": {"id": 28}, "assignee": {"id": 582}, "project": {"id": 380, "owner": {"id": 715}, "assignee": {"id": 807}}, "task": {"id": 344, "owner": {"id": 918}, "assignee": {"id": 1077}}, "job": {"id": 364, "assignee": {"id": 1143}}, "organization": {"id": 156}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 40, "privilege": "business"}, "organization": {"id": 143, "owner": {"id": 249}, "user": {"role": "supervisor"}}}, "resource": {"id": 359, "owner": {"id": 40}, "assignee": {"id": 538}, "project": {"id": 397, "owner": {"id": 713}, "assignee": {"id": 837}}, "task": {"id": 398, "owner": {"id": 959}, "assignee": {"id": 1057}}, "job": {"id": 310, "assignee": {"id": 1191}}, "organization": {"id": 143}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 72, "privilege": "business"}, "organization": {"id": 179, "owner": {"id": 250}, "user": {"role": "supervisor"}}}, "resource": {"id": 327, "owner": {"id": 72}, "assignee": {"id": 530}, "project": {"id": 339, "owner": {"id": 708}, "assignee": {"id": 852}}, "task": {"id": 369, "owner": {"id": 900}, "assignee": {"id": 1097}}, "job": {"id": 313, "assignee": {"id": 1137}}, "organization": {"id": 1226}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 74, "privilege": "business"}, "organization": {"id": 188, "owner": {"id": 218}, "user": {"role": "supervisor"}}}, "resource": {"id": 351, "owner": {"id": 74}, "assignee": {"id": 501}, "project": {"id": 349, "owner": {"id": 757}, "assignee": {"id": 864}}, "task": {"id": 341, "owner": {"id": 935}, "assignee": {"id": 1068}}, "job": {"id": 394, "assignee": {"id": 1191}}, "organization": {"id": 1226}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 93, "privilege": "business"}, "organization": {"id": 110, "owner": {"id": 234}, "user": {"role": "supervisor"}}}, "resource": {"id": 364, "owner": {"id": 93}, "assignee": {"id": 526}, "project": {"id": 318, "owner": {"id": 707}, "assignee": {"id": 891}}, "task": {"id": 300, "owner": {"id": 918}, "assignee": {"id": 1027}}, "job": {"id": 326, "assignee": {"id": 1117}}, "organization": {"id": 1259}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 52, "privilege": "business"}, "organization": {"id": 152, "owner": {"id": 279}, "user": {"role": "supervisor"}}}, "resource": {"id": 330, "owner": {"id": 52}, "assignee": {"id": 587}, "project": {"id": 321, "owner": {"id": 745}, "assignee": {"id": 859}}, "task": {"id": 329, "owner": {"id": 928}, "assignee": {"id": 1042}}, "job": {"id": 397, "assignee": {"id": 1145}}, "organization": {"id": 1297}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 31, "privilege": "business"}, "organization": {"id": 150, "owner": {"id": 251}, "user": {"role": "worker"}}}, "resource": {"id": 348, "owner": {"id": 31}, "assignee": {"id": 577}, "project": {"id": 373, "owner": {"id": 781}, "assignee": {"id": 803}}, "task": {"id": 389, "owner": {"id": 925}, "assignee": {"id": 1030}}, "job": {"id": 357, "assignee": {"id": 1124}}, "organization": {"id": 150}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 60, "privilege": "business"}, "organization": {"id": 176, "owner": {"id": 203}, "user": {"role": "worker"}}}, "resource": {"id": 361, "owner": {"id": 60}, "assignee": {"id": 572}, "project": {"id": 324, "owner": {"id": 738}, "assignee": {"id": 887}}, "task": {"id": 303, "owner": {"id": 996}, "assignee": {"id": 1071}}, "job": {"id": 321, "assignee": {"id": 1176}}, "organization": {"id": 176}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 67, "privilege": "business"}, "organization": {"id": 159, "owner": {"id": 200}, "user": {"role": "worker"}}}, "resource": {"id": 321, "owner": {"id": 67}, "assignee": {"id": 577}, "project": {"id": 370, "owner": {"id": 787}, "assignee": {"id": 811}}, "task": {"id": 332, "owner": {"id": 987}, "assignee": {"id": 1031}}, "job": {"id": 367, "assignee": {"id": 1134}}, "organization": {"id": 159}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 97, "privilege": "business"}, "organization": {"id": 101, "owner": {"id": 214}, "user": {"role": "worker"}}}, "resource": {"id": 378, "owner": {"id": 97}, "assignee": {"id": 519}, "project": {"id": 378, "owner": {"id": 702}, "assignee": {"id": 817}}, "task": {"id": 309, "owner": {"id": 980}, "assignee": {"id": 1047}}, "job": {"id": 373, "assignee": {"id": 1118}}, "organization": {"id": 101}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 65, "privilege": "business"}, "organization": {"id": 113, "owner": {"id": 258}, "user": {"role": "worker"}}}, "resource": {"id": 309, "owner": {"id": 65}, "assignee": {"id": 505}, "project": {"id": 336, "owner": {"id": 785}, "assignee": {"id": 810}}, "task": {"id": 320, "owner": {"id": 976}, "assignee": {"id": 1036}}, "job": {"id": 315, "assignee": {"id": 1175}}, "organization": {"id": 1204}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 92, "privilege": "business"}, "organization": {"id": 169, "owner": {"id": 293}, "user": {"role": "worker"}}}, "resource": {"id": 311, "owner": {"id": 92}, "assignee": {"id": 508}, "project": {"id": 378, "owner": {"id": 786}, "assignee": {"id": 831}}, "task": {"id": 307, "owner": {"id": 904}, "assignee": {"id": 1077}}, "job": {"id": 305, "assignee": {"id": 1145}}, "organization": {"id": 1271}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 90, "privilege": "business"}, "organization": {"id": 198, "owner": {"id": 235}, "user": {"role": "worker"}}}, "resource": {"id": 391, "owner": {"id": 90}, "assignee": {"id": 507}, "project": {"id": 314, "owner": {"id": 725}, "assignee": {"id": 859}}, "task": {"id": 308, "owner": {"id": 937}, "assignee": {"id": 1023}}, "job": {"id": 373, "assignee": {"id": 1147}}, "organization": {"id": 1263}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 98, "privilege": "business"}, "organization": {"id": 195, "owner": {"id": 290}, "user": {"role": "worker"}}}, "resource": {"id": 332, "owner": {"id": 98}, "assignee": {"id": 522}, "project": {"id": 392, "owner": {"id": 753}, "assignee": {"id": 846}}, "task": {"id": 376, "owner": {"id": 997}, "assignee": {"id": 1097}}, "job": {"id": 388, "assignee": {"id": 1182}}, "organization": {"id": 1275}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 91, "privilege": "business"}, "organization": {"id": 144, "owner": {"id": 209}, "user": {"role": null}}}, "resource": {"id": 370, "owner": {"id": 91}, "assignee": {"id": 579}, "project": {"id": 335, "owner": {"id": 722}, "assignee": {"id": 884}}, "task": {"id": 367, "owner": {"id": 966}, "assignee": {"id": 1038}}, "job": {"id": 319, "assignee": {"id": 1133}}, "organization": {"id": 144}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 58, "privilege": "business"}, "organization": {"id": 160, "owner": {"id": 217}, "user": {"role": null}}}, "resource": {"id": 376, "owner": {"id": 58}, "assignee": {"id": 549}, "project": {"id": 303, "owner": {"id": 756}, "assignee": {"id": 814}}, "task": {"id": 319, "owner": {"id": 981}, "assignee": {"id": 1055}}, "job": {"id": 394, "assignee": {"id": 1181}}, "organization": {"id": 160}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 87, "privilege": "business"}, "organization": {"id": 170, "owner": {"id": 240}, "user": {"role": null}}}, "resource": {"id": 354, "owner": {"id": 87}, "assignee": {"id": 596}, "project": {"id": 353, "owner": {"id": 727}, "assignee": {"id": 830}}, "task": {"id": 353, "owner": {"id": 998}, "assignee": {"id": 1074}}, "job": {"id": 396, "assignee": {"id": 1137}}, "organization": {"id": 170}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 95, "privilege": "business"}, "organization": {"id": 142, "owner": {"id": 275}, "user": {"role": null}}}, "resource": {"id": 353, "owner": {"id": 95}, "assignee": {"id": 593}, "project": {"id": 373, "owner": {"id": 737}, "assignee": {"id": 864}}, "task": {"id": 312, "owner": {"id": 961}, "assignee": {"id": 1096}}, "job": {"id": 395, "assignee": {"id": 1113}}, "organization": {"id": 142}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 36, "privilege": "business"}, "organization": {"id": 165, "owner": {"id": 279}, "user": {"role": null}}}, "resource": {"id": 379, "owner": {"id": 36}, "assignee": {"id": 529}, "project": {"id": 388, "owner": {"id": 744}, "assignee": {"id": 820}}, "task": {"id": 381, "owner": {"id": 931}, "assignee": {"id": 1091}}, "job": {"id": 369, "assignee": {"id": 1156}}, "organization": {"id": 1204}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 71, "privilege": "business"}, "organization": {"id": 185, "owner": {"id": 211}, "user": {"role": null}}}, "resource": {"id": 317, "owner": {"id": 71}, "assignee": {"id": 569}, "project": {"id": 314, "owner": {"id": 751}, "assignee": {"id": 889}}, "task": {"id": 365, "owner": {"id": 982}, "assignee": {"id": 1067}}, "job": {"id": 350, "assignee": {"id": 1167}}, "organization": {"id": 1230}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 69, "privilege": "business"}, "organization": {"id": 127, "owner": {"id": 268}, "user": {"role": null}}}, "resource": {"id": 301, "owner": {"id": 69}, "assignee": {"id": 514}, "project": {"id": 316, "owner": {"id": 758}, "assignee": {"id": 871}}, "task": {"id": 300, "owner": {"id": 973}, "assignee": {"id": 1011}}, "job": {"id": 352, "assignee": {"id": 1122}}, "organization": {"id": 1216}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 12, "privilege": "business"}, "organization": {"id": 171, "owner": {"id": 246}, "user": {"role": null}}}, "resource": {"id": 389, "owner": {"id": 12}, "assignee": {"id": 598}, "project": {"id": 314, "owner": {"id": 774}, "assignee": {"id": 845}}, "task": {"id": 358, "owner": {"id": 966}, "assignee": {"id": 1076}}, "job": {"id": 334, "assignee": {"id": 1142}}, "organization": {"id": 1297}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 44, "privilege": "user"}, "organization": {"id": 127, "owner": {"id": 44}, "user": {"role": "owner"}}}, "resource": {"id": 330, "owner": {"id": 44}, "assignee": {"id": 586}, "project": {"id": 397, "owner": {"id": 743}, "assignee": {"id": 829}}, "task": {"id": 302, "owner": {"id": 903}, "assignee": {"id": 1005}}, "job": {"id": 309, "assignee": {"id": 1130}}, "organization": {"id": 127}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 65, "privilege": "user"}, "organization": {"id": 187, "owner": {"id": 65}, "user": {"role": "owner"}}}, "resource": {"id": 312, "owner": {"id": 65}, "assignee": {"id": 572}, "project": {"id": 372, "owner": {"id": 789}, "assignee": {"id": 832}}, "task": {"id": 389, "owner": {"id": 915}, "assignee": {"id": 1097}}, "job": {"id": 375, "assignee": {"id": 1153}}, "organization": {"id": 187}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 84, "privilege": "user"}, "organization": {"id": 190, "owner": {"id": 84}, "user": {"role": "owner"}}}, "resource": {"id": 339, "owner": {"id": 84}, "assignee": {"id": 534}, "project": {"id": 322, "owner": {"id": 792}, "assignee": {"id": 803}}, "task": {"id": 341, "owner": {"id": 922}, "assignee": {"id": 1040}}, "job": {"id": 328, "assignee": {"id": 1132}}, "organization": {"id": 190}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 46, "privilege": "user"}, "organization": {"id": 115, "owner": {"id": 46}, "user": {"role": "owner"}}}, "resource": {"id": 300, "owner": {"id": 46}, "assignee": {"id": 513}, "project": {"id": 332, "owner": {"id": 733}, "assignee": {"id": 835}}, "task": {"id": 352, "owner": {"id": 949}, "assignee": {"id": 1074}}, "job": {"id": 305, "assignee": {"id": 1176}}, "organization": {"id": 115}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 72, "privilege": "user"}, "organization": {"id": 141, "owner": {"id": 72}, "user": {"role": "owner"}}}, "resource": {"id": 341, "owner": {"id": 72}, "assignee": {"id": 546}, "project": {"id": 348, "owner": {"id": 764}, "assignee": {"id": 830}}, "task": {"id": 301, "owner": {"id": 990}, "assignee": {"id": 1068}}, "job": {"id": 365, "assignee": {"id": 1156}}, "organization": {"id": 1234}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 34, "privilege": "user"}, "organization": {"id": 100, "owner": {"id": 34}, "user": {"role": "owner"}}}, "resource": {"id": 368, "owner": {"id": 34}, "assignee": {"id": 568}, "project": {"id": 322, "owner": {"id": 769}, "assignee": {"id": 842}}, "task": {"id": 347, "owner": {"id": 914}, "assignee": {"id": 1057}}, "job": {"id": 347, "assignee": {"id": 1187}}, "organization": {"id": 1236}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 5, "privilege": "user"}, "organization": {"id": 169, "owner": {"id": 5}, "user": {"role": "owner"}}}, "resource": {"id": 319, "owner": {"id": 5}, "assignee": {"id": 577}, "project": {"id": 328, "owner": {"id": 793}, "assignee": {"id": 803}}, "task": {"id": 382, "owner": {"id": 943}, "assignee": {"id": 1046}}, "job": {"id": 394, "assignee": {"id": 1191}}, "organization": {"id": 1241}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 42, "privilege": "user"}, "organization": {"id": 143, "owner": {"id": 42}, "user": {"role": "owner"}}}, "resource": {"id": 326, "owner": {"id": 42}, "assignee": {"id": 558}, "project": {"id": 311, "owner": {"id": 743}, "assignee": {"id": 843}}, "task": {"id": 309, "owner": {"id": 922}, "assignee": {"id": 1099}}, "job": {"id": 332, "assignee": {"id": 1137}}, "organization": {"id": 1277}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 37, "privilege": "user"}, "organization": {"id": 104, "owner": {"id": 240}, "user": {"role": "maintainer"}}}, "resource": {"id": 341, "owner": {"id": 37}, "assignee": {"id": 547}, "project": {"id": 328, "owner": {"id": 786}, "assignee": {"id": 810}}, "task": {"id": 385, "owner": {"id": 967}, "assignee": {"id": 1057}}, "job": {"id": 358, "assignee": {"id": 1164}}, "organization": {"id": 104}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 63, "privilege": "user"}, "organization": {"id": 129, "owner": {"id": 265}, "user": {"role": "maintainer"}}}, "resource": {"id": 358, "owner": {"id": 63}, "assignee": {"id": 514}, "project": {"id": 386, "owner": {"id": 740}, "assignee": {"id": 880}}, "task": {"id": 331, "owner": {"id": 981}, "assignee": {"id": 1018}}, "job": {"id": 343, "assignee": {"id": 1158}}, "organization": {"id": 129}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 47, "privilege": "user"}, "organization": {"id": 182, "owner": {"id": 261}, "user": {"role": "maintainer"}}}, "resource": {"id": 396, "owner": {"id": 47}, "assignee": {"id": 544}, "project": {"id": 318, "owner": {"id": 789}, "assignee": {"id": 800}}, "task": {"id": 378, "owner": {"id": 977}, "assignee": {"id": 1092}}, "job": {"id": 389, "assignee": {"id": 1115}}, "organization": {"id": 182}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 26, "privilege": "user"}, "organization": {"id": 155, "owner": {"id": 285}, "user": {"role": "maintainer"}}}, "resource": {"id": 392, "owner": {"id": 26}, "assignee": {"id": 502}, "project": {"id": 333, "owner": {"id": 711}, "assignee": {"id": 889}}, "task": {"id": 336, "owner": {"id": 908}, "assignee": {"id": 1002}}, "job": {"id": 332, "assignee": {"id": 1133}}, "organization": {"id": 155}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 83, "privilege": "user"}, "organization": {"id": 194, "owner": {"id": 270}, "user": {"role": "maintainer"}}}, "resource": {"id": 377, "owner": {"id": 83}, "assignee": {"id": 519}, "project": {"id": 399, "owner": {"id": 729}, "assignee": {"id": 818}}, "task": {"id": 366, "owner": {"id": 967}, "assignee": {"id": 1038}}, "job": {"id": 384, "assignee": {"id": 1102}}, "organization": {"id": 1233}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 4, "privilege": "user"}, "organization": {"id": 112, "owner": {"id": 288}, "user": {"role": "maintainer"}}}, "resource": {"id": 345, "owner": {"id": 4}, "assignee": {"id": 513}, "project": {"id": 387, "owner": {"id": 796}, "assignee": {"id": 832}}, "task": {"id": 384, "owner": {"id": 981}, "assignee": {"id": 1069}}, "job": {"id": 389, "assignee": {"id": 1166}}, "organization": {"id": 1201}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 70, "privilege": "user"}, "organization": {"id": 142, "owner": {"id": 204}, "user": {"role": "maintainer"}}}, "resource": {"id": 382, "owner": {"id": 70}, "assignee": {"id": 550}, "project": {"id": 340, "owner": {"id": 731}, "assignee": {"id": 813}}, "task": {"id": 371, "owner": {"id": 982}, "assignee": {"id": 1077}}, "job": {"id": 374, "assignee": {"id": 1126}}, "organization": {"id": 1247}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 90, "privilege": "user"}, "organization": {"id": 106, "owner": {"id": 257}, "user": {"role": "maintainer"}}}, "resource": {"id": 356, "owner": {"id": 90}, "assignee": {"id": 514}, "project": {"id": 385, "owner": {"id": 719}, "assignee": {"id": 851}}, "task": {"id": 377, "owner": {"id": 919}, "assignee": {"id": 1043}}, "job": {"id": 352, "assignee": {"id": 1140}}, "organization": {"id": 1208}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 11, "privilege": "user"}, "organization": {"id": 167, "owner": {"id": 247}, "user": {"role": "supervisor"}}}, "resource": {"id": 321, "owner": {"id": 11}, "assignee": {"id": 574}, "project": {"id": 342, "owner": {"id": 723}, "assignee": {"id": 882}}, "task": {"id": 324, "owner": {"id": 922}, "assignee": {"id": 1034}}, "job": {"id": 316, "assignee": {"id": 1183}}, "organization": {"id": 167}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 76, "privilege": "user"}, "organization": {"id": 193, "owner": {"id": 263}, "user": {"role": "supervisor"}}}, "resource": {"id": 348, "owner": {"id": 76}, "assignee": {"id": 520}, "project": {"id": 379, "owner": {"id": 784}, "assignee": {"id": 802}}, "task": {"id": 395, "owner": {"id": 906}, "assignee": {"id": 1018}}, "job": {"id": 307, "assignee": {"id": 1182}}, "organization": {"id": 193}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 75, "privilege": "user"}, "organization": {"id": 168, "owner": {"id": 246}, "user": {"role": "supervisor"}}}, "resource": {"id": 303, "owner": {"id": 75}, "assignee": {"id": 571}, "project": {"id": 353, "owner": {"id": 733}, "assignee": {"id": 835}}, "task": {"id": 380, "owner": {"id": 997}, "assignee": {"id": 1042}}, "job": {"id": 369, "assignee": {"id": 1156}}, "organization": {"id": 168}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 21, "privilege": "user"}, "organization": {"id": 198, "owner": {"id": 231}, "user": {"role": "supervisor"}}}, "resource": {"id": 337, "owner": {"id": 21}, "assignee": {"id": 520}, "project": {"id": 389, "owner": {"id": 775}, "assignee": {"id": 873}}, "task": {"id": 373, "owner": {"id": 934}, "assignee": {"id": 1087}}, "job": {"id": 352, "assignee": {"id": 1195}}, "organization": {"id": 198}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 51, "privilege": "user"}, "organization": {"id": 161, "owner": {"id": 276}, "user": {"role": "supervisor"}}}, "resource": {"id": 330, "owner": {"id": 51}, "assignee": {"id": 551}, "project": {"id": 372, "owner": {"id": 771}, "assignee": {"id": 865}}, "task": {"id": 358, "owner": {"id": 956}, "assignee": {"id": 1001}}, "job": {"id": 394, "assignee": {"id": 1117}}, "organization": {"id": 1257}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 3, "privilege": "user"}, "organization": {"id": 167, "owner": {"id": 267}, "user": {"role": "supervisor"}}}, "resource": {"id": 347, "owner": {"id": 3}, "assignee": {"id": 553}, "project": {"id": 305, "owner": {"id": 719}, "assignee": {"id": 835}}, "task": {"id": 306, "owner": {"id": 929}, "assignee": {"id": 1095}}, "job": {"id": 347, "assignee": {"id": 1142}}, "organization": {"id": 1205}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 74, "privilege": "user"}, "organization": {"id": 156, "owner": {"id": 293}, "user": {"role": "supervisor"}}}, "resource": {"id": 330, "owner": {"id": 74}, "assignee": {"id": 543}, "project": {"id": 362, "owner": {"id": 727}, "assignee": {"id": 865}}, "task": {"id": 310, "owner": {"id": 929}, "assignee": {"id": 1074}}, "job": {"id": 356, "assignee": {"id": 1108}}, "organization": {"id": 1283}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 70, "privilege": "user"}, "organization": {"id": 121, "owner": {"id": 227}, "user": {"role": "supervisor"}}}, "resource": {"id": 383, "owner": {"id": 70}, "assignee": {"id": 593}, "project": {"id": 305, "owner": {"id": 795}, "assignee": {"id": 816}}, "task": {"id": 332, "owner": {"id": 904}, "assignee": {"id": 1013}}, "job": {"id": 309, "assignee": {"id": 1103}}, "organization": {"id": 1223}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 82, "privilege": "user"}, "organization": {"id": 154, "owner": {"id": 261}, "user": {"role": "worker"}}}, "resource": {"id": 334, "owner": {"id": 82}, "assignee": {"id": 504}, "project": {"id": 321, "owner": {"id": 722}, "assignee": {"id": 834}}, "task": {"id": 349, "owner": {"id": 992}, "assignee": {"id": 1035}}, "job": {"id": 309, "assignee": {"id": 1153}}, "organization": {"id": 154}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 37, "privilege": "user"}, "organization": {"id": 158, "owner": {"id": 286}, "user": {"role": "worker"}}}, "resource": {"id": 312, "owner": {"id": 37}, "assignee": {"id": 519}, "project": {"id": 305, "owner": {"id": 772}, "assignee": {"id": 805}}, "task": {"id": 376, "owner": {"id": 952}, "assignee": {"id": 1059}}, "job": {"id": 392, "assignee": {"id": 1197}}, "organization": {"id": 158}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 24, "privilege": "user"}, "organization": {"id": 103, "owner": {"id": 217}, "user": {"role": "worker"}}}, "resource": {"id": 375, "owner": {"id": 24}, "assignee": {"id": 518}, "project": {"id": 387, "owner": {"id": 759}, "assignee": {"id": 889}}, "task": {"id": 387, "owner": {"id": 902}, "assignee": {"id": 1062}}, "job": {"id": 381, "assignee": {"id": 1185}}, "organization": {"id": 103}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 15, "privilege": "user"}, "organization": {"id": 135, "owner": {"id": 260}, "user": {"role": "worker"}}}, "resource": {"id": 328, "owner": {"id": 15}, "assignee": {"id": 597}, "project": {"id": 382, "owner": {"id": 775}, "assignee": {"id": 882}}, "task": {"id": 324, "owner": {"id": 905}, "assignee": {"id": 1000}}, "job": {"id": 355, "assignee": {"id": 1160}}, "organization": {"id": 135}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 24, "privilege": "user"}, "organization": {"id": 137, "owner": {"id": 271}, "user": {"role": "worker"}}}, "resource": {"id": 360, "owner": {"id": 24}, "assignee": {"id": 508}, "project": {"id": 379, "owner": {"id": 764}, "assignee": {"id": 833}}, "task": {"id": 365, "owner": {"id": 907}, "assignee": {"id": 1051}}, "job": {"id": 360, "assignee": {"id": 1112}}, "organization": {"id": 1288}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 33, "privilege": "user"}, "organization": {"id": 167, "owner": {"id": 294}, "user": {"role": "worker"}}}, "resource": {"id": 334, "owner": {"id": 33}, "assignee": {"id": 568}, "project": {"id": 359, "owner": {"id": 701}, "assignee": {"id": 897}}, "task": {"id": 317, "owner": {"id": 922}, "assignee": {"id": 1061}}, "job": {"id": 394, "assignee": {"id": 1109}}, "organization": {"id": 1239}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 0, "privilege": "user"}, "organization": {"id": 167, "owner": {"id": 245}, "user": {"role": "worker"}}}, "resource": {"id": 336, "owner": {"id": 0}, "assignee": {"id": 595}, "project": {"id": 365, "owner": {"id": 767}, "assignee": {"id": 877}}, "task": {"id": 397, "owner": {"id": 907}, "assignee": {"id": 1081}}, "job": {"id": 385, "assignee": {"id": 1175}}, "organization": {"id": 1260}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 36, "privilege": "user"}, "organization": {"id": 195, "owner": {"id": 260}, "user": {"role": "worker"}}}, "resource": {"id": 398, "owner": {"id": 36}, "assignee": {"id": 510}, "project": {"id": 338, "owner": {"id": 740}, "assignee": {"id": 854}}, "task": {"id": 390, "owner": {"id": 955}, "assignee": {"id": 1069}}, "job": {"id": 363, "assignee": {"id": 1160}}, "organization": {"id": 1209}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 94, "privilege": "user"}, "organization": {"id": 154, "owner": {"id": 296}, "user": {"role": null}}}, "resource": {"id": 312, "owner": {"id": 94}, "assignee": {"id": 584}, "project": {"id": 339, "owner": {"id": 727}, "assignee": {"id": 851}}, "task": {"id": 395, "owner": {"id": 913}, "assignee": {"id": 1080}}, "job": {"id": 316, "assignee": {"id": 1117}}, "organization": {"id": 154}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 75, "privilege": "user"}, "organization": {"id": 141, "owner": {"id": 221}, "user": {"role": null}}}, "resource": {"id": 336, "owner": {"id": 75}, "assignee": {"id": 586}, "project": {"id": 312, "owner": {"id": 799}, "assignee": {"id": 806}}, "task": {"id": 391, "owner": {"id": 919}, "assignee": {"id": 1058}}, "job": {"id": 351, "assignee": {"id": 1132}}, "organization": {"id": 141}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 73, "privilege": "user"}, "organization": {"id": 169, "owner": {"id": 247}, "user": {"role": null}}}, "resource": {"id": 334, "owner": {"id": 73}, "assignee": {"id": 555}, "project": {"id": 345, "owner": {"id": 765}, "assignee": {"id": 858}}, "task": {"id": 374, "owner": {"id": 915}, "assignee": {"id": 1041}}, "job": {"id": 328, "assignee": {"id": 1136}}, "organization": {"id": 169}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 94, "privilege": "user"}, "organization": {"id": 188, "owner": {"id": 260}, "user": {"role": null}}}, "resource": {"id": 355, "owner": {"id": 94}, "assignee": {"id": 502}, "project": {"id": 368, "owner": {"id": 727}, "assignee": {"id": 806}}, "task": {"id": 385, "owner": {"id": 962}, "assignee": {"id": 1096}}, "job": {"id": 368, "assignee": {"id": 1172}}, "organization": {"id": 188}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 40, "privilege": "user"}, "organization": {"id": 160, "owner": {"id": 220}, "user": {"role": null}}}, "resource": {"id": 324, "owner": {"id": 40}, "assignee": {"id": 537}, "project": {"id": 374, "owner": {"id": 751}, "assignee": {"id": 877}}, "task": {"id": 333, "owner": {"id": 985}, "assignee": {"id": 1054}}, "job": {"id": 354, "assignee": {"id": 1187}}, "organization": {"id": 1285}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 19, "privilege": "user"}, "organization": {"id": 154, "owner": {"id": 223}, "user": {"role": null}}}, "resource": {"id": 307, "owner": {"id": 19}, "assignee": {"id": 571}, "project": {"id": 355, "owner": {"id": 724}, "assignee": {"id": 821}}, "task": {"id": 380, "owner": {"id": 914}, "assignee": {"id": 1066}}, "job": {"id": 308, "assignee": {"id": 1141}}, "organization": {"id": 1280}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 87, "privilege": "user"}, "organization": {"id": 173, "owner": {"id": 296}, "user": {"role": null}}}, "resource": {"id": 378, "owner": {"id": 87}, "assignee": {"id": 567}, "project": {"id": 334, "owner": {"id": 771}, "assignee": {"id": 871}}, "task": {"id": 309, "owner": {"id": 939}, "assignee": {"id": 1037}}, "job": {"id": 360, "assignee": {"id": 1169}}, "organization": {"id": 1291}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 78, "privilege": "user"}, "organization": {"id": 170, "owner": {"id": 273}, "user": {"role": null}}}, "resource": {"id": 391, "owner": {"id": 78}, "assignee": {"id": 573}, "project": {"id": 315, "owner": {"id": 730}, "assignee": {"id": 857}}, "task": {"id": 379, "owner": {"id": 911}, "assignee": {"id": 1094}}, "job": {"id": 324, "assignee": {"id": 1181}}, "organization": {"id": 1299}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 41, "privilege": "worker"}, "organization": {"id": 100, "owner": {"id": 41}, "user": {"role": "owner"}}}, "resource": {"id": 349, "owner": {"id": 41}, "assignee": {"id": 585}, "project": {"id": 340, "owner": {"id": 798}, "assignee": {"id": 808}}, "task": {"id": 342, "owner": {"id": 920}, "assignee": {"id": 1067}}, "job": {"id": 322, "assignee": {"id": 1161}}, "organization": {"id": 100}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 16, "privilege": "worker"}, "organization": {"id": 170, "owner": {"id": 16}, "user": {"role": "owner"}}}, "resource": {"id": 325, "owner": {"id": 16}, "assignee": {"id": 583}, "project": {"id": 367, "owner": {"id": 747}, "assignee": {"id": 816}}, "task": {"id": 336, "owner": {"id": 920}, "assignee": {"id": 1002}}, "job": {"id": 360, "assignee": {"id": 1162}}, "organization": {"id": 170}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 15, "privilege": "worker"}, "organization": {"id": 172, "owner": {"id": 15}, "user": {"role": "owner"}}}, "resource": {"id": 308, "owner": {"id": 15}, "assignee": {"id": 546}, "project": {"id": 347, "owner": {"id": 714}, "assignee": {"id": 893}}, "task": {"id": 377, "owner": {"id": 952}, "assignee": {"id": 1044}}, "job": {"id": 365, "assignee": {"id": 1162}}, "organization": {"id": 172}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 70, "privilege": "worker"}, "organization": {"id": 107, "owner": {"id": 70}, "user": {"role": "owner"}}}, "resource": {"id": 371, "owner": {"id": 70}, "assignee": {"id": 590}, "project": {"id": 380, "owner": {"id": 712}, "assignee": {"id": 884}}, "task": {"id": 330, "owner": {"id": 965}, "assignee": {"id": 1078}}, "job": {"id": 345, "assignee": {"id": 1195}}, "organization": {"id": 107}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 64, "privilege": "worker"}, "organization": {"id": 106, "owner": {"id": 64}, "user": {"role": "owner"}}}, "resource": {"id": 381, "owner": {"id": 64}, "assignee": {"id": 592}, "project": {"id": 350, "owner": {"id": 711}, "assignee": {"id": 866}}, "task": {"id": 365, "owner": {"id": 947}, "assignee": {"id": 1058}}, "job": {"id": 331, "assignee": {"id": 1189}}, "organization": {"id": 1247}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 48, "privilege": "worker"}, "organization": {"id": 162, "owner": {"id": 48}, "user": {"role": "owner"}}}, "resource": {"id": 357, "owner": {"id": 48}, "assignee": {"id": 503}, "project": {"id": 366, "owner": {"id": 791}, "assignee": {"id": 823}}, "task": {"id": 374, "owner": {"id": 965}, "assignee": {"id": 1072}}, "job": {"id": 361, "assignee": {"id": 1176}}, "organization": {"id": 1299}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 56, "privilege": "worker"}, "organization": {"id": 112, "owner": {"id": 56}, "user": {"role": "owner"}}}, "resource": {"id": 327, "owner": {"id": 56}, "assignee": {"id": 542}, "project": {"id": 356, "owner": {"id": 738}, "assignee": {"id": 857}}, "task": {"id": 316, "owner": {"id": 920}, "assignee": {"id": 1074}}, "job": {"id": 344, "assignee": {"id": 1183}}, "organization": {"id": 1245}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 58, "privilege": "worker"}, "organization": {"id": 104, "owner": {"id": 58}, "user": {"role": "owner"}}}, "resource": {"id": 381, "owner": {"id": 58}, "assignee": {"id": 584}, "project": {"id": 386, "owner": {"id": 746}, "assignee": {"id": 814}}, "task": {"id": 352, "owner": {"id": 969}, "assignee": {"id": 1026}}, "job": {"id": 327, "assignee": {"id": 1117}}, "organization": {"id": 1269}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 46, "privilege": "worker"}, "organization": {"id": 199, "owner": {"id": 269}, "user": {"role": "maintainer"}}}, "resource": {"id": 358, "owner": {"id": 46}, "assignee": {"id": 585}, "project": {"id": 362, "owner": {"id": 760}, "assignee": {"id": 831}}, "task": {"id": 316, "owner": {"id": 988}, "assignee": {"id": 1005}}, "job": {"id": 388, "assignee": {"id": 1104}}, "organization": {"id": 199}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 41, "privilege": "worker"}, "organization": {"id": 116, "owner": {"id": 281}, "user": {"role": "maintainer"}}}, "resource": {"id": 343, "owner": {"id": 41}, "assignee": {"id": 519}, "project": {"id": 386, "owner": {"id": 764}, "assignee": {"id": 821}}, "task": {"id": 393, "owner": {"id": 928}, "assignee": {"id": 1045}}, "job": {"id": 335, "assignee": {"id": 1144}}, "organization": {"id": 116}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 19, "privilege": "worker"}, "organization": {"id": 107, "owner": {"id": 229}, "user": {"role": "maintainer"}}}, "resource": {"id": 387, "owner": {"id": 19}, "assignee": {"id": 581}, "project": {"id": 399, "owner": {"id": 705}, "assignee": {"id": 809}}, "task": {"id": 331, "owner": {"id": 960}, "assignee": {"id": 1001}}, "job": {"id": 373, "assignee": {"id": 1129}}, "organization": {"id": 107}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 61, "privilege": "worker"}, "organization": {"id": 140, "owner": {"id": 277}, "user": {"role": "maintainer"}}}, "resource": {"id": 343, "owner": {"id": 61}, "assignee": {"id": 554}, "project": {"id": 386, "owner": {"id": 779}, "assignee": {"id": 879}}, "task": {"id": 346, "owner": {"id": 996}, "assignee": {"id": 1027}}, "job": {"id": 397, "assignee": {"id": 1197}}, "organization": {"id": 140}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 23, "privilege": "worker"}, "organization": {"id": 155, "owner": {"id": 218}, "user": {"role": "maintainer"}}}, "resource": {"id": 368, "owner": {"id": 23}, "assignee": {"id": 594}, "project": {"id": 349, "owner": {"id": 772}, "assignee": {"id": 803}}, "task": {"id": 390, "owner": {"id": 933}, "assignee": {"id": 1063}}, "job": {"id": 325, "assignee": {"id": 1193}}, "organization": {"id": 1286}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 91, "privilege": "worker"}, "organization": {"id": 184, "owner": {"id": 239}, "user": {"role": "maintainer"}}}, "resource": {"id": 322, "owner": {"id": 91}, "assignee": {"id": 549}, "project": {"id": 304, "owner": {"id": 745}, "assignee": {"id": 812}}, "task": {"id": 361, "owner": {"id": 950}, "assignee": {"id": 1031}}, "job": {"id": 300, "assignee": {"id": 1131}}, "organization": {"id": 1201}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 1, "privilege": "worker"}, "organization": {"id": 184, "owner": {"id": 232}, "user": {"role": "maintainer"}}}, "resource": {"id": 394, "owner": {"id": 1}, "assignee": {"id": 564}, "project": {"id": 391, "owner": {"id": 795}, "assignee": {"id": 875}}, "task": {"id": 324, "owner": {"id": 981}, "assignee": {"id": 1019}}, "job": {"id": 359, "assignee": {"id": 1115}}, "organization": {"id": 1278}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 85, "privilege": "worker"}, "organization": {"id": 137, "owner": {"id": 227}, "user": {"role": "maintainer"}}}, "resource": {"id": 344, "owner": {"id": 85}, "assignee": {"id": 579}, "project": {"id": 337, "owner": {"id": 788}, "assignee": {"id": 813}}, "task": {"id": 334, "owner": {"id": 922}, "assignee": {"id": 1062}}, "job": {"id": 378, "assignee": {"id": 1179}}, "organization": {"id": 1278}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 46, "privilege": "worker"}, "organization": {"id": 187, "owner": {"id": 272}, "user": {"role": "supervisor"}}}, "resource": {"id": 397, "owner": {"id": 46}, "assignee": {"id": 571}, "project": {"id": 334, "owner": {"id": 778}, "assignee": {"id": 838}}, "task": {"id": 323, "owner": {"id": 951}, "assignee": {"id": 1093}}, "job": {"id": 334, "assignee": {"id": 1145}}, "organization": {"id": 187}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 78, "privilege": "worker"}, "organization": {"id": 106, "owner": {"id": 292}, "user": {"role": "supervisor"}}}, "resource": {"id": 383, "owner": {"id": 78}, "assignee": {"id": 579}, "project": {"id": 391, "owner": {"id": 746}, "assignee": {"id": 823}}, "task": {"id": 301, "owner": {"id": 913}, "assignee": {"id": 1099}}, "job": {"id": 302, "assignee": {"id": 1180}}, "organization": {"id": 106}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 56, "privilege": "worker"}, "organization": {"id": 188, "owner": {"id": 265}, "user": {"role": "supervisor"}}}, "resource": {"id": 373, "owner": {"id": 56}, "assignee": {"id": 500}, "project": {"id": 370, "owner": {"id": 718}, "assignee": {"id": 870}}, "task": {"id": 362, "owner": {"id": 913}, "assignee": {"id": 1075}}, "job": {"id": 308, "assignee": {"id": 1134}}, "organization": {"id": 188}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 16, "privilege": "worker"}, "organization": {"id": 117, "owner": {"id": 288}, "user": {"role": "supervisor"}}}, "resource": {"id": 369, "owner": {"id": 16}, "assignee": {"id": 531}, "project": {"id": 307, "owner": {"id": 735}, "assignee": {"id": 855}}, "task": {"id": 341, "owner": {"id": 971}, "assignee": {"id": 1090}}, "job": {"id": 394, "assignee": {"id": 1157}}, "organization": {"id": 117}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 73, "privilege": "worker"}, "organization": {"id": 128, "owner": {"id": 200}, "user": {"role": "supervisor"}}}, "resource": {"id": 389, "owner": {"id": 73}, "assignee": {"id": 571}, "project": {"id": 368, "owner": {"id": 745}, "assignee": {"id": 809}}, "task": {"id": 371, "owner": {"id": 927}, "assignee": {"id": 1096}}, "job": {"id": 391, "assignee": {"id": 1138}}, "organization": {"id": 1270}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 27, "privilege": "worker"}, "organization": {"id": 152, "owner": {"id": 299}, "user": {"role": "supervisor"}}}, "resource": {"id": 305, "owner": {"id": 27}, "assignee": {"id": 587}, "project": {"id": 369, "owner": {"id": 764}, "assignee": {"id": 800}}, "task": {"id": 377, "owner": {"id": 968}, "assignee": {"id": 1029}}, "job": {"id": 321, "assignee": {"id": 1183}}, "organization": {"id": 1270}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 4, "privilege": "worker"}, "organization": {"id": 190, "owner": {"id": 233}, "user": {"role": "supervisor"}}}, "resource": {"id": 394, "owner": {"id": 4}, "assignee": {"id": 562}, "project": {"id": 351, "owner": {"id": 769}, "assignee": {"id": 884}}, "task": {"id": 365, "owner": {"id": 998}, "assignee": {"id": 1037}}, "job": {"id": 372, "assignee": {"id": 1121}}, "organization": {"id": 1270}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 66, "privilege": "worker"}, "organization": {"id": 183, "owner": {"id": 264}, "user": {"role": "supervisor"}}}, "resource": {"id": 379, "owner": {"id": 66}, "assignee": {"id": 580}, "project": {"id": 320, "owner": {"id": 749}, "assignee": {"id": 801}}, "task": {"id": 384, "owner": {"id": 969}, "assignee": {"id": 1033}}, "job": {"id": 310, "assignee": {"id": 1111}}, "organization": {"id": 1251}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 77, "privilege": "worker"}, "organization": {"id": 153, "owner": {"id": 275}, "user": {"role": "worker"}}}, "resource": {"id": 388, "owner": {"id": 77}, "assignee": {"id": 565}, "project": {"id": 393, "owner": {"id": 791}, "assignee": {"id": 848}}, "task": {"id": 328, "owner": {"id": 921}, "assignee": {"id": 1050}}, "job": {"id": 376, "assignee": {"id": 1115}}, "organization": {"id": 153}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 82, "privilege": "worker"}, "organization": {"id": 102, "owner": {"id": 256}, "user": {"role": "worker"}}}, "resource": {"id": 351, "owner": {"id": 82}, "assignee": {"id": 558}, "project": {"id": 361, "owner": {"id": 758}, "assignee": {"id": 801}}, "task": {"id": 393, "owner": {"id": 911}, "assignee": {"id": 1023}}, "job": {"id": 373, "assignee": {"id": 1118}}, "organization": {"id": 102}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 23, "privilege": "worker"}, "organization": {"id": 182, "owner": {"id": 201}, "user": {"role": "worker"}}}, "resource": {"id": 381, "owner": {"id": 23}, "assignee": {"id": 570}, "project": {"id": 300, "owner": {"id": 790}, "assignee": {"id": 851}}, "task": {"id": 312, "owner": {"id": 960}, "assignee": {"id": 1080}}, "job": {"id": 311, "assignee": {"id": 1174}}, "organization": {"id": 182}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 42, "privilege": "worker"}, "organization": {"id": 186, "owner": {"id": 258}, "user": {"role": "worker"}}}, "resource": {"id": 380, "owner": {"id": 42}, "assignee": {"id": 517}, "project": {"id": 356, "owner": {"id": 796}, "assignee": {"id": 837}}, "task": {"id": 398, "owner": {"id": 965}, "assignee": {"id": 1091}}, "job": {"id": 378, "assignee": {"id": 1128}}, "organization": {"id": 186}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 96, "privilege": "worker"}, "organization": {"id": 189, "owner": {"id": 218}, "user": {"role": "worker"}}}, "resource": {"id": 356, "owner": {"id": 96}, "assignee": {"id": 521}, "project": {"id": 364, "owner": {"id": 730}, "assignee": {"id": 829}}, "task": {"id": 376, "owner": {"id": 914}, "assignee": {"id": 1053}}, "job": {"id": 361, "assignee": {"id": 1191}}, "organization": {"id": 1235}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 39, "privilege": "worker"}, "organization": {"id": 106, "owner": {"id": 290}, "user": {"role": "worker"}}}, "resource": {"id": 361, "owner": {"id": 39}, "assignee": {"id": 566}, "project": {"id": 312, "owner": {"id": 774}, "assignee": {"id": 838}}, "task": {"id": 367, "owner": {"id": 989}, "assignee": {"id": 1022}}, "job": {"id": 321, "assignee": {"id": 1117}}, "organization": {"id": 1262}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 74, "privilege": "worker"}, "organization": {"id": 183, "owner": {"id": 205}, "user": {"role": "worker"}}}, "resource": {"id": 393, "owner": {"id": 74}, "assignee": {"id": 524}, "project": {"id": 367, "owner": {"id": 774}, "assignee": {"id": 814}}, "task": {"id": 398, "owner": {"id": 934}, "assignee": {"id": 1057}}, "job": {"id": 341, "assignee": {"id": 1125}}, "organization": {"id": 1217}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 97, "privilege": "worker"}, "organization": {"id": 121, "owner": {"id": 241}, "user": {"role": "worker"}}}, "resource": {"id": 392, "owner": {"id": 97}, "assignee": {"id": 564}, "project": {"id": 388, "owner": {"id": 770}, "assignee": {"id": 876}}, "task": {"id": 303, "owner": {"id": 968}, "assignee": {"id": 1009}}, "job": {"id": 399, "assignee": {"id": 1111}}, "organization": {"id": 1231}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 35, "privilege": "worker"}, "organization": {"id": 173, "owner": {"id": 258}, "user": {"role": null}}}, "resource": {"id": 341, "owner": {"id": 35}, "assignee": {"id": 584}, "project": {"id": 325, "owner": {"id": 756}, "assignee": {"id": 880}}, "task": {"id": 311, "owner": {"id": 955}, "assignee": {"id": 1003}}, "job": {"id": 322, "assignee": {"id": 1126}}, "organization": {"id": 173}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 71, "privilege": "worker"}, "organization": {"id": 177, "owner": {"id": 228}, "user": {"role": null}}}, "resource": {"id": 378, "owner": {"id": 71}, "assignee": {"id": 553}, "project": {"id": 359, "owner": {"id": 792}, "assignee": {"id": 857}}, "task": {"id": 316, "owner": {"id": 959}, "assignee": {"id": 1091}}, "job": {"id": 304, "assignee": {"id": 1162}}, "organization": {"id": 177}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 96, "privilege": "worker"}, "organization": {"id": 164, "owner": {"id": 224}, "user": {"role": null}}}, "resource": {"id": 369, "owner": {"id": 96}, "assignee": {"id": 514}, "project": {"id": 359, "owner": {"id": 750}, "assignee": {"id": 812}}, "task": {"id": 311, "owner": {"id": 964}, "assignee": {"id": 1089}}, "job": {"id": 367, "assignee": {"id": 1118}}, "organization": {"id": 164}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 79, "privilege": "worker"}, "organization": {"id": 172, "owner": {"id": 231}, "user": {"role": null}}}, "resource": {"id": 308, "owner": {"id": 79}, "assignee": {"id": 576}, "project": {"id": 381, "owner": {"id": 743}, "assignee": {"id": 840}}, "task": {"id": 320, "owner": {"id": 981}, "assignee": {"id": 1020}}, "job": {"id": 311, "assignee": {"id": 1155}}, "organization": {"id": 172}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 7, "privilege": "worker"}, "organization": {"id": 120, "owner": {"id": 297}, "user": {"role": null}}}, "resource": {"id": 358, "owner": {"id": 7}, "assignee": {"id": 585}, "project": {"id": 398, "owner": {"id": 724}, "assignee": {"id": 832}}, "task": {"id": 314, "owner": {"id": 992}, "assignee": {"id": 1081}}, "job": {"id": 368, "assignee": {"id": 1123}}, "organization": {"id": 1252}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 89, "privilege": "worker"}, "organization": {"id": 168, "owner": {"id": 283}, "user": {"role": null}}}, "resource": {"id": 328, "owner": {"id": 89}, "assignee": {"id": 559}, "project": {"id": 376, "owner": {"id": 707}, "assignee": {"id": 886}}, "task": {"id": 355, "owner": {"id": 937}, "assignee": {"id": 1096}}, "job": {"id": 373, "assignee": {"id": 1129}}, "organization": {"id": 1223}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 17, "privilege": "worker"}, "organization": {"id": 102, "owner": {"id": 257}, "user": {"role": null}}}, "resource": {"id": 368, "owner": {"id": 17}, "assignee": {"id": 588}, "project": {"id": 311, "owner": {"id": 706}, "assignee": {"id": 838}}, "task": {"id": 368, "owner": {"id": 935}, "assignee": {"id": 1091}}, "job": {"id": 300, "assignee": {"id": 1117}}, "organization": {"id": 1213}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 75, "privilege": "worker"}, "organization": {"id": 119, "owner": {"id": 208}, "user": {"role": null}}}, "resource": {"id": 336, "owner": {"id": 75}, "assignee": {"id": 527}, "project": {"id": 346, "owner": {"id": 729}, "assignee": {"id": 834}}, "task": {"id": 352, "owner": {"id": 902}, "assignee": {"id": 1003}}, "job": {"id": 380, "assignee": {"id": 1155}}, "organization": {"id": 1281}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 15, "privilege": "none"}, "organization": {"id": 159, "owner": {"id": 15}, "user": {"role": "owner"}}}, "resource": {"id": 357, "owner": {"id": 15}, "assignee": {"id": 552}, "project": {"id": 305, "owner": {"id": 792}, "assignee": {"id": 882}}, "task": {"id": 378, "owner": {"id": 925}, "assignee": {"id": 1019}}, "job": {"id": 398, "assignee": {"id": 1144}}, "organization": {"id": 159}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 75, "privilege": "none"}, "organization": {"id": 175, "owner": {"id": 75}, "user": {"role": "owner"}}}, "resource": {"id": 372, "owner": {"id": 75}, "assignee": {"id": 549}, "project": {"id": 300, "owner": {"id": 769}, "assignee": {"id": 856}}, "task": {"id": 348, "owner": {"id": 999}, "assignee": {"id": 1075}}, "job": {"id": 392, "assignee": {"id": 1166}}, "organization": {"id": 175}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 60, "privilege": "none"}, "organization": {"id": 152, "owner": {"id": 60}, "user": {"role": "owner"}}}, "resource": {"id": 374, "owner": {"id": 60}, "assignee": {"id": 503}, "project": {"id": 354, "owner": {"id": 768}, "assignee": {"id": 814}}, "task": {"id": 384, "owner": {"id": 954}, "assignee": {"id": 1028}}, "job": {"id": 359, "assignee": {"id": 1166}}, "organization": {"id": 152}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 7, "privilege": "none"}, "organization": {"id": 188, "owner": {"id": 7}, "user": {"role": "owner"}}}, "resource": {"id": 328, "owner": {"id": 7}, "assignee": {"id": 593}, "project": {"id": 342, "owner": {"id": 746}, "assignee": {"id": 869}}, "task": {"id": 351, "owner": {"id": 911}, "assignee": {"id": 1057}}, "job": {"id": 319, "assignee": {"id": 1156}}, "organization": {"id": 188}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 46, "privilege": "none"}, "organization": {"id": 129, "owner": {"id": 46}, "user": {"role": "owner"}}}, "resource": {"id": 324, "owner": {"id": 46}, "assignee": {"id": 530}, "project": {"id": 305, "owner": {"id": 766}, "assignee": {"id": 850}}, "task": {"id": 377, "owner": {"id": 973}, "assignee": {"id": 1021}}, "job": {"id": 392, "assignee": {"id": 1103}}, "organization": {"id": 1283}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 3, "privilege": "none"}, "organization": {"id": 101, "owner": {"id": 3}, "user": {"role": "owner"}}}, "resource": {"id": 315, "owner": {"id": 3}, "assignee": {"id": 518}, "project": {"id": 355, "owner": {"id": 742}, "assignee": {"id": 845}}, "task": {"id": 378, "owner": {"id": 918}, "assignee": {"id": 1014}}, "job": {"id": 325, "assignee": {"id": 1142}}, "organization": {"id": 1242}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 45, "privilege": "none"}, "organization": {"id": 107, "owner": {"id": 45}, "user": {"role": "owner"}}}, "resource": {"id": 360, "owner": {"id": 45}, "assignee": {"id": 577}, "project": {"id": 321, "owner": {"id": 750}, "assignee": {"id": 891}}, "task": {"id": 373, "owner": {"id": 972}, "assignee": {"id": 1080}}, "job": {"id": 308, "assignee": {"id": 1185}}, "organization": {"id": 1291}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 85, "privilege": "none"}, "organization": {"id": 171, "owner": {"id": 85}, "user": {"role": "owner"}}}, "resource": {"id": 313, "owner": {"id": 85}, "assignee": {"id": 574}, "project": {"id": 379, "owner": {"id": 769}, "assignee": {"id": 869}}, "task": {"id": 373, "owner": {"id": 991}, "assignee": {"id": 1016}}, "job": {"id": 394, "assignee": {"id": 1157}}, "organization": {"id": 1287}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 31, "privilege": "none"}, "organization": {"id": 139, "owner": {"id": 259}, "user": {"role": "maintainer"}}}, "resource": {"id": 317, "owner": {"id": 31}, "assignee": {"id": 505}, "project": {"id": 357, "owner": {"id": 720}, "assignee": {"id": 864}}, "task": {"id": 363, "owner": {"id": 908}, "assignee": {"id": 1028}}, "job": {"id": 319, "assignee": {"id": 1157}}, "organization": {"id": 139}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 34, "privilege": "none"}, "organization": {"id": 166, "owner": {"id": 287}, "user": {"role": "maintainer"}}}, "resource": {"id": 349, "owner": {"id": 34}, "assignee": {"id": 542}, "project": {"id": 364, "owner": {"id": 789}, "assignee": {"id": 801}}, "task": {"id": 335, "owner": {"id": 969}, "assignee": {"id": 1036}}, "job": {"id": 335, "assignee": {"id": 1189}}, "organization": {"id": 166}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 99, "privilege": "none"}, "organization": {"id": 139, "owner": {"id": 202}, "user": {"role": "maintainer"}}}, "resource": {"id": 369, "owner": {"id": 99}, "assignee": {"id": 503}, "project": {"id": 368, "owner": {"id": 711}, "assignee": {"id": 835}}, "task": {"id": 339, "owner": {"id": 976}, "assignee": {"id": 1033}}, "job": {"id": 393, "assignee": {"id": 1147}}, "organization": {"id": 139}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 40, "privilege": "none"}, "organization": {"id": 145, "owner": {"id": 202}, "user": {"role": "maintainer"}}}, "resource": {"id": 340, "owner": {"id": 40}, "assignee": {"id": 547}, "project": {"id": 358, "owner": {"id": 799}, "assignee": {"id": 886}}, "task": {"id": 358, "owner": {"id": 949}, "assignee": {"id": 1022}}, "job": {"id": 384, "assignee": {"id": 1131}}, "organization": {"id": 145}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 3, "privilege": "none"}, "organization": {"id": 131, "owner": {"id": 228}, "user": {"role": "maintainer"}}}, "resource": {"id": 356, "owner": {"id": 3}, "assignee": {"id": 542}, "project": {"id": 314, "owner": {"id": 712}, "assignee": {"id": 829}}, "task": {"id": 392, "owner": {"id": 998}, "assignee": {"id": 1045}}, "job": {"id": 375, "assignee": {"id": 1158}}, "organization": {"id": 1231}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 53, "privilege": "none"}, "organization": {"id": 163, "owner": {"id": 271}, "user": {"role": "maintainer"}}}, "resource": {"id": 354, "owner": {"id": 53}, "assignee": {"id": 543}, "project": {"id": 314, "owner": {"id": 736}, "assignee": {"id": 853}}, "task": {"id": 399, "owner": {"id": 938}, "assignee": {"id": 1066}}, "job": {"id": 313, "assignee": {"id": 1188}}, "organization": {"id": 1254}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 34, "privilege": "none"}, "organization": {"id": 107, "owner": {"id": 262}, "user": {"role": "maintainer"}}}, "resource": {"id": 336, "owner": {"id": 34}, "assignee": {"id": 562}, "project": {"id": 367, "owner": {"id": 760}, "assignee": {"id": 833}}, "task": {"id": 300, "owner": {"id": 910}, "assignee": {"id": 1085}}, "job": {"id": 367, "assignee": {"id": 1142}}, "organization": {"id": 1241}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 17, "privilege": "none"}, "organization": {"id": 143, "owner": {"id": 225}, "user": {"role": "maintainer"}}}, "resource": {"id": 396, "owner": {"id": 17}, "assignee": {"id": 583}, "project": {"id": 326, "owner": {"id": 759}, "assignee": {"id": 888}}, "task": {"id": 301, "owner": {"id": 909}, "assignee": {"id": 1032}}, "job": {"id": 355, "assignee": {"id": 1160}}, "organization": {"id": 1274}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 30, "privilege": "none"}, "organization": {"id": 184, "owner": {"id": 208}, "user": {"role": "supervisor"}}}, "resource": {"id": 327, "owner": {"id": 30}, "assignee": {"id": 539}, "project": {"id": 325, "owner": {"id": 719}, "assignee": {"id": 819}}, "task": {"id": 385, "owner": {"id": 990}, "assignee": {"id": 1049}}, "job": {"id": 384, "assignee": {"id": 1180}}, "organization": {"id": 184}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 76, "privilege": "none"}, "organization": {"id": 112, "owner": {"id": 226}, "user": {"role": "supervisor"}}}, "resource": {"id": 348, "owner": {"id": 76}, "assignee": {"id": 599}, "project": {"id": 359, "owner": {"id": 716}, "assignee": {"id": 848}}, "task": {"id": 301, "owner": {"id": 978}, "assignee": {"id": 1079}}, "job": {"id": 305, "assignee": {"id": 1161}}, "organization": {"id": 112}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 61, "privilege": "none"}, "organization": {"id": 175, "owner": {"id": 288}, "user": {"role": "supervisor"}}}, "resource": {"id": 397, "owner": {"id": 61}, "assignee": {"id": 563}, "project": {"id": 334, "owner": {"id": 719}, "assignee": {"id": 874}}, "task": {"id": 371, "owner": {"id": 928}, "assignee": {"id": 1043}}, "job": {"id": 313, "assignee": {"id": 1168}}, "organization": {"id": 175}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 59, "privilege": "none"}, "organization": {"id": 127, "owner": {"id": 252}, "user": {"role": "supervisor"}}}, "resource": {"id": 392, "owner": {"id": 59}, "assignee": {"id": 520}, "project": {"id": 394, "owner": {"id": 720}, "assignee": {"id": 857}}, "task": {"id": 376, "owner": {"id": 983}, "assignee": {"id": 1084}}, "job": {"id": 323, "assignee": {"id": 1133}}, "organization": {"id": 127}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 7, "privilege": "none"}, "organization": {"id": 129, "owner": {"id": 254}, "user": {"role": "supervisor"}}}, "resource": {"id": 348, "owner": {"id": 7}, "assignee": {"id": 527}, "project": {"id": 396, "owner": {"id": 742}, "assignee": {"id": 818}}, "task": {"id": 373, "owner": {"id": 931}, "assignee": {"id": 1029}}, "job": {"id": 328, "assignee": {"id": 1172}}, "organization": {"id": 1270}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 85, "privilege": "none"}, "organization": {"id": 132, "owner": {"id": 234}, "user": {"role": "supervisor"}}}, "resource": {"id": 395, "owner": {"id": 85}, "assignee": {"id": 508}, "project": {"id": 340, "owner": {"id": 797}, "assignee": {"id": 838}}, "task": {"id": 311, "owner": {"id": 913}, "assignee": {"id": 1050}}, "job": {"id": 397, "assignee": {"id": 1104}}, "organization": {"id": 1292}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 53, "privilege": "none"}, "organization": {"id": 127, "owner": {"id": 280}, "user": {"role": "supervisor"}}}, "resource": {"id": 334, "owner": {"id": 53}, "assignee": {"id": 527}, "project": {"id": 334, "owner": {"id": 796}, "assignee": {"id": 881}}, "task": {"id": 371, "owner": {"id": 967}, "assignee": {"id": 1012}}, "job": {"id": 358, "assignee": {"id": 1105}}, "organization": {"id": 1281}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 65, "privilege": "none"}, "organization": {"id": 104, "owner": {"id": 226}, "user": {"role": "supervisor"}}}, "resource": {"id": 344, "owner": {"id": 65}, "assignee": {"id": 560}, "project": {"id": 344, "owner": {"id": 717}, "assignee": {"id": 822}}, "task": {"id": 326, "owner": {"id": 901}, "assignee": {"id": 1006}}, "job": {"id": 364, "assignee": {"id": 1117}}, "organization": {"id": 1272}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 10, "privilege": "none"}, "organization": {"id": 174, "owner": {"id": 241}, "user": {"role": "worker"}}}, "resource": {"id": 353, "owner": {"id": 10}, "assignee": {"id": 506}, "project": {"id": 384, "owner": {"id": 729}, "assignee": {"id": 818}}, "task": {"id": 380, "owner": {"id": 949}, "assignee": {"id": 1099}}, "job": {"id": 345, "assignee": {"id": 1126}}, "organization": {"id": 174}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 18, "privilege": "none"}, "organization": {"id": 174, "owner": {"id": 203}, "user": {"role": "worker"}}}, "resource": {"id": 384, "owner": {"id": 18}, "assignee": {"id": 530}, "project": {"id": 356, "owner": {"id": 747}, "assignee": {"id": 809}}, "task": {"id": 331, "owner": {"id": 906}, "assignee": {"id": 1078}}, "job": {"id": 370, "assignee": {"id": 1136}}, "organization": {"id": 174}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 43, "privilege": "none"}, "organization": {"id": 118, "owner": {"id": 228}, "user": {"role": "worker"}}}, "resource": {"id": 366, "owner": {"id": 43}, "assignee": {"id": 520}, "project": {"id": 316, "owner": {"id": 767}, "assignee": {"id": 824}}, "task": {"id": 354, "owner": {"id": 957}, "assignee": {"id": 1016}}, "job": {"id": 375, "assignee": {"id": 1125}}, "organization": {"id": 118}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 88, "privilege": "none"}, "organization": {"id": 178, "owner": {"id": 225}, "user": {"role": "worker"}}}, "resource": {"id": 335, "owner": {"id": 88}, "assignee": {"id": 534}, "project": {"id": 349, "owner": {"id": 780}, "assignee": {"id": 828}}, "task": {"id": 381, "owner": {"id": 957}, "assignee": {"id": 1027}}, "job": {"id": 333, "assignee": {"id": 1142}}, "organization": {"id": 178}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 22, "privilege": "none"}, "organization": {"id": 157, "owner": {"id": 215}, "user": {"role": "worker"}}}, "resource": {"id": 377, "owner": {"id": 22}, "assignee": {"id": 541}, "project": {"id": 301, "owner": {"id": 735}, "assignee": {"id": 891}}, "task": {"id": 329, "owner": {"id": 993}, "assignee": {"id": 1051}}, "job": {"id": 377, "assignee": {"id": 1135}}, "organization": {"id": 1225}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 44, "privilege": "none"}, "organization": {"id": 133, "owner": {"id": 299}, "user": {"role": "worker"}}}, "resource": {"id": 331, "owner": {"id": 44}, "assignee": {"id": 524}, "project": {"id": 349, "owner": {"id": 785}, "assignee": {"id": 895}}, "task": {"id": 300, "owner": {"id": 905}, "assignee": {"id": 1000}}, "job": {"id": 301, "assignee": {"id": 1109}}, "organization": {"id": 1231}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 28, "privilege": "none"}, "organization": {"id": 179, "owner": {"id": 234}, "user": {"role": "worker"}}}, "resource": {"id": 358, "owner": {"id": 28}, "assignee": {"id": 514}, "project": {"id": 365, "owner": {"id": 725}, "assignee": {"id": 857}}, "task": {"id": 324, "owner": {"id": 991}, "assignee": {"id": 1076}}, "job": {"id": 370, "assignee": {"id": 1114}}, "organization": {"id": 1279}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 12, "privilege": "none"}, "organization": {"id": 154, "owner": {"id": 212}, "user": {"role": "worker"}}}, "resource": {"id": 338, "owner": {"id": 12}, "assignee": {"id": 561}, "project": {"id": 378, "owner": {"id": 792}, "assignee": {"id": 827}}, "task": {"id": 313, "owner": {"id": 955}, "assignee": {"id": 1056}}, "job": {"id": 338, "assignee": {"id": 1128}}, "organization": {"id": 1295}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 78, "privilege": "none"}, "organization": {"id": 121, "owner": {"id": 216}, "user": {"role": null}}}, "resource": {"id": 340, "owner": {"id": 78}, "assignee": {"id": 590}, "project": {"id": 328, "owner": {"id": 785}, "assignee": {"id": 801}}, "task": {"id": 303, "owner": {"id": 984}, "assignee": {"id": 1001}}, "job": {"id": 395, "assignee": {"id": 1186}}, "organization": {"id": 121}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 90, "privilege": "none"}, "organization": {"id": 181, "owner": {"id": 243}, "user": {"role": null}}}, "resource": {"id": 314, "owner": {"id": 90}, "assignee": {"id": 586}, "project": {"id": 319, "owner": {"id": 789}, "assignee": {"id": 877}}, "task": {"id": 306, "owner": {"id": 945}, "assignee": {"id": 1063}}, "job": {"id": 392, "assignee": {"id": 1191}}, "organization": {"id": 181}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 29, "privilege": "none"}, "organization": {"id": 164, "owner": {"id": 299}, "user": {"role": null}}}, "resource": {"id": 399, "owner": {"id": 29}, "assignee": {"id": 514}, "project": {"id": 361, "owner": {"id": 754}, "assignee": {"id": 893}}, "task": {"id": 300, "owner": {"id": 913}, "assignee": {"id": 1060}}, "job": {"id": 328, "assignee": {"id": 1125}}, "organization": {"id": 164}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 65, "privilege": "none"}, "organization": {"id": 120, "owner": {"id": 222}, "user": {"role": null}}}, "resource": {"id": 373, "owner": {"id": 65}, "assignee": {"id": 503}, "project": {"id": 377, "owner": {"id": 733}, "assignee": {"id": 824}}, "task": {"id": 340, "owner": {"id": 951}, "assignee": {"id": 1093}}, "job": {"id": 391, "assignee": {"id": 1104}}, "organization": {"id": 120}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 40, "privilege": "none"}, "organization": {"id": 104, "owner": {"id": 244}, "user": {"role": null}}}, "resource": {"id": 345, "owner": {"id": 40}, "assignee": {"id": 536}, "project": {"id": 328, "owner": {"id": 788}, "assignee": {"id": 851}}, "task": {"id": 390, "owner": {"id": 911}, "assignee": {"id": 1025}}, "job": {"id": 374, "assignee": {"id": 1142}}, "organization": {"id": 1211}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 1, "privilege": "none"}, "organization": {"id": 171, "owner": {"id": 207}, "user": {"role": null}}}, "resource": {"id": 390, "owner": {"id": 1}, "assignee": {"id": 588}, "project": {"id": 358, "owner": {"id": 707}, "assignee": {"id": 857}}, "task": {"id": 324, "owner": {"id": 944}, "assignee": {"id": 1033}}, "job": {"id": 376, "assignee": {"id": 1141}}, "organization": {"id": 1227}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 3, "privilege": "none"}, "organization": {"id": 168, "owner": {"id": 255}, "user": {"role": null}}}, "resource": {"id": 301, "owner": {"id": 3}, "assignee": {"id": 572}, "project": {"id": 337, "owner": {"id": 772}, "assignee": {"id": 866}}, "task": {"id": 383, "owner": {"id": 936}, "assignee": {"id": 1045}}, "job": {"id": 309, "assignee": {"id": 1110}}, "organization": {"id": 1273}}} +test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 20, "privilege": "none"}, "organization": {"id": 170, "owner": {"id": 263}, "user": {"role": null}}}, "resource": {"id": 337, "owner": {"id": 20}, "assignee": {"id": 504}, "project": {"id": 316, "owner": {"id": 753}, "assignee": {"id": 832}}, "task": {"id": 317, "owner": {"id": 943}, "assignee": {"id": 1087}}, "job": {"id": 380, "assignee": {"id": 1170}}, "organization": {"id": 1292}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 57, "privilege": "admin"}, "organization": {"id": 111, "owner": {"id": 57}, "user": {"role": "owner"}}}, "resource": {"id": 324, "owner": {"id": 621}, "assignee": {"id": 57}, "project": {"id": 347, "owner": {"id": 789}, "assignee": {"id": 803}}, "task": {"id": 350, "owner": {"id": 966}, "assignee": {"id": 1001}}, "job": {"id": 382, "assignee": {"id": 1185}}, "organization": {"id": 111}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 17, "privilege": "admin"}, "organization": {"id": 112, "owner": {"id": 17}, "user": {"role": "owner"}}}, "resource": {"id": 301, "owner": {"id": 614}, "assignee": {"id": 17}, "project": {"id": 321, "owner": {"id": 795}, "assignee": {"id": 802}}, "task": {"id": 362, "owner": {"id": 947}, "assignee": {"id": 1065}}, "job": {"id": 319, "assignee": {"id": 1135}}, "organization": {"id": 112}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 24, "privilege": "admin"}, "organization": {"id": 151, "owner": {"id": 24}, "user": {"role": "owner"}}}, "resource": {"id": 370, "owner": {"id": 650}, "assignee": {"id": 24}, "project": {"id": 342, "owner": {"id": 732}, "assignee": {"id": 858}}, "task": {"id": 364, "owner": {"id": 923}, "assignee": {"id": 1008}}, "job": {"id": 393, "assignee": {"id": 1151}}, "organization": {"id": 151}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 87, "privilege": "admin"}, "organization": {"id": 166, "owner": {"id": 87}, "user": {"role": "owner"}}}, "resource": {"id": 393, "owner": {"id": 614}, "assignee": {"id": 87}, "project": {"id": 393, "owner": {"id": 710}, "assignee": {"id": 863}}, "task": {"id": 337, "owner": {"id": 950}, "assignee": {"id": 1015}}, "job": {"id": 326, "assignee": {"id": 1155}}, "organization": {"id": 166}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 97, "privilege": "admin"}, "organization": {"id": 123, "owner": {"id": 97}, "user": {"role": "owner"}}}, "resource": {"id": 333, "owner": {"id": 631}, "assignee": {"id": 97}, "project": {"id": 362, "owner": {"id": 736}, "assignee": {"id": 824}}, "task": {"id": 332, "owner": {"id": 945}, "assignee": {"id": 1038}}, "job": {"id": 376, "assignee": {"id": 1126}}, "organization": {"id": 1236}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 93, "privilege": "admin"}, "organization": {"id": 145, "owner": {"id": 93}, "user": {"role": "owner"}}}, "resource": {"id": 394, "owner": {"id": 637}, "assignee": {"id": 93}, "project": {"id": 389, "owner": {"id": 746}, "assignee": {"id": 866}}, "task": {"id": 387, "owner": {"id": 906}, "assignee": {"id": 1071}}, "job": {"id": 364, "assignee": {"id": 1151}}, "organization": {"id": 1267}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 92, "privilege": "admin"}, "organization": {"id": 157, "owner": {"id": 92}, "user": {"role": "owner"}}}, "resource": {"id": 361, "owner": {"id": 698}, "assignee": {"id": 92}, "project": {"id": 358, "owner": {"id": 763}, "assignee": {"id": 886}}, "task": {"id": 345, "owner": {"id": 945}, "assignee": {"id": 1011}}, "job": {"id": 332, "assignee": {"id": 1118}}, "organization": {"id": 1282}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 12, "privilege": "admin"}, "organization": {"id": 189, "owner": {"id": 12}, "user": {"role": "owner"}}}, "resource": {"id": 339, "owner": {"id": 601}, "assignee": {"id": 12}, "project": {"id": 358, "owner": {"id": 795}, "assignee": {"id": 898}}, "task": {"id": 315, "owner": {"id": 995}, "assignee": {"id": 1023}}, "job": {"id": 339, "assignee": {"id": 1184}}, "organization": {"id": 1287}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 79, "privilege": "admin"}, "organization": {"id": 181, "owner": {"id": 269}, "user": {"role": "maintainer"}}}, "resource": {"id": 392, "owner": {"id": 693}, "assignee": {"id": 79}, "project": {"id": 331, "owner": {"id": 770}, "assignee": {"id": 897}}, "task": {"id": 344, "owner": {"id": 967}, "assignee": {"id": 1030}}, "job": {"id": 331, "assignee": {"id": 1159}}, "organization": {"id": 181}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 3, "privilege": "admin"}, "organization": {"id": 164, "owner": {"id": 251}, "user": {"role": "maintainer"}}}, "resource": {"id": 388, "owner": {"id": 631}, "assignee": {"id": 3}, "project": {"id": 375, "owner": {"id": 764}, "assignee": {"id": 804}}, "task": {"id": 309, "owner": {"id": 950}, "assignee": {"id": 1059}}, "job": {"id": 300, "assignee": {"id": 1173}}, "organization": {"id": 164}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 50, "privilege": "admin"}, "organization": {"id": 153, "owner": {"id": 256}, "user": {"role": "maintainer"}}}, "resource": {"id": 317, "owner": {"id": 638}, "assignee": {"id": 50}, "project": {"id": 330, "owner": {"id": 786}, "assignee": {"id": 893}}, "task": {"id": 388, "owner": {"id": 985}, "assignee": {"id": 1071}}, "job": {"id": 302, "assignee": {"id": 1156}}, "organization": {"id": 153}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 86, "privilege": "admin"}, "organization": {"id": 187, "owner": {"id": 286}, "user": {"role": "maintainer"}}}, "resource": {"id": 387, "owner": {"id": 661}, "assignee": {"id": 86}, "project": {"id": 397, "owner": {"id": 723}, "assignee": {"id": 866}}, "task": {"id": 377, "owner": {"id": 967}, "assignee": {"id": 1030}}, "job": {"id": 310, "assignee": {"id": 1169}}, "organization": {"id": 187}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 97, "privilege": "admin"}, "organization": {"id": 129, "owner": {"id": 219}, "user": {"role": "maintainer"}}}, "resource": {"id": 303, "owner": {"id": 650}, "assignee": {"id": 97}, "project": {"id": 320, "owner": {"id": 769}, "assignee": {"id": 871}}, "task": {"id": 336, "owner": {"id": 983}, "assignee": {"id": 1083}}, "job": {"id": 340, "assignee": {"id": 1119}}, "organization": {"id": 1229}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 80, "privilege": "admin"}, "organization": {"id": 126, "owner": {"id": 297}, "user": {"role": "maintainer"}}}, "resource": {"id": 306, "owner": {"id": 661}, "assignee": {"id": 80}, "project": {"id": 330, "owner": {"id": 744}, "assignee": {"id": 897}}, "task": {"id": 371, "owner": {"id": 967}, "assignee": {"id": 1040}}, "job": {"id": 376, "assignee": {"id": 1182}}, "organization": {"id": 1281}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 16, "privilege": "admin"}, "organization": {"id": 128, "owner": {"id": 236}, "user": {"role": "maintainer"}}}, "resource": {"id": 351, "owner": {"id": 643}, "assignee": {"id": 16}, "project": {"id": 379, "owner": {"id": 784}, "assignee": {"id": 848}}, "task": {"id": 320, "owner": {"id": 957}, "assignee": {"id": 1014}}, "job": {"id": 303, "assignee": {"id": 1118}}, "organization": {"id": 1270}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 93, "privilege": "admin"}, "organization": {"id": 192, "owner": {"id": 201}, "user": {"role": "maintainer"}}}, "resource": {"id": 349, "owner": {"id": 607}, "assignee": {"id": 93}, "project": {"id": 382, "owner": {"id": 700}, "assignee": {"id": 810}}, "task": {"id": 343, "owner": {"id": 984}, "assignee": {"id": 1083}}, "job": {"id": 379, "assignee": {"id": 1129}}, "organization": {"id": 1228}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 17, "privilege": "admin"}, "organization": {"id": 196, "owner": {"id": 200}, "user": {"role": "supervisor"}}}, "resource": {"id": 372, "owner": {"id": 669}, "assignee": {"id": 17}, "project": {"id": 313, "owner": {"id": 734}, "assignee": {"id": 800}}, "task": {"id": 338, "owner": {"id": 998}, "assignee": {"id": 1025}}, "job": {"id": 370, "assignee": {"id": 1176}}, "organization": {"id": 196}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 99, "privilege": "admin"}, "organization": {"id": 188, "owner": {"id": 255}, "user": {"role": "supervisor"}}}, "resource": {"id": 392, "owner": {"id": 669}, "assignee": {"id": 99}, "project": {"id": 357, "owner": {"id": 774}, "assignee": {"id": 822}}, "task": {"id": 376, "owner": {"id": 960}, "assignee": {"id": 1076}}, "job": {"id": 324, "assignee": {"id": 1168}}, "organization": {"id": 188}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 14, "privilege": "admin"}, "organization": {"id": 140, "owner": {"id": 283}, "user": {"role": "supervisor"}}}, "resource": {"id": 315, "owner": {"id": 665}, "assignee": {"id": 14}, "project": {"id": 355, "owner": {"id": 732}, "assignee": {"id": 827}}, "task": {"id": 330, "owner": {"id": 964}, "assignee": {"id": 1012}}, "job": {"id": 358, "assignee": {"id": 1116}}, "organization": {"id": 140}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 69, "privilege": "admin"}, "organization": {"id": 191, "owner": {"id": 240}, "user": {"role": "supervisor"}}}, "resource": {"id": 314, "owner": {"id": 664}, "assignee": {"id": 69}, "project": {"id": 385, "owner": {"id": 792}, "assignee": {"id": 878}}, "task": {"id": 345, "owner": {"id": 912}, "assignee": {"id": 1083}}, "job": {"id": 358, "assignee": {"id": 1198}}, "organization": {"id": 191}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 47, "privilege": "admin"}, "organization": {"id": 192, "owner": {"id": 268}, "user": {"role": "supervisor"}}}, "resource": {"id": 362, "owner": {"id": 654}, "assignee": {"id": 47}, "project": {"id": 305, "owner": {"id": 748}, "assignee": {"id": 858}}, "task": {"id": 307, "owner": {"id": 934}, "assignee": {"id": 1025}}, "job": {"id": 367, "assignee": {"id": 1172}}, "organization": {"id": 1200}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 48, "privilege": "admin"}, "organization": {"id": 111, "owner": {"id": 228}, "user": {"role": "supervisor"}}}, "resource": {"id": 349, "owner": {"id": 660}, "assignee": {"id": 48}, "project": {"id": 372, "owner": {"id": 747}, "assignee": {"id": 834}}, "task": {"id": 372, "owner": {"id": 961}, "assignee": {"id": 1042}}, "job": {"id": 337, "assignee": {"id": 1164}}, "organization": {"id": 1287}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 53, "privilege": "admin"}, "organization": {"id": 116, "owner": {"id": 226}, "user": {"role": "supervisor"}}}, "resource": {"id": 324, "owner": {"id": 672}, "assignee": {"id": 53}, "project": {"id": 360, "owner": {"id": 776}, "assignee": {"id": 842}}, "task": {"id": 319, "owner": {"id": 941}, "assignee": {"id": 1022}}, "job": {"id": 351, "assignee": {"id": 1100}}, "organization": {"id": 1258}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 40, "privilege": "admin"}, "organization": {"id": 161, "owner": {"id": 239}, "user": {"role": "supervisor"}}}, "resource": {"id": 317, "owner": {"id": 657}, "assignee": {"id": 40}, "project": {"id": 388, "owner": {"id": 776}, "assignee": {"id": 889}}, "task": {"id": 357, "owner": {"id": 943}, "assignee": {"id": 1019}}, "job": {"id": 313, "assignee": {"id": 1155}}, "organization": {"id": 1200}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 37, "privilege": "admin"}, "organization": {"id": 138, "owner": {"id": 268}, "user": {"role": "worker"}}}, "resource": {"id": 396, "owner": {"id": 641}, "assignee": {"id": 37}, "project": {"id": 398, "owner": {"id": 758}, "assignee": {"id": 811}}, "task": {"id": 370, "owner": {"id": 900}, "assignee": {"id": 1083}}, "job": {"id": 393, "assignee": {"id": 1103}}, "organization": {"id": 138}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 53, "privilege": "admin"}, "organization": {"id": 178, "owner": {"id": 203}, "user": {"role": "worker"}}}, "resource": {"id": 343, "owner": {"id": 608}, "assignee": {"id": 53}, "project": {"id": 303, "owner": {"id": 766}, "assignee": {"id": 866}}, "task": {"id": 347, "owner": {"id": 998}, "assignee": {"id": 1048}}, "job": {"id": 337, "assignee": {"id": 1157}}, "organization": {"id": 178}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 49, "privilege": "admin"}, "organization": {"id": 157, "owner": {"id": 235}, "user": {"role": "worker"}}}, "resource": {"id": 302, "owner": {"id": 656}, "assignee": {"id": 49}, "project": {"id": 312, "owner": {"id": 795}, "assignee": {"id": 887}}, "task": {"id": 372, "owner": {"id": 922}, "assignee": {"id": 1087}}, "job": {"id": 364, "assignee": {"id": 1199}}, "organization": {"id": 157}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 38, "privilege": "admin"}, "organization": {"id": 132, "owner": {"id": 266}, "user": {"role": "worker"}}}, "resource": {"id": 387, "owner": {"id": 672}, "assignee": {"id": 38}, "project": {"id": 373, "owner": {"id": 758}, "assignee": {"id": 817}}, "task": {"id": 356, "owner": {"id": 982}, "assignee": {"id": 1097}}, "job": {"id": 310, "assignee": {"id": 1129}}, "organization": {"id": 132}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 75, "privilege": "admin"}, "organization": {"id": 100, "owner": {"id": 286}, "user": {"role": "worker"}}}, "resource": {"id": 389, "owner": {"id": 666}, "assignee": {"id": 75}, "project": {"id": 366, "owner": {"id": 740}, "assignee": {"id": 823}}, "task": {"id": 358, "owner": {"id": 971}, "assignee": {"id": 1075}}, "job": {"id": 348, "assignee": {"id": 1197}}, "organization": {"id": 1209}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 59, "privilege": "admin"}, "organization": {"id": 125, "owner": {"id": 299}, "user": {"role": "worker"}}}, "resource": {"id": 334, "owner": {"id": 684}, "assignee": {"id": 59}, "project": {"id": 318, "owner": {"id": 753}, "assignee": {"id": 827}}, "task": {"id": 374, "owner": {"id": 922}, "assignee": {"id": 1006}}, "job": {"id": 396, "assignee": {"id": 1108}}, "organization": {"id": 1285}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 32, "privilege": "admin"}, "organization": {"id": 117, "owner": {"id": 211}, "user": {"role": "worker"}}}, "resource": {"id": 398, "owner": {"id": 676}, "assignee": {"id": 32}, "project": {"id": 399, "owner": {"id": 719}, "assignee": {"id": 864}}, "task": {"id": 327, "owner": {"id": 934}, "assignee": {"id": 1032}}, "job": {"id": 345, "assignee": {"id": 1151}}, "organization": {"id": 1268}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 31, "privilege": "admin"}, "organization": {"id": 123, "owner": {"id": 268}, "user": {"role": "worker"}}}, "resource": {"id": 346, "owner": {"id": 697}, "assignee": {"id": 31}, "project": {"id": 366, "owner": {"id": 792}, "assignee": {"id": 844}}, "task": {"id": 397, "owner": {"id": 903}, "assignee": {"id": 1099}}, "job": {"id": 308, "assignee": {"id": 1141}}, "organization": {"id": 1231}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 53, "privilege": "admin"}, "organization": {"id": 118, "owner": {"id": 259}, "user": {"role": null}}}, "resource": {"id": 367, "owner": {"id": 639}, "assignee": {"id": 53}, "project": {"id": 329, "owner": {"id": 740}, "assignee": {"id": 891}}, "task": {"id": 319, "owner": {"id": 917}, "assignee": {"id": 1099}}, "job": {"id": 391, "assignee": {"id": 1119}}, "organization": {"id": 118}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 43, "privilege": "admin"}, "organization": {"id": 184, "owner": {"id": 248}, "user": {"role": null}}}, "resource": {"id": 314, "owner": {"id": 654}, "assignee": {"id": 43}, "project": {"id": 365, "owner": {"id": 741}, "assignee": {"id": 875}}, "task": {"id": 352, "owner": {"id": 914}, "assignee": {"id": 1066}}, "job": {"id": 357, "assignee": {"id": 1172}}, "organization": {"id": 184}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 4, "privilege": "admin"}, "organization": {"id": 100, "owner": {"id": 265}, "user": {"role": null}}}, "resource": {"id": 333, "owner": {"id": 606}, "assignee": {"id": 4}, "project": {"id": 340, "owner": {"id": 717}, "assignee": {"id": 837}}, "task": {"id": 377, "owner": {"id": 919}, "assignee": {"id": 1031}}, "job": {"id": 340, "assignee": {"id": 1161}}, "organization": {"id": 100}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 74, "privilege": "admin"}, "organization": {"id": 193, "owner": {"id": 272}, "user": {"role": null}}}, "resource": {"id": 305, "owner": {"id": 662}, "assignee": {"id": 74}, "project": {"id": 307, "owner": {"id": 747}, "assignee": {"id": 820}}, "task": {"id": 374, "owner": {"id": 908}, "assignee": {"id": 1021}}, "job": {"id": 340, "assignee": {"id": 1110}}, "organization": {"id": 193}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 22, "privilege": "admin"}, "organization": {"id": 143, "owner": {"id": 288}, "user": {"role": null}}}, "resource": {"id": 331, "owner": {"id": 654}, "assignee": {"id": 22}, "project": {"id": 398, "owner": {"id": 735}, "assignee": {"id": 888}}, "task": {"id": 397, "owner": {"id": 989}, "assignee": {"id": 1030}}, "job": {"id": 346, "assignee": {"id": 1182}}, "organization": {"id": 1213}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 86, "privilege": "admin"}, "organization": {"id": 150, "owner": {"id": 238}, "user": {"role": null}}}, "resource": {"id": 347, "owner": {"id": 603}, "assignee": {"id": 86}, "project": {"id": 367, "owner": {"id": 765}, "assignee": {"id": 831}}, "task": {"id": 379, "owner": {"id": 942}, "assignee": {"id": 1090}}, "job": {"id": 362, "assignee": {"id": 1172}}, "organization": {"id": 1298}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 47, "privilege": "admin"}, "organization": {"id": 184, "owner": {"id": 266}, "user": {"role": null}}}, "resource": {"id": 377, "owner": {"id": 632}, "assignee": {"id": 47}, "project": {"id": 333, "owner": {"id": 797}, "assignee": {"id": 867}}, "task": {"id": 396, "owner": {"id": 922}, "assignee": {"id": 1050}}, "job": {"id": 344, "assignee": {"id": 1100}}, "organization": {"id": 1270}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 49, "privilege": "admin"}, "organization": {"id": 104, "owner": {"id": 291}, "user": {"role": null}}}, "resource": {"id": 339, "owner": {"id": 674}, "assignee": {"id": 49}, "project": {"id": 377, "owner": {"id": 764}, "assignee": {"id": 805}}, "task": {"id": 308, "owner": {"id": 973}, "assignee": {"id": 1073}}, "job": {"id": 332, "assignee": {"id": 1136}}, "organization": {"id": 1249}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 41, "privilege": "business"}, "organization": {"id": 194, "owner": {"id": 41}, "user": {"role": "owner"}}}, "resource": {"id": 337, "owner": {"id": 647}, "assignee": {"id": 41}, "project": {"id": 338, "owner": {"id": 760}, "assignee": {"id": 860}}, "task": {"id": 383, "owner": {"id": 937}, "assignee": {"id": 1036}}, "job": {"id": 333, "assignee": {"id": 1174}}, "organization": {"id": 194}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 44, "privilege": "business"}, "organization": {"id": 187, "owner": {"id": 44}, "user": {"role": "owner"}}}, "resource": {"id": 300, "owner": {"id": 665}, "assignee": {"id": 44}, "project": {"id": 373, "owner": {"id": 784}, "assignee": {"id": 884}}, "task": {"id": 338, "owner": {"id": 932}, "assignee": {"id": 1020}}, "job": {"id": 376, "assignee": {"id": 1171}}, "organization": {"id": 187}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 17, "privilege": "business"}, "organization": {"id": 123, "owner": {"id": 17}, "user": {"role": "owner"}}}, "resource": {"id": 324, "owner": {"id": 643}, "assignee": {"id": 17}, "project": {"id": 389, "owner": {"id": 721}, "assignee": {"id": 828}}, "task": {"id": 339, "owner": {"id": 949}, "assignee": {"id": 1018}}, "job": {"id": 319, "assignee": {"id": 1148}}, "organization": {"id": 123}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 54, "privilege": "business"}, "organization": {"id": 146, "owner": {"id": 54}, "user": {"role": "owner"}}}, "resource": {"id": 387, "owner": {"id": 606}, "assignee": {"id": 54}, "project": {"id": 360, "owner": {"id": 709}, "assignee": {"id": 818}}, "task": {"id": 331, "owner": {"id": 940}, "assignee": {"id": 1016}}, "job": {"id": 319, "assignee": {"id": 1195}}, "organization": {"id": 146}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 25, "privilege": "business"}, "organization": {"id": 195, "owner": {"id": 25}, "user": {"role": "owner"}}}, "resource": {"id": 300, "owner": {"id": 679}, "assignee": {"id": 25}, "project": {"id": 316, "owner": {"id": 729}, "assignee": {"id": 822}}, "task": {"id": 366, "owner": {"id": 900}, "assignee": {"id": 1077}}, "job": {"id": 398, "assignee": {"id": 1146}}, "organization": {"id": 1298}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 74, "privilege": "business"}, "organization": {"id": 135, "owner": {"id": 74}, "user": {"role": "owner"}}}, "resource": {"id": 353, "owner": {"id": 649}, "assignee": {"id": 74}, "project": {"id": 324, "owner": {"id": 742}, "assignee": {"id": 838}}, "task": {"id": 308, "owner": {"id": 935}, "assignee": {"id": 1033}}, "job": {"id": 345, "assignee": {"id": 1158}}, "organization": {"id": 1243}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 73, "privilege": "business"}, "organization": {"id": 181, "owner": {"id": 73}, "user": {"role": "owner"}}}, "resource": {"id": 322, "owner": {"id": 679}, "assignee": {"id": 73}, "project": {"id": 392, "owner": {"id": 752}, "assignee": {"id": 891}}, "task": {"id": 311, "owner": {"id": 976}, "assignee": {"id": 1012}}, "job": {"id": 320, "assignee": {"id": 1162}}, "organization": {"id": 1284}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 34, "privilege": "business"}, "organization": {"id": 175, "owner": {"id": 34}, "user": {"role": "owner"}}}, "resource": {"id": 326, "owner": {"id": 611}, "assignee": {"id": 34}, "project": {"id": 376, "owner": {"id": 737}, "assignee": {"id": 871}}, "task": {"id": 360, "owner": {"id": 976}, "assignee": {"id": 1063}}, "job": {"id": 311, "assignee": {"id": 1175}}, "organization": {"id": 1281}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 18, "privilege": "business"}, "organization": {"id": 182, "owner": {"id": 291}, "user": {"role": "maintainer"}}}, "resource": {"id": 300, "owner": {"id": 666}, "assignee": {"id": 18}, "project": {"id": 372, "owner": {"id": 708}, "assignee": {"id": 841}}, "task": {"id": 359, "owner": {"id": 984}, "assignee": {"id": 1099}}, "job": {"id": 312, "assignee": {"id": 1199}}, "organization": {"id": 182}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 63, "privilege": "business"}, "organization": {"id": 183, "owner": {"id": 285}, "user": {"role": "maintainer"}}}, "resource": {"id": 319, "owner": {"id": 672}, "assignee": {"id": 63}, "project": {"id": 323, "owner": {"id": 733}, "assignee": {"id": 892}}, "task": {"id": 373, "owner": {"id": 939}, "assignee": {"id": 1037}}, "job": {"id": 371, "assignee": {"id": 1111}}, "organization": {"id": 183}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 3, "privilege": "business"}, "organization": {"id": 141, "owner": {"id": 236}, "user": {"role": "maintainer"}}}, "resource": {"id": 357, "owner": {"id": 681}, "assignee": {"id": 3}, "project": {"id": 385, "owner": {"id": 764}, "assignee": {"id": 879}}, "task": {"id": 372, "owner": {"id": 901}, "assignee": {"id": 1091}}, "job": {"id": 301, "assignee": {"id": 1181}}, "organization": {"id": 141}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 66, "privilege": "business"}, "organization": {"id": 145, "owner": {"id": 295}, "user": {"role": "maintainer"}}}, "resource": {"id": 307, "owner": {"id": 640}, "assignee": {"id": 66}, "project": {"id": 399, "owner": {"id": 771}, "assignee": {"id": 826}}, "task": {"id": 302, "owner": {"id": 943}, "assignee": {"id": 1036}}, "job": {"id": 345, "assignee": {"id": 1195}}, "organization": {"id": 145}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 45, "privilege": "business"}, "organization": {"id": 169, "owner": {"id": 292}, "user": {"role": "maintainer"}}}, "resource": {"id": 308, "owner": {"id": 621}, "assignee": {"id": 45}, "project": {"id": 303, "owner": {"id": 775}, "assignee": {"id": 893}}, "task": {"id": 374, "owner": {"id": 947}, "assignee": {"id": 1007}}, "job": {"id": 360, "assignee": {"id": 1187}}, "organization": {"id": 1236}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 23, "privilege": "business"}, "organization": {"id": 140, "owner": {"id": 284}, "user": {"role": "maintainer"}}}, "resource": {"id": 349, "owner": {"id": 604}, "assignee": {"id": 23}, "project": {"id": 393, "owner": {"id": 765}, "assignee": {"id": 832}}, "task": {"id": 363, "owner": {"id": 992}, "assignee": {"id": 1038}}, "job": {"id": 398, "assignee": {"id": 1171}}, "organization": {"id": 1238}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 14, "privilege": "business"}, "organization": {"id": 141, "owner": {"id": 245}, "user": {"role": "maintainer"}}}, "resource": {"id": 344, "owner": {"id": 682}, "assignee": {"id": 14}, "project": {"id": 307, "owner": {"id": 769}, "assignee": {"id": 870}}, "task": {"id": 386, "owner": {"id": 962}, "assignee": {"id": 1095}}, "job": {"id": 324, "assignee": {"id": 1179}}, "organization": {"id": 1262}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 6, "privilege": "business"}, "organization": {"id": 127, "owner": {"id": 254}, "user": {"role": "maintainer"}}}, "resource": {"id": 315, "owner": {"id": 652}, "assignee": {"id": 6}, "project": {"id": 385, "owner": {"id": 799}, "assignee": {"id": 841}}, "task": {"id": 334, "owner": {"id": 910}, "assignee": {"id": 1004}}, "job": {"id": 362, "assignee": {"id": 1124}}, "organization": {"id": 1213}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 93, "privilege": "business"}, "organization": {"id": 157, "owner": {"id": 241}, "user": {"role": "supervisor"}}}, "resource": {"id": 386, "owner": {"id": 617}, "assignee": {"id": 93}, "project": {"id": 339, "owner": {"id": 754}, "assignee": {"id": 846}}, "task": {"id": 310, "owner": {"id": 999}, "assignee": {"id": 1014}}, "job": {"id": 397, "assignee": {"id": 1146}}, "organization": {"id": 157}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 74, "privilege": "business"}, "organization": {"id": 164, "owner": {"id": 257}, "user": {"role": "supervisor"}}}, "resource": {"id": 358, "owner": {"id": 674}, "assignee": {"id": 74}, "project": {"id": 306, "owner": {"id": 781}, "assignee": {"id": 802}}, "task": {"id": 391, "owner": {"id": 929}, "assignee": {"id": 1025}}, "job": {"id": 363, "assignee": {"id": 1156}}, "organization": {"id": 164}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 15, "privilege": "business"}, "organization": {"id": 133, "owner": {"id": 295}, "user": {"role": "supervisor"}}}, "resource": {"id": 341, "owner": {"id": 672}, "assignee": {"id": 15}, "project": {"id": 375, "owner": {"id": 754}, "assignee": {"id": 855}}, "task": {"id": 313, "owner": {"id": 932}, "assignee": {"id": 1082}}, "job": {"id": 337, "assignee": {"id": 1177}}, "organization": {"id": 133}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 24, "privilege": "business"}, "organization": {"id": 103, "owner": {"id": 279}, "user": {"role": "supervisor"}}}, "resource": {"id": 386, "owner": {"id": 605}, "assignee": {"id": 24}, "project": {"id": 379, "owner": {"id": 781}, "assignee": {"id": 815}}, "task": {"id": 382, "owner": {"id": 921}, "assignee": {"id": 1047}}, "job": {"id": 336, "assignee": {"id": 1192}}, "organization": {"id": 103}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 37, "privilege": "business"}, "organization": {"id": 114, "owner": {"id": 262}, "user": {"role": "supervisor"}}}, "resource": {"id": 354, "owner": {"id": 606}, "assignee": {"id": 37}, "project": {"id": 361, "owner": {"id": 748}, "assignee": {"id": 868}}, "task": {"id": 379, "owner": {"id": 928}, "assignee": {"id": 1084}}, "job": {"id": 339, "assignee": {"id": 1168}}, "organization": {"id": 1238}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 69, "privilege": "business"}, "organization": {"id": 143, "owner": {"id": 209}, "user": {"role": "supervisor"}}}, "resource": {"id": 308, "owner": {"id": 697}, "assignee": {"id": 69}, "project": {"id": 368, "owner": {"id": 710}, "assignee": {"id": 864}}, "task": {"id": 316, "owner": {"id": 911}, "assignee": {"id": 1013}}, "job": {"id": 328, "assignee": {"id": 1140}}, "organization": {"id": 1218}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 0, "privilege": "business"}, "organization": {"id": 118, "owner": {"id": 232}, "user": {"role": "supervisor"}}}, "resource": {"id": 354, "owner": {"id": 613}, "assignee": {"id": 0}, "project": {"id": 375, "owner": {"id": 706}, "assignee": {"id": 839}}, "task": {"id": 351, "owner": {"id": 908}, "assignee": {"id": 1087}}, "job": {"id": 348, "assignee": {"id": 1147}}, "organization": {"id": 1281}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 22, "privilege": "business"}, "organization": {"id": 139, "owner": {"id": 226}, "user": {"role": "supervisor"}}}, "resource": {"id": 375, "owner": {"id": 656}, "assignee": {"id": 22}, "project": {"id": 309, "owner": {"id": 715}, "assignee": {"id": 867}}, "task": {"id": 362, "owner": {"id": 931}, "assignee": {"id": 1090}}, "job": {"id": 357, "assignee": {"id": 1159}}, "organization": {"id": 1200}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 63, "privilege": "business"}, "organization": {"id": 197, "owner": {"id": 225}, "user": {"role": "worker"}}}, "resource": {"id": 332, "owner": {"id": 652}, "assignee": {"id": 63}, "project": {"id": 314, "owner": {"id": 742}, "assignee": {"id": 895}}, "task": {"id": 379, "owner": {"id": 965}, "assignee": {"id": 1065}}, "job": {"id": 345, "assignee": {"id": 1150}}, "organization": {"id": 197}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 67, "privilege": "business"}, "organization": {"id": 100, "owner": {"id": 218}, "user": {"role": "worker"}}}, "resource": {"id": 353, "owner": {"id": 669}, "assignee": {"id": 67}, "project": {"id": 369, "owner": {"id": 748}, "assignee": {"id": 844}}, "task": {"id": 324, "owner": {"id": 952}, "assignee": {"id": 1047}}, "job": {"id": 371, "assignee": {"id": 1143}}, "organization": {"id": 100}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 54, "privilege": "business"}, "organization": {"id": 146, "owner": {"id": 232}, "user": {"role": "worker"}}}, "resource": {"id": 347, "owner": {"id": 613}, "assignee": {"id": 54}, "project": {"id": 387, "owner": {"id": 751}, "assignee": {"id": 844}}, "task": {"id": 340, "owner": {"id": 977}, "assignee": {"id": 1036}}, "job": {"id": 326, "assignee": {"id": 1176}}, "organization": {"id": 146}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 55, "privilege": "business"}, "organization": {"id": 119, "owner": {"id": 273}, "user": {"role": "worker"}}}, "resource": {"id": 366, "owner": {"id": 625}, "assignee": {"id": 55}, "project": {"id": 392, "owner": {"id": 723}, "assignee": {"id": 840}}, "task": {"id": 316, "owner": {"id": 999}, "assignee": {"id": 1014}}, "job": {"id": 323, "assignee": {"id": 1134}}, "organization": {"id": 119}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 75, "privilege": "business"}, "organization": {"id": 134, "owner": {"id": 213}, "user": {"role": "worker"}}}, "resource": {"id": 386, "owner": {"id": 666}, "assignee": {"id": 75}, "project": {"id": 317, "owner": {"id": 794}, "assignee": {"id": 818}}, "task": {"id": 336, "owner": {"id": 984}, "assignee": {"id": 1073}}, "job": {"id": 378, "assignee": {"id": 1146}}, "organization": {"id": 1296}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 14, "privilege": "business"}, "organization": {"id": 194, "owner": {"id": 287}, "user": {"role": "worker"}}}, "resource": {"id": 314, "owner": {"id": 679}, "assignee": {"id": 14}, "project": {"id": 323, "owner": {"id": 716}, "assignee": {"id": 868}}, "task": {"id": 397, "owner": {"id": 958}, "assignee": {"id": 1041}}, "job": {"id": 367, "assignee": {"id": 1162}}, "organization": {"id": 1242}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 4, "privilege": "business"}, "organization": {"id": 170, "owner": {"id": 223}, "user": {"role": "worker"}}}, "resource": {"id": 372, "owner": {"id": 635}, "assignee": {"id": 4}, "project": {"id": 349, "owner": {"id": 761}, "assignee": {"id": 883}}, "task": {"id": 349, "owner": {"id": 920}, "assignee": {"id": 1011}}, "job": {"id": 392, "assignee": {"id": 1140}}, "organization": {"id": 1226}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 7, "privilege": "business"}, "organization": {"id": 184, "owner": {"id": 277}, "user": {"role": "worker"}}}, "resource": {"id": 311, "owner": {"id": 645}, "assignee": {"id": 7}, "project": {"id": 323, "owner": {"id": 737}, "assignee": {"id": 826}}, "task": {"id": 372, "owner": {"id": 906}, "assignee": {"id": 1015}}, "job": {"id": 351, "assignee": {"id": 1188}}, "organization": {"id": 1275}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 76, "privilege": "business"}, "organization": {"id": 102, "owner": {"id": 271}, "user": {"role": null}}}, "resource": {"id": 384, "owner": {"id": 645}, "assignee": {"id": 76}, "project": {"id": 398, "owner": {"id": 705}, "assignee": {"id": 888}}, "task": {"id": 349, "owner": {"id": 919}, "assignee": {"id": 1082}}, "job": {"id": 397, "assignee": {"id": 1199}}, "organization": {"id": 102}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 95, "privilege": "business"}, "organization": {"id": 108, "owner": {"id": 292}, "user": {"role": null}}}, "resource": {"id": 374, "owner": {"id": 619}, "assignee": {"id": 95}, "project": {"id": 378, "owner": {"id": 772}, "assignee": {"id": 821}}, "task": {"id": 332, "owner": {"id": 971}, "assignee": {"id": 1059}}, "job": {"id": 391, "assignee": {"id": 1130}}, "organization": {"id": 108}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 30, "privilege": "business"}, "organization": {"id": 182, "owner": {"id": 217}, "user": {"role": null}}}, "resource": {"id": 323, "owner": {"id": 697}, "assignee": {"id": 30}, "project": {"id": 321, "owner": {"id": 724}, "assignee": {"id": 899}}, "task": {"id": 327, "owner": {"id": 982}, "assignee": {"id": 1050}}, "job": {"id": 328, "assignee": {"id": 1185}}, "organization": {"id": 182}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 42, "privilege": "business"}, "organization": {"id": 114, "owner": {"id": 270}, "user": {"role": null}}}, "resource": {"id": 360, "owner": {"id": 611}, "assignee": {"id": 42}, "project": {"id": 383, "owner": {"id": 756}, "assignee": {"id": 841}}, "task": {"id": 355, "owner": {"id": 998}, "assignee": {"id": 1058}}, "job": {"id": 315, "assignee": {"id": 1141}}, "organization": {"id": 114}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 12, "privilege": "business"}, "organization": {"id": 195, "owner": {"id": 218}, "user": {"role": null}}}, "resource": {"id": 318, "owner": {"id": 648}, "assignee": {"id": 12}, "project": {"id": 383, "owner": {"id": 778}, "assignee": {"id": 836}}, "task": {"id": 384, "owner": {"id": 989}, "assignee": {"id": 1032}}, "job": {"id": 318, "assignee": {"id": 1127}}, "organization": {"id": 1270}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 10, "privilege": "business"}, "organization": {"id": 196, "owner": {"id": 204}, "user": {"role": null}}}, "resource": {"id": 309, "owner": {"id": 665}, "assignee": {"id": 10}, "project": {"id": 328, "owner": {"id": 768}, "assignee": {"id": 849}}, "task": {"id": 364, "owner": {"id": 931}, "assignee": {"id": 1054}}, "job": {"id": 397, "assignee": {"id": 1193}}, "organization": {"id": 1283}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 16, "privilege": "business"}, "organization": {"id": 115, "owner": {"id": 213}, "user": {"role": null}}}, "resource": {"id": 373, "owner": {"id": 666}, "assignee": {"id": 16}, "project": {"id": 353, "owner": {"id": 771}, "assignee": {"id": 805}}, "task": {"id": 329, "owner": {"id": 918}, "assignee": {"id": 1002}}, "job": {"id": 366, "assignee": {"id": 1138}}, "organization": {"id": 1206}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 85, "privilege": "business"}, "organization": {"id": 175, "owner": {"id": 299}, "user": {"role": null}}}, "resource": {"id": 309, "owner": {"id": 634}, "assignee": {"id": 85}, "project": {"id": 385, "owner": {"id": 774}, "assignee": {"id": 895}}, "task": {"id": 349, "owner": {"id": 934}, "assignee": {"id": 1022}}, "job": {"id": 335, "assignee": {"id": 1104}}, "organization": {"id": 1258}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 71, "privilege": "user"}, "organization": {"id": 102, "owner": {"id": 71}, "user": {"role": "owner"}}}, "resource": {"id": 347, "owner": {"id": 697}, "assignee": {"id": 71}, "project": {"id": 332, "owner": {"id": 776}, "assignee": {"id": 809}}, "task": {"id": 338, "owner": {"id": 993}, "assignee": {"id": 1032}}, "job": {"id": 306, "assignee": {"id": 1151}}, "organization": {"id": 102}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 22, "privilege": "user"}, "organization": {"id": 193, "owner": {"id": 22}, "user": {"role": "owner"}}}, "resource": {"id": 375, "owner": {"id": 638}, "assignee": {"id": 22}, "project": {"id": 314, "owner": {"id": 795}, "assignee": {"id": 875}}, "task": {"id": 389, "owner": {"id": 974}, "assignee": {"id": 1072}}, "job": {"id": 365, "assignee": {"id": 1133}}, "organization": {"id": 193}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 56, "privilege": "user"}, "organization": {"id": 190, "owner": {"id": 56}, "user": {"role": "owner"}}}, "resource": {"id": 309, "owner": {"id": 645}, "assignee": {"id": 56}, "project": {"id": 372, "owner": {"id": 737}, "assignee": {"id": 890}}, "task": {"id": 392, "owner": {"id": 991}, "assignee": {"id": 1054}}, "job": {"id": 393, "assignee": {"id": 1164}}, "organization": {"id": 190}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 79, "privilege": "user"}, "organization": {"id": 169, "owner": {"id": 79}, "user": {"role": "owner"}}}, "resource": {"id": 395, "owner": {"id": 605}, "assignee": {"id": 79}, "project": {"id": 300, "owner": {"id": 761}, "assignee": {"id": 824}}, "task": {"id": 354, "owner": {"id": 923}, "assignee": {"id": 1048}}, "job": {"id": 368, "assignee": {"id": 1120}}, "organization": {"id": 169}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 38, "privilege": "user"}, "organization": {"id": 172, "owner": {"id": 38}, "user": {"role": "owner"}}}, "resource": {"id": 349, "owner": {"id": 639}, "assignee": {"id": 38}, "project": {"id": 347, "owner": {"id": 771}, "assignee": {"id": 801}}, "task": {"id": 313, "owner": {"id": 961}, "assignee": {"id": 1003}}, "job": {"id": 382, "assignee": {"id": 1171}}, "organization": {"id": 1297}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 34, "privilege": "user"}, "organization": {"id": 144, "owner": {"id": 34}, "user": {"role": "owner"}}}, "resource": {"id": 329, "owner": {"id": 612}, "assignee": {"id": 34}, "project": {"id": 301, "owner": {"id": 768}, "assignee": {"id": 805}}, "task": {"id": 391, "owner": {"id": 939}, "assignee": {"id": 1000}}, "job": {"id": 328, "assignee": {"id": 1190}}, "organization": {"id": 1235}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 21, "privilege": "user"}, "organization": {"id": 135, "owner": {"id": 21}, "user": {"role": "owner"}}}, "resource": {"id": 343, "owner": {"id": 643}, "assignee": {"id": 21}, "project": {"id": 317, "owner": {"id": 740}, "assignee": {"id": 840}}, "task": {"id": 379, "owner": {"id": 991}, "assignee": {"id": 1035}}, "job": {"id": 367, "assignee": {"id": 1187}}, "organization": {"id": 1269}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 70, "privilege": "user"}, "organization": {"id": 164, "owner": {"id": 70}, "user": {"role": "owner"}}}, "resource": {"id": 350, "owner": {"id": 660}, "assignee": {"id": 70}, "project": {"id": 351, "owner": {"id": 754}, "assignee": {"id": 860}}, "task": {"id": 337, "owner": {"id": 907}, "assignee": {"id": 1058}}, "job": {"id": 350, "assignee": {"id": 1173}}, "organization": {"id": 1223}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 19, "privilege": "user"}, "organization": {"id": 175, "owner": {"id": 235}, "user": {"role": "maintainer"}}}, "resource": {"id": 360, "owner": {"id": 658}, "assignee": {"id": 19}, "project": {"id": 345, "owner": {"id": 791}, "assignee": {"id": 864}}, "task": {"id": 375, "owner": {"id": 997}, "assignee": {"id": 1077}}, "job": {"id": 308, "assignee": {"id": 1144}}, "organization": {"id": 175}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 33, "privilege": "user"}, "organization": {"id": 157, "owner": {"id": 217}, "user": {"role": "maintainer"}}}, "resource": {"id": 387, "owner": {"id": 688}, "assignee": {"id": 33}, "project": {"id": 373, "owner": {"id": 747}, "assignee": {"id": 870}}, "task": {"id": 383, "owner": {"id": 920}, "assignee": {"id": 1023}}, "job": {"id": 385, "assignee": {"id": 1143}}, "organization": {"id": 157}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 52, "privilege": "user"}, "organization": {"id": 185, "owner": {"id": 236}, "user": {"role": "maintainer"}}}, "resource": {"id": 380, "owner": {"id": 641}, "assignee": {"id": 52}, "project": {"id": 303, "owner": {"id": 785}, "assignee": {"id": 829}}, "task": {"id": 380, "owner": {"id": 920}, "assignee": {"id": 1012}}, "job": {"id": 303, "assignee": {"id": 1133}}, "organization": {"id": 185}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 71, "privilege": "user"}, "organization": {"id": 104, "owner": {"id": 227}, "user": {"role": "maintainer"}}}, "resource": {"id": 343, "owner": {"id": 673}, "assignee": {"id": 71}, "project": {"id": 312, "owner": {"id": 704}, "assignee": {"id": 868}}, "task": {"id": 353, "owner": {"id": 948}, "assignee": {"id": 1039}}, "job": {"id": 395, "assignee": {"id": 1183}}, "organization": {"id": 104}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 59, "privilege": "user"}, "organization": {"id": 166, "owner": {"id": 200}, "user": {"role": "maintainer"}}}, "resource": {"id": 355, "owner": {"id": 689}, "assignee": {"id": 59}, "project": {"id": 322, "owner": {"id": 743}, "assignee": {"id": 820}}, "task": {"id": 370, "owner": {"id": 990}, "assignee": {"id": 1034}}, "job": {"id": 377, "assignee": {"id": 1198}}, "organization": {"id": 1265}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 54, "privilege": "user"}, "organization": {"id": 172, "owner": {"id": 231}, "user": {"role": "maintainer"}}}, "resource": {"id": 386, "owner": {"id": 638}, "assignee": {"id": 54}, "project": {"id": 306, "owner": {"id": 724}, "assignee": {"id": 834}}, "task": {"id": 302, "owner": {"id": 978}, "assignee": {"id": 1091}}, "job": {"id": 356, "assignee": {"id": 1119}}, "organization": {"id": 1253}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 22, "privilege": "user"}, "organization": {"id": 102, "owner": {"id": 294}, "user": {"role": "maintainer"}}}, "resource": {"id": 380, "owner": {"id": 681}, "assignee": {"id": 22}, "project": {"id": 328, "owner": {"id": 787}, "assignee": {"id": 863}}, "task": {"id": 384, "owner": {"id": 903}, "assignee": {"id": 1068}}, "job": {"id": 307, "assignee": {"id": 1110}}, "organization": {"id": 1219}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 93, "privilege": "user"}, "organization": {"id": 129, "owner": {"id": 222}, "user": {"role": "maintainer"}}}, "resource": {"id": 307, "owner": {"id": 686}, "assignee": {"id": 93}, "project": {"id": 327, "owner": {"id": 757}, "assignee": {"id": 844}}, "task": {"id": 373, "owner": {"id": 984}, "assignee": {"id": 1062}}, "job": {"id": 327, "assignee": {"id": 1115}}, "organization": {"id": 1219}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 4, "privilege": "user"}, "organization": {"id": 192, "owner": {"id": 299}, "user": {"role": "supervisor"}}}, "resource": {"id": 304, "owner": {"id": 630}, "assignee": {"id": 4}, "project": {"id": 366, "owner": {"id": 791}, "assignee": {"id": 868}}, "task": {"id": 364, "owner": {"id": 904}, "assignee": {"id": 1085}}, "job": {"id": 393, "assignee": {"id": 1170}}, "organization": {"id": 192}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 34, "privilege": "user"}, "organization": {"id": 188, "owner": {"id": 214}, "user": {"role": "supervisor"}}}, "resource": {"id": 358, "owner": {"id": 693}, "assignee": {"id": 34}, "project": {"id": 340, "owner": {"id": 746}, "assignee": {"id": 820}}, "task": {"id": 342, "owner": {"id": 968}, "assignee": {"id": 1050}}, "job": {"id": 372, "assignee": {"id": 1161}}, "organization": {"id": 188}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 49, "privilege": "user"}, "organization": {"id": 172, "owner": {"id": 253}, "user": {"role": "supervisor"}}}, "resource": {"id": 384, "owner": {"id": 675}, "assignee": {"id": 49}, "project": {"id": 322, "owner": {"id": 776}, "assignee": {"id": 851}}, "task": {"id": 324, "owner": {"id": 907}, "assignee": {"id": 1095}}, "job": {"id": 315, "assignee": {"id": 1178}}, "organization": {"id": 172}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 89, "privilege": "user"}, "organization": {"id": 123, "owner": {"id": 281}, "user": {"role": "supervisor"}}}, "resource": {"id": 361, "owner": {"id": 685}, "assignee": {"id": 89}, "project": {"id": 350, "owner": {"id": 732}, "assignee": {"id": 837}}, "task": {"id": 354, "owner": {"id": 929}, "assignee": {"id": 1079}}, "job": {"id": 373, "assignee": {"id": 1102}}, "organization": {"id": 123}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 20, "privilege": "user"}, "organization": {"id": 107, "owner": {"id": 271}, "user": {"role": "supervisor"}}}, "resource": {"id": 335, "owner": {"id": 681}, "assignee": {"id": 20}, "project": {"id": 319, "owner": {"id": 778}, "assignee": {"id": 808}}, "task": {"id": 326, "owner": {"id": 920}, "assignee": {"id": 1006}}, "job": {"id": 332, "assignee": {"id": 1111}}, "organization": {"id": 1256}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 57, "privilege": "user"}, "organization": {"id": 155, "owner": {"id": 258}, "user": {"role": "supervisor"}}}, "resource": {"id": 344, "owner": {"id": 682}, "assignee": {"id": 57}, "project": {"id": 387, "owner": {"id": 765}, "assignee": {"id": 829}}, "task": {"id": 372, "owner": {"id": 958}, "assignee": {"id": 1098}}, "job": {"id": 314, "assignee": {"id": 1175}}, "organization": {"id": 1238}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 56, "privilege": "user"}, "organization": {"id": 193, "owner": {"id": 271}, "user": {"role": "supervisor"}}}, "resource": {"id": 328, "owner": {"id": 673}, "assignee": {"id": 56}, "project": {"id": 379, "owner": {"id": 730}, "assignee": {"id": 823}}, "task": {"id": 357, "owner": {"id": 986}, "assignee": {"id": 1020}}, "job": {"id": 324, "assignee": {"id": 1151}}, "organization": {"id": 1288}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 13, "privilege": "user"}, "organization": {"id": 148, "owner": {"id": 268}, "user": {"role": "supervisor"}}}, "resource": {"id": 380, "owner": {"id": 645}, "assignee": {"id": 13}, "project": {"id": 365, "owner": {"id": 768}, "assignee": {"id": 824}}, "task": {"id": 354, "owner": {"id": 953}, "assignee": {"id": 1023}}, "job": {"id": 308, "assignee": {"id": 1163}}, "organization": {"id": 1251}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 43, "privilege": "user"}, "organization": {"id": 105, "owner": {"id": 293}, "user": {"role": "worker"}}}, "resource": {"id": 338, "owner": {"id": 647}, "assignee": {"id": 43}, "project": {"id": 384, "owner": {"id": 723}, "assignee": {"id": 836}}, "task": {"id": 314, "owner": {"id": 931}, "assignee": {"id": 1086}}, "job": {"id": 326, "assignee": {"id": 1120}}, "organization": {"id": 105}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 1, "privilege": "user"}, "organization": {"id": 120, "owner": {"id": 221}, "user": {"role": "worker"}}}, "resource": {"id": 350, "owner": {"id": 670}, "assignee": {"id": 1}, "project": {"id": 364, "owner": {"id": 750}, "assignee": {"id": 877}}, "task": {"id": 316, "owner": {"id": 931}, "assignee": {"id": 1028}}, "job": {"id": 321, "assignee": {"id": 1145}}, "organization": {"id": 120}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 8, "privilege": "user"}, "organization": {"id": 115, "owner": {"id": 294}, "user": {"role": "worker"}}}, "resource": {"id": 308, "owner": {"id": 602}, "assignee": {"id": 8}, "project": {"id": 393, "owner": {"id": 795}, "assignee": {"id": 845}}, "task": {"id": 376, "owner": {"id": 911}, "assignee": {"id": 1003}}, "job": {"id": 357, "assignee": {"id": 1156}}, "organization": {"id": 115}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 33, "privilege": "user"}, "organization": {"id": 172, "owner": {"id": 284}, "user": {"role": "worker"}}}, "resource": {"id": 363, "owner": {"id": 627}, "assignee": {"id": 33}, "project": {"id": 392, "owner": {"id": 736}, "assignee": {"id": 865}}, "task": {"id": 308, "owner": {"id": 903}, "assignee": {"id": 1086}}, "job": {"id": 352, "assignee": {"id": 1183}}, "organization": {"id": 172}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 90, "privilege": "user"}, "organization": {"id": 139, "owner": {"id": 209}, "user": {"role": "worker"}}}, "resource": {"id": 382, "owner": {"id": 670}, "assignee": {"id": 90}, "project": {"id": 303, "owner": {"id": 796}, "assignee": {"id": 848}}, "task": {"id": 394, "owner": {"id": 973}, "assignee": {"id": 1026}}, "job": {"id": 327, "assignee": {"id": 1142}}, "organization": {"id": 1238}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 72, "privilege": "user"}, "organization": {"id": 102, "owner": {"id": 256}, "user": {"role": "worker"}}}, "resource": {"id": 334, "owner": {"id": 666}, "assignee": {"id": 72}, "project": {"id": 372, "owner": {"id": 735}, "assignee": {"id": 849}}, "task": {"id": 372, "owner": {"id": 996}, "assignee": {"id": 1067}}, "job": {"id": 311, "assignee": {"id": 1118}}, "organization": {"id": 1202}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 22, "privilege": "user"}, "organization": {"id": 155, "owner": {"id": 217}, "user": {"role": "worker"}}}, "resource": {"id": 333, "owner": {"id": 660}, "assignee": {"id": 22}, "project": {"id": 388, "owner": {"id": 760}, "assignee": {"id": 814}}, "task": {"id": 346, "owner": {"id": 922}, "assignee": {"id": 1091}}, "job": {"id": 355, "assignee": {"id": 1106}}, "organization": {"id": 1238}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 72, "privilege": "user"}, "organization": {"id": 192, "owner": {"id": 267}, "user": {"role": "worker"}}}, "resource": {"id": 348, "owner": {"id": 647}, "assignee": {"id": 72}, "project": {"id": 384, "owner": {"id": 783}, "assignee": {"id": 844}}, "task": {"id": 374, "owner": {"id": 918}, "assignee": {"id": 1019}}, "job": {"id": 324, "assignee": {"id": 1100}}, "organization": {"id": 1226}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 55, "privilege": "user"}, "organization": {"id": 118, "owner": {"id": 261}, "user": {"role": null}}}, "resource": {"id": 300, "owner": {"id": 696}, "assignee": {"id": 55}, "project": {"id": 375, "owner": {"id": 724}, "assignee": {"id": 804}}, "task": {"id": 349, "owner": {"id": 965}, "assignee": {"id": 1035}}, "job": {"id": 390, "assignee": {"id": 1181}}, "organization": {"id": 118}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 7, "privilege": "user"}, "organization": {"id": 146, "owner": {"id": 286}, "user": {"role": null}}}, "resource": {"id": 349, "owner": {"id": 611}, "assignee": {"id": 7}, "project": {"id": 365, "owner": {"id": 778}, "assignee": {"id": 878}}, "task": {"id": 398, "owner": {"id": 961}, "assignee": {"id": 1056}}, "job": {"id": 365, "assignee": {"id": 1101}}, "organization": {"id": 146}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 75, "privilege": "user"}, "organization": {"id": 139, "owner": {"id": 250}, "user": {"role": null}}}, "resource": {"id": 384, "owner": {"id": 608}, "assignee": {"id": 75}, "project": {"id": 354, "owner": {"id": 745}, "assignee": {"id": 848}}, "task": {"id": 399, "owner": {"id": 942}, "assignee": {"id": 1032}}, "job": {"id": 398, "assignee": {"id": 1115}}, "organization": {"id": 139}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 43, "privilege": "user"}, "organization": {"id": 147, "owner": {"id": 205}, "user": {"role": null}}}, "resource": {"id": 344, "owner": {"id": 646}, "assignee": {"id": 43}, "project": {"id": 301, "owner": {"id": 703}, "assignee": {"id": 873}}, "task": {"id": 366, "owner": {"id": 927}, "assignee": {"id": 1091}}, "job": {"id": 345, "assignee": {"id": 1133}}, "organization": {"id": 147}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 42, "privilege": "user"}, "organization": {"id": 156, "owner": {"id": 201}, "user": {"role": null}}}, "resource": {"id": 311, "owner": {"id": 624}, "assignee": {"id": 42}, "project": {"id": 316, "owner": {"id": 783}, "assignee": {"id": 837}}, "task": {"id": 351, "owner": {"id": 956}, "assignee": {"id": 1018}}, "job": {"id": 362, "assignee": {"id": 1198}}, "organization": {"id": 1208}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 65, "privilege": "user"}, "organization": {"id": 197, "owner": {"id": 255}, "user": {"role": null}}}, "resource": {"id": 354, "owner": {"id": 619}, "assignee": {"id": 65}, "project": {"id": 335, "owner": {"id": 793}, "assignee": {"id": 840}}, "task": {"id": 315, "owner": {"id": 920}, "assignee": {"id": 1041}}, "job": {"id": 358, "assignee": {"id": 1125}}, "organization": {"id": 1250}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 99, "privilege": "user"}, "organization": {"id": 197, "owner": {"id": 278}, "user": {"role": null}}}, "resource": {"id": 362, "owner": {"id": 610}, "assignee": {"id": 99}, "project": {"id": 358, "owner": {"id": 785}, "assignee": {"id": 883}}, "task": {"id": 334, "owner": {"id": 976}, "assignee": {"id": 1009}}, "job": {"id": 332, "assignee": {"id": 1142}}, "organization": {"id": 1269}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 67, "privilege": "user"}, "organization": {"id": 155, "owner": {"id": 289}, "user": {"role": null}}}, "resource": {"id": 312, "owner": {"id": 652}, "assignee": {"id": 67}, "project": {"id": 354, "owner": {"id": 705}, "assignee": {"id": 842}}, "task": {"id": 360, "owner": {"id": 949}, "assignee": {"id": 1020}}, "job": {"id": 310, "assignee": {"id": 1120}}, "organization": {"id": 1204}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 17, "privilege": "worker"}, "organization": {"id": 189, "owner": {"id": 17}, "user": {"role": "owner"}}}, "resource": {"id": 314, "owner": {"id": 666}, "assignee": {"id": 17}, "project": {"id": 304, "owner": {"id": 715}, "assignee": {"id": 825}}, "task": {"id": 397, "owner": {"id": 970}, "assignee": {"id": 1092}}, "job": {"id": 397, "assignee": {"id": 1127}}, "organization": {"id": 189}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 55, "privilege": "worker"}, "organization": {"id": 144, "owner": {"id": 55}, "user": {"role": "owner"}}}, "resource": {"id": 396, "owner": {"id": 648}, "assignee": {"id": 55}, "project": {"id": 307, "owner": {"id": 799}, "assignee": {"id": 878}}, "task": {"id": 354, "owner": {"id": 943}, "assignee": {"id": 1023}}, "job": {"id": 354, "assignee": {"id": 1116}}, "organization": {"id": 144}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 77, "privilege": "worker"}, "organization": {"id": 161, "owner": {"id": 77}, "user": {"role": "owner"}}}, "resource": {"id": 342, "owner": {"id": 618}, "assignee": {"id": 77}, "project": {"id": 321, "owner": {"id": 767}, "assignee": {"id": 866}}, "task": {"id": 398, "owner": {"id": 910}, "assignee": {"id": 1012}}, "job": {"id": 302, "assignee": {"id": 1187}}, "organization": {"id": 161}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 93, "privilege": "worker"}, "organization": {"id": 146, "owner": {"id": 93}, "user": {"role": "owner"}}}, "resource": {"id": 366, "owner": {"id": 626}, "assignee": {"id": 93}, "project": {"id": 323, "owner": {"id": 713}, "assignee": {"id": 848}}, "task": {"id": 384, "owner": {"id": 974}, "assignee": {"id": 1024}}, "job": {"id": 331, "assignee": {"id": 1137}}, "organization": {"id": 146}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 17, "privilege": "worker"}, "organization": {"id": 140, "owner": {"id": 17}, "user": {"role": "owner"}}}, "resource": {"id": 357, "owner": {"id": 635}, "assignee": {"id": 17}, "project": {"id": 399, "owner": {"id": 798}, "assignee": {"id": 881}}, "task": {"id": 350, "owner": {"id": 972}, "assignee": {"id": 1078}}, "job": {"id": 383, "assignee": {"id": 1103}}, "organization": {"id": 1266}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 67, "privilege": "worker"}, "organization": {"id": 123, "owner": {"id": 67}, "user": {"role": "owner"}}}, "resource": {"id": 311, "owner": {"id": 628}, "assignee": {"id": 67}, "project": {"id": 379, "owner": {"id": 736}, "assignee": {"id": 848}}, "task": {"id": 361, "owner": {"id": 944}, "assignee": {"id": 1039}}, "job": {"id": 303, "assignee": {"id": 1161}}, "organization": {"id": 1219}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 75, "privilege": "worker"}, "organization": {"id": 110, "owner": {"id": 75}, "user": {"role": "owner"}}}, "resource": {"id": 383, "owner": {"id": 672}, "assignee": {"id": 75}, "project": {"id": 388, "owner": {"id": 749}, "assignee": {"id": 897}}, "task": {"id": 360, "owner": {"id": 996}, "assignee": {"id": 1063}}, "job": {"id": 352, "assignee": {"id": 1197}}, "organization": {"id": 1246}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 24, "privilege": "worker"}, "organization": {"id": 146, "owner": {"id": 24}, "user": {"role": "owner"}}}, "resource": {"id": 322, "owner": {"id": 623}, "assignee": {"id": 24}, "project": {"id": 370, "owner": {"id": 755}, "assignee": {"id": 867}}, "task": {"id": 311, "owner": {"id": 901}, "assignee": {"id": 1090}}, "job": {"id": 396, "assignee": {"id": 1107}}, "organization": {"id": 1297}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 6, "privilege": "worker"}, "organization": {"id": 121, "owner": {"id": 207}, "user": {"role": "maintainer"}}}, "resource": {"id": 373, "owner": {"id": 677}, "assignee": {"id": 6}, "project": {"id": 365, "owner": {"id": 784}, "assignee": {"id": 812}}, "task": {"id": 310, "owner": {"id": 938}, "assignee": {"id": 1066}}, "job": {"id": 301, "assignee": {"id": 1198}}, "organization": {"id": 121}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 82, "privilege": "worker"}, "organization": {"id": 168, "owner": {"id": 293}, "user": {"role": "maintainer"}}}, "resource": {"id": 370, "owner": {"id": 670}, "assignee": {"id": 82}, "project": {"id": 348, "owner": {"id": 766}, "assignee": {"id": 856}}, "task": {"id": 302, "owner": {"id": 938}, "assignee": {"id": 1009}}, "job": {"id": 332, "assignee": {"id": 1100}}, "organization": {"id": 168}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 56, "privilege": "worker"}, "organization": {"id": 164, "owner": {"id": 283}, "user": {"role": "maintainer"}}}, "resource": {"id": 379, "owner": {"id": 626}, "assignee": {"id": 56}, "project": {"id": 326, "owner": {"id": 724}, "assignee": {"id": 842}}, "task": {"id": 381, "owner": {"id": 992}, "assignee": {"id": 1041}}, "job": {"id": 374, "assignee": {"id": 1116}}, "organization": {"id": 164}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 72, "privilege": "worker"}, "organization": {"id": 127, "owner": {"id": 243}, "user": {"role": "maintainer"}}}, "resource": {"id": 354, "owner": {"id": 690}, "assignee": {"id": 72}, "project": {"id": 317, "owner": {"id": 716}, "assignee": {"id": 811}}, "task": {"id": 350, "owner": {"id": 958}, "assignee": {"id": 1060}}, "job": {"id": 398, "assignee": {"id": 1160}}, "organization": {"id": 127}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 67, "privilege": "worker"}, "organization": {"id": 129, "owner": {"id": 288}, "user": {"role": "maintainer"}}}, "resource": {"id": 337, "owner": {"id": 614}, "assignee": {"id": 67}, "project": {"id": 371, "owner": {"id": 744}, "assignee": {"id": 823}}, "task": {"id": 387, "owner": {"id": 901}, "assignee": {"id": 1036}}, "job": {"id": 322, "assignee": {"id": 1173}}, "organization": {"id": 1216}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 70, "privilege": "worker"}, "organization": {"id": 157, "owner": {"id": 268}, "user": {"role": "maintainer"}}}, "resource": {"id": 315, "owner": {"id": 643}, "assignee": {"id": 70}, "project": {"id": 345, "owner": {"id": 752}, "assignee": {"id": 876}}, "task": {"id": 388, "owner": {"id": 923}, "assignee": {"id": 1085}}, "job": {"id": 300, "assignee": {"id": 1162}}, "organization": {"id": 1263}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 37, "privilege": "worker"}, "organization": {"id": 122, "owner": {"id": 297}, "user": {"role": "maintainer"}}}, "resource": {"id": 303, "owner": {"id": 681}, "assignee": {"id": 37}, "project": {"id": 397, "owner": {"id": 770}, "assignee": {"id": 823}}, "task": {"id": 378, "owner": {"id": 977}, "assignee": {"id": 1000}}, "job": {"id": 357, "assignee": {"id": 1136}}, "organization": {"id": 1227}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 56, "privilege": "worker"}, "organization": {"id": 171, "owner": {"id": 238}, "user": {"role": "maintainer"}}}, "resource": {"id": 336, "owner": {"id": 612}, "assignee": {"id": 56}, "project": {"id": 341, "owner": {"id": 710}, "assignee": {"id": 843}}, "task": {"id": 306, "owner": {"id": 985}, "assignee": {"id": 1015}}, "job": {"id": 396, "assignee": {"id": 1151}}, "organization": {"id": 1278}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 94, "privilege": "worker"}, "organization": {"id": 118, "owner": {"id": 247}, "user": {"role": "supervisor"}}}, "resource": {"id": 368, "owner": {"id": 630}, "assignee": {"id": 94}, "project": {"id": 370, "owner": {"id": 787}, "assignee": {"id": 892}}, "task": {"id": 342, "owner": {"id": 929}, "assignee": {"id": 1064}}, "job": {"id": 334, "assignee": {"id": 1146}}, "organization": {"id": 118}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 6, "privilege": "worker"}, "organization": {"id": 167, "owner": {"id": 234}, "user": {"role": "supervisor"}}}, "resource": {"id": 312, "owner": {"id": 621}, "assignee": {"id": 6}, "project": {"id": 341, "owner": {"id": 785}, "assignee": {"id": 865}}, "task": {"id": 358, "owner": {"id": 954}, "assignee": {"id": 1032}}, "job": {"id": 367, "assignee": {"id": 1168}}, "organization": {"id": 167}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 46, "privilege": "worker"}, "organization": {"id": 157, "owner": {"id": 272}, "user": {"role": "supervisor"}}}, "resource": {"id": 306, "owner": {"id": 659}, "assignee": {"id": 46}, "project": {"id": 378, "owner": {"id": 738}, "assignee": {"id": 845}}, "task": {"id": 343, "owner": {"id": 975}, "assignee": {"id": 1075}}, "job": {"id": 388, "assignee": {"id": 1110}}, "organization": {"id": 157}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 31, "privilege": "worker"}, "organization": {"id": 132, "owner": {"id": 249}, "user": {"role": "supervisor"}}}, "resource": {"id": 334, "owner": {"id": 643}, "assignee": {"id": 31}, "project": {"id": 352, "owner": {"id": 764}, "assignee": {"id": 832}}, "task": {"id": 334, "owner": {"id": 912}, "assignee": {"id": 1062}}, "job": {"id": 305, "assignee": {"id": 1132}}, "organization": {"id": 132}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 4, "privilege": "worker"}, "organization": {"id": 121, "owner": {"id": 211}, "user": {"role": "supervisor"}}}, "resource": {"id": 338, "owner": {"id": 629}, "assignee": {"id": 4}, "project": {"id": 381, "owner": {"id": 793}, "assignee": {"id": 869}}, "task": {"id": 340, "owner": {"id": 972}, "assignee": {"id": 1089}}, "job": {"id": 300, "assignee": {"id": 1189}}, "organization": {"id": 1255}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 1, "privilege": "worker"}, "organization": {"id": 161, "owner": {"id": 266}, "user": {"role": "supervisor"}}}, "resource": {"id": 378, "owner": {"id": 651}, "assignee": {"id": 1}, "project": {"id": 377, "owner": {"id": 793}, "assignee": {"id": 840}}, "task": {"id": 339, "owner": {"id": 994}, "assignee": {"id": 1010}}, "job": {"id": 360, "assignee": {"id": 1158}}, "organization": {"id": 1286}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 81, "privilege": "worker"}, "organization": {"id": 109, "owner": {"id": 250}, "user": {"role": "supervisor"}}}, "resource": {"id": 378, "owner": {"id": 609}, "assignee": {"id": 81}, "project": {"id": 355, "owner": {"id": 712}, "assignee": {"id": 891}}, "task": {"id": 351, "owner": {"id": 969}, "assignee": {"id": 1061}}, "job": {"id": 332, "assignee": {"id": 1123}}, "organization": {"id": 1234}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 95, "privilege": "worker"}, "organization": {"id": 178, "owner": {"id": 235}, "user": {"role": "supervisor"}}}, "resource": {"id": 399, "owner": {"id": 601}, "assignee": {"id": 95}, "project": {"id": 336, "owner": {"id": 734}, "assignee": {"id": 860}}, "task": {"id": 374, "owner": {"id": 917}, "assignee": {"id": 1091}}, "job": {"id": 374, "assignee": {"id": 1132}}, "organization": {"id": 1296}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 85, "privilege": "worker"}, "organization": {"id": 102, "owner": {"id": 240}, "user": {"role": "worker"}}}, "resource": {"id": 323, "owner": {"id": 621}, "assignee": {"id": 85}, "project": {"id": 343, "owner": {"id": 787}, "assignee": {"id": 850}}, "task": {"id": 366, "owner": {"id": 992}, "assignee": {"id": 1011}}, "job": {"id": 368, "assignee": {"id": 1101}}, "organization": {"id": 102}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 60, "privilege": "worker"}, "organization": {"id": 198, "owner": {"id": 220}, "user": {"role": "worker"}}}, "resource": {"id": 392, "owner": {"id": 626}, "assignee": {"id": 60}, "project": {"id": 390, "owner": {"id": 788}, "assignee": {"id": 822}}, "task": {"id": 307, "owner": {"id": 910}, "assignee": {"id": 1019}}, "job": {"id": 355, "assignee": {"id": 1120}}, "organization": {"id": 198}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 64, "privilege": "worker"}, "organization": {"id": 186, "owner": {"id": 284}, "user": {"role": "worker"}}}, "resource": {"id": 338, "owner": {"id": 630}, "assignee": {"id": 64}, "project": {"id": 334, "owner": {"id": 707}, "assignee": {"id": 840}}, "task": {"id": 373, "owner": {"id": 905}, "assignee": {"id": 1025}}, "job": {"id": 392, "assignee": {"id": 1186}}, "organization": {"id": 186}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 8, "privilege": "worker"}, "organization": {"id": 158, "owner": {"id": 263}, "user": {"role": "worker"}}}, "resource": {"id": 346, "owner": {"id": 638}, "assignee": {"id": 8}, "project": {"id": 374, "owner": {"id": 758}, "assignee": {"id": 826}}, "task": {"id": 304, "owner": {"id": 953}, "assignee": {"id": 1053}}, "job": {"id": 362, "assignee": {"id": 1111}}, "organization": {"id": 158}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 64, "privilege": "worker"}, "organization": {"id": 137, "owner": {"id": 288}, "user": {"role": "worker"}}}, "resource": {"id": 302, "owner": {"id": 608}, "assignee": {"id": 64}, "project": {"id": 391, "owner": {"id": 739}, "assignee": {"id": 877}}, "task": {"id": 362, "owner": {"id": 984}, "assignee": {"id": 1083}}, "job": {"id": 382, "assignee": {"id": 1180}}, "organization": {"id": 1226}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 18, "privilege": "worker"}, "organization": {"id": 192, "owner": {"id": 262}, "user": {"role": "worker"}}}, "resource": {"id": 312, "owner": {"id": 639}, "assignee": {"id": 18}, "project": {"id": 317, "owner": {"id": 703}, "assignee": {"id": 896}}, "task": {"id": 359, "owner": {"id": 922}, "assignee": {"id": 1049}}, "job": {"id": 364, "assignee": {"id": 1183}}, "organization": {"id": 1294}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 70, "privilege": "worker"}, "organization": {"id": 123, "owner": {"id": 200}, "user": {"role": "worker"}}}, "resource": {"id": 302, "owner": {"id": 605}, "assignee": {"id": 70}, "project": {"id": 320, "owner": {"id": 754}, "assignee": {"id": 833}}, "task": {"id": 300, "owner": {"id": 981}, "assignee": {"id": 1089}}, "job": {"id": 384, "assignee": {"id": 1109}}, "organization": {"id": 1214}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 47, "privilege": "worker"}, "organization": {"id": 175, "owner": {"id": 275}, "user": {"role": "worker"}}}, "resource": {"id": 324, "owner": {"id": 637}, "assignee": {"id": 47}, "project": {"id": 346, "owner": {"id": 734}, "assignee": {"id": 828}}, "task": {"id": 307, "owner": {"id": 984}, "assignee": {"id": 1039}}, "job": {"id": 312, "assignee": {"id": 1165}}, "organization": {"id": 1244}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 75, "privilege": "worker"}, "organization": {"id": 196, "owner": {"id": 291}, "user": {"role": null}}}, "resource": {"id": 366, "owner": {"id": 651}, "assignee": {"id": 75}, "project": {"id": 359, "owner": {"id": 777}, "assignee": {"id": 843}}, "task": {"id": 390, "owner": {"id": 943}, "assignee": {"id": 1074}}, "job": {"id": 309, "assignee": {"id": 1140}}, "organization": {"id": 196}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 40, "privilege": "worker"}, "organization": {"id": 181, "owner": {"id": 268}, "user": {"role": null}}}, "resource": {"id": 360, "owner": {"id": 606}, "assignee": {"id": 40}, "project": {"id": 377, "owner": {"id": 773}, "assignee": {"id": 882}}, "task": {"id": 308, "owner": {"id": 986}, "assignee": {"id": 1024}}, "job": {"id": 393, "assignee": {"id": 1131}}, "organization": {"id": 181}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 61, "privilege": "worker"}, "organization": {"id": 143, "owner": {"id": 212}, "user": {"role": null}}}, "resource": {"id": 342, "owner": {"id": 650}, "assignee": {"id": 61}, "project": {"id": 348, "owner": {"id": 744}, "assignee": {"id": 852}}, "task": {"id": 382, "owner": {"id": 940}, "assignee": {"id": 1005}}, "job": {"id": 311, "assignee": {"id": 1171}}, "organization": {"id": 143}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 1, "privilege": "worker"}, "organization": {"id": 104, "owner": {"id": 263}, "user": {"role": null}}}, "resource": {"id": 325, "owner": {"id": 685}, "assignee": {"id": 1}, "project": {"id": 375, "owner": {"id": 788}, "assignee": {"id": 843}}, "task": {"id": 350, "owner": {"id": 980}, "assignee": {"id": 1037}}, "job": {"id": 399, "assignee": {"id": 1125}}, "organization": {"id": 104}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 15, "privilege": "worker"}, "organization": {"id": 129, "owner": {"id": 202}, "user": {"role": null}}}, "resource": {"id": 395, "owner": {"id": 616}, "assignee": {"id": 15}, "project": {"id": 337, "owner": {"id": 711}, "assignee": {"id": 894}}, "task": {"id": 313, "owner": {"id": 983}, "assignee": {"id": 1018}}, "job": {"id": 305, "assignee": {"id": 1192}}, "organization": {"id": 1230}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 45, "privilege": "worker"}, "organization": {"id": 150, "owner": {"id": 228}, "user": {"role": null}}}, "resource": {"id": 327, "owner": {"id": 689}, "assignee": {"id": 45}, "project": {"id": 345, "owner": {"id": 703}, "assignee": {"id": 821}}, "task": {"id": 315, "owner": {"id": 975}, "assignee": {"id": 1041}}, "job": {"id": 342, "assignee": {"id": 1103}}, "organization": {"id": 1230}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 52, "privilege": "worker"}, "organization": {"id": 131, "owner": {"id": 237}, "user": {"role": null}}}, "resource": {"id": 323, "owner": {"id": 664}, "assignee": {"id": 52}, "project": {"id": 306, "owner": {"id": 741}, "assignee": {"id": 892}}, "task": {"id": 377, "owner": {"id": 992}, "assignee": {"id": 1070}}, "job": {"id": 302, "assignee": {"id": 1114}}, "organization": {"id": 1278}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 96, "privilege": "worker"}, "organization": {"id": 189, "owner": {"id": 232}, "user": {"role": null}}}, "resource": {"id": 360, "owner": {"id": 678}, "assignee": {"id": 96}, "project": {"id": 315, "owner": {"id": 730}, "assignee": {"id": 861}}, "task": {"id": 388, "owner": {"id": 930}, "assignee": {"id": 1001}}, "job": {"id": 312, "assignee": {"id": 1124}}, "organization": {"id": 1259}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 88, "privilege": "none"}, "organization": {"id": 164, "owner": {"id": 88}, "user": {"role": "owner"}}}, "resource": {"id": 376, "owner": {"id": 657}, "assignee": {"id": 88}, "project": {"id": 380, "owner": {"id": 732}, "assignee": {"id": 870}}, "task": {"id": 387, "owner": {"id": 938}, "assignee": {"id": 1021}}, "job": {"id": 324, "assignee": {"id": 1132}}, "organization": {"id": 164}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 58, "privilege": "none"}, "organization": {"id": 174, "owner": {"id": 58}, "user": {"role": "owner"}}}, "resource": {"id": 343, "owner": {"id": 696}, "assignee": {"id": 58}, "project": {"id": 382, "owner": {"id": 748}, "assignee": {"id": 893}}, "task": {"id": 386, "owner": {"id": 976}, "assignee": {"id": 1034}}, "job": {"id": 304, "assignee": {"id": 1167}}, "organization": {"id": 174}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 85, "privilege": "none"}, "organization": {"id": 114, "owner": {"id": 85}, "user": {"role": "owner"}}}, "resource": {"id": 310, "owner": {"id": 605}, "assignee": {"id": 85}, "project": {"id": 396, "owner": {"id": 739}, "assignee": {"id": 841}}, "task": {"id": 306, "owner": {"id": 967}, "assignee": {"id": 1094}}, "job": {"id": 331, "assignee": {"id": 1176}}, "organization": {"id": 114}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 67, "privilege": "none"}, "organization": {"id": 174, "owner": {"id": 67}, "user": {"role": "owner"}}}, "resource": {"id": 316, "owner": {"id": 677}, "assignee": {"id": 67}, "project": {"id": 360, "owner": {"id": 777}, "assignee": {"id": 876}}, "task": {"id": 379, "owner": {"id": 910}, "assignee": {"id": 1032}}, "job": {"id": 351, "assignee": {"id": 1153}}, "organization": {"id": 174}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 30, "privilege": "none"}, "organization": {"id": 136, "owner": {"id": 30}, "user": {"role": "owner"}}}, "resource": {"id": 393, "owner": {"id": 690}, "assignee": {"id": 30}, "project": {"id": 384, "owner": {"id": 799}, "assignee": {"id": 843}}, "task": {"id": 311, "owner": {"id": 978}, "assignee": {"id": 1086}}, "job": {"id": 358, "assignee": {"id": 1194}}, "organization": {"id": 1279}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 82, "privilege": "none"}, "organization": {"id": 121, "owner": {"id": 82}, "user": {"role": "owner"}}}, "resource": {"id": 393, "owner": {"id": 655}, "assignee": {"id": 82}, "project": {"id": 390, "owner": {"id": 788}, "assignee": {"id": 826}}, "task": {"id": 383, "owner": {"id": 947}, "assignee": {"id": 1051}}, "job": {"id": 349, "assignee": {"id": 1121}}, "organization": {"id": 1290}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 51, "privilege": "none"}, "organization": {"id": 122, "owner": {"id": 51}, "user": {"role": "owner"}}}, "resource": {"id": 315, "owner": {"id": 661}, "assignee": {"id": 51}, "project": {"id": 380, "owner": {"id": 721}, "assignee": {"id": 879}}, "task": {"id": 385, "owner": {"id": 912}, "assignee": {"id": 1058}}, "job": {"id": 369, "assignee": {"id": 1139}}, "organization": {"id": 1222}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 23, "privilege": "none"}, "organization": {"id": 182, "owner": {"id": 23}, "user": {"role": "owner"}}}, "resource": {"id": 301, "owner": {"id": 613}, "assignee": {"id": 23}, "project": {"id": 319, "owner": {"id": 704}, "assignee": {"id": 805}}, "task": {"id": 338, "owner": {"id": 919}, "assignee": {"id": 1069}}, "job": {"id": 306, "assignee": {"id": 1102}}, "organization": {"id": 1214}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 33, "privilege": "none"}, "organization": {"id": 126, "owner": {"id": 229}, "user": {"role": "maintainer"}}}, "resource": {"id": 343, "owner": {"id": 649}, "assignee": {"id": 33}, "project": {"id": 308, "owner": {"id": 758}, "assignee": {"id": 822}}, "task": {"id": 377, "owner": {"id": 988}, "assignee": {"id": 1095}}, "job": {"id": 386, "assignee": {"id": 1168}}, "organization": {"id": 126}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 79, "privilege": "none"}, "organization": {"id": 143, "owner": {"id": 233}, "user": {"role": "maintainer"}}}, "resource": {"id": 304, "owner": {"id": 612}, "assignee": {"id": 79}, "project": {"id": 351, "owner": {"id": 701}, "assignee": {"id": 890}}, "task": {"id": 303, "owner": {"id": 941}, "assignee": {"id": 1087}}, "job": {"id": 319, "assignee": {"id": 1183}}, "organization": {"id": 143}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 9, "privilege": "none"}, "organization": {"id": 160, "owner": {"id": 278}, "user": {"role": "maintainer"}}}, "resource": {"id": 316, "owner": {"id": 658}, "assignee": {"id": 9}, "project": {"id": 305, "owner": {"id": 787}, "assignee": {"id": 881}}, "task": {"id": 392, "owner": {"id": 920}, "assignee": {"id": 1006}}, "job": {"id": 388, "assignee": {"id": 1159}}, "organization": {"id": 160}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 49, "privilege": "none"}, "organization": {"id": 186, "owner": {"id": 298}, "user": {"role": "maintainer"}}}, "resource": {"id": 380, "owner": {"id": 621}, "assignee": {"id": 49}, "project": {"id": 383, "owner": {"id": 755}, "assignee": {"id": 853}}, "task": {"id": 323, "owner": {"id": 955}, "assignee": {"id": 1017}}, "job": {"id": 383, "assignee": {"id": 1185}}, "organization": {"id": 186}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 71, "privilege": "none"}, "organization": {"id": 162, "owner": {"id": 296}, "user": {"role": "maintainer"}}}, "resource": {"id": 320, "owner": {"id": 610}, "assignee": {"id": 71}, "project": {"id": 339, "owner": {"id": 779}, "assignee": {"id": 834}}, "task": {"id": 327, "owner": {"id": 966}, "assignee": {"id": 1025}}, "job": {"id": 383, "assignee": {"id": 1126}}, "organization": {"id": 1264}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 78, "privilege": "none"}, "organization": {"id": 120, "owner": {"id": 283}, "user": {"role": "maintainer"}}}, "resource": {"id": 374, "owner": {"id": 686}, "assignee": {"id": 78}, "project": {"id": 386, "owner": {"id": 727}, "assignee": {"id": 870}}, "task": {"id": 324, "owner": {"id": 916}, "assignee": {"id": 1087}}, "job": {"id": 301, "assignee": {"id": 1168}}, "organization": {"id": 1252}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 11, "privilege": "none"}, "organization": {"id": 124, "owner": {"id": 212}, "user": {"role": "maintainer"}}}, "resource": {"id": 348, "owner": {"id": 610}, "assignee": {"id": 11}, "project": {"id": 349, "owner": {"id": 764}, "assignee": {"id": 891}}, "task": {"id": 311, "owner": {"id": 980}, "assignee": {"id": 1061}}, "job": {"id": 356, "assignee": {"id": 1111}}, "organization": {"id": 1220}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 47, "privilege": "none"}, "organization": {"id": 120, "owner": {"id": 285}, "user": {"role": "maintainer"}}}, "resource": {"id": 346, "owner": {"id": 653}, "assignee": {"id": 47}, "project": {"id": 355, "owner": {"id": 770}, "assignee": {"id": 874}}, "task": {"id": 300, "owner": {"id": 947}, "assignee": {"id": 1074}}, "job": {"id": 331, "assignee": {"id": 1159}}, "organization": {"id": 1276}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 59, "privilege": "none"}, "organization": {"id": 114, "owner": {"id": 288}, "user": {"role": "supervisor"}}}, "resource": {"id": 360, "owner": {"id": 646}, "assignee": {"id": 59}, "project": {"id": 384, "owner": {"id": 731}, "assignee": {"id": 830}}, "task": {"id": 381, "owner": {"id": 985}, "assignee": {"id": 1049}}, "job": {"id": 330, "assignee": {"id": 1127}}, "organization": {"id": 114}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 93, "privilege": "none"}, "organization": {"id": 172, "owner": {"id": 225}, "user": {"role": "supervisor"}}}, "resource": {"id": 324, "owner": {"id": 634}, "assignee": {"id": 93}, "project": {"id": 362, "owner": {"id": 717}, "assignee": {"id": 842}}, "task": {"id": 314, "owner": {"id": 973}, "assignee": {"id": 1054}}, "job": {"id": 345, "assignee": {"id": 1113}}, "organization": {"id": 172}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 8, "privilege": "none"}, "organization": {"id": 125, "owner": {"id": 226}, "user": {"role": "supervisor"}}}, "resource": {"id": 326, "owner": {"id": 640}, "assignee": {"id": 8}, "project": {"id": 313, "owner": {"id": 706}, "assignee": {"id": 871}}, "task": {"id": 383, "owner": {"id": 948}, "assignee": {"id": 1072}}, "job": {"id": 342, "assignee": {"id": 1128}}, "organization": {"id": 125}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 15, "privilege": "none"}, "organization": {"id": 185, "owner": {"id": 295}, "user": {"role": "supervisor"}}}, "resource": {"id": 354, "owner": {"id": 689}, "assignee": {"id": 15}, "project": {"id": 350, "owner": {"id": 746}, "assignee": {"id": 801}}, "task": {"id": 356, "owner": {"id": 991}, "assignee": {"id": 1028}}, "job": {"id": 314, "assignee": {"id": 1113}}, "organization": {"id": 185}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 80, "privilege": "none"}, "organization": {"id": 175, "owner": {"id": 279}, "user": {"role": "supervisor"}}}, "resource": {"id": 364, "owner": {"id": 666}, "assignee": {"id": 80}, "project": {"id": 344, "owner": {"id": 793}, "assignee": {"id": 860}}, "task": {"id": 361, "owner": {"id": 919}, "assignee": {"id": 1053}}, "job": {"id": 378, "assignee": {"id": 1129}}, "organization": {"id": 1267}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 8, "privilege": "none"}, "organization": {"id": 111, "owner": {"id": 215}, "user": {"role": "supervisor"}}}, "resource": {"id": 308, "owner": {"id": 645}, "assignee": {"id": 8}, "project": {"id": 340, "owner": {"id": 736}, "assignee": {"id": 845}}, "task": {"id": 371, "owner": {"id": 925}, "assignee": {"id": 1053}}, "job": {"id": 341, "assignee": {"id": 1168}}, "organization": {"id": 1244}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 29, "privilege": "none"}, "organization": {"id": 183, "owner": {"id": 283}, "user": {"role": "supervisor"}}}, "resource": {"id": 364, "owner": {"id": 638}, "assignee": {"id": 29}, "project": {"id": 392, "owner": {"id": 761}, "assignee": {"id": 857}}, "task": {"id": 309, "owner": {"id": 938}, "assignee": {"id": 1042}}, "job": {"id": 313, "assignee": {"id": 1169}}, "organization": {"id": 1232}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 67, "privilege": "none"}, "organization": {"id": 137, "owner": {"id": 236}, "user": {"role": "supervisor"}}}, "resource": {"id": 377, "owner": {"id": 687}, "assignee": {"id": 67}, "project": {"id": 337, "owner": {"id": 704}, "assignee": {"id": 847}}, "task": {"id": 340, "owner": {"id": 968}, "assignee": {"id": 1050}}, "job": {"id": 381, "assignee": {"id": 1137}}, "organization": {"id": 1279}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 69, "privilege": "none"}, "organization": {"id": 131, "owner": {"id": 260}, "user": {"role": "worker"}}}, "resource": {"id": 309, "owner": {"id": 677}, "assignee": {"id": 69}, "project": {"id": 374, "owner": {"id": 704}, "assignee": {"id": 895}}, "task": {"id": 380, "owner": {"id": 961}, "assignee": {"id": 1009}}, "job": {"id": 375, "assignee": {"id": 1114}}, "organization": {"id": 131}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 53, "privilege": "none"}, "organization": {"id": 174, "owner": {"id": 213}, "user": {"role": "worker"}}}, "resource": {"id": 307, "owner": {"id": 681}, "assignee": {"id": 53}, "project": {"id": 362, "owner": {"id": 766}, "assignee": {"id": 846}}, "task": {"id": 335, "owner": {"id": 919}, "assignee": {"id": 1012}}, "job": {"id": 323, "assignee": {"id": 1102}}, "organization": {"id": 174}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 86, "privilege": "none"}, "organization": {"id": 191, "owner": {"id": 208}, "user": {"role": "worker"}}}, "resource": {"id": 322, "owner": {"id": 693}, "assignee": {"id": 86}, "project": {"id": 334, "owner": {"id": 774}, "assignee": {"id": 810}}, "task": {"id": 356, "owner": {"id": 937}, "assignee": {"id": 1057}}, "job": {"id": 346, "assignee": {"id": 1145}}, "organization": {"id": 191}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 27, "privilege": "none"}, "organization": {"id": 154, "owner": {"id": 240}, "user": {"role": "worker"}}}, "resource": {"id": 374, "owner": {"id": 624}, "assignee": {"id": 27}, "project": {"id": 392, "owner": {"id": 745}, "assignee": {"id": 851}}, "task": {"id": 334, "owner": {"id": 910}, "assignee": {"id": 1012}}, "job": {"id": 329, "assignee": {"id": 1122}}, "organization": {"id": 154}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 61, "privilege": "none"}, "organization": {"id": 178, "owner": {"id": 290}, "user": {"role": "worker"}}}, "resource": {"id": 353, "owner": {"id": 674}, "assignee": {"id": 61}, "project": {"id": 391, "owner": {"id": 731}, "assignee": {"id": 842}}, "task": {"id": 300, "owner": {"id": 969}, "assignee": {"id": 1017}}, "job": {"id": 398, "assignee": {"id": 1175}}, "organization": {"id": 1207}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 34, "privilege": "none"}, "organization": {"id": 163, "owner": {"id": 254}, "user": {"role": "worker"}}}, "resource": {"id": 348, "owner": {"id": 640}, "assignee": {"id": 34}, "project": {"id": 385, "owner": {"id": 700}, "assignee": {"id": 894}}, "task": {"id": 333, "owner": {"id": 932}, "assignee": {"id": 1058}}, "job": {"id": 366, "assignee": {"id": 1146}}, "organization": {"id": 1202}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 15, "privilege": "none"}, "organization": {"id": 198, "owner": {"id": 293}, "user": {"role": "worker"}}}, "resource": {"id": 336, "owner": {"id": 625}, "assignee": {"id": 15}, "project": {"id": 309, "owner": {"id": 744}, "assignee": {"id": 876}}, "task": {"id": 324, "owner": {"id": 940}, "assignee": {"id": 1078}}, "job": {"id": 307, "assignee": {"id": 1111}}, "organization": {"id": 1213}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 98, "privilege": "none"}, "organization": {"id": 159, "owner": {"id": 280}, "user": {"role": "worker"}}}, "resource": {"id": 367, "owner": {"id": 609}, "assignee": {"id": 98}, "project": {"id": 361, "owner": {"id": 730}, "assignee": {"id": 837}}, "task": {"id": 364, "owner": {"id": 986}, "assignee": {"id": 1039}}, "job": {"id": 319, "assignee": {"id": 1176}}, "organization": {"id": 1268}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 58, "privilege": "none"}, "organization": {"id": 139, "owner": {"id": 277}, "user": {"role": null}}}, "resource": {"id": 347, "owner": {"id": 669}, "assignee": {"id": 58}, "project": {"id": 380, "owner": {"id": 748}, "assignee": {"id": 872}}, "task": {"id": 365, "owner": {"id": 949}, "assignee": {"id": 1076}}, "job": {"id": 306, "assignee": {"id": 1122}}, "organization": {"id": 139}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 45, "privilege": "none"}, "organization": {"id": 144, "owner": {"id": 206}, "user": {"role": null}}}, "resource": {"id": 370, "owner": {"id": 630}, "assignee": {"id": 45}, "project": {"id": 363, "owner": {"id": 784}, "assignee": {"id": 859}}, "task": {"id": 360, "owner": {"id": 913}, "assignee": {"id": 1063}}, "job": {"id": 363, "assignee": {"id": 1121}}, "organization": {"id": 144}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 66, "privilege": "none"}, "organization": {"id": 126, "owner": {"id": 239}, "user": {"role": null}}}, "resource": {"id": 363, "owner": {"id": 687}, "assignee": {"id": 66}, "project": {"id": 341, "owner": {"id": 745}, "assignee": {"id": 865}}, "task": {"id": 332, "owner": {"id": 961}, "assignee": {"id": 1088}}, "job": {"id": 322, "assignee": {"id": 1132}}, "organization": {"id": 126}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 2, "privilege": "none"}, "organization": {"id": 129, "owner": {"id": 244}, "user": {"role": null}}}, "resource": {"id": 348, "owner": {"id": 607}, "assignee": {"id": 2}, "project": {"id": 367, "owner": {"id": 748}, "assignee": {"id": 899}}, "task": {"id": 349, "owner": {"id": 939}, "assignee": {"id": 1077}}, "job": {"id": 355, "assignee": {"id": 1155}}, "organization": {"id": 129}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 13, "privilege": "none"}, "organization": {"id": 124, "owner": {"id": 257}, "user": {"role": null}}}, "resource": {"id": 320, "owner": {"id": 684}, "assignee": {"id": 13}, "project": {"id": 376, "owner": {"id": 728}, "assignee": {"id": 865}}, "task": {"id": 389, "owner": {"id": 954}, "assignee": {"id": 1092}}, "job": {"id": 388, "assignee": {"id": 1153}}, "organization": {"id": 1240}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 86, "privilege": "none"}, "organization": {"id": 145, "owner": {"id": 235}, "user": {"role": null}}}, "resource": {"id": 376, "owner": {"id": 607}, "assignee": {"id": 86}, "project": {"id": 386, "owner": {"id": 753}, "assignee": {"id": 800}}, "task": {"id": 355, "owner": {"id": 972}, "assignee": {"id": 1078}}, "job": {"id": 326, "assignee": {"id": 1119}}, "organization": {"id": 1270}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 8, "privilege": "none"}, "organization": {"id": 100, "owner": {"id": 275}, "user": {"role": null}}}, "resource": {"id": 390, "owner": {"id": 652}, "assignee": {"id": 8}, "project": {"id": 312, "owner": {"id": 757}, "assignee": {"id": 867}}, "task": {"id": 397, "owner": {"id": 919}, "assignee": {"id": 1085}}, "job": {"id": 300, "assignee": {"id": 1199}}, "organization": {"id": 1247}}} +test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 78, "privilege": "none"}, "organization": {"id": 196, "owner": {"id": 260}, "user": {"role": null}}}, "resource": {"id": 320, "owner": {"id": 684}, "assignee": {"id": 78}, "project": {"id": 381, "owner": {"id": 724}, "assignee": {"id": 832}}, "task": {"id": 301, "owner": {"id": 919}, "assignee": {"id": 1062}}, "job": {"id": 328, "assignee": {"id": 1134}}, "organization": {"id": 1281}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 47, "privilege": "admin"}, "organization": {"id": 188, "owner": {"id": 47}, "user": {"role": "owner"}}}, "resource": {"id": 337, "owner": {"id": 631}, "assignee": {"id": 511}, "project": {"id": 341, "owner": {"id": 715}, "assignee": {"id": 841}}, "task": {"id": 357, "owner": {"id": 906}, "assignee": {"id": 1075}}, "job": {"id": 315, "assignee": {"id": 1154}}, "organization": {"id": 188}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 72, "privilege": "admin"}, "organization": {"id": 180, "owner": {"id": 72}, "user": {"role": "owner"}}}, "resource": {"id": 367, "owner": {"id": 642}, "assignee": {"id": 512}, "project": {"id": 336, "owner": {"id": 735}, "assignee": {"id": 822}}, "task": {"id": 398, "owner": {"id": 982}, "assignee": {"id": 1068}}, "job": {"id": 311, "assignee": {"id": 1171}}, "organization": {"id": 180}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 63, "privilege": "admin"}, "organization": {"id": 147, "owner": {"id": 63}, "user": {"role": "owner"}}}, "resource": {"id": 304, "owner": {"id": 696}, "assignee": {"id": 549}, "project": {"id": 344, "owner": {"id": 783}, "assignee": {"id": 852}}, "task": {"id": 349, "owner": {"id": 956}, "assignee": {"id": 1045}}, "job": {"id": 300, "assignee": {"id": 1104}}, "organization": {"id": 147}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 46, "privilege": "admin"}, "organization": {"id": 140, "owner": {"id": 46}, "user": {"role": "owner"}}}, "resource": {"id": 331, "owner": {"id": 673}, "assignee": {"id": 597}, "project": {"id": 350, "owner": {"id": 712}, "assignee": {"id": 869}}, "task": {"id": 372, "owner": {"id": 985}, "assignee": {"id": 1018}}, "job": {"id": 343, "assignee": {"id": 1141}}, "organization": {"id": 140}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 17, "privilege": "admin"}, "organization": {"id": 106, "owner": {"id": 17}, "user": {"role": "owner"}}}, "resource": {"id": 309, "owner": {"id": 650}, "assignee": {"id": 569}, "project": {"id": 379, "owner": {"id": 735}, "assignee": {"id": 865}}, "task": {"id": 393, "owner": {"id": 955}, "assignee": {"id": 1082}}, "job": {"id": 353, "assignee": {"id": 1178}}, "organization": {"id": 1243}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 34, "privilege": "admin"}, "organization": {"id": 180, "owner": {"id": 34}, "user": {"role": "owner"}}}, "resource": {"id": 351, "owner": {"id": 666}, "assignee": {"id": 586}, "project": {"id": 323, "owner": {"id": 786}, "assignee": {"id": 835}}, "task": {"id": 395, "owner": {"id": 992}, "assignee": {"id": 1072}}, "job": {"id": 315, "assignee": {"id": 1152}}, "organization": {"id": 1237}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 89, "privilege": "admin"}, "organization": {"id": 190, "owner": {"id": 89}, "user": {"role": "owner"}}}, "resource": {"id": 332, "owner": {"id": 670}, "assignee": {"id": 555}, "project": {"id": 394, "owner": {"id": 706}, "assignee": {"id": 832}}, "task": {"id": 351, "owner": {"id": 964}, "assignee": {"id": 1044}}, "job": {"id": 344, "assignee": {"id": 1175}}, "organization": {"id": 1263}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 75, "privilege": "admin"}, "organization": {"id": 171, "owner": {"id": 75}, "user": {"role": "owner"}}}, "resource": {"id": 312, "owner": {"id": 649}, "assignee": {"id": 599}, "project": {"id": 348, "owner": {"id": 788}, "assignee": {"id": 826}}, "task": {"id": 353, "owner": {"id": 940}, "assignee": {"id": 1096}}, "job": {"id": 338, "assignee": {"id": 1135}}, "organization": {"id": 1267}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 45, "privilege": "admin"}, "organization": {"id": 169, "owner": {"id": 282}, "user": {"role": "maintainer"}}}, "resource": {"id": 382, "owner": {"id": 635}, "assignee": {"id": 546}, "project": {"id": 386, "owner": {"id": 724}, "assignee": {"id": 835}}, "task": {"id": 305, "owner": {"id": 952}, "assignee": {"id": 1015}}, "job": {"id": 347, "assignee": {"id": 1195}}, "organization": {"id": 169}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 68, "privilege": "admin"}, "organization": {"id": 169, "owner": {"id": 291}, "user": {"role": "maintainer"}}}, "resource": {"id": 359, "owner": {"id": 643}, "assignee": {"id": 566}, "project": {"id": 345, "owner": {"id": 775}, "assignee": {"id": 865}}, "task": {"id": 352, "owner": {"id": 972}, "assignee": {"id": 1099}}, "job": {"id": 364, "assignee": {"id": 1183}}, "organization": {"id": 169}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 67, "privilege": "admin"}, "organization": {"id": 116, "owner": {"id": 246}, "user": {"role": "maintainer"}}}, "resource": {"id": 324, "owner": {"id": 628}, "assignee": {"id": 570}, "project": {"id": 323, "owner": {"id": 726}, "assignee": {"id": 881}}, "task": {"id": 332, "owner": {"id": 917}, "assignee": {"id": 1041}}, "job": {"id": 370, "assignee": {"id": 1194}}, "organization": {"id": 116}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 24, "privilege": "admin"}, "organization": {"id": 174, "owner": {"id": 289}, "user": {"role": "maintainer"}}}, "resource": {"id": 344, "owner": {"id": 638}, "assignee": {"id": 586}, "project": {"id": 350, "owner": {"id": 747}, "assignee": {"id": 893}}, "task": {"id": 348, "owner": {"id": 963}, "assignee": {"id": 1027}}, "job": {"id": 330, "assignee": {"id": 1127}}, "organization": {"id": 174}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 20, "privilege": "admin"}, "organization": {"id": 131, "owner": {"id": 274}, "user": {"role": "maintainer"}}}, "resource": {"id": 324, "owner": {"id": 625}, "assignee": {"id": 574}, "project": {"id": 352, "owner": {"id": 702}, "assignee": {"id": 884}}, "task": {"id": 399, "owner": {"id": 977}, "assignee": {"id": 1036}}, "job": {"id": 321, "assignee": {"id": 1153}}, "organization": {"id": 1226}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 6, "privilege": "admin"}, "organization": {"id": 119, "owner": {"id": 230}, "user": {"role": "maintainer"}}}, "resource": {"id": 397, "owner": {"id": 603}, "assignee": {"id": 517}, "project": {"id": 377, "owner": {"id": 754}, "assignee": {"id": 866}}, "task": {"id": 321, "owner": {"id": 945}, "assignee": {"id": 1068}}, "job": {"id": 347, "assignee": {"id": 1194}}, "organization": {"id": 1225}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 49, "privilege": "admin"}, "organization": {"id": 136, "owner": {"id": 266}, "user": {"role": "maintainer"}}}, "resource": {"id": 389, "owner": {"id": 620}, "assignee": {"id": 551}, "project": {"id": 386, "owner": {"id": 756}, "assignee": {"id": 877}}, "task": {"id": 317, "owner": {"id": 931}, "assignee": {"id": 1022}}, "job": {"id": 384, "assignee": {"id": 1166}}, "organization": {"id": 1298}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 65, "privilege": "admin"}, "organization": {"id": 119, "owner": {"id": 262}, "user": {"role": "maintainer"}}}, "resource": {"id": 350, "owner": {"id": 612}, "assignee": {"id": 544}, "project": {"id": 302, "owner": {"id": 723}, "assignee": {"id": 819}}, "task": {"id": 342, "owner": {"id": 977}, "assignee": {"id": 1049}}, "job": {"id": 315, "assignee": {"id": 1133}}, "organization": {"id": 1216}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 78, "privilege": "admin"}, "organization": {"id": 192, "owner": {"id": 203}, "user": {"role": "supervisor"}}}, "resource": {"id": 302, "owner": {"id": 666}, "assignee": {"id": 584}, "project": {"id": 342, "owner": {"id": 783}, "assignee": {"id": 845}}, "task": {"id": 318, "owner": {"id": 999}, "assignee": {"id": 1004}}, "job": {"id": 367, "assignee": {"id": 1129}}, "organization": {"id": 192}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 53, "privilege": "admin"}, "organization": {"id": 134, "owner": {"id": 271}, "user": {"role": "supervisor"}}}, "resource": {"id": 397, "owner": {"id": 637}, "assignee": {"id": 582}, "project": {"id": 388, "owner": {"id": 707}, "assignee": {"id": 894}}, "task": {"id": 395, "owner": {"id": 921}, "assignee": {"id": 1073}}, "job": {"id": 346, "assignee": {"id": 1145}}, "organization": {"id": 134}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 28, "privilege": "admin"}, "organization": {"id": 158, "owner": {"id": 248}, "user": {"role": "supervisor"}}}, "resource": {"id": 309, "owner": {"id": 665}, "assignee": {"id": 509}, "project": {"id": 388, "owner": {"id": 707}, "assignee": {"id": 843}}, "task": {"id": 326, "owner": {"id": 977}, "assignee": {"id": 1064}}, "job": {"id": 306, "assignee": {"id": 1163}}, "organization": {"id": 158}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 85, "privilege": "admin"}, "organization": {"id": 179, "owner": {"id": 241}, "user": {"role": "supervisor"}}}, "resource": {"id": 303, "owner": {"id": 622}, "assignee": {"id": 528}, "project": {"id": 311, "owner": {"id": 738}, "assignee": {"id": 873}}, "task": {"id": 306, "owner": {"id": 996}, "assignee": {"id": 1025}}, "job": {"id": 302, "assignee": {"id": 1174}}, "organization": {"id": 179}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 51, "privilege": "admin"}, "organization": {"id": 175, "owner": {"id": 253}, "user": {"role": "supervisor"}}}, "resource": {"id": 330, "owner": {"id": 671}, "assignee": {"id": 583}, "project": {"id": 364, "owner": {"id": 743}, "assignee": {"id": 808}}, "task": {"id": 351, "owner": {"id": 970}, "assignee": {"id": 1043}}, "job": {"id": 324, "assignee": {"id": 1142}}, "organization": {"id": 1255}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 10, "privilege": "admin"}, "organization": {"id": 146, "owner": {"id": 226}, "user": {"role": "supervisor"}}}, "resource": {"id": 397, "owner": {"id": 694}, "assignee": {"id": 572}, "project": {"id": 374, "owner": {"id": 753}, "assignee": {"id": 821}}, "task": {"id": 314, "owner": {"id": 936}, "assignee": {"id": 1075}}, "job": {"id": 331, "assignee": {"id": 1166}}, "organization": {"id": 1224}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 61, "privilege": "admin"}, "organization": {"id": 115, "owner": {"id": 240}, "user": {"role": "supervisor"}}}, "resource": {"id": 383, "owner": {"id": 653}, "assignee": {"id": 557}, "project": {"id": 377, "owner": {"id": 737}, "assignee": {"id": 813}}, "task": {"id": 369, "owner": {"id": 993}, "assignee": {"id": 1056}}, "job": {"id": 371, "assignee": {"id": 1166}}, "organization": {"id": 1240}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 70, "privilege": "admin"}, "organization": {"id": 186, "owner": {"id": 284}, "user": {"role": "supervisor"}}}, "resource": {"id": 311, "owner": {"id": 693}, "assignee": {"id": 588}, "project": {"id": 339, "owner": {"id": 714}, "assignee": {"id": 858}}, "task": {"id": 344, "owner": {"id": 940}, "assignee": {"id": 1089}}, "job": {"id": 384, "assignee": {"id": 1176}}, "organization": {"id": 1234}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 25, "privilege": "admin"}, "organization": {"id": 152, "owner": {"id": 286}, "user": {"role": "worker"}}}, "resource": {"id": 335, "owner": {"id": 610}, "assignee": {"id": 523}, "project": {"id": 354, "owner": {"id": 755}, "assignee": {"id": 835}}, "task": {"id": 317, "owner": {"id": 947}, "assignee": {"id": 1080}}, "job": {"id": 303, "assignee": {"id": 1107}}, "organization": {"id": 152}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 49, "privilege": "admin"}, "organization": {"id": 128, "owner": {"id": 237}, "user": {"role": "worker"}}}, "resource": {"id": 350, "owner": {"id": 607}, "assignee": {"id": 583}, "project": {"id": 320, "owner": {"id": 767}, "assignee": {"id": 861}}, "task": {"id": 319, "owner": {"id": 904}, "assignee": {"id": 1057}}, "job": {"id": 388, "assignee": {"id": 1169}}, "organization": {"id": 128}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 90, "privilege": "admin"}, "organization": {"id": 103, "owner": {"id": 275}, "user": {"role": "worker"}}}, "resource": {"id": 321, "owner": {"id": 635}, "assignee": {"id": 599}, "project": {"id": 373, "owner": {"id": 798}, "assignee": {"id": 872}}, "task": {"id": 320, "owner": {"id": 941}, "assignee": {"id": 1022}}, "job": {"id": 318, "assignee": {"id": 1171}}, "organization": {"id": 103}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 37, "privilege": "admin"}, "organization": {"id": 106, "owner": {"id": 207}, "user": {"role": "worker"}}}, "resource": {"id": 306, "owner": {"id": 608}, "assignee": {"id": 509}, "project": {"id": 323, "owner": {"id": 793}, "assignee": {"id": 825}}, "task": {"id": 368, "owner": {"id": 910}, "assignee": {"id": 1001}}, "job": {"id": 326, "assignee": {"id": 1146}}, "organization": {"id": 106}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 7, "privilege": "admin"}, "organization": {"id": 180, "owner": {"id": 230}, "user": {"role": "worker"}}}, "resource": {"id": 348, "owner": {"id": 607}, "assignee": {"id": 591}, "project": {"id": 385, "owner": {"id": 791}, "assignee": {"id": 856}}, "task": {"id": 394, "owner": {"id": 947}, "assignee": {"id": 1053}}, "job": {"id": 353, "assignee": {"id": 1151}}, "organization": {"id": 1216}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 62, "privilege": "admin"}, "organization": {"id": 187, "owner": {"id": 256}, "user": {"role": "worker"}}}, "resource": {"id": 363, "owner": {"id": 658}, "assignee": {"id": 590}, "project": {"id": 331, "owner": {"id": 722}, "assignee": {"id": 898}}, "task": {"id": 365, "owner": {"id": 958}, "assignee": {"id": 1097}}, "job": {"id": 320, "assignee": {"id": 1184}}, "organization": {"id": 1298}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 50, "privilege": "admin"}, "organization": {"id": 141, "owner": {"id": 211}, "user": {"role": "worker"}}}, "resource": {"id": 353, "owner": {"id": 616}, "assignee": {"id": 522}, "project": {"id": 394, "owner": {"id": 766}, "assignee": {"id": 899}}, "task": {"id": 343, "owner": {"id": 968}, "assignee": {"id": 1085}}, "job": {"id": 344, "assignee": {"id": 1187}}, "organization": {"id": 1202}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 45, "privilege": "admin"}, "organization": {"id": 123, "owner": {"id": 206}, "user": {"role": "worker"}}}, "resource": {"id": 360, "owner": {"id": 646}, "assignee": {"id": 532}, "project": {"id": 300, "owner": {"id": 739}, "assignee": {"id": 835}}, "task": {"id": 345, "owner": {"id": 993}, "assignee": {"id": 1091}}, "job": {"id": 336, "assignee": {"id": 1185}}, "organization": {"id": 1205}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 97, "privilege": "admin"}, "organization": {"id": 165, "owner": {"id": 297}, "user": {"role": null}}}, "resource": {"id": 324, "owner": {"id": 644}, "assignee": {"id": 588}, "project": {"id": 398, "owner": {"id": 713}, "assignee": {"id": 863}}, "task": {"id": 382, "owner": {"id": 938}, "assignee": {"id": 1024}}, "job": {"id": 328, "assignee": {"id": 1108}}, "organization": {"id": 165}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 2, "privilege": "admin"}, "organization": {"id": 122, "owner": {"id": 210}, "user": {"role": null}}}, "resource": {"id": 393, "owner": {"id": 687}, "assignee": {"id": 542}, "project": {"id": 387, "owner": {"id": 788}, "assignee": {"id": 838}}, "task": {"id": 316, "owner": {"id": 960}, "assignee": {"id": 1041}}, "job": {"id": 376, "assignee": {"id": 1112}}, "organization": {"id": 122}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 67, "privilege": "admin"}, "organization": {"id": 181, "owner": {"id": 226}, "user": {"role": null}}}, "resource": {"id": 322, "owner": {"id": 641}, "assignee": {"id": 557}, "project": {"id": 350, "owner": {"id": 720}, "assignee": {"id": 863}}, "task": {"id": 322, "owner": {"id": 957}, "assignee": {"id": 1095}}, "job": {"id": 353, "assignee": {"id": 1190}}, "organization": {"id": 181}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 76, "privilege": "admin"}, "organization": {"id": 129, "owner": {"id": 233}, "user": {"role": null}}}, "resource": {"id": 387, "owner": {"id": 623}, "assignee": {"id": 591}, "project": {"id": 321, "owner": {"id": 732}, "assignee": {"id": 833}}, "task": {"id": 360, "owner": {"id": 905}, "assignee": {"id": 1044}}, "job": {"id": 304, "assignee": {"id": 1147}}, "organization": {"id": 129}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 70, "privilege": "admin"}, "organization": {"id": 150, "owner": {"id": 232}, "user": {"role": null}}}, "resource": {"id": 329, "owner": {"id": 619}, "assignee": {"id": 577}, "project": {"id": 373, "owner": {"id": 727}, "assignee": {"id": 842}}, "task": {"id": 343, "owner": {"id": 920}, "assignee": {"id": 1019}}, "job": {"id": 368, "assignee": {"id": 1136}}, "organization": {"id": 1216}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 85, "privilege": "admin"}, "organization": {"id": 102, "owner": {"id": 209}, "user": {"role": null}}}, "resource": {"id": 328, "owner": {"id": 635}, "assignee": {"id": 568}, "project": {"id": 310, "owner": {"id": 704}, "assignee": {"id": 864}}, "task": {"id": 388, "owner": {"id": 935}, "assignee": {"id": 1059}}, "job": {"id": 344, "assignee": {"id": 1110}}, "organization": {"id": 1264}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 1, "privilege": "admin"}, "organization": {"id": 126, "owner": {"id": 225}, "user": {"role": null}}}, "resource": {"id": 368, "owner": {"id": 647}, "assignee": {"id": 552}, "project": {"id": 393, "owner": {"id": 751}, "assignee": {"id": 808}}, "task": {"id": 373, "owner": {"id": 965}, "assignee": {"id": 1091}}, "job": {"id": 315, "assignee": {"id": 1119}}, "organization": {"id": 1299}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 67, "privilege": "admin"}, "organization": {"id": 148, "owner": {"id": 276}, "user": {"role": null}}}, "resource": {"id": 359, "owner": {"id": 651}, "assignee": {"id": 572}, "project": {"id": 377, "owner": {"id": 790}, "assignee": {"id": 878}}, "task": {"id": 382, "owner": {"id": 911}, "assignee": {"id": 1007}}, "job": {"id": 336, "assignee": {"id": 1193}}, "organization": {"id": 1231}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 82, "privilege": "business"}, "organization": {"id": 139, "owner": {"id": 82}, "user": {"role": "owner"}}}, "resource": {"id": 385, "owner": {"id": 612}, "assignee": {"id": 584}, "project": {"id": 378, "owner": {"id": 769}, "assignee": {"id": 897}}, "task": {"id": 357, "owner": {"id": 915}, "assignee": {"id": 1098}}, "job": {"id": 331, "assignee": {"id": 1198}}, "organization": {"id": 139}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 63, "privilege": "business"}, "organization": {"id": 120, "owner": {"id": 63}, "user": {"role": "owner"}}}, "resource": {"id": 309, "owner": {"id": 668}, "assignee": {"id": 566}, "project": {"id": 342, "owner": {"id": 780}, "assignee": {"id": 844}}, "task": {"id": 369, "owner": {"id": 909}, "assignee": {"id": 1069}}, "job": {"id": 386, "assignee": {"id": 1173}}, "organization": {"id": 120}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 19, "privilege": "business"}, "organization": {"id": 167, "owner": {"id": 19}, "user": {"role": "owner"}}}, "resource": {"id": 310, "owner": {"id": 651}, "assignee": {"id": 556}, "project": {"id": 345, "owner": {"id": 793}, "assignee": {"id": 804}}, "task": {"id": 306, "owner": {"id": 908}, "assignee": {"id": 1026}}, "job": {"id": 380, "assignee": {"id": 1116}}, "organization": {"id": 167}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 62, "privilege": "business"}, "organization": {"id": 113, "owner": {"id": 62}, "user": {"role": "owner"}}}, "resource": {"id": 368, "owner": {"id": 656}, "assignee": {"id": 526}, "project": {"id": 320, "owner": {"id": 763}, "assignee": {"id": 881}}, "task": {"id": 367, "owner": {"id": 981}, "assignee": {"id": 1075}}, "job": {"id": 359, "assignee": {"id": 1130}}, "organization": {"id": 113}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 42, "privilege": "business"}, "organization": {"id": 118, "owner": {"id": 42}, "user": {"role": "owner"}}}, "resource": {"id": 338, "owner": {"id": 688}, "assignee": {"id": 586}, "project": {"id": 391, "owner": {"id": 715}, "assignee": {"id": 811}}, "task": {"id": 366, "owner": {"id": 958}, "assignee": {"id": 1051}}, "job": {"id": 376, "assignee": {"id": 1160}}, "organization": {"id": 1282}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 4, "privilege": "business"}, "organization": {"id": 144, "owner": {"id": 4}, "user": {"role": "owner"}}}, "resource": {"id": 345, "owner": {"id": 688}, "assignee": {"id": 582}, "project": {"id": 301, "owner": {"id": 730}, "assignee": {"id": 810}}, "task": {"id": 318, "owner": {"id": 982}, "assignee": {"id": 1089}}, "job": {"id": 357, "assignee": {"id": 1184}}, "organization": {"id": 1246}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 25, "privilege": "business"}, "organization": {"id": 117, "owner": {"id": 25}, "user": {"role": "owner"}}}, "resource": {"id": 338, "owner": {"id": 673}, "assignee": {"id": 598}, "project": {"id": 336, "owner": {"id": 762}, "assignee": {"id": 809}}, "task": {"id": 380, "owner": {"id": 988}, "assignee": {"id": 1082}}, "job": {"id": 317, "assignee": {"id": 1152}}, "organization": {"id": 1209}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 39, "privilege": "business"}, "organization": {"id": 190, "owner": {"id": 39}, "user": {"role": "owner"}}}, "resource": {"id": 306, "owner": {"id": 675}, "assignee": {"id": 547}, "project": {"id": 350, "owner": {"id": 760}, "assignee": {"id": 859}}, "task": {"id": 312, "owner": {"id": 998}, "assignee": {"id": 1097}}, "job": {"id": 371, "assignee": {"id": 1185}}, "organization": {"id": 1281}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 21, "privilege": "business"}, "organization": {"id": 178, "owner": {"id": 270}, "user": {"role": "maintainer"}}}, "resource": {"id": 388, "owner": {"id": 684}, "assignee": {"id": 505}, "project": {"id": 327, "owner": {"id": 797}, "assignee": {"id": 853}}, "task": {"id": 337, "owner": {"id": 996}, "assignee": {"id": 1098}}, "job": {"id": 303, "assignee": {"id": 1199}}, "organization": {"id": 178}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 96, "privilege": "business"}, "organization": {"id": 115, "owner": {"id": 241}, "user": {"role": "maintainer"}}}, "resource": {"id": 313, "owner": {"id": 660}, "assignee": {"id": 589}, "project": {"id": 350, "owner": {"id": 725}, "assignee": {"id": 863}}, "task": {"id": 355, "owner": {"id": 901}, "assignee": {"id": 1099}}, "job": {"id": 360, "assignee": {"id": 1121}}, "organization": {"id": 115}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 3, "privilege": "business"}, "organization": {"id": 165, "owner": {"id": 238}, "user": {"role": "maintainer"}}}, "resource": {"id": 327, "owner": {"id": 653}, "assignee": {"id": 506}, "project": {"id": 323, "owner": {"id": 788}, "assignee": {"id": 873}}, "task": {"id": 364, "owner": {"id": 986}, "assignee": {"id": 1080}}, "job": {"id": 390, "assignee": {"id": 1196}}, "organization": {"id": 165}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 14, "privilege": "business"}, "organization": {"id": 126, "owner": {"id": 298}, "user": {"role": "maintainer"}}}, "resource": {"id": 397, "owner": {"id": 628}, "assignee": {"id": 564}, "project": {"id": 376, "owner": {"id": 747}, "assignee": {"id": 859}}, "task": {"id": 324, "owner": {"id": 920}, "assignee": {"id": 1030}}, "job": {"id": 324, "assignee": {"id": 1176}}, "organization": {"id": 126}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 11, "privilege": "business"}, "organization": {"id": 118, "owner": {"id": 220}, "user": {"role": "maintainer"}}}, "resource": {"id": 313, "owner": {"id": 615}, "assignee": {"id": 546}, "project": {"id": 393, "owner": {"id": 718}, "assignee": {"id": 858}}, "task": {"id": 334, "owner": {"id": 929}, "assignee": {"id": 1055}}, "job": {"id": 301, "assignee": {"id": 1106}}, "organization": {"id": 1238}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 13, "privilege": "business"}, "organization": {"id": 145, "owner": {"id": 259}, "user": {"role": "maintainer"}}}, "resource": {"id": 328, "owner": {"id": 690}, "assignee": {"id": 515}, "project": {"id": 396, "owner": {"id": 755}, "assignee": {"id": 875}}, "task": {"id": 325, "owner": {"id": 987}, "assignee": {"id": 1016}}, "job": {"id": 359, "assignee": {"id": 1171}}, "organization": {"id": 1206}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 80, "privilege": "business"}, "organization": {"id": 138, "owner": {"id": 204}, "user": {"role": "maintainer"}}}, "resource": {"id": 388, "owner": {"id": 654}, "assignee": {"id": 503}, "project": {"id": 337, "owner": {"id": 704}, "assignee": {"id": 843}}, "task": {"id": 308, "owner": {"id": 912}, "assignee": {"id": 1030}}, "job": {"id": 343, "assignee": {"id": 1109}}, "organization": {"id": 1280}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 5, "privilege": "business"}, "organization": {"id": 184, "owner": {"id": 211}, "user": {"role": "maintainer"}}}, "resource": {"id": 392, "owner": {"id": 619}, "assignee": {"id": 528}, "project": {"id": 307, "owner": {"id": 725}, "assignee": {"id": 877}}, "task": {"id": 327, "owner": {"id": 968}, "assignee": {"id": 1008}}, "job": {"id": 317, "assignee": {"id": 1184}}, "organization": {"id": 1295}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 60, "privilege": "business"}, "organization": {"id": 153, "owner": {"id": 282}, "user": {"role": "supervisor"}}}, "resource": {"id": 322, "owner": {"id": 626}, "assignee": {"id": 570}, "project": {"id": 323, "owner": {"id": 772}, "assignee": {"id": 860}}, "task": {"id": 341, "owner": {"id": 988}, "assignee": {"id": 1043}}, "job": {"id": 390, "assignee": {"id": 1146}}, "organization": {"id": 153}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 72, "privilege": "business"}, "organization": {"id": 145, "owner": {"id": 248}, "user": {"role": "supervisor"}}}, "resource": {"id": 318, "owner": {"id": 622}, "assignee": {"id": 578}, "project": {"id": 311, "owner": {"id": 757}, "assignee": {"id": 813}}, "task": {"id": 345, "owner": {"id": 985}, "assignee": {"id": 1076}}, "job": {"id": 335, "assignee": {"id": 1107}}, "organization": {"id": 145}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 89, "privilege": "business"}, "organization": {"id": 112, "owner": {"id": 208}, "user": {"role": "supervisor"}}}, "resource": {"id": 381, "owner": {"id": 661}, "assignee": {"id": 542}, "project": {"id": 347, "owner": {"id": 780}, "assignee": {"id": 819}}, "task": {"id": 345, "owner": {"id": 954}, "assignee": {"id": 1051}}, "job": {"id": 371, "assignee": {"id": 1132}}, "organization": {"id": 112}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 16, "privilege": "business"}, "organization": {"id": 190, "owner": {"id": 222}, "user": {"role": "supervisor"}}}, "resource": {"id": 359, "owner": {"id": 619}, "assignee": {"id": 598}, "project": {"id": 332, "owner": {"id": 707}, "assignee": {"id": 862}}, "task": {"id": 362, "owner": {"id": 951}, "assignee": {"id": 1065}}, "job": {"id": 367, "assignee": {"id": 1196}}, "organization": {"id": 190}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 79, "privilege": "business"}, "organization": {"id": 122, "owner": {"id": 296}, "user": {"role": "supervisor"}}}, "resource": {"id": 303, "owner": {"id": 613}, "assignee": {"id": 550}, "project": {"id": 395, "owner": {"id": 724}, "assignee": {"id": 827}}, "task": {"id": 361, "owner": {"id": 906}, "assignee": {"id": 1018}}, "job": {"id": 358, "assignee": {"id": 1145}}, "organization": {"id": 1229}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 1, "privilege": "business"}, "organization": {"id": 162, "owner": {"id": 230}, "user": {"role": "supervisor"}}}, "resource": {"id": 308, "owner": {"id": 695}, "assignee": {"id": 557}, "project": {"id": 306, "owner": {"id": 705}, "assignee": {"id": 848}}, "task": {"id": 375, "owner": {"id": 973}, "assignee": {"id": 1059}}, "job": {"id": 393, "assignee": {"id": 1183}}, "organization": {"id": 1261}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 92, "privilege": "business"}, "organization": {"id": 146, "owner": {"id": 254}, "user": {"role": "supervisor"}}}, "resource": {"id": 338, "owner": {"id": 645}, "assignee": {"id": 524}, "project": {"id": 313, "owner": {"id": 755}, "assignee": {"id": 876}}, "task": {"id": 353, "owner": {"id": 962}, "assignee": {"id": 1071}}, "job": {"id": 359, "assignee": {"id": 1115}}, "organization": {"id": 1292}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 99, "privilege": "business"}, "organization": {"id": 198, "owner": {"id": 204}, "user": {"role": "supervisor"}}}, "resource": {"id": 349, "owner": {"id": 689}, "assignee": {"id": 543}, "project": {"id": 307, "owner": {"id": 794}, "assignee": {"id": 837}}, "task": {"id": 308, "owner": {"id": 948}, "assignee": {"id": 1095}}, "job": {"id": 361, "assignee": {"id": 1114}}, "organization": {"id": 1292}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 9, "privilege": "business"}, "organization": {"id": 118, "owner": {"id": 294}, "user": {"role": "worker"}}}, "resource": {"id": 378, "owner": {"id": 641}, "assignee": {"id": 547}, "project": {"id": 304, "owner": {"id": 700}, "assignee": {"id": 831}}, "task": {"id": 319, "owner": {"id": 910}, "assignee": {"id": 1060}}, "job": {"id": 383, "assignee": {"id": 1140}}, "organization": {"id": 118}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 2, "privilege": "business"}, "organization": {"id": 129, "owner": {"id": 288}, "user": {"role": "worker"}}}, "resource": {"id": 300, "owner": {"id": 696}, "assignee": {"id": 572}, "project": {"id": 332, "owner": {"id": 725}, "assignee": {"id": 844}}, "task": {"id": 390, "owner": {"id": 907}, "assignee": {"id": 1004}}, "job": {"id": 325, "assignee": {"id": 1107}}, "organization": {"id": 129}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 16, "privilege": "business"}, "organization": {"id": 189, "owner": {"id": 228}, "user": {"role": "worker"}}}, "resource": {"id": 314, "owner": {"id": 662}, "assignee": {"id": 545}, "project": {"id": 323, "owner": {"id": 749}, "assignee": {"id": 832}}, "task": {"id": 375, "owner": {"id": 935}, "assignee": {"id": 1071}}, "job": {"id": 319, "assignee": {"id": 1115}}, "organization": {"id": 189}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 38, "privilege": "business"}, "organization": {"id": 115, "owner": {"id": 224}, "user": {"role": "worker"}}}, "resource": {"id": 337, "owner": {"id": 650}, "assignee": {"id": 517}, "project": {"id": 386, "owner": {"id": 738}, "assignee": {"id": 828}}, "task": {"id": 349, "owner": {"id": 933}, "assignee": {"id": 1064}}, "job": {"id": 338, "assignee": {"id": 1117}}, "organization": {"id": 115}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 2, "privilege": "business"}, "organization": {"id": 150, "owner": {"id": 227}, "user": {"role": "worker"}}}, "resource": {"id": 350, "owner": {"id": 691}, "assignee": {"id": 535}, "project": {"id": 352, "owner": {"id": 754}, "assignee": {"id": 893}}, "task": {"id": 361, "owner": {"id": 928}, "assignee": {"id": 1043}}, "job": {"id": 365, "assignee": {"id": 1134}}, "organization": {"id": 1222}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 91, "privilege": "business"}, "organization": {"id": 189, "owner": {"id": 239}, "user": {"role": "worker"}}}, "resource": {"id": 394, "owner": {"id": 629}, "assignee": {"id": 521}, "project": {"id": 320, "owner": {"id": 730}, "assignee": {"id": 816}}, "task": {"id": 324, "owner": {"id": 952}, "assignee": {"id": 1045}}, "job": {"id": 391, "assignee": {"id": 1159}}, "organization": {"id": 1204}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 4, "privilege": "business"}, "organization": {"id": 176, "owner": {"id": 286}, "user": {"role": "worker"}}}, "resource": {"id": 351, "owner": {"id": 600}, "assignee": {"id": 510}, "project": {"id": 361, "owner": {"id": 757}, "assignee": {"id": 898}}, "task": {"id": 383, "owner": {"id": 950}, "assignee": {"id": 1099}}, "job": {"id": 315, "assignee": {"id": 1125}}, "organization": {"id": 1289}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 28, "privilege": "business"}, "organization": {"id": 164, "owner": {"id": 260}, "user": {"role": "worker"}}}, "resource": {"id": 320, "owner": {"id": 608}, "assignee": {"id": 564}, "project": {"id": 327, "owner": {"id": 751}, "assignee": {"id": 862}}, "task": {"id": 344, "owner": {"id": 991}, "assignee": {"id": 1077}}, "job": {"id": 342, "assignee": {"id": 1172}}, "organization": {"id": 1276}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 83, "privilege": "business"}, "organization": {"id": 142, "owner": {"id": 287}, "user": {"role": null}}}, "resource": {"id": 396, "owner": {"id": 698}, "assignee": {"id": 584}, "project": {"id": 361, "owner": {"id": 769}, "assignee": {"id": 833}}, "task": {"id": 302, "owner": {"id": 960}, "assignee": {"id": 1039}}, "job": {"id": 302, "assignee": {"id": 1161}}, "organization": {"id": 142}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 65, "privilege": "business"}, "organization": {"id": 189, "owner": {"id": 216}, "user": {"role": null}}}, "resource": {"id": 301, "owner": {"id": 657}, "assignee": {"id": 565}, "project": {"id": 327, "owner": {"id": 709}, "assignee": {"id": 845}}, "task": {"id": 399, "owner": {"id": 964}, "assignee": {"id": 1031}}, "job": {"id": 374, "assignee": {"id": 1166}}, "organization": {"id": 189}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 83, "privilege": "business"}, "organization": {"id": 177, "owner": {"id": 240}, "user": {"role": null}}}, "resource": {"id": 395, "owner": {"id": 683}, "assignee": {"id": 576}, "project": {"id": 300, "owner": {"id": 791}, "assignee": {"id": 804}}, "task": {"id": 358, "owner": {"id": 963}, "assignee": {"id": 1047}}, "job": {"id": 331, "assignee": {"id": 1102}}, "organization": {"id": 177}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 93, "privilege": "business"}, "organization": {"id": 114, "owner": {"id": 201}, "user": {"role": null}}}, "resource": {"id": 337, "owner": {"id": 652}, "assignee": {"id": 544}, "project": {"id": 351, "owner": {"id": 760}, "assignee": {"id": 814}}, "task": {"id": 310, "owner": {"id": 957}, "assignee": {"id": 1013}}, "job": {"id": 322, "assignee": {"id": 1151}}, "organization": {"id": 114}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 94, "privilege": "business"}, "organization": {"id": 116, "owner": {"id": 232}, "user": {"role": null}}}, "resource": {"id": 366, "owner": {"id": 685}, "assignee": {"id": 502}, "project": {"id": 309, "owner": {"id": 713}, "assignee": {"id": 812}}, "task": {"id": 306, "owner": {"id": 948}, "assignee": {"id": 1033}}, "job": {"id": 390, "assignee": {"id": 1145}}, "organization": {"id": 1262}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 40, "privilege": "business"}, "organization": {"id": 185, "owner": {"id": 239}, "user": {"role": null}}}, "resource": {"id": 309, "owner": {"id": 692}, "assignee": {"id": 522}, "project": {"id": 318, "owner": {"id": 710}, "assignee": {"id": 825}}, "task": {"id": 302, "owner": {"id": 958}, "assignee": {"id": 1014}}, "job": {"id": 332, "assignee": {"id": 1120}}, "organization": {"id": 1233}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 36, "privilege": "business"}, "organization": {"id": 193, "owner": {"id": 244}, "user": {"role": null}}}, "resource": {"id": 394, "owner": {"id": 671}, "assignee": {"id": 518}, "project": {"id": 390, "owner": {"id": 706}, "assignee": {"id": 864}}, "task": {"id": 300, "owner": {"id": 959}, "assignee": {"id": 1002}}, "job": {"id": 397, "assignee": {"id": 1175}}, "organization": {"id": 1246}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 66, "privilege": "business"}, "organization": {"id": 189, "owner": {"id": 210}, "user": {"role": null}}}, "resource": {"id": 372, "owner": {"id": 606}, "assignee": {"id": 541}, "project": {"id": 391, "owner": {"id": 777}, "assignee": {"id": 832}}, "task": {"id": 345, "owner": {"id": 998}, "assignee": {"id": 1028}}, "job": {"id": 395, "assignee": {"id": 1143}}, "organization": {"id": 1246}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 49, "privilege": "user"}, "organization": {"id": 119, "owner": {"id": 49}, "user": {"role": "owner"}}}, "resource": {"id": 380, "owner": {"id": 646}, "assignee": {"id": 561}, "project": {"id": 341, "owner": {"id": 775}, "assignee": {"id": 897}}, "task": {"id": 392, "owner": {"id": 972}, "assignee": {"id": 1000}}, "job": {"id": 312, "assignee": {"id": 1198}}, "organization": {"id": 119}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 65, "privilege": "user"}, "organization": {"id": 165, "owner": {"id": 65}, "user": {"role": "owner"}}}, "resource": {"id": 366, "owner": {"id": 620}, "assignee": {"id": 554}, "project": {"id": 355, "owner": {"id": 785}, "assignee": {"id": 869}}, "task": {"id": 301, "owner": {"id": 932}, "assignee": {"id": 1045}}, "job": {"id": 385, "assignee": {"id": 1146}}, "organization": {"id": 165}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 12, "privilege": "user"}, "organization": {"id": 132, "owner": {"id": 12}, "user": {"role": "owner"}}}, "resource": {"id": 350, "owner": {"id": 648}, "assignee": {"id": 512}, "project": {"id": 350, "owner": {"id": 742}, "assignee": {"id": 858}}, "task": {"id": 376, "owner": {"id": 984}, "assignee": {"id": 1047}}, "job": {"id": 300, "assignee": {"id": 1107}}, "organization": {"id": 132}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 92, "privilege": "user"}, "organization": {"id": 128, "owner": {"id": 92}, "user": {"role": "owner"}}}, "resource": {"id": 335, "owner": {"id": 699}, "assignee": {"id": 541}, "project": {"id": 302, "owner": {"id": 737}, "assignee": {"id": 892}}, "task": {"id": 360, "owner": {"id": 983}, "assignee": {"id": 1033}}, "job": {"id": 376, "assignee": {"id": 1180}}, "organization": {"id": 128}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 71, "privilege": "user"}, "organization": {"id": 104, "owner": {"id": 71}, "user": {"role": "owner"}}}, "resource": {"id": 377, "owner": {"id": 637}, "assignee": {"id": 511}, "project": {"id": 346, "owner": {"id": 780}, "assignee": {"id": 862}}, "task": {"id": 328, "owner": {"id": 964}, "assignee": {"id": 1047}}, "job": {"id": 390, "assignee": {"id": 1140}}, "organization": {"id": 1216}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 57, "privilege": "user"}, "organization": {"id": 171, "owner": {"id": 57}, "user": {"role": "owner"}}}, "resource": {"id": 391, "owner": {"id": 659}, "assignee": {"id": 546}, "project": {"id": 336, "owner": {"id": 705}, "assignee": {"id": 811}}, "task": {"id": 377, "owner": {"id": 994}, "assignee": {"id": 1076}}, "job": {"id": 337, "assignee": {"id": 1171}}, "organization": {"id": 1201}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 15, "privilege": "user"}, "organization": {"id": 112, "owner": {"id": 15}, "user": {"role": "owner"}}}, "resource": {"id": 340, "owner": {"id": 662}, "assignee": {"id": 549}, "project": {"id": 318, "owner": {"id": 711}, "assignee": {"id": 806}}, "task": {"id": 385, "owner": {"id": 983}, "assignee": {"id": 1027}}, "job": {"id": 390, "assignee": {"id": 1113}}, "organization": {"id": 1240}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 1, "privilege": "user"}, "organization": {"id": 111, "owner": {"id": 1}, "user": {"role": "owner"}}}, "resource": {"id": 358, "owner": {"id": 608}, "assignee": {"id": 500}, "project": {"id": 351, "owner": {"id": 758}, "assignee": {"id": 876}}, "task": {"id": 313, "owner": {"id": 959}, "assignee": {"id": 1000}}, "job": {"id": 302, "assignee": {"id": 1101}}, "organization": {"id": 1292}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "view", "auth": {"user": {"id": 15, "privilege": "user"}, "organization": {"id": 104, "owner": {"id": 213}, "user": {"role": "maintainer"}}}, "resource": {"id": 338, "owner": {"id": 698}, "assignee": {"id": 526}, "project": {"id": 392, "owner": {"id": 780}, "assignee": {"id": 856}}, "task": {"id": 367, "owner": {"id": 962}, "assignee": {"id": 1093}}, "job": {"id": 348, "assignee": {"id": 1198}}, "organization": {"id": 104}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 24, "privilege": "user"}, "organization": {"id": 115, "owner": {"id": 263}, "user": {"role": "maintainer"}}}, "resource": {"id": 321, "owner": {"id": 664}, "assignee": {"id": 521}, "project": {"id": 376, "owner": {"id": 789}, "assignee": {"id": 819}}, "task": {"id": 360, "owner": {"id": 979}, "assignee": {"id": 1054}}, "job": {"id": 398, "assignee": {"id": 1124}}, "organization": {"id": 115}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "view", "auth": {"user": {"id": 28, "privilege": "user"}, "organization": {"id": 194, "owner": {"id": 263}, "user": {"role": "maintainer"}}}, "resource": {"id": 371, "owner": {"id": 660}, "assignee": {"id": 537}, "project": {"id": 306, "owner": {"id": 764}, "assignee": {"id": 811}}, "task": {"id": 322, "owner": {"id": 999}, "assignee": {"id": 1036}}, "job": {"id": 355, "assignee": {"id": 1148}}, "organization": {"id": 194}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "delete", "auth": {"user": {"id": 62, "privilege": "user"}, "organization": {"id": 110, "owner": {"id": 288}, "user": {"role": "maintainer"}}}, "resource": {"id": 391, "owner": {"id": 640}, "assignee": {"id": 561}, "project": {"id": 353, "owner": {"id": 783}, "assignee": {"id": 843}}, "task": {"id": 394, "owner": {"id": 903}, "assignee": {"id": 1031}}, "job": {"id": 362, "assignee": {"id": 1161}}, "organization": {"id": 110}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 43, "privilege": "user"}, "organization": {"id": 192, "owner": {"id": 223}, "user": {"role": "maintainer"}}}, "resource": {"id": 380, "owner": {"id": 699}, "assignee": {"id": 577}, "project": {"id": 373, "owner": {"id": 752}, "assignee": {"id": 802}}, "task": {"id": 326, "owner": {"id": 934}, "assignee": {"id": 1092}}, "job": {"id": 360, "assignee": {"id": 1109}}, "organization": {"id": 1256}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 47, "privilege": "user"}, "organization": {"id": 144, "owner": {"id": 242}, "user": {"role": "maintainer"}}}, "resource": {"id": 339, "owner": {"id": 657}, "assignee": {"id": 561}, "project": {"id": 323, "owner": {"id": 744}, "assignee": {"id": 816}}, "task": {"id": 346, "owner": {"id": 963}, "assignee": {"id": 1049}}, "job": {"id": 397, "assignee": {"id": 1134}}, "organization": {"id": 1233}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 83, "privilege": "user"}, "organization": {"id": 124, "owner": {"id": 262}, "user": {"role": "maintainer"}}}, "resource": {"id": 317, "owner": {"id": 664}, "assignee": {"id": 504}, "project": {"id": 385, "owner": {"id": 700}, "assignee": {"id": 877}}, "task": {"id": 315, "owner": {"id": 991}, "assignee": {"id": 1077}}, "job": {"id": 339, "assignee": {"id": 1108}}, "organization": {"id": 1254}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 89, "privilege": "user"}, "organization": {"id": 131, "owner": {"id": 287}, "user": {"role": "maintainer"}}}, "resource": {"id": 333, "owner": {"id": 682}, "assignee": {"id": 581}, "project": {"id": 377, "owner": {"id": 756}, "assignee": {"id": 868}}, "task": {"id": 349, "owner": {"id": 951}, "assignee": {"id": 1093}}, "job": {"id": 310, "assignee": {"id": 1147}}, "organization": {"id": 1283}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 58, "privilege": "user"}, "organization": {"id": 156, "owner": {"id": 261}, "user": {"role": "supervisor"}}}, "resource": {"id": 351, "owner": {"id": 679}, "assignee": {"id": 501}, "project": {"id": 398, "owner": {"id": 766}, "assignee": {"id": 864}}, "task": {"id": 379, "owner": {"id": 979}, "assignee": {"id": 1075}}, "job": {"id": 318, "assignee": {"id": 1158}}, "organization": {"id": 156}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 89, "privilege": "user"}, "organization": {"id": 169, "owner": {"id": 235}, "user": {"role": "supervisor"}}}, "resource": {"id": 309, "owner": {"id": 606}, "assignee": {"id": 596}, "project": {"id": 336, "owner": {"id": 706}, "assignee": {"id": 839}}, "task": {"id": 368, "owner": {"id": 916}, "assignee": {"id": 1011}}, "job": {"id": 308, "assignee": {"id": 1113}}, "organization": {"id": 169}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 34, "privilege": "user"}, "organization": {"id": 103, "owner": {"id": 209}, "user": {"role": "supervisor"}}}, "resource": {"id": 355, "owner": {"id": 637}, "assignee": {"id": 559}, "project": {"id": 346, "owner": {"id": 774}, "assignee": {"id": 823}}, "task": {"id": 358, "owner": {"id": 922}, "assignee": {"id": 1048}}, "job": {"id": 375, "assignee": {"id": 1138}}, "organization": {"id": 103}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 62, "privilege": "user"}, "organization": {"id": 100, "owner": {"id": 237}, "user": {"role": "supervisor"}}}, "resource": {"id": 308, "owner": {"id": 643}, "assignee": {"id": 572}, "project": {"id": 342, "owner": {"id": 790}, "assignee": {"id": 897}}, "task": {"id": 397, "owner": {"id": 945}, "assignee": {"id": 1013}}, "job": {"id": 385, "assignee": {"id": 1147}}, "organization": {"id": 100}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 75, "privilege": "user"}, "organization": {"id": 141, "owner": {"id": 269}, "user": {"role": "supervisor"}}}, "resource": {"id": 333, "owner": {"id": 610}, "assignee": {"id": 585}, "project": {"id": 315, "owner": {"id": 790}, "assignee": {"id": 866}}, "task": {"id": 385, "owner": {"id": 979}, "assignee": {"id": 1089}}, "job": {"id": 333, "assignee": {"id": 1129}}, "organization": {"id": 1288}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 31, "privilege": "user"}, "organization": {"id": 130, "owner": {"id": 244}, "user": {"role": "supervisor"}}}, "resource": {"id": 333, "owner": {"id": 614}, "assignee": {"id": 568}, "project": {"id": 309, "owner": {"id": 779}, "assignee": {"id": 861}}, "task": {"id": 344, "owner": {"id": 955}, "assignee": {"id": 1037}}, "job": {"id": 395, "assignee": {"id": 1113}}, "organization": {"id": 1214}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 2, "privilege": "user"}, "organization": {"id": 148, "owner": {"id": 296}, "user": {"role": "supervisor"}}}, "resource": {"id": 332, "owner": {"id": 640}, "assignee": {"id": 564}, "project": {"id": 313, "owner": {"id": 776}, "assignee": {"id": 871}}, "task": {"id": 376, "owner": {"id": 943}, "assignee": {"id": 1056}}, "job": {"id": 396, "assignee": {"id": 1186}}, "organization": {"id": 1261}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 93, "privilege": "user"}, "organization": {"id": 177, "owner": {"id": 253}, "user": {"role": "supervisor"}}}, "resource": {"id": 334, "owner": {"id": 699}, "assignee": {"id": 503}, "project": {"id": 348, "owner": {"id": 792}, "assignee": {"id": 823}}, "task": {"id": 365, "owner": {"id": 963}, "assignee": {"id": 1094}}, "job": {"id": 333, "assignee": {"id": 1144}}, "organization": {"id": 1203}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 44, "privilege": "user"}, "organization": {"id": 113, "owner": {"id": 247}, "user": {"role": "worker"}}}, "resource": {"id": 394, "owner": {"id": 661}, "assignee": {"id": 522}, "project": {"id": 391, "owner": {"id": 738}, "assignee": {"id": 829}}, "task": {"id": 344, "owner": {"id": 935}, "assignee": {"id": 1002}}, "job": {"id": 357, "assignee": {"id": 1142}}, "organization": {"id": 113}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 47, "privilege": "user"}, "organization": {"id": 192, "owner": {"id": 273}, "user": {"role": "worker"}}}, "resource": {"id": 391, "owner": {"id": 663}, "assignee": {"id": 523}, "project": {"id": 356, "owner": {"id": 720}, "assignee": {"id": 829}}, "task": {"id": 359, "owner": {"id": 985}, "assignee": {"id": 1096}}, "job": {"id": 339, "assignee": {"id": 1137}}, "organization": {"id": 192}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 71, "privilege": "user"}, "organization": {"id": 157, "owner": {"id": 214}, "user": {"role": "worker"}}}, "resource": {"id": 385, "owner": {"id": 633}, "assignee": {"id": 535}, "project": {"id": 345, "owner": {"id": 794}, "assignee": {"id": 848}}, "task": {"id": 330, "owner": {"id": 920}, "assignee": {"id": 1076}}, "job": {"id": 377, "assignee": {"id": 1117}}, "organization": {"id": 157}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 72, "privilege": "user"}, "organization": {"id": 109, "owner": {"id": 277}, "user": {"role": "worker"}}}, "resource": {"id": 330, "owner": {"id": 604}, "assignee": {"id": 538}, "project": {"id": 379, "owner": {"id": 799}, "assignee": {"id": 895}}, "task": {"id": 321, "owner": {"id": 981}, "assignee": {"id": 1044}}, "job": {"id": 371, "assignee": {"id": 1102}}, "organization": {"id": 109}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 32, "privilege": "user"}, "organization": {"id": 106, "owner": {"id": 243}, "user": {"role": "worker"}}}, "resource": {"id": 307, "owner": {"id": 636}, "assignee": {"id": 590}, "project": {"id": 347, "owner": {"id": 773}, "assignee": {"id": 846}}, "task": {"id": 390, "owner": {"id": 905}, "assignee": {"id": 1096}}, "job": {"id": 312, "assignee": {"id": 1148}}, "organization": {"id": 1234}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 81, "privilege": "user"}, "organization": {"id": 154, "owner": {"id": 211}, "user": {"role": "worker"}}}, "resource": {"id": 356, "owner": {"id": 640}, "assignee": {"id": 552}, "project": {"id": 393, "owner": {"id": 706}, "assignee": {"id": 824}}, "task": {"id": 398, "owner": {"id": 982}, "assignee": {"id": 1030}}, "job": {"id": 394, "assignee": {"id": 1187}}, "organization": {"id": 1207}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 75, "privilege": "user"}, "organization": {"id": 109, "owner": {"id": 251}, "user": {"role": "worker"}}}, "resource": {"id": 392, "owner": {"id": 684}, "assignee": {"id": 593}, "project": {"id": 303, "owner": {"id": 789}, "assignee": {"id": 829}}, "task": {"id": 352, "owner": {"id": 947}, "assignee": {"id": 1033}}, "job": {"id": 361, "assignee": {"id": 1124}}, "organization": {"id": 1218}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 19, "privilege": "user"}, "organization": {"id": 151, "owner": {"id": 239}, "user": {"role": "worker"}}}, "resource": {"id": 361, "owner": {"id": 684}, "assignee": {"id": 585}, "project": {"id": 325, "owner": {"id": 745}, "assignee": {"id": 854}}, "task": {"id": 334, "owner": {"id": 935}, "assignee": {"id": 1015}}, "job": {"id": 327, "assignee": {"id": 1199}}, "organization": {"id": 1240}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 49, "privilege": "user"}, "organization": {"id": 151, "owner": {"id": 213}, "user": {"role": null}}}, "resource": {"id": 305, "owner": {"id": 619}, "assignee": {"id": 598}, "project": {"id": 342, "owner": {"id": 797}, "assignee": {"id": 821}}, "task": {"id": 352, "owner": {"id": 947}, "assignee": {"id": 1009}}, "job": {"id": 383, "assignee": {"id": 1121}}, "organization": {"id": 151}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 81, "privilege": "user"}, "organization": {"id": 173, "owner": {"id": 228}, "user": {"role": null}}}, "resource": {"id": 338, "owner": {"id": 637}, "assignee": {"id": 524}, "project": {"id": 391, "owner": {"id": 724}, "assignee": {"id": 860}}, "task": {"id": 329, "owner": {"id": 907}, "assignee": {"id": 1078}}, "job": {"id": 338, "assignee": {"id": 1196}}, "organization": {"id": 173}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 50, "privilege": "user"}, "organization": {"id": 150, "owner": {"id": 286}, "user": {"role": null}}}, "resource": {"id": 359, "owner": {"id": 606}, "assignee": {"id": 517}, "project": {"id": 381, "owner": {"id": 755}, "assignee": {"id": 895}}, "task": {"id": 325, "owner": {"id": 928}, "assignee": {"id": 1025}}, "job": {"id": 333, "assignee": {"id": 1143}}, "organization": {"id": 150}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 32, "privilege": "user"}, "organization": {"id": 161, "owner": {"id": 231}, "user": {"role": null}}}, "resource": {"id": 333, "owner": {"id": 667}, "assignee": {"id": 506}, "project": {"id": 366, "owner": {"id": 763}, "assignee": {"id": 887}}, "task": {"id": 367, "owner": {"id": 999}, "assignee": {"id": 1099}}, "job": {"id": 373, "assignee": {"id": 1195}}, "organization": {"id": 161}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 76, "privilege": "user"}, "organization": {"id": 112, "owner": {"id": 286}, "user": {"role": null}}}, "resource": {"id": 316, "owner": {"id": 600}, "assignee": {"id": 532}, "project": {"id": 382, "owner": {"id": 746}, "assignee": {"id": 848}}, "task": {"id": 316, "owner": {"id": 909}, "assignee": {"id": 1094}}, "job": {"id": 346, "assignee": {"id": 1149}}, "organization": {"id": 1265}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 2, "privilege": "user"}, "organization": {"id": 136, "owner": {"id": 260}, "user": {"role": null}}}, "resource": {"id": 397, "owner": {"id": 624}, "assignee": {"id": 570}, "project": {"id": 388, "owner": {"id": 784}, "assignee": {"id": 863}}, "task": {"id": 348, "owner": {"id": 999}, "assignee": {"id": 1039}}, "job": {"id": 351, "assignee": {"id": 1147}}, "organization": {"id": 1286}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 66, "privilege": "user"}, "organization": {"id": 110, "owner": {"id": 259}, "user": {"role": null}}}, "resource": {"id": 340, "owner": {"id": 651}, "assignee": {"id": 573}, "project": {"id": 349, "owner": {"id": 756}, "assignee": {"id": 812}}, "task": {"id": 342, "owner": {"id": 986}, "assignee": {"id": 1099}}, "job": {"id": 348, "assignee": {"id": 1114}}, "organization": {"id": 1212}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 17, "privilege": "user"}, "organization": {"id": 145, "owner": {"id": 201}, "user": {"role": null}}}, "resource": {"id": 350, "owner": {"id": 687}, "assignee": {"id": 575}, "project": {"id": 323, "owner": {"id": 773}, "assignee": {"id": 849}}, "task": {"id": 355, "owner": {"id": 969}, "assignee": {"id": 1090}}, "job": {"id": 319, "assignee": {"id": 1156}}, "organization": {"id": 1260}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 44, "privilege": "worker"}, "organization": {"id": 199, "owner": {"id": 44}, "user": {"role": "owner"}}}, "resource": {"id": 318, "owner": {"id": 654}, "assignee": {"id": 534}, "project": {"id": 325, "owner": {"id": 745}, "assignee": {"id": 818}}, "task": {"id": 348, "owner": {"id": 985}, "assignee": {"id": 1056}}, "job": {"id": 330, "assignee": {"id": 1131}}, "organization": {"id": 199}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 94, "privilege": "worker"}, "organization": {"id": 123, "owner": {"id": 94}, "user": {"role": "owner"}}}, "resource": {"id": 322, "owner": {"id": 632}, "assignee": {"id": 561}, "project": {"id": 302, "owner": {"id": 716}, "assignee": {"id": 837}}, "task": {"id": 302, "owner": {"id": 902}, "assignee": {"id": 1000}}, "job": {"id": 348, "assignee": {"id": 1134}}, "organization": {"id": 123}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 5, "privilege": "worker"}, "organization": {"id": 168, "owner": {"id": 5}, "user": {"role": "owner"}}}, "resource": {"id": 332, "owner": {"id": 626}, "assignee": {"id": 539}, "project": {"id": 324, "owner": {"id": 774}, "assignee": {"id": 861}}, "task": {"id": 381, "owner": {"id": 936}, "assignee": {"id": 1047}}, "job": {"id": 319, "assignee": {"id": 1115}}, "organization": {"id": 168}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 92, "privilege": "worker"}, "organization": {"id": 180, "owner": {"id": 92}, "user": {"role": "owner"}}}, "resource": {"id": 376, "owner": {"id": 653}, "assignee": {"id": 580}, "project": {"id": 327, "owner": {"id": 766}, "assignee": {"id": 889}}, "task": {"id": 370, "owner": {"id": 941}, "assignee": {"id": 1037}}, "job": {"id": 378, "assignee": {"id": 1171}}, "organization": {"id": 180}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 59, "privilege": "worker"}, "organization": {"id": 158, "owner": {"id": 59}, "user": {"role": "owner"}}}, "resource": {"id": 397, "owner": {"id": 646}, "assignee": {"id": 517}, "project": {"id": 321, "owner": {"id": 703}, "assignee": {"id": 886}}, "task": {"id": 376, "owner": {"id": 956}, "assignee": {"id": 1053}}, "job": {"id": 375, "assignee": {"id": 1143}}, "organization": {"id": 1204}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 26, "privilege": "worker"}, "organization": {"id": 165, "owner": {"id": 26}, "user": {"role": "owner"}}}, "resource": {"id": 392, "owner": {"id": 604}, "assignee": {"id": 592}, "project": {"id": 310, "owner": {"id": 717}, "assignee": {"id": 885}}, "task": {"id": 342, "owner": {"id": 984}, "assignee": {"id": 1034}}, "job": {"id": 326, "assignee": {"id": 1116}}, "organization": {"id": 1237}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 52, "privilege": "worker"}, "organization": {"id": 189, "owner": {"id": 52}, "user": {"role": "owner"}}}, "resource": {"id": 354, "owner": {"id": 604}, "assignee": {"id": 544}, "project": {"id": 347, "owner": {"id": 748}, "assignee": {"id": 884}}, "task": {"id": 391, "owner": {"id": 912}, "assignee": {"id": 1092}}, "job": {"id": 329, "assignee": {"id": 1100}}, "organization": {"id": 1278}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 32, "privilege": "worker"}, "organization": {"id": 143, "owner": {"id": 32}, "user": {"role": "owner"}}}, "resource": {"id": 312, "owner": {"id": 697}, "assignee": {"id": 501}, "project": {"id": 375, "owner": {"id": 738}, "assignee": {"id": 839}}, "task": {"id": 369, "owner": {"id": 972}, "assignee": {"id": 1028}}, "job": {"id": 368, "assignee": {"id": 1149}}, "organization": {"id": 1203}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 29, "privilege": "worker"}, "organization": {"id": 118, "owner": {"id": 207}, "user": {"role": "maintainer"}}}, "resource": {"id": 383, "owner": {"id": 629}, "assignee": {"id": 505}, "project": {"id": 354, "owner": {"id": 704}, "assignee": {"id": 849}}, "task": {"id": 366, "owner": {"id": 989}, "assignee": {"id": 1075}}, "job": {"id": 303, "assignee": {"id": 1183}}, "organization": {"id": 118}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 97, "privilege": "worker"}, "organization": {"id": 166, "owner": {"id": 218}, "user": {"role": "maintainer"}}}, "resource": {"id": 311, "owner": {"id": 635}, "assignee": {"id": 503}, "project": {"id": 379, "owner": {"id": 704}, "assignee": {"id": 868}}, "task": {"id": 370, "owner": {"id": 934}, "assignee": {"id": 1078}}, "job": {"id": 348, "assignee": {"id": 1102}}, "organization": {"id": 166}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 26, "privilege": "worker"}, "organization": {"id": 121, "owner": {"id": 285}, "user": {"role": "maintainer"}}}, "resource": {"id": 326, "owner": {"id": 626}, "assignee": {"id": 502}, "project": {"id": 308, "owner": {"id": 730}, "assignee": {"id": 894}}, "task": {"id": 352, "owner": {"id": 913}, "assignee": {"id": 1034}}, "job": {"id": 361, "assignee": {"id": 1136}}, "organization": {"id": 121}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 63, "privilege": "worker"}, "organization": {"id": 124, "owner": {"id": 262}, "user": {"role": "maintainer"}}}, "resource": {"id": 344, "owner": {"id": 638}, "assignee": {"id": 554}, "project": {"id": 347, "owner": {"id": 783}, "assignee": {"id": 823}}, "task": {"id": 343, "owner": {"id": 964}, "assignee": {"id": 1009}}, "job": {"id": 332, "assignee": {"id": 1184}}, "organization": {"id": 124}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 8, "privilege": "worker"}, "organization": {"id": 105, "owner": {"id": 237}, "user": {"role": "maintainer"}}}, "resource": {"id": 374, "owner": {"id": 664}, "assignee": {"id": 587}, "project": {"id": 364, "owner": {"id": 754}, "assignee": {"id": 803}}, "task": {"id": 325, "owner": {"id": 954}, "assignee": {"id": 1046}}, "job": {"id": 373, "assignee": {"id": 1142}}, "organization": {"id": 1213}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 83, "privilege": "worker"}, "organization": {"id": 130, "owner": {"id": 216}, "user": {"role": "maintainer"}}}, "resource": {"id": 338, "owner": {"id": 671}, "assignee": {"id": 545}, "project": {"id": 371, "owner": {"id": 799}, "assignee": {"id": 882}}, "task": {"id": 389, "owner": {"id": 960}, "assignee": {"id": 1021}}, "job": {"id": 361, "assignee": {"id": 1128}}, "organization": {"id": 1242}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 79, "privilege": "worker"}, "organization": {"id": 122, "owner": {"id": 250}, "user": {"role": "maintainer"}}}, "resource": {"id": 340, "owner": {"id": 615}, "assignee": {"id": 558}, "project": {"id": 348, "owner": {"id": 798}, "assignee": {"id": 824}}, "task": {"id": 371, "owner": {"id": 980}, "assignee": {"id": 1027}}, "job": {"id": 306, "assignee": {"id": 1100}}, "organization": {"id": 1243}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 67, "privilege": "worker"}, "organization": {"id": 103, "owner": {"id": 243}, "user": {"role": "maintainer"}}}, "resource": {"id": 366, "owner": {"id": 654}, "assignee": {"id": 583}, "project": {"id": 328, "owner": {"id": 708}, "assignee": {"id": 819}}, "task": {"id": 345, "owner": {"id": 996}, "assignee": {"id": 1036}}, "job": {"id": 315, "assignee": {"id": 1187}}, "organization": {"id": 1268}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 4, "privilege": "worker"}, "organization": {"id": 177, "owner": {"id": 276}, "user": {"role": "supervisor"}}}, "resource": {"id": 372, "owner": {"id": 628}, "assignee": {"id": 501}, "project": {"id": 374, "owner": {"id": 784}, "assignee": {"id": 885}}, "task": {"id": 353, "owner": {"id": 990}, "assignee": {"id": 1050}}, "job": {"id": 372, "assignee": {"id": 1193}}, "organization": {"id": 177}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 25, "privilege": "worker"}, "organization": {"id": 163, "owner": {"id": 239}, "user": {"role": "supervisor"}}}, "resource": {"id": 361, "owner": {"id": 646}, "assignee": {"id": 574}, "project": {"id": 363, "owner": {"id": 789}, "assignee": {"id": 820}}, "task": {"id": 382, "owner": {"id": 919}, "assignee": {"id": 1099}}, "job": {"id": 374, "assignee": {"id": 1198}}, "organization": {"id": 163}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 94, "privilege": "worker"}, "organization": {"id": 177, "owner": {"id": 251}, "user": {"role": "supervisor"}}}, "resource": {"id": 389, "owner": {"id": 688}, "assignee": {"id": 537}, "project": {"id": 375, "owner": {"id": 704}, "assignee": {"id": 807}}, "task": {"id": 309, "owner": {"id": 996}, "assignee": {"id": 1089}}, "job": {"id": 319, "assignee": {"id": 1163}}, "organization": {"id": 177}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 98, "privilege": "worker"}, "organization": {"id": 122, "owner": {"id": 297}, "user": {"role": "supervisor"}}}, "resource": {"id": 388, "owner": {"id": 699}, "assignee": {"id": 545}, "project": {"id": 344, "owner": {"id": 760}, "assignee": {"id": 813}}, "task": {"id": 398, "owner": {"id": 985}, "assignee": {"id": 1091}}, "job": {"id": 302, "assignee": {"id": 1189}}, "organization": {"id": 122}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 31, "privilege": "worker"}, "organization": {"id": 140, "owner": {"id": 206}, "user": {"role": "supervisor"}}}, "resource": {"id": 301, "owner": {"id": 613}, "assignee": {"id": 564}, "project": {"id": 318, "owner": {"id": 735}, "assignee": {"id": 816}}, "task": {"id": 398, "owner": {"id": 997}, "assignee": {"id": 1060}}, "job": {"id": 364, "assignee": {"id": 1118}}, "organization": {"id": 1256}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 51, "privilege": "worker"}, "organization": {"id": 158, "owner": {"id": 283}, "user": {"role": "supervisor"}}}, "resource": {"id": 395, "owner": {"id": 603}, "assignee": {"id": 530}, "project": {"id": 382, "owner": {"id": 762}, "assignee": {"id": 875}}, "task": {"id": 353, "owner": {"id": 930}, "assignee": {"id": 1069}}, "job": {"id": 389, "assignee": {"id": 1152}}, "organization": {"id": 1263}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 41, "privilege": "worker"}, "organization": {"id": 107, "owner": {"id": 298}, "user": {"role": "supervisor"}}}, "resource": {"id": 364, "owner": {"id": 622}, "assignee": {"id": 562}, "project": {"id": 362, "owner": {"id": 783}, "assignee": {"id": 846}}, "task": {"id": 354, "owner": {"id": 923}, "assignee": {"id": 1044}}, "job": {"id": 389, "assignee": {"id": 1154}}, "organization": {"id": 1297}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 95, "privilege": "worker"}, "organization": {"id": 124, "owner": {"id": 201}, "user": {"role": "supervisor"}}}, "resource": {"id": 329, "owner": {"id": 626}, "assignee": {"id": 503}, "project": {"id": 338, "owner": {"id": 794}, "assignee": {"id": 861}}, "task": {"id": 382, "owner": {"id": 975}, "assignee": {"id": 1074}}, "job": {"id": 360, "assignee": {"id": 1160}}, "organization": {"id": 1237}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 8, "privilege": "worker"}, "organization": {"id": 192, "owner": {"id": 280}, "user": {"role": "worker"}}}, "resource": {"id": 344, "owner": {"id": 688}, "assignee": {"id": 549}, "project": {"id": 387, "owner": {"id": 744}, "assignee": {"id": 833}}, "task": {"id": 327, "owner": {"id": 941}, "assignee": {"id": 1021}}, "job": {"id": 392, "assignee": {"id": 1197}}, "organization": {"id": 192}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 74, "privilege": "worker"}, "organization": {"id": 178, "owner": {"id": 207}, "user": {"role": "worker"}}}, "resource": {"id": 353, "owner": {"id": 606}, "assignee": {"id": 508}, "project": {"id": 371, "owner": {"id": 765}, "assignee": {"id": 829}}, "task": {"id": 319, "owner": {"id": 954}, "assignee": {"id": 1058}}, "job": {"id": 371, "assignee": {"id": 1157}}, "organization": {"id": 178}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 86, "privilege": "worker"}, "organization": {"id": 103, "owner": {"id": 237}, "user": {"role": "worker"}}}, "resource": {"id": 330, "owner": {"id": 664}, "assignee": {"id": 534}, "project": {"id": 352, "owner": {"id": 701}, "assignee": {"id": 893}}, "task": {"id": 303, "owner": {"id": 926}, "assignee": {"id": 1061}}, "job": {"id": 393, "assignee": {"id": 1121}}, "organization": {"id": 103}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 64, "privilege": "worker"}, "organization": {"id": 105, "owner": {"id": 267}, "user": {"role": "worker"}}}, "resource": {"id": 351, "owner": {"id": 620}, "assignee": {"id": 503}, "project": {"id": 391, "owner": {"id": 720}, "assignee": {"id": 818}}, "task": {"id": 303, "owner": {"id": 915}, "assignee": {"id": 1094}}, "job": {"id": 313, "assignee": {"id": 1121}}, "organization": {"id": 105}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 64, "privilege": "worker"}, "organization": {"id": 194, "owner": {"id": 245}, "user": {"role": "worker"}}}, "resource": {"id": 375, "owner": {"id": 618}, "assignee": {"id": 582}, "project": {"id": 350, "owner": {"id": 751}, "assignee": {"id": 898}}, "task": {"id": 323, "owner": {"id": 927}, "assignee": {"id": 1030}}, "job": {"id": 357, "assignee": {"id": 1147}}, "organization": {"id": 1273}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 12, "privilege": "worker"}, "organization": {"id": 168, "owner": {"id": 286}, "user": {"role": "worker"}}}, "resource": {"id": 350, "owner": {"id": 643}, "assignee": {"id": 539}, "project": {"id": 392, "owner": {"id": 757}, "assignee": {"id": 829}}, "task": {"id": 324, "owner": {"id": 941}, "assignee": {"id": 1069}}, "job": {"id": 359, "assignee": {"id": 1109}}, "organization": {"id": 1219}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 93, "privilege": "worker"}, "organization": {"id": 173, "owner": {"id": 267}, "user": {"role": "worker"}}}, "resource": {"id": 381, "owner": {"id": 653}, "assignee": {"id": 581}, "project": {"id": 397, "owner": {"id": 727}, "assignee": {"id": 813}}, "task": {"id": 357, "owner": {"id": 977}, "assignee": {"id": 1082}}, "job": {"id": 314, "assignee": {"id": 1101}}, "organization": {"id": 1239}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 28, "privilege": "worker"}, "organization": {"id": 131, "owner": {"id": 205}, "user": {"role": "worker"}}}, "resource": {"id": 383, "owner": {"id": 657}, "assignee": {"id": 548}, "project": {"id": 389, "owner": {"id": 746}, "assignee": {"id": 881}}, "task": {"id": 355, "owner": {"id": 986}, "assignee": {"id": 1001}}, "job": {"id": 320, "assignee": {"id": 1176}}, "organization": {"id": 1224}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 65, "privilege": "worker"}, "organization": {"id": 111, "owner": {"id": 253}, "user": {"role": null}}}, "resource": {"id": 359, "owner": {"id": 656}, "assignee": {"id": 562}, "project": {"id": 318, "owner": {"id": 703}, "assignee": {"id": 813}}, "task": {"id": 335, "owner": {"id": 902}, "assignee": {"id": 1009}}, "job": {"id": 306, "assignee": {"id": 1169}}, "organization": {"id": 111}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 51, "privilege": "worker"}, "organization": {"id": 187, "owner": {"id": 284}, "user": {"role": null}}}, "resource": {"id": 300, "owner": {"id": 624}, "assignee": {"id": 585}, "project": {"id": 381, "owner": {"id": 725}, "assignee": {"id": 863}}, "task": {"id": 349, "owner": {"id": 937}, "assignee": {"id": 1070}}, "job": {"id": 348, "assignee": {"id": 1167}}, "organization": {"id": 187}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 45, "privilege": "worker"}, "organization": {"id": 127, "owner": {"id": 217}, "user": {"role": null}}}, "resource": {"id": 368, "owner": {"id": 686}, "assignee": {"id": 558}, "project": {"id": 338, "owner": {"id": 772}, "assignee": {"id": 851}}, "task": {"id": 303, "owner": {"id": 902}, "assignee": {"id": 1017}}, "job": {"id": 358, "assignee": {"id": 1153}}, "organization": {"id": 127}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 98, "privilege": "worker"}, "organization": {"id": 165, "owner": {"id": 239}, "user": {"role": null}}}, "resource": {"id": 335, "owner": {"id": 626}, "assignee": {"id": 537}, "project": {"id": 328, "owner": {"id": 708}, "assignee": {"id": 853}}, "task": {"id": 354, "owner": {"id": 991}, "assignee": {"id": 1081}}, "job": {"id": 368, "assignee": {"id": 1160}}, "organization": {"id": 165}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 1, "privilege": "worker"}, "organization": {"id": 131, "owner": {"id": 229}, "user": {"role": null}}}, "resource": {"id": 343, "owner": {"id": 684}, "assignee": {"id": 501}, "project": {"id": 386, "owner": {"id": 736}, "assignee": {"id": 875}}, "task": {"id": 332, "owner": {"id": 916}, "assignee": {"id": 1022}}, "job": {"id": 384, "assignee": {"id": 1180}}, "organization": {"id": 1271}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 9, "privilege": "worker"}, "organization": {"id": 128, "owner": {"id": 245}, "user": {"role": null}}}, "resource": {"id": 360, "owner": {"id": 691}, "assignee": {"id": 548}, "project": {"id": 325, "owner": {"id": 790}, "assignee": {"id": 854}}, "task": {"id": 371, "owner": {"id": 928}, "assignee": {"id": 1002}}, "job": {"id": 309, "assignee": {"id": 1195}}, "organization": {"id": 1248}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 84, "privilege": "worker"}, "organization": {"id": 127, "owner": {"id": 235}, "user": {"role": null}}}, "resource": {"id": 375, "owner": {"id": 664}, "assignee": {"id": 578}, "project": {"id": 384, "owner": {"id": 718}, "assignee": {"id": 888}}, "task": {"id": 316, "owner": {"id": 975}, "assignee": {"id": 1031}}, "job": {"id": 379, "assignee": {"id": 1157}}, "organization": {"id": 1216}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 95, "privilege": "worker"}, "organization": {"id": 152, "owner": {"id": 252}, "user": {"role": null}}}, "resource": {"id": 334, "owner": {"id": 626}, "assignee": {"id": 578}, "project": {"id": 341, "owner": {"id": 746}, "assignee": {"id": 812}}, "task": {"id": 337, "owner": {"id": 917}, "assignee": {"id": 1065}}, "job": {"id": 345, "assignee": {"id": 1132}}, "organization": {"id": 1226}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 39, "privilege": "none"}, "organization": {"id": 122, "owner": {"id": 39}, "user": {"role": "owner"}}}, "resource": {"id": 398, "owner": {"id": 682}, "assignee": {"id": 504}, "project": {"id": 333, "owner": {"id": 796}, "assignee": {"id": 873}}, "task": {"id": 325, "owner": {"id": 974}, "assignee": {"id": 1027}}, "job": {"id": 368, "assignee": {"id": 1131}}, "organization": {"id": 122}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 49, "privilege": "none"}, "organization": {"id": 195, "owner": {"id": 49}, "user": {"role": "owner"}}}, "resource": {"id": 341, "owner": {"id": 662}, "assignee": {"id": 547}, "project": {"id": 371, "owner": {"id": 778}, "assignee": {"id": 895}}, "task": {"id": 334, "owner": {"id": 935}, "assignee": {"id": 1091}}, "job": {"id": 377, "assignee": {"id": 1150}}, "organization": {"id": 195}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 87, "privilege": "none"}, "organization": {"id": 137, "owner": {"id": 87}, "user": {"role": "owner"}}}, "resource": {"id": 353, "owner": {"id": 664}, "assignee": {"id": 563}, "project": {"id": 362, "owner": {"id": 767}, "assignee": {"id": 862}}, "task": {"id": 320, "owner": {"id": 986}, "assignee": {"id": 1054}}, "job": {"id": 332, "assignee": {"id": 1130}}, "organization": {"id": 137}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 39, "privilege": "none"}, "organization": {"id": 126, "owner": {"id": 39}, "user": {"role": "owner"}}}, "resource": {"id": 362, "owner": {"id": 639}, "assignee": {"id": 560}, "project": {"id": 388, "owner": {"id": 797}, "assignee": {"id": 889}}, "task": {"id": 314, "owner": {"id": 939}, "assignee": {"id": 1055}}, "job": {"id": 316, "assignee": {"id": 1151}}, "organization": {"id": 126}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 53, "privilege": "none"}, "organization": {"id": 183, "owner": {"id": 53}, "user": {"role": "owner"}}}, "resource": {"id": 370, "owner": {"id": 600}, "assignee": {"id": 584}, "project": {"id": 306, "owner": {"id": 709}, "assignee": {"id": 821}}, "task": {"id": 307, "owner": {"id": 928}, "assignee": {"id": 1028}}, "job": {"id": 311, "assignee": {"id": 1174}}, "organization": {"id": 1283}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 29, "privilege": "none"}, "organization": {"id": 118, "owner": {"id": 29}, "user": {"role": "owner"}}}, "resource": {"id": 393, "owner": {"id": 617}, "assignee": {"id": 546}, "project": {"id": 356, "owner": {"id": 768}, "assignee": {"id": 813}}, "task": {"id": 326, "owner": {"id": 915}, "assignee": {"id": 1093}}, "job": {"id": 318, "assignee": {"id": 1103}}, "organization": {"id": 1277}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 92, "privilege": "none"}, "organization": {"id": 171, "owner": {"id": 92}, "user": {"role": "owner"}}}, "resource": {"id": 330, "owner": {"id": 608}, "assignee": {"id": 564}, "project": {"id": 327, "owner": {"id": 768}, "assignee": {"id": 881}}, "task": {"id": 382, "owner": {"id": 965}, "assignee": {"id": 1066}}, "job": {"id": 377, "assignee": {"id": 1180}}, "organization": {"id": 1253}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 5, "privilege": "none"}, "organization": {"id": 150, "owner": {"id": 5}, "user": {"role": "owner"}}}, "resource": {"id": 367, "owner": {"id": 637}, "assignee": {"id": 526}, "project": {"id": 381, "owner": {"id": 728}, "assignee": {"id": 892}}, "task": {"id": 362, "owner": {"id": 960}, "assignee": {"id": 1070}}, "job": {"id": 366, "assignee": {"id": 1111}}, "organization": {"id": 1230}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 28, "privilege": "none"}, "organization": {"id": 101, "owner": {"id": 234}, "user": {"role": "maintainer"}}}, "resource": {"id": 367, "owner": {"id": 660}, "assignee": {"id": 542}, "project": {"id": 370, "owner": {"id": 777}, "assignee": {"id": 880}}, "task": {"id": 354, "owner": {"id": 962}, "assignee": {"id": 1054}}, "job": {"id": 317, "assignee": {"id": 1147}}, "organization": {"id": 101}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 55, "privilege": "none"}, "organization": {"id": 106, "owner": {"id": 205}, "user": {"role": "maintainer"}}}, "resource": {"id": 344, "owner": {"id": 697}, "assignee": {"id": 512}, "project": {"id": 333, "owner": {"id": 720}, "assignee": {"id": 826}}, "task": {"id": 307, "owner": {"id": 970}, "assignee": {"id": 1046}}, "job": {"id": 311, "assignee": {"id": 1114}}, "organization": {"id": 106}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 58, "privilege": "none"}, "organization": {"id": 175, "owner": {"id": 271}, "user": {"role": "maintainer"}}}, "resource": {"id": 310, "owner": {"id": 647}, "assignee": {"id": 568}, "project": {"id": 336, "owner": {"id": 706}, "assignee": {"id": 868}}, "task": {"id": 331, "owner": {"id": 947}, "assignee": {"id": 1042}}, "job": {"id": 306, "assignee": {"id": 1187}}, "organization": {"id": 175}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 59, "privilege": "none"}, "organization": {"id": 150, "owner": {"id": 285}, "user": {"role": "maintainer"}}}, "resource": {"id": 353, "owner": {"id": 657}, "assignee": {"id": 551}, "project": {"id": 346, "owner": {"id": 795}, "assignee": {"id": 861}}, "task": {"id": 375, "owner": {"id": 973}, "assignee": {"id": 1015}}, "job": {"id": 349, "assignee": {"id": 1141}}, "organization": {"id": 150}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 20, "privilege": "none"}, "organization": {"id": 155, "owner": {"id": 242}, "user": {"role": "maintainer"}}}, "resource": {"id": 326, "owner": {"id": 694}, "assignee": {"id": 552}, "project": {"id": 356, "owner": {"id": 753}, "assignee": {"id": 898}}, "task": {"id": 395, "owner": {"id": 963}, "assignee": {"id": 1042}}, "job": {"id": 356, "assignee": {"id": 1169}}, "organization": {"id": 1208}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 27, "privilege": "none"}, "organization": {"id": 134, "owner": {"id": 220}, "user": {"role": "maintainer"}}}, "resource": {"id": 348, "owner": {"id": 612}, "assignee": {"id": 587}, "project": {"id": 399, "owner": {"id": 708}, "assignee": {"id": 890}}, "task": {"id": 343, "owner": {"id": 983}, "assignee": {"id": 1082}}, "job": {"id": 383, "assignee": {"id": 1124}}, "organization": {"id": 1232}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 28, "privilege": "none"}, "organization": {"id": 102, "owner": {"id": 275}, "user": {"role": "maintainer"}}}, "resource": {"id": 323, "owner": {"id": 650}, "assignee": {"id": 527}, "project": {"id": 355, "owner": {"id": 724}, "assignee": {"id": 823}}, "task": {"id": 305, "owner": {"id": 915}, "assignee": {"id": 1062}}, "job": {"id": 332, "assignee": {"id": 1181}}, "organization": {"id": 1205}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 53, "privilege": "none"}, "organization": {"id": 143, "owner": {"id": 225}, "user": {"role": "maintainer"}}}, "resource": {"id": 373, "owner": {"id": 602}, "assignee": {"id": 557}, "project": {"id": 394, "owner": {"id": 776}, "assignee": {"id": 805}}, "task": {"id": 355, "owner": {"id": 991}, "assignee": {"id": 1060}}, "job": {"id": 359, "assignee": {"id": 1191}}, "organization": {"id": 1277}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 35, "privilege": "none"}, "organization": {"id": 181, "owner": {"id": 207}, "user": {"role": "supervisor"}}}, "resource": {"id": 380, "owner": {"id": 684}, "assignee": {"id": 556}, "project": {"id": 327, "owner": {"id": 737}, "assignee": {"id": 817}}, "task": {"id": 314, "owner": {"id": 913}, "assignee": {"id": 1003}}, "job": {"id": 386, "assignee": {"id": 1150}}, "organization": {"id": 181}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 13, "privilege": "none"}, "organization": {"id": 171, "owner": {"id": 251}, "user": {"role": "supervisor"}}}, "resource": {"id": 377, "owner": {"id": 629}, "assignee": {"id": 565}, "project": {"id": 303, "owner": {"id": 780}, "assignee": {"id": 817}}, "task": {"id": 390, "owner": {"id": 931}, "assignee": {"id": 1039}}, "job": {"id": 336, "assignee": {"id": 1157}}, "organization": {"id": 171}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 96, "privilege": "none"}, "organization": {"id": 129, "owner": {"id": 244}, "user": {"role": "supervisor"}}}, "resource": {"id": 373, "owner": {"id": 635}, "assignee": {"id": 554}, "project": {"id": 319, "owner": {"id": 719}, "assignee": {"id": 852}}, "task": {"id": 360, "owner": {"id": 914}, "assignee": {"id": 1012}}, "job": {"id": 362, "assignee": {"id": 1190}}, "organization": {"id": 129}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 0, "privilege": "none"}, "organization": {"id": 150, "owner": {"id": 250}, "user": {"role": "supervisor"}}}, "resource": {"id": 391, "owner": {"id": 694}, "assignee": {"id": 504}, "project": {"id": 303, "owner": {"id": 775}, "assignee": {"id": 816}}, "task": {"id": 319, "owner": {"id": 903}, "assignee": {"id": 1023}}, "job": {"id": 389, "assignee": {"id": 1139}}, "organization": {"id": 150}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 30, "privilege": "none"}, "organization": {"id": 102, "owner": {"id": 283}, "user": {"role": "supervisor"}}}, "resource": {"id": 367, "owner": {"id": 658}, "assignee": {"id": 560}, "project": {"id": 324, "owner": {"id": 701}, "assignee": {"id": 855}}, "task": {"id": 355, "owner": {"id": 956}, "assignee": {"id": 1070}}, "job": {"id": 331, "assignee": {"id": 1149}}, "organization": {"id": 1213}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 23, "privilege": "none"}, "organization": {"id": 155, "owner": {"id": 255}, "user": {"role": "supervisor"}}}, "resource": {"id": 378, "owner": {"id": 690}, "assignee": {"id": 586}, "project": {"id": 366, "owner": {"id": 725}, "assignee": {"id": 822}}, "task": {"id": 379, "owner": {"id": 904}, "assignee": {"id": 1025}}, "job": {"id": 344, "assignee": {"id": 1154}}, "organization": {"id": 1223}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 85, "privilege": "none"}, "organization": {"id": 184, "owner": {"id": 221}, "user": {"role": "supervisor"}}}, "resource": {"id": 362, "owner": {"id": 664}, "assignee": {"id": 599}, "project": {"id": 310, "owner": {"id": 748}, "assignee": {"id": 808}}, "task": {"id": 379, "owner": {"id": 960}, "assignee": {"id": 1035}}, "job": {"id": 380, "assignee": {"id": 1102}}, "organization": {"id": 1249}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 58, "privilege": "none"}, "organization": {"id": 198, "owner": {"id": 242}, "user": {"role": "supervisor"}}}, "resource": {"id": 376, "owner": {"id": 624}, "assignee": {"id": 553}, "project": {"id": 353, "owner": {"id": 743}, "assignee": {"id": 807}}, "task": {"id": 303, "owner": {"id": 925}, "assignee": {"id": 1017}}, "job": {"id": 323, "assignee": {"id": 1142}}, "organization": {"id": 1270}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 69, "privilege": "none"}, "organization": {"id": 151, "owner": {"id": 296}, "user": {"role": "worker"}}}, "resource": {"id": 337, "owner": {"id": 678}, "assignee": {"id": 582}, "project": {"id": 318, "owner": {"id": 731}, "assignee": {"id": 869}}, "task": {"id": 322, "owner": {"id": 930}, "assignee": {"id": 1066}}, "job": {"id": 364, "assignee": {"id": 1188}}, "organization": {"id": 151}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 72, "privilege": "none"}, "organization": {"id": 199, "owner": {"id": 268}, "user": {"role": "worker"}}}, "resource": {"id": 309, "owner": {"id": 623}, "assignee": {"id": 544}, "project": {"id": 365, "owner": {"id": 764}, "assignee": {"id": 835}}, "task": {"id": 330, "owner": {"id": 948}, "assignee": {"id": 1008}}, "job": {"id": 386, "assignee": {"id": 1128}}, "organization": {"id": 199}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 93, "privilege": "none"}, "organization": {"id": 134, "owner": {"id": 251}, "user": {"role": "worker"}}}, "resource": {"id": 399, "owner": {"id": 684}, "assignee": {"id": 517}, "project": {"id": 343, "owner": {"id": 707}, "assignee": {"id": 820}}, "task": {"id": 383, "owner": {"id": 966}, "assignee": {"id": 1038}}, "job": {"id": 388, "assignee": {"id": 1146}}, "organization": {"id": 134}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 69, "privilege": "none"}, "organization": {"id": 188, "owner": {"id": 247}, "user": {"role": "worker"}}}, "resource": {"id": 301, "owner": {"id": 608}, "assignee": {"id": 586}, "project": {"id": 307, "owner": {"id": 741}, "assignee": {"id": 827}}, "task": {"id": 325, "owner": {"id": 924}, "assignee": {"id": 1029}}, "job": {"id": 328, "assignee": {"id": 1104}}, "organization": {"id": 188}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 78, "privilege": "none"}, "organization": {"id": 104, "owner": {"id": 281}, "user": {"role": "worker"}}}, "resource": {"id": 342, "owner": {"id": 694}, "assignee": {"id": 599}, "project": {"id": 314, "owner": {"id": 767}, "assignee": {"id": 851}}, "task": {"id": 355, "owner": {"id": 999}, "assignee": {"id": 1028}}, "job": {"id": 388, "assignee": {"id": 1146}}, "organization": {"id": 1284}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 28, "privilege": "none"}, "organization": {"id": 165, "owner": {"id": 222}, "user": {"role": "worker"}}}, "resource": {"id": 329, "owner": {"id": 653}, "assignee": {"id": 570}, "project": {"id": 377, "owner": {"id": 705}, "assignee": {"id": 821}}, "task": {"id": 343, "owner": {"id": 923}, "assignee": {"id": 1015}}, "job": {"id": 384, "assignee": {"id": 1199}}, "organization": {"id": 1290}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 81, "privilege": "none"}, "organization": {"id": 195, "owner": {"id": 285}, "user": {"role": "worker"}}}, "resource": {"id": 396, "owner": {"id": 692}, "assignee": {"id": 549}, "project": {"id": 385, "owner": {"id": 760}, "assignee": {"id": 826}}, "task": {"id": 399, "owner": {"id": 998}, "assignee": {"id": 1062}}, "job": {"id": 316, "assignee": {"id": 1175}}, "organization": {"id": 1236}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 21, "privilege": "none"}, "organization": {"id": 160, "owner": {"id": 243}, "user": {"role": "worker"}}}, "resource": {"id": 398, "owner": {"id": 697}, "assignee": {"id": 565}, "project": {"id": 394, "owner": {"id": 775}, "assignee": {"id": 847}}, "task": {"id": 340, "owner": {"id": 942}, "assignee": {"id": 1046}}, "job": {"id": 346, "assignee": {"id": 1157}}, "organization": {"id": 1241}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 47, "privilege": "none"}, "organization": {"id": 103, "owner": {"id": 277}, "user": {"role": null}}}, "resource": {"id": 334, "owner": {"id": 665}, "assignee": {"id": 571}, "project": {"id": 323, "owner": {"id": 731}, "assignee": {"id": 869}}, "task": {"id": 319, "owner": {"id": 984}, "assignee": {"id": 1078}}, "job": {"id": 306, "assignee": {"id": 1130}}, "organization": {"id": 103}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 63, "privilege": "none"}, "organization": {"id": 162, "owner": {"id": 298}, "user": {"role": null}}}, "resource": {"id": 389, "owner": {"id": 625}, "assignee": {"id": 591}, "project": {"id": 326, "owner": {"id": 779}, "assignee": {"id": 863}}, "task": {"id": 311, "owner": {"id": 941}, "assignee": {"id": 1098}}, "job": {"id": 315, "assignee": {"id": 1135}}, "organization": {"id": 162}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 85, "privilege": "none"}, "organization": {"id": 115, "owner": {"id": 210}, "user": {"role": null}}}, "resource": {"id": 312, "owner": {"id": 622}, "assignee": {"id": 508}, "project": {"id": 378, "owner": {"id": 722}, "assignee": {"id": 878}}, "task": {"id": 372, "owner": {"id": 988}, "assignee": {"id": 1006}}, "job": {"id": 348, "assignee": {"id": 1191}}, "organization": {"id": 115}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 2, "privilege": "none"}, "organization": {"id": 139, "owner": {"id": 213}, "user": {"role": null}}}, "resource": {"id": 313, "owner": {"id": 696}, "assignee": {"id": 520}, "project": {"id": 334, "owner": {"id": 796}, "assignee": {"id": 815}}, "task": {"id": 352, "owner": {"id": 946}, "assignee": {"id": 1089}}, "job": {"id": 378, "assignee": {"id": 1108}}, "organization": {"id": 139}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 9, "privilege": "none"}, "organization": {"id": 134, "owner": {"id": 230}, "user": {"role": null}}}, "resource": {"id": 302, "owner": {"id": 676}, "assignee": {"id": 522}, "project": {"id": 307, "owner": {"id": 758}, "assignee": {"id": 854}}, "task": {"id": 307, "owner": {"id": 964}, "assignee": {"id": 1000}}, "job": {"id": 311, "assignee": {"id": 1186}}, "organization": {"id": 1232}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 69, "privilege": "none"}, "organization": {"id": 184, "owner": {"id": 205}, "user": {"role": null}}}, "resource": {"id": 374, "owner": {"id": 643}, "assignee": {"id": 561}, "project": {"id": 338, "owner": {"id": 774}, "assignee": {"id": 898}}, "task": {"id": 330, "owner": {"id": 926}, "assignee": {"id": 1006}}, "job": {"id": 317, "assignee": {"id": 1151}}, "organization": {"id": 1221}}} } -test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "view", "auth": {"user": {"id": 94, "privilege": "none"}, "organization": {"id": 134, "owner": {"id": 268}, "user": {"role": null}}}, "resource": {"id": 331, "owner": {"id": 646}, "assignee": {"id": 561}, "project": {"id": 393, "owner": {"id": 792}, "assignee": {"id": 887}}, "task": {"id": 372, "owner": {"id": 973}, "assignee": {"id": 1007}}, "job": {"id": 318, "assignee": {"id": 1161}}, "organization": {"id": 1226}}} +test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "delete", "auth": {"user": {"id": 98, "privilege": "none"}, "organization": {"id": 196, "owner": {"id": 245}, "user": {"role": null}}}, "resource": {"id": 323, "owner": {"id": 617}, "assignee": {"id": 567}, "project": {"id": 392, "owner": {"id": 747}, "assignee": {"id": 801}}, "task": {"id": 354, "owner": {"id": 929}, "assignee": {"id": 1078}}, "job": {"id": 387, "assignee": {"id": 1178}}, "organization": {"id": 1280}}} } -test_scope_DELETE_context_SANDBOX_ownership_PROJECT_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 52, "privilege": "admin"}, "organization": null}, "resource": {"id": 354, "owner": {"id": 667}, "assignee": {"id": 504}, "project": {"id": 376, "owner": {"id": 52}, "assignee": {"id": 842}}, "task": {"id": 370, "owner": {"id": 913}, "assignee": {"id": 1026}}, "job": {"id": 357, "assignee": {"id": 1107}}, "organization": {"id": 1265}}} +test_scope_VIEW_context_SANDBOX_ownership_PROJECT_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 63, "privilege": "admin"}, "organization": null}, "resource": {"id": 384, "owner": {"id": 664}, "assignee": {"id": 506}, "project": {"id": 322, "owner": {"id": 63}, "assignee": {"id": 812}}, "task": {"id": 361, "owner": {"id": 948}, "assignee": {"id": 1051}}, "job": {"id": 353, "assignee": {"id": 1191}}, "organization": {"id": 1276}}} } -test_scope_DELETE_context_SANDBOX_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 98, "privilege": "business"}, "organization": null}, "resource": {"id": 333, "owner": {"id": 672}, "assignee": {"id": 543}, "project": {"id": 391, "owner": {"id": 98}, "assignee": {"id": 839}}, "task": {"id": 334, "owner": {"id": 925}, "assignee": {"id": 1066}}, "job": {"id": 393, "assignee": {"id": 1174}}, "organization": {"id": 1298}}} +test_scope_VIEW_context_SANDBOX_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 50, "privilege": "business"}, "organization": null}, "resource": {"id": 305, "owner": {"id": 648}, "assignee": {"id": 530}, "project": {"id": 381, "owner": {"id": 50}, "assignee": {"id": 866}}, "task": {"id": 365, "owner": {"id": 933}, "assignee": {"id": 1098}}, "job": {"id": 300, "assignee": {"id": 1169}}, "organization": {"id": 1201}}} } -test_scope_DELETE_context_SANDBOX_ownership_PROJECT_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 35, "privilege": "user"}, "organization": null}, "resource": {"id": 336, "owner": {"id": 697}, "assignee": {"id": 563}, "project": {"id": 343, "owner": {"id": 35}, "assignee": {"id": 851}}, "task": {"id": 339, "owner": {"id": 949}, "assignee": {"id": 1003}}, "job": {"id": 397, "assignee": {"id": 1130}}, "organization": {"id": 1244}}} +test_scope_VIEW_context_SANDBOX_ownership_PROJECT_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 68, "privilege": "user"}, "organization": null}, "resource": {"id": 367, "owner": {"id": 662}, "assignee": {"id": 501}, "project": {"id": 310, "owner": {"id": 68}, "assignee": {"id": 813}}, "task": {"id": 345, "owner": {"id": 919}, "assignee": {"id": 1047}}, "job": {"id": 351, "assignee": {"id": 1112}}, "organization": {"id": 1293}}} } -test_scope_DELETE_context_SANDBOX_ownership_PROJECT_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 27, "privilege": "worker"}, "organization": null}, "resource": {"id": 333, "owner": {"id": 632}, "assignee": {"id": 524}, "project": {"id": 397, "owner": {"id": 27}, "assignee": {"id": 802}}, "task": {"id": 361, "owner": {"id": 925}, "assignee": {"id": 1067}}, "job": {"id": 384, "assignee": {"id": 1112}}, "organization": {"id": 1220}}} +test_scope_VIEW_context_SANDBOX_ownership_PROJECT_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 56, "privilege": "worker"}, "organization": null}, "resource": {"id": 323, "owner": {"id": 623}, "assignee": {"id": 561}, "project": {"id": 315, "owner": {"id": 56}, "assignee": {"id": 817}}, "task": {"id": 363, "owner": {"id": 950}, "assignee": {"id": 1050}}, "job": {"id": 321, "assignee": {"id": 1181}}, "organization": {"id": 1260}}} } -test_scope_DELETE_context_SANDBOX_ownership_PROJECT_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 24, "privilege": "none"}, "organization": null}, "resource": {"id": 381, "owner": {"id": 681}, "assignee": {"id": 596}, "project": {"id": 306, "owner": {"id": 24}, "assignee": {"id": 846}}, "task": {"id": 389, "owner": {"id": 961}, "assignee": {"id": 1052}}, "job": {"id": 355, "assignee": {"id": 1110}}, "organization": {"id": 1280}}} +test_scope_VIEW_context_SANDBOX_ownership_PROJECT_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 17, "privilege": "none"}, "organization": null}, "resource": {"id": 368, "owner": {"id": 658}, "assignee": {"id": 511}, "project": {"id": 384, "owner": {"id": 17}, "assignee": {"id": 834}}, "task": {"id": 392, "owner": {"id": 981}, "assignee": {"id": 1026}}, "job": {"id": 336, "assignee": {"id": 1155}}, "organization": {"id": 1244}}} } -test_scope_DELETE_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 27, "privilege": "admin"}, "organization": null}, "resource": {"id": 371, "owner": {"id": 600}, "assignee": {"id": 574}, "project": {"id": 326, "owner": {"id": 762}, "assignee": {"id": 27}}, "task": {"id": 386, "owner": {"id": 939}, "assignee": {"id": 1046}}, "job": {"id": 376, "assignee": {"id": 1102}}, "organization": {"id": 1262}}} +test_scope_VIEW_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 98, "privilege": "admin"}, "organization": null}, "resource": {"id": 345, "owner": {"id": 632}, "assignee": {"id": 579}, "project": {"id": 377, "owner": {"id": 744}, "assignee": {"id": 98}}, "task": {"id": 363, "owner": {"id": 959}, "assignee": {"id": 1050}}, "job": {"id": 379, "assignee": {"id": 1165}}, "organization": {"id": 1251}}} } -test_scope_DELETE_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 79, "privilege": "business"}, "organization": null}, "resource": {"id": 301, "owner": {"id": 600}, "assignee": {"id": 509}, "project": {"id": 340, "owner": {"id": 765}, "assignee": {"id": 79}}, "task": {"id": 336, "owner": {"id": 981}, "assignee": {"id": 1075}}, "job": {"id": 390, "assignee": {"id": 1197}}, "organization": {"id": 1284}}} +test_scope_VIEW_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 12, "privilege": "business"}, "organization": null}, "resource": {"id": 364, "owner": {"id": 640}, "assignee": {"id": 570}, "project": {"id": 391, "owner": {"id": 787}, "assignee": {"id": 12}}, "task": {"id": 345, "owner": {"id": 969}, "assignee": {"id": 1001}}, "job": {"id": 356, "assignee": {"id": 1197}}, "organization": {"id": 1213}}} } -test_scope_DELETE_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 30, "privilege": "user"}, "organization": null}, "resource": {"id": 360, "owner": {"id": 659}, "assignee": {"id": 572}, "project": {"id": 309, "owner": {"id": 760}, "assignee": {"id": 30}}, "task": {"id": 381, "owner": {"id": 921}, "assignee": {"id": 1097}}, "job": {"id": 358, "assignee": {"id": 1103}}, "organization": {"id": 1249}}} +test_scope_VIEW_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 88, "privilege": "user"}, "organization": null}, "resource": {"id": 376, "owner": {"id": 681}, "assignee": {"id": 501}, "project": {"id": 383, "owner": {"id": 770}, "assignee": {"id": 88}}, "task": {"id": 391, "owner": {"id": 927}, "assignee": {"id": 1026}}, "job": {"id": 328, "assignee": {"id": 1153}}, "organization": {"id": 1220}}} } -test_scope_DELETE_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 66, "privilege": "worker"}, "organization": null}, "resource": {"id": 372, "owner": {"id": 615}, "assignee": {"id": 544}, "project": {"id": 301, "owner": {"id": 793}, "assignee": {"id": 66}}, "task": {"id": 314, "owner": {"id": 936}, "assignee": {"id": 1036}}, "job": {"id": 342, "assignee": {"id": 1177}}, "organization": {"id": 1217}}} +test_scope_VIEW_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 76, "privilege": "worker"}, "organization": null}, "resource": {"id": 361, "owner": {"id": 620}, "assignee": {"id": 537}, "project": {"id": 342, "owner": {"id": 742}, "assignee": {"id": 76}}, "task": {"id": 335, "owner": {"id": 924}, "assignee": {"id": 1008}}, "job": {"id": 318, "assignee": {"id": 1121}}, "organization": {"id": 1268}}} } -test_scope_DELETE_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 10, "privilege": "none"}, "organization": null}, "resource": {"id": 374, "owner": {"id": 618}, "assignee": {"id": 534}, "project": {"id": 343, "owner": {"id": 756}, "assignee": {"id": 10}}, "task": {"id": 380, "owner": {"id": 917}, "assignee": {"id": 1090}}, "job": {"id": 330, "assignee": {"id": 1179}}, "organization": {"id": 1274}}} +test_scope_VIEW_context_SANDBOX_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 66, "privilege": "none"}, "organization": null}, "resource": {"id": 390, "owner": {"id": 682}, "assignee": {"id": 557}, "project": {"id": 301, "owner": {"id": 715}, "assignee": {"id": 66}}, "task": {"id": 334, "owner": {"id": 992}, "assignee": {"id": 1093}}, "job": {"id": 385, "assignee": {"id": 1148}}, "organization": {"id": 1296}}} } -test_scope_DELETE_context_SANDBOX_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 94, "privilege": "admin"}, "organization": null}, "resource": {"id": 320, "owner": {"id": 692}, "assignee": {"id": 550}, "project": {"id": 383, "owner": {"id": 778}, "assignee": {"id": 812}}, "task": {"id": 318, "owner": {"id": 94}, "assignee": {"id": 1052}}, "job": {"id": 319, "assignee": {"id": 1130}}, "organization": {"id": 1216}}} +test_scope_VIEW_context_SANDBOX_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 70, "privilege": "admin"}, "organization": null}, "resource": {"id": 377, "owner": {"id": 663}, "assignee": {"id": 571}, "project": {"id": 345, "owner": {"id": 730}, "assignee": {"id": 879}}, "task": {"id": 334, "owner": {"id": 70}, "assignee": {"id": 1062}}, "job": {"id": 395, "assignee": {"id": 1119}}, "organization": {"id": 1260}}} } -test_scope_DELETE_context_SANDBOX_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 76, "privilege": "admin"}, "organization": null}, "resource": {"id": 358, "owner": {"id": 623}, "assignee": {"id": 591}, "project": {"id": 328, "owner": {"id": 709}, "assignee": {"id": 884}}, "task": {"id": 377, "owner": {"id": 76}, "assignee": {"id": 1091}}, "job": {"id": 373, "assignee": {"id": 1146}}, "organization": {"id": 1279}}} +test_scope_VIEW_context_SANDBOX_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 11, "privilege": "admin"}, "organization": null}, "resource": {"id": 323, "owner": {"id": 641}, "assignee": {"id": 593}, "project": {"id": 398, "owner": {"id": 732}, "assignee": {"id": 888}}, "task": {"id": 366, "owner": {"id": 11}, "assignee": {"id": 1097}}, "job": {"id": 345, "assignee": {"id": 1108}}, "organization": {"id": 1268}}} } -test_scope_DELETE_context_SANDBOX_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 83, "privilege": "business"}, "organization": null}, "resource": {"id": 330, "owner": {"id": 603}, "assignee": {"id": 574}, "project": {"id": 364, "owner": {"id": 708}, "assignee": {"id": 835}}, "task": {"id": 312, "owner": {"id": 83}, "assignee": {"id": 1023}}, "job": {"id": 365, "assignee": {"id": 1162}}, "organization": {"id": 1226}}} +test_scope_VIEW_context_SANDBOX_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 31, "privilege": "business"}, "organization": null}, "resource": {"id": 301, "owner": {"id": 606}, "assignee": {"id": 522}, "project": {"id": 347, "owner": {"id": 780}, "assignee": {"id": 814}}, "task": {"id": 337, "owner": {"id": 31}, "assignee": {"id": 1031}}, "job": {"id": 392, "assignee": {"id": 1119}}, "organization": {"id": 1276}}} } -test_scope_DELETE_context_SANDBOX_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 15, "privilege": "business"}, "organization": null}, "resource": {"id": 365, "owner": {"id": 676}, "assignee": {"id": 584}, "project": {"id": 334, "owner": {"id": 790}, "assignee": {"id": 883}}, "task": {"id": 327, "owner": {"id": 15}, "assignee": {"id": 1043}}, "job": {"id": 381, "assignee": {"id": 1172}}, "organization": {"id": 1219}}} +test_scope_VIEW_context_SANDBOX_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 7, "privilege": "business"}, "organization": null}, "resource": {"id": 387, "owner": {"id": 649}, "assignee": {"id": 572}, "project": {"id": 356, "owner": {"id": 782}, "assignee": {"id": 872}}, "task": {"id": 387, "owner": {"id": 7}, "assignee": {"id": 1039}}, "job": {"id": 330, "assignee": {"id": 1179}}, "organization": {"id": 1275}}} } -test_scope_DELETE_context_SANDBOX_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 75, "privilege": "user"}, "organization": null}, "resource": {"id": 386, "owner": {"id": 624}, "assignee": {"id": 532}, "project": {"id": 327, "owner": {"id": 734}, "assignee": {"id": 811}}, "task": {"id": 379, "owner": {"id": 75}, "assignee": {"id": 1024}}, "job": {"id": 397, "assignee": {"id": 1189}}, "organization": {"id": 1249}}} +test_scope_VIEW_context_SANDBOX_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 96, "privilege": "user"}, "organization": null}, "resource": {"id": 394, "owner": {"id": 608}, "assignee": {"id": 561}, "project": {"id": 333, "owner": {"id": 708}, "assignee": {"id": 815}}, "task": {"id": 340, "owner": {"id": 96}, "assignee": {"id": 1085}}, "job": {"id": 397, "assignee": {"id": 1196}}, "organization": {"id": 1264}}} } -test_scope_DELETE_context_SANDBOX_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 89, "privilege": "user"}, "organization": null}, "resource": {"id": 355, "owner": {"id": 672}, "assignee": {"id": 507}, "project": {"id": 394, "owner": {"id": 764}, "assignee": {"id": 849}}, "task": {"id": 318, "owner": {"id": 89}, "assignee": {"id": 1086}}, "job": {"id": 322, "assignee": {"id": 1199}}, "organization": {"id": 1228}}} +test_scope_VIEW_context_SANDBOX_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 44, "privilege": "user"}, "organization": null}, "resource": {"id": 324, "owner": {"id": 672}, "assignee": {"id": 546}, "project": {"id": 348, "owner": {"id": 726}, "assignee": {"id": 863}}, "task": {"id": 304, "owner": {"id": 44}, "assignee": {"id": 1070}}, "job": {"id": 318, "assignee": {"id": 1184}}, "organization": {"id": 1270}}} } -test_scope_DELETE_context_SANDBOX_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 36, "privilege": "worker"}, "organization": null}, "resource": {"id": 320, "owner": {"id": 617}, "assignee": {"id": 596}, "project": {"id": 358, "owner": {"id": 780}, "assignee": {"id": 863}}, "task": {"id": 350, "owner": {"id": 36}, "assignee": {"id": 1016}}, "job": {"id": 341, "assignee": {"id": 1190}}, "organization": {"id": 1252}}} +test_scope_VIEW_context_SANDBOX_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 81, "privilege": "worker"}, "organization": null}, "resource": {"id": 393, "owner": {"id": 659}, "assignee": {"id": 508}, "project": {"id": 356, "owner": {"id": 775}, "assignee": {"id": 873}}, "task": {"id": 346, "owner": {"id": 81}, "assignee": {"id": 1075}}, "job": {"id": 316, "assignee": {"id": 1164}}, "organization": {"id": 1214}}} } -test_scope_DELETE_context_SANDBOX_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 88, "privilege": "worker"}, "organization": null}, "resource": {"id": 338, "owner": {"id": 659}, "assignee": {"id": 592}, "project": {"id": 307, "owner": {"id": 794}, "assignee": {"id": 863}}, "task": {"id": 355, "owner": {"id": 88}, "assignee": {"id": 1010}}, "job": {"id": 367, "assignee": {"id": 1121}}, "organization": {"id": 1282}}} +test_scope_VIEW_context_SANDBOX_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 89, "privilege": "worker"}, "organization": null}, "resource": {"id": 374, "owner": {"id": 658}, "assignee": {"id": 564}, "project": {"id": 350, "owner": {"id": 749}, "assignee": {"id": 894}}, "task": {"id": 337, "owner": {"id": 89}, "assignee": {"id": 1000}}, "job": {"id": 375, "assignee": {"id": 1141}}, "organization": {"id": 1208}}} } -test_scope_DELETE_context_SANDBOX_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 31, "privilege": "none"}, "organization": null}, "resource": {"id": 368, "owner": {"id": 691}, "assignee": {"id": 594}, "project": {"id": 391, "owner": {"id": 713}, "assignee": {"id": 878}}, "task": {"id": 361, "owner": {"id": 31}, "assignee": {"id": 1089}}, "job": {"id": 378, "assignee": {"id": 1193}}, "organization": {"id": 1272}}} +test_scope_VIEW_context_SANDBOX_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 15, "privilege": "none"}, "organization": null}, "resource": {"id": 360, "owner": {"id": 631}, "assignee": {"id": 581}, "project": {"id": 305, "owner": {"id": 793}, "assignee": {"id": 836}}, "task": {"id": 330, "owner": {"id": 15}, "assignee": {"id": 1016}}, "job": {"id": 396, "assignee": {"id": 1109}}, "organization": {"id": 1227}}} } -test_scope_DELETE_context_SANDBOX_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 38, "privilege": "none"}, "organization": null}, "resource": {"id": 312, "owner": {"id": 634}, "assignee": {"id": 547}, "project": {"id": 300, "owner": {"id": 709}, "assignee": {"id": 850}}, "task": {"id": 387, "owner": {"id": 38}, "assignee": {"id": 1024}}, "job": {"id": 314, "assignee": {"id": 1195}}, "organization": {"id": 1248}}} +test_scope_VIEW_context_SANDBOX_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 3, "privilege": "none"}, "organization": null}, "resource": {"id": 348, "owner": {"id": 653}, "assignee": {"id": 588}, "project": {"id": 371, "owner": {"id": 748}, "assignee": {"id": 855}}, "task": {"id": 395, "owner": {"id": 3}, "assignee": {"id": 1014}}, "job": {"id": 390, "assignee": {"id": 1151}}, "organization": {"id": 1258}}} } -test_scope_DELETE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 95, "privilege": "admin"}, "organization": null}, "resource": {"id": 354, "owner": {"id": 632}, "assignee": {"id": 560}, "project": {"id": 384, "owner": {"id": 736}, "assignee": {"id": 855}}, "task": {"id": 346, "owner": {"id": 906}, "assignee": {"id": 95}}, "job": {"id": 370, "assignee": {"id": 1197}}, "organization": {"id": 1296}}} +test_scope_VIEW_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 69, "privilege": "admin"}, "organization": null}, "resource": {"id": 348, "owner": {"id": 612}, "assignee": {"id": 546}, "project": {"id": 394, "owner": {"id": 746}, "assignee": {"id": 809}}, "task": {"id": 358, "owner": {"id": 941}, "assignee": {"id": 69}}, "job": {"id": 334, "assignee": {"id": 1185}}, "organization": {"id": 1224}}} } -test_scope_DELETE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 83, "privilege": "admin"}, "organization": null}, "resource": {"id": 364, "owner": {"id": 622}, "assignee": {"id": 593}, "project": {"id": 384, "owner": {"id": 733}, "assignee": {"id": 897}}, "task": {"id": 376, "owner": {"id": 940}, "assignee": {"id": 83}}, "job": {"id": 303, "assignee": {"id": 1118}}, "organization": {"id": 1217}}} +test_scope_VIEW_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 61, "privilege": "admin"}, "organization": null}, "resource": {"id": 357, "owner": {"id": 683}, "assignee": {"id": 591}, "project": {"id": 311, "owner": {"id": 719}, "assignee": {"id": 893}}, "task": {"id": 319, "owner": {"id": 959}, "assignee": {"id": 61}}, "job": {"id": 349, "assignee": {"id": 1194}}, "organization": {"id": 1261}}} } -test_scope_DELETE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 2, "privilege": "business"}, "organization": null}, "resource": {"id": 345, "owner": {"id": 623}, "assignee": {"id": 575}, "project": {"id": 320, "owner": {"id": 780}, "assignee": {"id": 892}}, "task": {"id": 354, "owner": {"id": 940}, "assignee": {"id": 2}}, "job": {"id": 391, "assignee": {"id": 1161}}, "organization": {"id": 1260}}} +test_scope_VIEW_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 59, "privilege": "business"}, "organization": null}, "resource": {"id": 333, "owner": {"id": 656}, "assignee": {"id": 598}, "project": {"id": 305, "owner": {"id": 717}, "assignee": {"id": 800}}, "task": {"id": 302, "owner": {"id": 916}, "assignee": {"id": 59}}, "job": {"id": 369, "assignee": {"id": 1122}}, "organization": {"id": 1294}}} } -test_scope_DELETE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 5, "privilege": "business"}, "organization": null}, "resource": {"id": 342, "owner": {"id": 699}, "assignee": {"id": 571}, "project": {"id": 332, "owner": {"id": 716}, "assignee": {"id": 834}}, "task": {"id": 399, "owner": {"id": 900}, "assignee": {"id": 5}}, "job": {"id": 316, "assignee": {"id": 1192}}, "organization": {"id": 1222}}} +test_scope_VIEW_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 93, "privilege": "business"}, "organization": null}, "resource": {"id": 343, "owner": {"id": 619}, "assignee": {"id": 516}, "project": {"id": 363, "owner": {"id": 702}, "assignee": {"id": 872}}, "task": {"id": 364, "owner": {"id": 911}, "assignee": {"id": 93}}, "job": {"id": 395, "assignee": {"id": 1163}}, "organization": {"id": 1235}}} } -test_scope_DELETE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 57, "privilege": "user"}, "organization": null}, "resource": {"id": 365, "owner": {"id": 671}, "assignee": {"id": 546}, "project": {"id": 350, "owner": {"id": 793}, "assignee": {"id": 823}}, "task": {"id": 317, "owner": {"id": 994}, "assignee": {"id": 57}}, "job": {"id": 315, "assignee": {"id": 1163}}, "organization": {"id": 1230}}} +test_scope_VIEW_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 79, "privilege": "user"}, "organization": null}, "resource": {"id": 340, "owner": {"id": 631}, "assignee": {"id": 599}, "project": {"id": 393, "owner": {"id": 740}, "assignee": {"id": 840}}, "task": {"id": 325, "owner": {"id": 969}, "assignee": {"id": 79}}, "job": {"id": 382, "assignee": {"id": 1109}}, "organization": {"id": 1237}}} } -test_scope_DELETE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 48, "privilege": "user"}, "organization": null}, "resource": {"id": 310, "owner": {"id": 643}, "assignee": {"id": 583}, "project": {"id": 308, "owner": {"id": 783}, "assignee": {"id": 835}}, "task": {"id": 375, "owner": {"id": 981}, "assignee": {"id": 48}}, "job": {"id": 372, "assignee": {"id": 1128}}, "organization": {"id": 1208}}} +test_scope_VIEW_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 56, "privilege": "user"}, "organization": null}, "resource": {"id": 386, "owner": {"id": 655}, "assignee": {"id": 507}, "project": {"id": 331, "owner": {"id": 728}, "assignee": {"id": 801}}, "task": {"id": 391, "owner": {"id": 914}, "assignee": {"id": 56}}, "job": {"id": 391, "assignee": {"id": 1169}}, "organization": {"id": 1221}}} } -test_scope_DELETE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 99, "privilege": "worker"}, "organization": null}, "resource": {"id": 354, "owner": {"id": 677}, "assignee": {"id": 527}, "project": {"id": 399, "owner": {"id": 733}, "assignee": {"id": 889}}, "task": {"id": 325, "owner": {"id": 900}, "assignee": {"id": 99}}, "job": {"id": 362, "assignee": {"id": 1111}}, "organization": {"id": 1219}}} +test_scope_VIEW_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 83, "privilege": "worker"}, "organization": null}, "resource": {"id": 383, "owner": {"id": 699}, "assignee": {"id": 505}, "project": {"id": 362, "owner": {"id": 722}, "assignee": {"id": 881}}, "task": {"id": 306, "owner": {"id": 996}, "assignee": {"id": 83}}, "job": {"id": 338, "assignee": {"id": 1129}}, "organization": {"id": 1239}}} } -test_scope_DELETE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 6, "privilege": "worker"}, "organization": null}, "resource": {"id": 356, "owner": {"id": 691}, "assignee": {"id": 549}, "project": {"id": 317, "owner": {"id": 731}, "assignee": {"id": 839}}, "task": {"id": 327, "owner": {"id": 902}, "assignee": {"id": 6}}, "job": {"id": 327, "assignee": {"id": 1150}}, "organization": {"id": 1245}}} +test_scope_VIEW_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 37, "privilege": "worker"}, "organization": null}, "resource": {"id": 314, "owner": {"id": 611}, "assignee": {"id": 501}, "project": {"id": 396, "owner": {"id": 715}, "assignee": {"id": 837}}, "task": {"id": 323, "owner": {"id": 944}, "assignee": {"id": 37}}, "job": {"id": 307, "assignee": {"id": 1174}}, "organization": {"id": 1211}}} } -test_scope_DELETE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 87, "privilege": "none"}, "organization": null}, "resource": {"id": 308, "owner": {"id": 667}, "assignee": {"id": 559}, "project": {"id": 379, "owner": {"id": 756}, "assignee": {"id": 806}}, "task": {"id": 353, "owner": {"id": 947}, "assignee": {"id": 87}}, "job": {"id": 347, "assignee": {"id": 1137}}, "organization": {"id": 1234}}} +test_scope_VIEW_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 39, "privilege": "none"}, "organization": null}, "resource": {"id": 332, "owner": {"id": 649}, "assignee": {"id": 595}, "project": {"id": 337, "owner": {"id": 789}, "assignee": {"id": 823}}, "task": {"id": 345, "owner": {"id": 985}, "assignee": {"id": 39}}, "job": {"id": 379, "assignee": {"id": 1186}}, "organization": {"id": 1219}}} } -test_scope_DELETE_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 31, "privilege": "none"}, "organization": null}, "resource": {"id": 364, "owner": {"id": 612}, "assignee": {"id": 579}, "project": {"id": 376, "owner": {"id": 702}, "assignee": {"id": 801}}, "task": {"id": 321, "owner": {"id": 907}, "assignee": {"id": 31}}, "job": {"id": 305, "assignee": {"id": 1158}}, "organization": {"id": 1273}}} +test_scope_VIEW_context_SANDBOX_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 59, "privilege": "none"}, "organization": null}, "resource": {"id": 366, "owner": {"id": 612}, "assignee": {"id": 519}, "project": {"id": 340, "owner": {"id": 717}, "assignee": {"id": 883}}, "task": {"id": 362, "owner": {"id": 981}, "assignee": {"id": 59}}, "job": {"id": 335, "assignee": {"id": 1132}}, "organization": {"id": 1225}}} } -test_scope_DELETE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 1, "privilege": "admin"}, "organization": null}, "resource": {"id": 390, "owner": {"id": 648}, "assignee": {"id": 504}, "project": {"id": 365, "owner": {"id": 752}, "assignee": {"id": 856}}, "task": {"id": 341, "owner": {"id": 900}, "assignee": {"id": 1043}}, "job": {"id": 358, "assignee": {"id": 1}}, "organization": {"id": 1232}}} +test_scope_VIEW_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 90, "privilege": "admin"}, "organization": null}, "resource": {"id": 303, "owner": {"id": 626}, "assignee": {"id": 580}, "project": {"id": 312, "owner": {"id": 708}, "assignee": {"id": 841}}, "task": {"id": 386, "owner": {"id": 908}, "assignee": {"id": 1032}}, "job": {"id": 376, "assignee": {"id": 90}}, "organization": {"id": 1221}}} } -test_scope_DELETE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 74, "privilege": "admin"}, "organization": null}, "resource": {"id": 354, "owner": {"id": 691}, "assignee": {"id": 528}, "project": {"id": 377, "owner": {"id": 781}, "assignee": {"id": 853}}, "task": {"id": 369, "owner": {"id": 996}, "assignee": {"id": 1083}}, "job": {"id": 345, "assignee": {"id": 74}}, "organization": {"id": 1284}}} +test_scope_VIEW_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 33, "privilege": "admin"}, "organization": null}, "resource": {"id": 302, "owner": {"id": 648}, "assignee": {"id": 525}, "project": {"id": 332, "owner": {"id": 779}, "assignee": {"id": 851}}, "task": {"id": 380, "owner": {"id": 943}, "assignee": {"id": 1016}}, "job": {"id": 345, "assignee": {"id": 33}}, "organization": {"id": 1266}}} } -test_scope_DELETE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 82, "privilege": "business"}, "organization": null}, "resource": {"id": 318, "owner": {"id": 644}, "assignee": {"id": 575}, "project": {"id": 389, "owner": {"id": 737}, "assignee": {"id": 884}}, "task": {"id": 327, "owner": {"id": 965}, "assignee": {"id": 1039}}, "job": {"id": 302, "assignee": {"id": 82}}, "organization": {"id": 1210}}} +test_scope_VIEW_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 6, "privilege": "business"}, "organization": null}, "resource": {"id": 397, "owner": {"id": 641}, "assignee": {"id": 500}, "project": {"id": 366, "owner": {"id": 776}, "assignee": {"id": 878}}, "task": {"id": 307, "owner": {"id": 947}, "assignee": {"id": 1043}}, "job": {"id": 305, "assignee": {"id": 6}}, "organization": {"id": 1272}}} } -test_scope_DELETE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 54, "privilege": "business"}, "organization": null}, "resource": {"id": 374, "owner": {"id": 617}, "assignee": {"id": 587}, "project": {"id": 375, "owner": {"id": 784}, "assignee": {"id": 807}}, "task": {"id": 379, "owner": {"id": 974}, "assignee": {"id": 1095}}, "job": {"id": 338, "assignee": {"id": 54}}, "organization": {"id": 1202}}} +test_scope_VIEW_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 92, "privilege": "business"}, "organization": null}, "resource": {"id": 346, "owner": {"id": 691}, "assignee": {"id": 529}, "project": {"id": 384, "owner": {"id": 783}, "assignee": {"id": 844}}, "task": {"id": 326, "owner": {"id": 937}, "assignee": {"id": 1053}}, "job": {"id": 349, "assignee": {"id": 92}}, "organization": {"id": 1278}}} } -test_scope_DELETE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 92, "privilege": "user"}, "organization": null}, "resource": {"id": 396, "owner": {"id": 614}, "assignee": {"id": 562}, "project": {"id": 371, "owner": {"id": 738}, "assignee": {"id": 821}}, "task": {"id": 304, "owner": {"id": 949}, "assignee": {"id": 1071}}, "job": {"id": 336, "assignee": {"id": 92}}, "organization": {"id": 1220}}} +test_scope_VIEW_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 52, "privilege": "user"}, "organization": null}, "resource": {"id": 334, "owner": {"id": 618}, "assignee": {"id": 587}, "project": {"id": 320, "owner": {"id": 701}, "assignee": {"id": 839}}, "task": {"id": 350, "owner": {"id": 953}, "assignee": {"id": 1029}}, "job": {"id": 339, "assignee": {"id": 52}}, "organization": {"id": 1200}}} } -test_scope_DELETE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 45, "privilege": "user"}, "organization": null}, "resource": {"id": 312, "owner": {"id": 657}, "assignee": {"id": 530}, "project": {"id": 319, "owner": {"id": 773}, "assignee": {"id": 856}}, "task": {"id": 396, "owner": {"id": 909}, "assignee": {"id": 1004}}, "job": {"id": 322, "assignee": {"id": 45}}, "organization": {"id": 1269}}} +test_scope_VIEW_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 47, "privilege": "user"}, "organization": null}, "resource": {"id": 307, "owner": {"id": 615}, "assignee": {"id": 520}, "project": {"id": 319, "owner": {"id": 782}, "assignee": {"id": 841}}, "task": {"id": 380, "owner": {"id": 924}, "assignee": {"id": 1022}}, "job": {"id": 330, "assignee": {"id": 47}}, "organization": {"id": 1253}}} } -test_scope_DELETE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 56, "privilege": "worker"}, "organization": null}, "resource": {"id": 375, "owner": {"id": 698}, "assignee": {"id": 523}, "project": {"id": 324, "owner": {"id": 769}, "assignee": {"id": 821}}, "task": {"id": 360, "owner": {"id": 925}, "assignee": {"id": 1020}}, "job": {"id": 373, "assignee": {"id": 56}}, "organization": {"id": 1259}}} +test_scope_VIEW_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 15, "privilege": "worker"}, "organization": null}, "resource": {"id": 324, "owner": {"id": 676}, "assignee": {"id": 574}, "project": {"id": 370, "owner": {"id": 711}, "assignee": {"id": 867}}, "task": {"id": 318, "owner": {"id": 981}, "assignee": {"id": 1084}}, "job": {"id": 354, "assignee": {"id": 15}}, "organization": {"id": 1280}}} } -test_scope_DELETE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 42, "privilege": "worker"}, "organization": null}, "resource": {"id": 312, "owner": {"id": 625}, "assignee": {"id": 522}, "project": {"id": 356, "owner": {"id": 739}, "assignee": {"id": 873}}, "task": {"id": 334, "owner": {"id": 910}, "assignee": {"id": 1032}}, "job": {"id": 304, "assignee": {"id": 42}}, "organization": {"id": 1224}}} +test_scope_VIEW_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 83, "privilege": "worker"}, "organization": null}, "resource": {"id": 344, "owner": {"id": 691}, "assignee": {"id": 514}, "project": {"id": 390, "owner": {"id": 795}, "assignee": {"id": 893}}, "task": {"id": 301, "owner": {"id": 996}, "assignee": {"id": 1085}}, "job": {"id": 309, "assignee": {"id": 83}}, "organization": {"id": 1263}}} } -test_scope_DELETE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 67, "privilege": "none"}, "organization": null}, "resource": {"id": 320, "owner": {"id": 685}, "assignee": {"id": 537}, "project": {"id": 324, "owner": {"id": 766}, "assignee": {"id": 811}}, "task": {"id": 305, "owner": {"id": 980}, "assignee": {"id": 1070}}, "job": {"id": 348, "assignee": {"id": 67}}, "organization": {"id": 1293}}} +test_scope_VIEW_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 98, "privilege": "none"}, "organization": null}, "resource": {"id": 359, "owner": {"id": 698}, "assignee": {"id": 553}, "project": {"id": 312, "owner": {"id": 780}, "assignee": {"id": 899}}, "task": {"id": 314, "owner": {"id": 958}, "assignee": {"id": 1088}}, "job": {"id": 339, "assignee": {"id": 98}}, "organization": {"id": 1203}}} } -test_scope_DELETE_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 1, "privilege": "none"}, "organization": null}, "resource": {"id": 342, "owner": {"id": 648}, "assignee": {"id": 552}, "project": {"id": 365, "owner": {"id": 738}, "assignee": {"id": 891}}, "task": {"id": 350, "owner": {"id": 939}, "assignee": {"id": 1065}}, "job": {"id": 339, "assignee": {"id": 1}}, "organization": {"id": 1263}}} +test_scope_VIEW_context_SANDBOX_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 45, "privilege": "none"}, "organization": null}, "resource": {"id": 388, "owner": {"id": 602}, "assignee": {"id": 503}, "project": {"id": 365, "owner": {"id": 782}, "assignee": {"id": 876}}, "task": {"id": 330, "owner": {"id": 977}, "assignee": {"id": 1032}}, "job": {"id": 337, "assignee": {"id": 45}}, "organization": {"id": 1261}}} } -test_scope_DELETE_context_SANDBOX_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 52, "privilege": "admin"}, "organization": null}, "resource": {"id": 331, "owner": {"id": 52}, "assignee": {"id": 560}, "project": {"id": 376, "owner": {"id": 790}, "assignee": {"id": 806}}, "task": {"id": 381, "owner": {"id": 977}, "assignee": {"id": 1030}}, "job": {"id": 319, "assignee": {"id": 1158}}, "organization": {"id": 1281}}} +test_scope_VIEW_context_SANDBOX_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 62, "privilege": "admin"}, "organization": null}, "resource": {"id": 312, "owner": {"id": 62}, "assignee": {"id": 516}, "project": {"id": 375, "owner": {"id": 760}, "assignee": {"id": 860}}, "task": {"id": 343, "owner": {"id": 902}, "assignee": {"id": 1051}}, "job": {"id": 366, "assignee": {"id": 1125}}, "organization": {"id": 1259}}} } -test_scope_DELETE_context_SANDBOX_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 60, "privilege": "admin"}, "organization": null}, "resource": {"id": 382, "owner": {"id": 60}, "assignee": {"id": 569}, "project": {"id": 304, "owner": {"id": 789}, "assignee": {"id": 850}}, "task": {"id": 355, "owner": {"id": 979}, "assignee": {"id": 1081}}, "job": {"id": 331, "assignee": {"id": 1113}}, "organization": {"id": 1249}}} +test_scope_VIEW_context_SANDBOX_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 76, "privilege": "admin"}, "organization": null}, "resource": {"id": 330, "owner": {"id": 76}, "assignee": {"id": 575}, "project": {"id": 330, "owner": {"id": 781}, "assignee": {"id": 812}}, "task": {"id": 304, "owner": {"id": 925}, "assignee": {"id": 1020}}, "job": {"id": 366, "assignee": {"id": 1145}}, "organization": {"id": 1218}}} } -test_scope_DELETE_context_SANDBOX_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 84, "privilege": "business"}, "organization": null}, "resource": {"id": 352, "owner": {"id": 84}, "assignee": {"id": 555}, "project": {"id": 399, "owner": {"id": 738}, "assignee": {"id": 891}}, "task": {"id": 317, "owner": {"id": 900}, "assignee": {"id": 1010}}, "job": {"id": 369, "assignee": {"id": 1122}}, "organization": {"id": 1290}}} +test_scope_VIEW_context_SANDBOX_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 99, "privilege": "business"}, "organization": null}, "resource": {"id": 381, "owner": {"id": 99}, "assignee": {"id": 500}, "project": {"id": 303, "owner": {"id": 775}, "assignee": {"id": 886}}, "task": {"id": 360, "owner": {"id": 998}, "assignee": {"id": 1034}}, "job": {"id": 372, "assignee": {"id": 1152}}, "organization": {"id": 1205}}} } -test_scope_DELETE_context_SANDBOX_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 73, "privilege": "business"}, "organization": null}, "resource": {"id": 306, "owner": {"id": 73}, "assignee": {"id": 560}, "project": {"id": 396, "owner": {"id": 744}, "assignee": {"id": 845}}, "task": {"id": 396, "owner": {"id": 966}, "assignee": {"id": 1087}}, "job": {"id": 376, "assignee": {"id": 1192}}, "organization": {"id": 1282}}} +test_scope_VIEW_context_SANDBOX_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 56, "privilege": "business"}, "organization": null}, "resource": {"id": 338, "owner": {"id": 56}, "assignee": {"id": 561}, "project": {"id": 345, "owner": {"id": 748}, "assignee": {"id": 859}}, "task": {"id": 383, "owner": {"id": 934}, "assignee": {"id": 1028}}, "job": {"id": 352, "assignee": {"id": 1114}}, "organization": {"id": 1252}}} } -test_scope_DELETE_context_SANDBOX_ownership_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 22, "privilege": "user"}, "organization": null}, "resource": {"id": 375, "owner": {"id": 22}, "assignee": {"id": 515}, "project": {"id": 306, "owner": {"id": 743}, "assignee": {"id": 822}}, "task": {"id": 356, "owner": {"id": 996}, "assignee": {"id": 1031}}, "job": {"id": 368, "assignee": {"id": 1142}}, "organization": {"id": 1244}}} +test_scope_VIEW_context_SANDBOX_ownership_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 38, "privilege": "user"}, "organization": null}, "resource": {"id": 390, "owner": {"id": 38}, "assignee": {"id": 503}, "project": {"id": 365, "owner": {"id": 740}, "assignee": {"id": 809}}, "task": {"id": 352, "owner": {"id": 951}, "assignee": {"id": 1078}}, "job": {"id": 316, "assignee": {"id": 1141}}, "organization": {"id": 1270}}} } -test_scope_DELETE_context_SANDBOX_ownership_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 82, "privilege": "user"}, "organization": null}, "resource": {"id": 318, "owner": {"id": 82}, "assignee": {"id": 549}, "project": {"id": 316, "owner": {"id": 778}, "assignee": {"id": 851}}, "task": {"id": 316, "owner": {"id": 952}, "assignee": {"id": 1015}}, "job": {"id": 336, "assignee": {"id": 1133}}, "organization": {"id": 1258}}} +test_scope_VIEW_context_SANDBOX_ownership_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 7, "privilege": "user"}, "organization": null}, "resource": {"id": 320, "owner": {"id": 7}, "assignee": {"id": 534}, "project": {"id": 324, "owner": {"id": 747}, "assignee": {"id": 883}}, "task": {"id": 345, "owner": {"id": 900}, "assignee": {"id": 1079}}, "job": {"id": 390, "assignee": {"id": 1127}}, "organization": {"id": 1267}}} } -test_scope_DELETE_context_SANDBOX_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 62, "privilege": "worker"}, "organization": null}, "resource": {"id": 388, "owner": {"id": 62}, "assignee": {"id": 590}, "project": {"id": 393, "owner": {"id": 762}, "assignee": {"id": 825}}, "task": {"id": 386, "owner": {"id": 941}, "assignee": {"id": 1011}}, "job": {"id": 399, "assignee": {"id": 1172}}, "organization": {"id": 1202}}} +test_scope_VIEW_context_SANDBOX_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 74, "privilege": "worker"}, "organization": null}, "resource": {"id": 347, "owner": {"id": 74}, "assignee": {"id": 514}, "project": {"id": 372, "owner": {"id": 711}, "assignee": {"id": 899}}, "task": {"id": 309, "owner": {"id": 970}, "assignee": {"id": 1060}}, "job": {"id": 389, "assignee": {"id": 1137}}, "organization": {"id": 1284}}} } -test_scope_DELETE_context_SANDBOX_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 59, "privilege": "worker"}, "organization": null}, "resource": {"id": 335, "owner": {"id": 59}, "assignee": {"id": 578}, "project": {"id": 380, "owner": {"id": 706}, "assignee": {"id": 855}}, "task": {"id": 384, "owner": {"id": 982}, "assignee": {"id": 1050}}, "job": {"id": 389, "assignee": {"id": 1179}}, "organization": {"id": 1231}}} +test_scope_VIEW_context_SANDBOX_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 86, "privilege": "worker"}, "organization": null}, "resource": {"id": 338, "owner": {"id": 86}, "assignee": {"id": 521}, "project": {"id": 353, "owner": {"id": 750}, "assignee": {"id": 859}}, "task": {"id": 325, "owner": {"id": 920}, "assignee": {"id": 1052}}, "job": {"id": 326, "assignee": {"id": 1178}}, "organization": {"id": 1207}}} } -test_scope_DELETE_context_SANDBOX_ownership_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 68, "privilege": "none"}, "organization": null}, "resource": {"id": 359, "owner": {"id": 68}, "assignee": {"id": 531}, "project": {"id": 371, "owner": {"id": 733}, "assignee": {"id": 810}}, "task": {"id": 367, "owner": {"id": 980}, "assignee": {"id": 1088}}, "job": {"id": 304, "assignee": {"id": 1192}}, "organization": {"id": 1202}}} +test_scope_VIEW_context_SANDBOX_ownership_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 16, "privilege": "none"}, "organization": null}, "resource": {"id": 380, "owner": {"id": 16}, "assignee": {"id": 554}, "project": {"id": 338, "owner": {"id": 735}, "assignee": {"id": 860}}, "task": {"id": 393, "owner": {"id": 917}, "assignee": {"id": 1019}}, "job": {"id": 325, "assignee": {"id": 1154}}, "organization": {"id": 1276}}} } -test_scope_DELETE_context_SANDBOX_ownership_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 4, "privilege": "none"}, "organization": null}, "resource": {"id": 326, "owner": {"id": 4}, "assignee": {"id": 571}, "project": {"id": 312, "owner": {"id": 775}, "assignee": {"id": 899}}, "task": {"id": 350, "owner": {"id": 999}, "assignee": {"id": 1079}}, "job": {"id": 396, "assignee": {"id": 1121}}, "organization": {"id": 1285}}} +test_scope_VIEW_context_SANDBOX_ownership_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 8, "privilege": "none"}, "organization": null}, "resource": {"id": 396, "owner": {"id": 8}, "assignee": {"id": 581}, "project": {"id": 342, "owner": {"id": 716}, "assignee": {"id": 848}}, "task": {"id": 341, "owner": {"id": 934}, "assignee": {"id": 1078}}, "job": {"id": 375, "assignee": {"id": 1186}}, "organization": {"id": 1260}}} } -test_scope_DELETE_context_SANDBOX_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 77, "privilege": "admin"}, "organization": null}, "resource": {"id": 325, "owner": {"id": 696}, "assignee": {"id": 77}, "project": {"id": 391, "owner": {"id": 790}, "assignee": {"id": 831}}, "task": {"id": 329, "owner": {"id": 958}, "assignee": {"id": 1059}}, "job": {"id": 349, "assignee": {"id": 1116}}, "organization": {"id": 1262}}} +test_scope_VIEW_context_SANDBOX_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 5, "privilege": "admin"}, "organization": null}, "resource": {"id": 352, "owner": {"id": 610}, "assignee": {"id": 5}, "project": {"id": 321, "owner": {"id": 756}, "assignee": {"id": 844}}, "task": {"id": 369, "owner": {"id": 988}, "assignee": {"id": 1064}}, "job": {"id": 361, "assignee": {"id": 1169}}, "organization": {"id": 1284}}} } -test_scope_DELETE_context_SANDBOX_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 49, "privilege": "admin"}, "organization": null}, "resource": {"id": 327, "owner": {"id": 647}, "assignee": {"id": 49}, "project": {"id": 355, "owner": {"id": 716}, "assignee": {"id": 861}}, "task": {"id": 312, "owner": {"id": 994}, "assignee": {"id": 1094}}, "job": {"id": 329, "assignee": {"id": 1186}}, "organization": {"id": 1239}}} +test_scope_VIEW_context_SANDBOX_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 89, "privilege": "admin"}, "organization": null}, "resource": {"id": 356, "owner": {"id": 636}, "assignee": {"id": 89}, "project": {"id": 337, "owner": {"id": 754}, "assignee": {"id": 823}}, "task": {"id": 382, "owner": {"id": 949}, "assignee": {"id": 1091}}, "job": {"id": 338, "assignee": {"id": 1189}}, "organization": {"id": 1218}}} } -test_scope_DELETE_context_SANDBOX_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 23, "privilege": "business"}, "organization": null}, "resource": {"id": 384, "owner": {"id": 633}, "assignee": {"id": 23}, "project": {"id": 367, "owner": {"id": 768}, "assignee": {"id": 856}}, "task": {"id": 304, "owner": {"id": 939}, "assignee": {"id": 1003}}, "job": {"id": 379, "assignee": {"id": 1143}}, "organization": {"id": 1250}}} +test_scope_VIEW_context_SANDBOX_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 59, "privilege": "business"}, "organization": null}, "resource": {"id": 316, "owner": {"id": 613}, "assignee": {"id": 59}, "project": {"id": 390, "owner": {"id": 797}, "assignee": {"id": 862}}, "task": {"id": 391, "owner": {"id": 967}, "assignee": {"id": 1099}}, "job": {"id": 354, "assignee": {"id": 1135}}, "organization": {"id": 1240}}} } -test_scope_DELETE_context_SANDBOX_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 37, "privilege": "business"}, "organization": null}, "resource": {"id": 364, "owner": {"id": 689}, "assignee": {"id": 37}, "project": {"id": 357, "owner": {"id": 716}, "assignee": {"id": 884}}, "task": {"id": 396, "owner": {"id": 960}, "assignee": {"id": 1002}}, "job": {"id": 365, "assignee": {"id": 1189}}, "organization": {"id": 1280}}} +test_scope_VIEW_context_SANDBOX_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 42, "privilege": "business"}, "organization": null}, "resource": {"id": 351, "owner": {"id": 661}, "assignee": {"id": 42}, "project": {"id": 391, "owner": {"id": 754}, "assignee": {"id": 835}}, "task": {"id": 307, "owner": {"id": 946}, "assignee": {"id": 1002}}, "job": {"id": 309, "assignee": {"id": 1187}}, "organization": {"id": 1223}}} } -test_scope_DELETE_context_SANDBOX_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 55, "privilege": "user"}, "organization": null}, "resource": {"id": 308, "owner": {"id": 601}, "assignee": {"id": 55}, "project": {"id": 393, "owner": {"id": 740}, "assignee": {"id": 835}}, "task": {"id": 309, "owner": {"id": 920}, "assignee": {"id": 1087}}, "job": {"id": 368, "assignee": {"id": 1138}}, "organization": {"id": 1273}}} +test_scope_VIEW_context_SANDBOX_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 87, "privilege": "user"}, "organization": null}, "resource": {"id": 359, "owner": {"id": 662}, "assignee": {"id": 87}, "project": {"id": 318, "owner": {"id": 703}, "assignee": {"id": 861}}, "task": {"id": 302, "owner": {"id": 973}, "assignee": {"id": 1087}}, "job": {"id": 346, "assignee": {"id": 1115}}, "organization": {"id": 1260}}} } -test_scope_DELETE_context_SANDBOX_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 0, "privilege": "user"}, "organization": null}, "resource": {"id": 316, "owner": {"id": 649}, "assignee": {"id": 0}, "project": {"id": 385, "owner": {"id": 707}, "assignee": {"id": 887}}, "task": {"id": 387, "owner": {"id": 997}, "assignee": {"id": 1082}}, "job": {"id": 388, "assignee": {"id": 1100}}, "organization": {"id": 1241}}} +test_scope_VIEW_context_SANDBOX_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 62, "privilege": "user"}, "organization": null}, "resource": {"id": 365, "owner": {"id": 609}, "assignee": {"id": 62}, "project": {"id": 333, "owner": {"id": 752}, "assignee": {"id": 816}}, "task": {"id": 370, "owner": {"id": 938}, "assignee": {"id": 1081}}, "job": {"id": 372, "assignee": {"id": 1108}}, "organization": {"id": 1251}}} } -test_scope_DELETE_context_SANDBOX_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 37, "privilege": "worker"}, "organization": null}, "resource": {"id": 326, "owner": {"id": 633}, "assignee": {"id": 37}, "project": {"id": 309, "owner": {"id": 726}, "assignee": {"id": 825}}, "task": {"id": 345, "owner": {"id": 991}, "assignee": {"id": 1017}}, "job": {"id": 308, "assignee": {"id": 1179}}, "organization": {"id": 1283}}} +test_scope_VIEW_context_SANDBOX_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 97, "privilege": "worker"}, "organization": null}, "resource": {"id": 326, "owner": {"id": 634}, "assignee": {"id": 97}, "project": {"id": 352, "owner": {"id": 763}, "assignee": {"id": 813}}, "task": {"id": 355, "owner": {"id": 949}, "assignee": {"id": 1060}}, "job": {"id": 334, "assignee": {"id": 1145}}, "organization": {"id": 1263}}} } -test_scope_DELETE_context_SANDBOX_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 95, "privilege": "worker"}, "organization": null}, "resource": {"id": 359, "owner": {"id": 659}, "assignee": {"id": 95}, "project": {"id": 307, "owner": {"id": 794}, "assignee": {"id": 847}}, "task": {"id": 343, "owner": {"id": 979}, "assignee": {"id": 1057}}, "job": {"id": 375, "assignee": {"id": 1160}}, "organization": {"id": 1284}}} +test_scope_VIEW_context_SANDBOX_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 56, "privilege": "worker"}, "organization": null}, "resource": {"id": 382, "owner": {"id": 643}, "assignee": {"id": 56}, "project": {"id": 394, "owner": {"id": 741}, "assignee": {"id": 862}}, "task": {"id": 399, "owner": {"id": 976}, "assignee": {"id": 1096}}, "job": {"id": 311, "assignee": {"id": 1150}}, "organization": {"id": 1280}}} } -test_scope_DELETE_context_SANDBOX_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 7, "privilege": "none"}, "organization": null}, "resource": {"id": 316, "owner": {"id": 632}, "assignee": {"id": 7}, "project": {"id": 347, "owner": {"id": 774}, "assignee": {"id": 837}}, "task": {"id": 397, "owner": {"id": 935}, "assignee": {"id": 1022}}, "job": {"id": 367, "assignee": {"id": 1179}}, "organization": {"id": 1230}}} +test_scope_VIEW_context_SANDBOX_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 59, "privilege": "none"}, "organization": null}, "resource": {"id": 357, "owner": {"id": 640}, "assignee": {"id": 59}, "project": {"id": 345, "owner": {"id": 740}, "assignee": {"id": 830}}, "task": {"id": 391, "owner": {"id": 903}, "assignee": {"id": 1052}}, "job": {"id": 387, "assignee": {"id": 1124}}, "organization": {"id": 1274}}} } -test_scope_DELETE_context_SANDBOX_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 3, "privilege": "none"}, "organization": null}, "resource": {"id": 377, "owner": {"id": 627}, "assignee": {"id": 3}, "project": {"id": 381, "owner": {"id": 770}, "assignee": {"id": 819}}, "task": {"id": 319, "owner": {"id": 973}, "assignee": {"id": 1051}}, "job": {"id": 379, "assignee": {"id": 1171}}, "organization": {"id": 1278}}} +test_scope_VIEW_context_SANDBOX_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 45, "privilege": "none"}, "organization": null}, "resource": {"id": 385, "owner": {"id": 619}, "assignee": {"id": 45}, "project": {"id": 392, "owner": {"id": 714}, "assignee": {"id": 847}}, "task": {"id": 317, "owner": {"id": 972}, "assignee": {"id": 1070}}, "job": {"id": 301, "assignee": {"id": 1187}}, "organization": {"id": 1268}}} } -test_scope_DELETE_context_SANDBOX_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 19, "privilege": "admin"}, "organization": null}, "resource": {"id": 349, "owner": {"id": 654}, "assignee": {"id": 522}, "project": {"id": 333, "owner": {"id": 717}, "assignee": {"id": 828}}, "task": {"id": 330, "owner": {"id": 968}, "assignee": {"id": 1025}}, "job": {"id": 341, "assignee": {"id": 1133}}, "organization": {"id": 1209}}} +test_scope_VIEW_context_SANDBOX_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 21, "privilege": "admin"}, "organization": null}, "resource": {"id": 354, "owner": {"id": 677}, "assignee": {"id": 582}, "project": {"id": 307, "owner": {"id": 716}, "assignee": {"id": 885}}, "task": {"id": 324, "owner": {"id": 977}, "assignee": {"id": 1028}}, "job": {"id": 372, "assignee": {"id": 1130}}, "organization": {"id": 1227}}} } -test_scope_DELETE_context_SANDBOX_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 63, "privilege": "admin"}, "organization": null}, "resource": {"id": 307, "owner": {"id": 677}, "assignee": {"id": 505}, "project": {"id": 372, "owner": {"id": 737}, "assignee": {"id": 848}}, "task": {"id": 354, "owner": {"id": 990}, "assignee": {"id": 1097}}, "job": {"id": 340, "assignee": {"id": 1165}}, "organization": {"id": 1245}}} +test_scope_VIEW_context_SANDBOX_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 35, "privilege": "admin"}, "organization": null}, "resource": {"id": 306, "owner": {"id": 610}, "assignee": {"id": 545}, "project": {"id": 353, "owner": {"id": 707}, "assignee": {"id": 856}}, "task": {"id": 339, "owner": {"id": 948}, "assignee": {"id": 1032}}, "job": {"id": 357, "assignee": {"id": 1152}}, "organization": {"id": 1283}}} } -test_scope_DELETE_context_SANDBOX_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 32, "privilege": "business"}, "organization": null}, "resource": {"id": 365, "owner": {"id": 625}, "assignee": {"id": 561}, "project": {"id": 307, "owner": {"id": 721}, "assignee": {"id": 846}}, "task": {"id": 320, "owner": {"id": 920}, "assignee": {"id": 1030}}, "job": {"id": 363, "assignee": {"id": 1198}}, "organization": {"id": 1244}}} +test_scope_VIEW_context_SANDBOX_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 90, "privilege": "business"}, "organization": null}, "resource": {"id": 304, "owner": {"id": 635}, "assignee": {"id": 584}, "project": {"id": 381, "owner": {"id": 773}, "assignee": {"id": 860}}, "task": {"id": 380, "owner": {"id": 922}, "assignee": {"id": 1065}}, "job": {"id": 304, "assignee": {"id": 1121}}, "organization": {"id": 1243}}} } -test_scope_DELETE_context_SANDBOX_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 75, "privilege": "business"}, "organization": null}, "resource": {"id": 378, "owner": {"id": 676}, "assignee": {"id": 534}, "project": {"id": 398, "owner": {"id": 748}, "assignee": {"id": 893}}, "task": {"id": 395, "owner": {"id": 990}, "assignee": {"id": 1094}}, "job": {"id": 385, "assignee": {"id": 1167}}, "organization": {"id": 1233}}} +test_scope_VIEW_context_SANDBOX_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 30, "privilege": "business"}, "organization": null}, "resource": {"id": 361, "owner": {"id": 642}, "assignee": {"id": 582}, "project": {"id": 338, "owner": {"id": 713}, "assignee": {"id": 876}}, "task": {"id": 348, "owner": {"id": 959}, "assignee": {"id": 1064}}, "job": {"id": 361, "assignee": {"id": 1156}}, "organization": {"id": 1286}}} } -test_scope_DELETE_context_SANDBOX_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 93, "privilege": "user"}, "organization": null}, "resource": {"id": 314, "owner": {"id": 640}, "assignee": {"id": 508}, "project": {"id": 365, "owner": {"id": 733}, "assignee": {"id": 829}}, "task": {"id": 374, "owner": {"id": 988}, "assignee": {"id": 1066}}, "job": {"id": 363, "assignee": {"id": 1115}}, "organization": {"id": 1240}}} +test_scope_VIEW_context_SANDBOX_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 99, "privilege": "user"}, "organization": null}, "resource": {"id": 341, "owner": {"id": 612}, "assignee": {"id": 540}, "project": {"id": 305, "owner": {"id": 749}, "assignee": {"id": 853}}, "task": {"id": 343, "owner": {"id": 995}, "assignee": {"id": 1098}}, "job": {"id": 363, "assignee": {"id": 1181}}, "organization": {"id": 1298}}} } -test_scope_DELETE_context_SANDBOX_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 86, "privilege": "user"}, "organization": null}, "resource": {"id": 307, "owner": {"id": 677}, "assignee": {"id": 579}, "project": {"id": 375, "owner": {"id": 726}, "assignee": {"id": 832}}, "task": {"id": 300, "owner": {"id": 938}, "assignee": {"id": 1091}}, "job": {"id": 346, "assignee": {"id": 1110}}, "organization": {"id": 1264}}} +test_scope_VIEW_context_SANDBOX_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 56, "privilege": "user"}, "organization": null}, "resource": {"id": 353, "owner": {"id": 666}, "assignee": {"id": 594}, "project": {"id": 316, "owner": {"id": 707}, "assignee": {"id": 867}}, "task": {"id": 301, "owner": {"id": 914}, "assignee": {"id": 1036}}, "job": {"id": 399, "assignee": {"id": 1162}}, "organization": {"id": 1278}}} } -test_scope_DELETE_context_SANDBOX_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 23, "privilege": "worker"}, "organization": null}, "resource": {"id": 354, "owner": {"id": 691}, "assignee": {"id": 560}, "project": {"id": 328, "owner": {"id": 761}, "assignee": {"id": 885}}, "task": {"id": 334, "owner": {"id": 930}, "assignee": {"id": 1085}}, "job": {"id": 339, "assignee": {"id": 1107}}, "organization": {"id": 1249}}} +test_scope_VIEW_context_SANDBOX_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 94, "privilege": "worker"}, "organization": null}, "resource": {"id": 328, "owner": {"id": 687}, "assignee": {"id": 565}, "project": {"id": 320, "owner": {"id": 733}, "assignee": {"id": 854}}, "task": {"id": 388, "owner": {"id": 991}, "assignee": {"id": 1088}}, "job": {"id": 324, "assignee": {"id": 1105}}, "organization": {"id": 1209}}} } -test_scope_DELETE_context_SANDBOX_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 53, "privilege": "worker"}, "organization": null}, "resource": {"id": 347, "owner": {"id": 674}, "assignee": {"id": 591}, "project": {"id": 302, "owner": {"id": 792}, "assignee": {"id": 863}}, "task": {"id": 359, "owner": {"id": 950}, "assignee": {"id": 1001}}, "job": {"id": 399, "assignee": {"id": 1116}}, "organization": {"id": 1222}}} +test_scope_VIEW_context_SANDBOX_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 69, "privilege": "worker"}, "organization": null}, "resource": {"id": 381, "owner": {"id": 663}, "assignee": {"id": 518}, "project": {"id": 322, "owner": {"id": 787}, "assignee": {"id": 813}}, "task": {"id": 392, "owner": {"id": 906}, "assignee": {"id": 1070}}, "job": {"id": 346, "assignee": {"id": 1136}}, "organization": {"id": 1202}}} } -test_scope_DELETE_context_SANDBOX_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 20, "privilege": "none"}, "organization": null}, "resource": {"id": 371, "owner": {"id": 673}, "assignee": {"id": 587}, "project": {"id": 347, "owner": {"id": 778}, "assignee": {"id": 821}}, "task": {"id": 340, "owner": {"id": 907}, "assignee": {"id": 1042}}, "job": {"id": 355, "assignee": {"id": 1142}}, "organization": {"id": 1215}}} +test_scope_VIEW_context_SANDBOX_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 1, "privilege": "none"}, "organization": null}, "resource": {"id": 393, "owner": {"id": 698}, "assignee": {"id": 515}, "project": {"id": 372, "owner": {"id": 700}, "assignee": {"id": 853}}, "task": {"id": 361, "owner": {"id": 945}, "assignee": {"id": 1031}}, "job": {"id": 318, "assignee": {"id": 1126}}, "organization": {"id": 1222}}} } -test_scope_DELETE_context_SANDBOX_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 77, "privilege": "none"}, "organization": null}, "resource": {"id": 376, "owner": {"id": 669}, "assignee": {"id": 593}, "project": {"id": 322, "owner": {"id": 719}, "assignee": {"id": 843}}, "task": {"id": 334, "owner": {"id": 962}, "assignee": {"id": 1043}}, "job": {"id": 329, "assignee": {"id": 1186}}, "organization": {"id": 1261}}} +test_scope_VIEW_context_SANDBOX_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 28, "privilege": "none"}, "organization": null}, "resource": {"id": 365, "owner": {"id": 618}, "assignee": {"id": 581}, "project": {"id": 397, "owner": {"id": 706}, "assignee": {"id": 897}}, "task": {"id": 380, "owner": {"id": 970}, "assignee": {"id": 1076}}, "job": {"id": 378, "assignee": {"id": 1104}}, "organization": {"id": 1270}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 86, "privilege": "admin"}, "organization": {"id": 187, "owner": {"id": 86}, "user": {"role": "owner"}}}, "resource": {"id": 381, "owner": {"id": 671}, "assignee": {"id": 577}, "project": {"id": 327, "owner": {"id": 86}, "assignee": {"id": 828}}, "task": {"id": 305, "owner": {"id": 970}, "assignee": {"id": 1011}}, "job": {"id": 386, "assignee": {"id": 1111}}, "organization": {"id": 187}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 30, "privilege": "admin"}, "organization": {"id": 123, "owner": {"id": 30}, "user": {"role": "owner"}}}, "resource": {"id": 396, "owner": {"id": 607}, "assignee": {"id": 556}, "project": {"id": 305, "owner": {"id": 30}, "assignee": {"id": 898}}, "task": {"id": 311, "owner": {"id": 942}, "assignee": {"id": 1085}}, "job": {"id": 305, "assignee": {"id": 1121}}, "organization": {"id": 123}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 85, "privilege": "admin"}, "organization": {"id": 168, "owner": {"id": 85}, "user": {"role": "owner"}}}, "resource": {"id": 390, "owner": {"id": 677}, "assignee": {"id": 582}, "project": {"id": 344, "owner": {"id": 85}, "assignee": {"id": 810}}, "task": {"id": 336, "owner": {"id": 974}, "assignee": {"id": 1085}}, "job": {"id": 364, "assignee": {"id": 1152}}, "organization": {"id": 1203}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 30, "privilege": "admin"}, "organization": {"id": 116, "owner": {"id": 30}, "user": {"role": "owner"}}}, "resource": {"id": 333, "owner": {"id": 644}, "assignee": {"id": 569}, "project": {"id": 302, "owner": {"id": 30}, "assignee": {"id": 866}}, "task": {"id": 309, "owner": {"id": 918}, "assignee": {"id": 1024}}, "job": {"id": 365, "assignee": {"id": 1162}}, "organization": {"id": 1209}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 86, "privilege": "admin"}, "organization": {"id": 101, "owner": {"id": 241}, "user": {"role": "maintainer"}}}, "resource": {"id": 359, "owner": {"id": 644}, "assignee": {"id": 590}, "project": {"id": 377, "owner": {"id": 86}, "assignee": {"id": 884}}, "task": {"id": 321, "owner": {"id": 973}, "assignee": {"id": 1044}}, "job": {"id": 328, "assignee": {"id": 1139}}, "organization": {"id": 101}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 54, "privilege": "admin"}, "organization": {"id": 173, "owner": {"id": 235}, "user": {"role": "maintainer"}}}, "resource": {"id": 338, "owner": {"id": 605}, "assignee": {"id": 547}, "project": {"id": 393, "owner": {"id": 54}, "assignee": {"id": 843}}, "task": {"id": 365, "owner": {"id": 910}, "assignee": {"id": 1093}}, "job": {"id": 391, "assignee": {"id": 1115}}, "organization": {"id": 173}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 16, "privilege": "admin"}, "organization": {"id": 101, "owner": {"id": 232}, "user": {"role": "maintainer"}}}, "resource": {"id": 314, "owner": {"id": 670}, "assignee": {"id": 599}, "project": {"id": 376, "owner": {"id": 16}, "assignee": {"id": 849}}, "task": {"id": 315, "owner": {"id": 968}, "assignee": {"id": 1046}}, "job": {"id": 339, "assignee": {"id": 1170}}, "organization": {"id": 1281}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 89, "privilege": "admin"}, "organization": {"id": 140, "owner": {"id": 262}, "user": {"role": "maintainer"}}}, "resource": {"id": 343, "owner": {"id": 602}, "assignee": {"id": 535}, "project": {"id": 359, "owner": {"id": 89}, "assignee": {"id": 889}}, "task": {"id": 333, "owner": {"id": 967}, "assignee": {"id": 1073}}, "job": {"id": 339, "assignee": {"id": 1198}}, "organization": {"id": 1200}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 98, "privilege": "admin"}, "organization": {"id": 127, "owner": {"id": 212}, "user": {"role": "supervisor"}}}, "resource": {"id": 311, "owner": {"id": 680}, "assignee": {"id": 580}, "project": {"id": 308, "owner": {"id": 98}, "assignee": {"id": 874}}, "task": {"id": 373, "owner": {"id": 997}, "assignee": {"id": 1036}}, "job": {"id": 330, "assignee": {"id": 1179}}, "organization": {"id": 127}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 67, "privilege": "admin"}, "organization": {"id": 125, "owner": {"id": 280}, "user": {"role": "supervisor"}}}, "resource": {"id": 384, "owner": {"id": 627}, "assignee": {"id": 589}, "project": {"id": 398, "owner": {"id": 67}, "assignee": {"id": 822}}, "task": {"id": 337, "owner": {"id": 953}, "assignee": {"id": 1068}}, "job": {"id": 331, "assignee": {"id": 1111}}, "organization": {"id": 125}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 86, "privilege": "admin"}, "organization": {"id": 116, "owner": {"id": 218}, "user": {"role": "supervisor"}}}, "resource": {"id": 357, "owner": {"id": 632}, "assignee": {"id": 524}, "project": {"id": 348, "owner": {"id": 86}, "assignee": {"id": 844}}, "task": {"id": 305, "owner": {"id": 982}, "assignee": {"id": 1061}}, "job": {"id": 345, "assignee": {"id": 1162}}, "organization": {"id": 1254}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 18, "privilege": "admin"}, "organization": {"id": 130, "owner": {"id": 250}, "user": {"role": "supervisor"}}}, "resource": {"id": 362, "owner": {"id": 687}, "assignee": {"id": 503}, "project": {"id": 350, "owner": {"id": 18}, "assignee": {"id": 831}}, "task": {"id": 362, "owner": {"id": 936}, "assignee": {"id": 1068}}, "job": {"id": 345, "assignee": {"id": 1141}}, "organization": {"id": 1242}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 51, "privilege": "admin"}, "organization": {"id": 133, "owner": {"id": 210}, "user": {"role": "worker"}}}, "resource": {"id": 339, "owner": {"id": 621}, "assignee": {"id": 558}, "project": {"id": 333, "owner": {"id": 51}, "assignee": {"id": 876}}, "task": {"id": 333, "owner": {"id": 993}, "assignee": {"id": 1048}}, "job": {"id": 362, "assignee": {"id": 1132}}, "organization": {"id": 133}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 1, "privilege": "admin"}, "organization": {"id": 142, "owner": {"id": 262}, "user": {"role": "worker"}}}, "resource": {"id": 394, "owner": {"id": 635}, "assignee": {"id": 512}, "project": {"id": 372, "owner": {"id": 1}, "assignee": {"id": 881}}, "task": {"id": 397, "owner": {"id": 987}, "assignee": {"id": 1017}}, "job": {"id": 382, "assignee": {"id": 1130}}, "organization": {"id": 142}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 87, "privilege": "admin"}, "organization": {"id": 108, "owner": {"id": 201}, "user": {"role": "worker"}}}, "resource": {"id": 369, "owner": {"id": 625}, "assignee": {"id": 596}, "project": {"id": 379, "owner": {"id": 87}, "assignee": {"id": 872}}, "task": {"id": 374, "owner": {"id": 955}, "assignee": {"id": 1088}}, "job": {"id": 323, "assignee": {"id": 1130}}, "organization": {"id": 1276}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 73, "privilege": "admin"}, "organization": {"id": 141, "owner": {"id": 232}, "user": {"role": "worker"}}}, "resource": {"id": 339, "owner": {"id": 680}, "assignee": {"id": 511}, "project": {"id": 330, "owner": {"id": 73}, "assignee": {"id": 877}}, "task": {"id": 377, "owner": {"id": 961}, "assignee": {"id": 1078}}, "job": {"id": 317, "assignee": {"id": 1163}}, "organization": {"id": 1271}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 56, "privilege": "admin"}, "organization": {"id": 125, "owner": {"id": 221}, "user": {"role": null}}}, "resource": {"id": 340, "owner": {"id": 655}, "assignee": {"id": 522}, "project": {"id": 392, "owner": {"id": 56}, "assignee": {"id": 877}}, "task": {"id": 374, "owner": {"id": 944}, "assignee": {"id": 1054}}, "job": {"id": 396, "assignee": {"id": 1156}}, "organization": {"id": 125}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 83, "privilege": "admin"}, "organization": {"id": 104, "owner": {"id": 228}, "user": {"role": null}}}, "resource": {"id": 399, "owner": {"id": 619}, "assignee": {"id": 514}, "project": {"id": 395, "owner": {"id": 83}, "assignee": {"id": 869}}, "task": {"id": 378, "owner": {"id": 940}, "assignee": {"id": 1073}}, "job": {"id": 345, "assignee": {"id": 1168}}, "organization": {"id": 104}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 27, "privilege": "admin"}, "organization": {"id": 179, "owner": {"id": 200}, "user": {"role": null}}}, "resource": {"id": 315, "owner": {"id": 631}, "assignee": {"id": 567}, "project": {"id": 382, "owner": {"id": 27}, "assignee": {"id": 860}}, "task": {"id": 395, "owner": {"id": 933}, "assignee": {"id": 1038}}, "job": {"id": 388, "assignee": {"id": 1187}}, "organization": {"id": 1273}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 39, "privilege": "admin"}, "organization": {"id": 160, "owner": {"id": 292}, "user": {"role": null}}}, "resource": {"id": 300, "owner": {"id": 681}, "assignee": {"id": 564}, "project": {"id": 343, "owner": {"id": 39}, "assignee": {"id": 832}}, "task": {"id": 303, "owner": {"id": 960}, "assignee": {"id": 1077}}, "job": {"id": 349, "assignee": {"id": 1104}}, "organization": {"id": 1266}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 85, "privilege": "business"}, "organization": {"id": 127, "owner": {"id": 85}, "user": {"role": "owner"}}}, "resource": {"id": 370, "owner": {"id": 675}, "assignee": {"id": 592}, "project": {"id": 353, "owner": {"id": 85}, "assignee": {"id": 819}}, "task": {"id": 352, "owner": {"id": 900}, "assignee": {"id": 1029}}, "job": {"id": 336, "assignee": {"id": 1169}}, "organization": {"id": 127}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 28, "privilege": "business"}, "organization": {"id": 148, "owner": {"id": 28}, "user": {"role": "owner"}}}, "resource": {"id": 334, "owner": {"id": 672}, "assignee": {"id": 574}, "project": {"id": 397, "owner": {"id": 28}, "assignee": {"id": 861}}, "task": {"id": 330, "owner": {"id": 940}, "assignee": {"id": 1072}}, "job": {"id": 378, "assignee": {"id": 1173}}, "organization": {"id": 148}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 11, "privilege": "business"}, "organization": {"id": 163, "owner": {"id": 11}, "user": {"role": "owner"}}}, "resource": {"id": 307, "owner": {"id": 650}, "assignee": {"id": 513}, "project": {"id": 357, "owner": {"id": 11}, "assignee": {"id": 841}}, "task": {"id": 351, "owner": {"id": 908}, "assignee": {"id": 1069}}, "job": {"id": 370, "assignee": {"id": 1100}}, "organization": {"id": 1252}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 14, "privilege": "business"}, "organization": {"id": 197, "owner": {"id": 14}, "user": {"role": "owner"}}}, "resource": {"id": 360, "owner": {"id": 643}, "assignee": {"id": 567}, "project": {"id": 372, "owner": {"id": 14}, "assignee": {"id": 853}}, "task": {"id": 311, "owner": {"id": 913}, "assignee": {"id": 1010}}, "job": {"id": 364, "assignee": {"id": 1106}}, "organization": {"id": 1228}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 84, "privilege": "business"}, "organization": {"id": 194, "owner": {"id": 249}, "user": {"role": "maintainer"}}}, "resource": {"id": 356, "owner": {"id": 626}, "assignee": {"id": 597}, "project": {"id": 380, "owner": {"id": 84}, "assignee": {"id": 864}}, "task": {"id": 342, "owner": {"id": 940}, "assignee": {"id": 1064}}, "job": {"id": 368, "assignee": {"id": 1164}}, "organization": {"id": 194}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 53, "privilege": "business"}, "organization": {"id": 102, "owner": {"id": 244}, "user": {"role": "maintainer"}}}, "resource": {"id": 300, "owner": {"id": 630}, "assignee": {"id": 520}, "project": {"id": 329, "owner": {"id": 53}, "assignee": {"id": 824}}, "task": {"id": 370, "owner": {"id": 943}, "assignee": {"id": 1015}}, "job": {"id": 333, "assignee": {"id": 1194}}, "organization": {"id": 102}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 1, "privilege": "business"}, "organization": {"id": 181, "owner": {"id": 249}, "user": {"role": "maintainer"}}}, "resource": {"id": 328, "owner": {"id": 638}, "assignee": {"id": 594}, "project": {"id": 362, "owner": {"id": 1}, "assignee": {"id": 883}}, "task": {"id": 343, "owner": {"id": 926}, "assignee": {"id": 1082}}, "job": {"id": 324, "assignee": {"id": 1142}}, "organization": {"id": 1256}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 84, "privilege": "business"}, "organization": {"id": 124, "owner": {"id": 249}, "user": {"role": "maintainer"}}}, "resource": {"id": 372, "owner": {"id": 631}, "assignee": {"id": 584}, "project": {"id": 368, "owner": {"id": 84}, "assignee": {"id": 822}}, "task": {"id": 349, "owner": {"id": 935}, "assignee": {"id": 1054}}, "job": {"id": 371, "assignee": {"id": 1142}}, "organization": {"id": 1258}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 96, "privilege": "business"}, "organization": {"id": 149, "owner": {"id": 232}, "user": {"role": "supervisor"}}}, "resource": {"id": 357, "owner": {"id": 624}, "assignee": {"id": 589}, "project": {"id": 366, "owner": {"id": 96}, "assignee": {"id": 828}}, "task": {"id": 331, "owner": {"id": 944}, "assignee": {"id": 1084}}, "job": {"id": 376, "assignee": {"id": 1170}}, "organization": {"id": 149}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 43, "privilege": "business"}, "organization": {"id": 196, "owner": {"id": 207}, "user": {"role": "supervisor"}}}, "resource": {"id": 342, "owner": {"id": 650}, "assignee": {"id": 534}, "project": {"id": 323, "owner": {"id": 43}, "assignee": {"id": 881}}, "task": {"id": 316, "owner": {"id": 940}, "assignee": {"id": 1030}}, "job": {"id": 346, "assignee": {"id": 1106}}, "organization": {"id": 196}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 97, "privilege": "business"}, "organization": {"id": 181, "owner": {"id": 294}, "user": {"role": "supervisor"}}}, "resource": {"id": 332, "owner": {"id": 695}, "assignee": {"id": 571}, "project": {"id": 386, "owner": {"id": 97}, "assignee": {"id": 824}}, "task": {"id": 304, "owner": {"id": 998}, "assignee": {"id": 1079}}, "job": {"id": 340, "assignee": {"id": 1121}}, "organization": {"id": 1244}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 40, "privilege": "business"}, "organization": {"id": 117, "owner": {"id": 266}, "user": {"role": "supervisor"}}}, "resource": {"id": 313, "owner": {"id": 678}, "assignee": {"id": 576}, "project": {"id": 306, "owner": {"id": 40}, "assignee": {"id": 843}}, "task": {"id": 337, "owner": {"id": 992}, "assignee": {"id": 1008}}, "job": {"id": 393, "assignee": {"id": 1172}}, "organization": {"id": 1298}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 28, "privilege": "business"}, "organization": {"id": 173, "owner": {"id": 233}, "user": {"role": "worker"}}}, "resource": {"id": 342, "owner": {"id": 660}, "assignee": {"id": 588}, "project": {"id": 348, "owner": {"id": 28}, "assignee": {"id": 854}}, "task": {"id": 384, "owner": {"id": 950}, "assignee": {"id": 1051}}, "job": {"id": 304, "assignee": {"id": 1108}}, "organization": {"id": 173}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 74, "privilege": "business"}, "organization": {"id": 167, "owner": {"id": 208}, "user": {"role": "worker"}}}, "resource": {"id": 343, "owner": {"id": 652}, "assignee": {"id": 556}, "project": {"id": 324, "owner": {"id": 74}, "assignee": {"id": 820}}, "task": {"id": 370, "owner": {"id": 983}, "assignee": {"id": 1033}}, "job": {"id": 344, "assignee": {"id": 1143}}, "organization": {"id": 167}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 17, "privilege": "business"}, "organization": {"id": 138, "owner": {"id": 216}, "user": {"role": "worker"}}}, "resource": {"id": 344, "owner": {"id": 608}, "assignee": {"id": 526}, "project": {"id": 311, "owner": {"id": 17}, "assignee": {"id": 829}}, "task": {"id": 325, "owner": {"id": 954}, "assignee": {"id": 1065}}, "job": {"id": 346, "assignee": {"id": 1111}}, "organization": {"id": 1213}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 26, "privilege": "business"}, "organization": {"id": 142, "owner": {"id": 245}, "user": {"role": "worker"}}}, "resource": {"id": 366, "owner": {"id": 615}, "assignee": {"id": 545}, "project": {"id": 364, "owner": {"id": 26}, "assignee": {"id": 875}}, "task": {"id": 357, "owner": {"id": 933}, "assignee": {"id": 1066}}, "job": {"id": 313, "assignee": {"id": 1113}}, "organization": {"id": 1207}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 66, "privilege": "business"}, "organization": {"id": 123, "owner": {"id": 256}, "user": {"role": null}}}, "resource": {"id": 383, "owner": {"id": 650}, "assignee": {"id": 558}, "project": {"id": 305, "owner": {"id": 66}, "assignee": {"id": 867}}, "task": {"id": 395, "owner": {"id": 954}, "assignee": {"id": 1087}}, "job": {"id": 300, "assignee": {"id": 1135}}, "organization": {"id": 123}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 1, "privilege": "business"}, "organization": {"id": 138, "owner": {"id": 202}, "user": {"role": null}}}, "resource": {"id": 376, "owner": {"id": 611}, "assignee": {"id": 562}, "project": {"id": 375, "owner": {"id": 1}, "assignee": {"id": 809}}, "task": {"id": 387, "owner": {"id": 994}, "assignee": {"id": 1053}}, "job": {"id": 395, "assignee": {"id": 1173}}, "organization": {"id": 138}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 19, "privilege": "business"}, "organization": {"id": 117, "owner": {"id": 211}, "user": {"role": null}}}, "resource": {"id": 319, "owner": {"id": 637}, "assignee": {"id": 572}, "project": {"id": 326, "owner": {"id": 19}, "assignee": {"id": 868}}, "task": {"id": 351, "owner": {"id": 952}, "assignee": {"id": 1075}}, "job": {"id": 361, "assignee": {"id": 1166}}, "organization": {"id": 1229}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 48, "privilege": "business"}, "organization": {"id": 177, "owner": {"id": 297}, "user": {"role": null}}}, "resource": {"id": 378, "owner": {"id": 653}, "assignee": {"id": 593}, "project": {"id": 305, "owner": {"id": 48}, "assignee": {"id": 864}}, "task": {"id": 309, "owner": {"id": 957}, "assignee": {"id": 1052}}, "job": {"id": 394, "assignee": {"id": 1197}}, "organization": {"id": 1238}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 94, "privilege": "user"}, "organization": {"id": 137, "owner": {"id": 94}, "user": {"role": "owner"}}}, "resource": {"id": 357, "owner": {"id": 651}, "assignee": {"id": 531}, "project": {"id": 385, "owner": {"id": 94}, "assignee": {"id": 845}}, "task": {"id": 379, "owner": {"id": 956}, "assignee": {"id": 1026}}, "job": {"id": 380, "assignee": {"id": 1199}}, "organization": {"id": 137}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 59, "privilege": "user"}, "organization": {"id": 189, "owner": {"id": 59}, "user": {"role": "owner"}}}, "resource": {"id": 385, "owner": {"id": 683}, "assignee": {"id": 546}, "project": {"id": 375, "owner": {"id": 59}, "assignee": {"id": 871}}, "task": {"id": 376, "owner": {"id": 935}, "assignee": {"id": 1026}}, "job": {"id": 359, "assignee": {"id": 1127}}, "organization": {"id": 189}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 30, "privilege": "user"}, "organization": {"id": 136, "owner": {"id": 30}, "user": {"role": "owner"}}}, "resource": {"id": 383, "owner": {"id": 613}, "assignee": {"id": 508}, "project": {"id": 324, "owner": {"id": 30}, "assignee": {"id": 829}}, "task": {"id": 328, "owner": {"id": 935}, "assignee": {"id": 1085}}, "job": {"id": 381, "assignee": {"id": 1180}}, "organization": {"id": 1248}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 22, "privilege": "user"}, "organization": {"id": 186, "owner": {"id": 22}, "user": {"role": "owner"}}}, "resource": {"id": 334, "owner": {"id": 641}, "assignee": {"id": 579}, "project": {"id": 334, "owner": {"id": 22}, "assignee": {"id": 887}}, "task": {"id": 392, "owner": {"id": 943}, "assignee": {"id": 1040}}, "job": {"id": 377, "assignee": {"id": 1131}}, "organization": {"id": 1265}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 19, "privilege": "user"}, "organization": {"id": 188, "owner": {"id": 200}, "user": {"role": "maintainer"}}}, "resource": {"id": 328, "owner": {"id": 624}, "assignee": {"id": 595}, "project": {"id": 366, "owner": {"id": 19}, "assignee": {"id": 849}}, "task": {"id": 359, "owner": {"id": 906}, "assignee": {"id": 1084}}, "job": {"id": 304, "assignee": {"id": 1172}}, "organization": {"id": 188}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 64, "privilege": "user"}, "organization": {"id": 174, "owner": {"id": 287}, "user": {"role": "maintainer"}}}, "resource": {"id": 309, "owner": {"id": 668}, "assignee": {"id": 516}, "project": {"id": 311, "owner": {"id": 64}, "assignee": {"id": 889}}, "task": {"id": 399, "owner": {"id": 917}, "assignee": {"id": 1027}}, "job": {"id": 315, "assignee": {"id": 1109}}, "organization": {"id": 174}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 83, "privilege": "user"}, "organization": {"id": 156, "owner": {"id": 201}, "user": {"role": "maintainer"}}}, "resource": {"id": 336, "owner": {"id": 623}, "assignee": {"id": 560}, "project": {"id": 353, "owner": {"id": 83}, "assignee": {"id": 833}}, "task": {"id": 352, "owner": {"id": 936}, "assignee": {"id": 1063}}, "job": {"id": 358, "assignee": {"id": 1144}}, "organization": {"id": 1209}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 29, "privilege": "user"}, "organization": {"id": 190, "owner": {"id": 202}, "user": {"role": "maintainer"}}}, "resource": {"id": 351, "owner": {"id": 608}, "assignee": {"id": 556}, "project": {"id": 300, "owner": {"id": 29}, "assignee": {"id": 824}}, "task": {"id": 399, "owner": {"id": 953}, "assignee": {"id": 1049}}, "job": {"id": 303, "assignee": {"id": 1175}}, "organization": {"id": 1209}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 99, "privilege": "user"}, "organization": {"id": 176, "owner": {"id": 290}, "user": {"role": "supervisor"}}}, "resource": {"id": 303, "owner": {"id": 696}, "assignee": {"id": 524}, "project": {"id": 354, "owner": {"id": 99}, "assignee": {"id": 845}}, "task": {"id": 389, "owner": {"id": 985}, "assignee": {"id": 1086}}, "job": {"id": 352, "assignee": {"id": 1153}}, "organization": {"id": 176}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 60, "privilege": "user"}, "organization": {"id": 109, "owner": {"id": 247}, "user": {"role": "supervisor"}}}, "resource": {"id": 361, "owner": {"id": 644}, "assignee": {"id": 582}, "project": {"id": 334, "owner": {"id": 60}, "assignee": {"id": 833}}, "task": {"id": 304, "owner": {"id": 958}, "assignee": {"id": 1040}}, "job": {"id": 377, "assignee": {"id": 1137}}, "organization": {"id": 109}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 35, "privilege": "user"}, "organization": {"id": 149, "owner": {"id": 289}, "user": {"role": "supervisor"}}}, "resource": {"id": 343, "owner": {"id": 647}, "assignee": {"id": 599}, "project": {"id": 366, "owner": {"id": 35}, "assignee": {"id": 830}}, "task": {"id": 391, "owner": {"id": 915}, "assignee": {"id": 1096}}, "job": {"id": 359, "assignee": {"id": 1137}}, "organization": {"id": 1289}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 54, "privilege": "user"}, "organization": {"id": 149, "owner": {"id": 224}, "user": {"role": "supervisor"}}}, "resource": {"id": 306, "owner": {"id": 644}, "assignee": {"id": 580}, "project": {"id": 363, "owner": {"id": 54}, "assignee": {"id": 823}}, "task": {"id": 329, "owner": {"id": 936}, "assignee": {"id": 1069}}, "job": {"id": 345, "assignee": {"id": 1103}}, "organization": {"id": 1232}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 1, "privilege": "user"}, "organization": {"id": 108, "owner": {"id": 255}, "user": {"role": "worker"}}}, "resource": {"id": 307, "owner": {"id": 683}, "assignee": {"id": 556}, "project": {"id": 342, "owner": {"id": 1}, "assignee": {"id": 863}}, "task": {"id": 316, "owner": {"id": 985}, "assignee": {"id": 1095}}, "job": {"id": 386, "assignee": {"id": 1106}}, "organization": {"id": 108}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 31, "privilege": "user"}, "organization": {"id": 133, "owner": {"id": 299}, "user": {"role": "worker"}}}, "resource": {"id": 354, "owner": {"id": 665}, "assignee": {"id": 573}, "project": {"id": 335, "owner": {"id": 31}, "assignee": {"id": 862}}, "task": {"id": 303, "owner": {"id": 919}, "assignee": {"id": 1079}}, "job": {"id": 351, "assignee": {"id": 1136}}, "organization": {"id": 133}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 49, "privilege": "user"}, "organization": {"id": 126, "owner": {"id": 299}, "user": {"role": "worker"}}}, "resource": {"id": 331, "owner": {"id": 607}, "assignee": {"id": 556}, "project": {"id": 337, "owner": {"id": 49}, "assignee": {"id": 823}}, "task": {"id": 362, "owner": {"id": 961}, "assignee": {"id": 1050}}, "job": {"id": 340, "assignee": {"id": 1163}}, "organization": {"id": 1278}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 14, "privilege": "user"}, "organization": {"id": 120, "owner": {"id": 242}, "user": {"role": "worker"}}}, "resource": {"id": 391, "owner": {"id": 660}, "assignee": {"id": 563}, "project": {"id": 369, "owner": {"id": 14}, "assignee": {"id": 813}}, "task": {"id": 383, "owner": {"id": 927}, "assignee": {"id": 1009}}, "job": {"id": 361, "assignee": {"id": 1153}}, "organization": {"id": 1227}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 22, "privilege": "user"}, "organization": {"id": 183, "owner": {"id": 271}, "user": {"role": null}}}, "resource": {"id": 388, "owner": {"id": 682}, "assignee": {"id": 509}, "project": {"id": 306, "owner": {"id": 22}, "assignee": {"id": 897}}, "task": {"id": 352, "owner": {"id": 937}, "assignee": {"id": 1048}}, "job": {"id": 395, "assignee": {"id": 1198}}, "organization": {"id": 183}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 39, "privilege": "user"}, "organization": {"id": 127, "owner": {"id": 236}, "user": {"role": null}}}, "resource": {"id": 302, "owner": {"id": 684}, "assignee": {"id": 538}, "project": {"id": 359, "owner": {"id": 39}, "assignee": {"id": 848}}, "task": {"id": 388, "owner": {"id": 955}, "assignee": {"id": 1042}}, "job": {"id": 398, "assignee": {"id": 1194}}, "organization": {"id": 127}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 0, "privilege": "user"}, "organization": {"id": 116, "owner": {"id": 219}, "user": {"role": null}}}, "resource": {"id": 384, "owner": {"id": 683}, "assignee": {"id": 566}, "project": {"id": 340, "owner": {"id": 0}, "assignee": {"id": 863}}, "task": {"id": 301, "owner": {"id": 956}, "assignee": {"id": 1081}}, "job": {"id": 387, "assignee": {"id": 1189}}, "organization": {"id": 1203}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 14, "privilege": "user"}, "organization": {"id": 160, "owner": {"id": 211}, "user": {"role": null}}}, "resource": {"id": 398, "owner": {"id": 610}, "assignee": {"id": 580}, "project": {"id": 356, "owner": {"id": 14}, "assignee": {"id": 841}}, "task": {"id": 360, "owner": {"id": 919}, "assignee": {"id": 1017}}, "job": {"id": 362, "assignee": {"id": 1134}}, "organization": {"id": 1226}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 29, "privilege": "worker"}, "organization": {"id": 166, "owner": {"id": 29}, "user": {"role": "owner"}}}, "resource": {"id": 332, "owner": {"id": 662}, "assignee": {"id": 597}, "project": {"id": 308, "owner": {"id": 29}, "assignee": {"id": 894}}, "task": {"id": 373, "owner": {"id": 981}, "assignee": {"id": 1065}}, "job": {"id": 308, "assignee": {"id": 1164}}, "organization": {"id": 166}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 28, "privilege": "worker"}, "organization": {"id": 117, "owner": {"id": 28}, "user": {"role": "owner"}}}, "resource": {"id": 383, "owner": {"id": 684}, "assignee": {"id": 541}, "project": {"id": 361, "owner": {"id": 28}, "assignee": {"id": 857}}, "task": {"id": 391, "owner": {"id": 956}, "assignee": {"id": 1013}}, "job": {"id": 327, "assignee": {"id": 1143}}, "organization": {"id": 117}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 8, "privilege": "worker"}, "organization": {"id": 156, "owner": {"id": 8}, "user": {"role": "owner"}}}, "resource": {"id": 334, "owner": {"id": 605}, "assignee": {"id": 595}, "project": {"id": 322, "owner": {"id": 8}, "assignee": {"id": 891}}, "task": {"id": 337, "owner": {"id": 905}, "assignee": {"id": 1076}}, "job": {"id": 334, "assignee": {"id": 1166}}, "organization": {"id": 1286}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 78, "privilege": "worker"}, "organization": {"id": 131, "owner": {"id": 78}, "user": {"role": "owner"}}}, "resource": {"id": 352, "owner": {"id": 666}, "assignee": {"id": 519}, "project": {"id": 380, "owner": {"id": 78}, "assignee": {"id": 817}}, "task": {"id": 345, "owner": {"id": 943}, "assignee": {"id": 1005}}, "job": {"id": 371, "assignee": {"id": 1194}}, "organization": {"id": 1281}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 40, "privilege": "worker"}, "organization": {"id": 148, "owner": {"id": 240}, "user": {"role": "maintainer"}}}, "resource": {"id": 391, "owner": {"id": 644}, "assignee": {"id": 530}, "project": {"id": 302, "owner": {"id": 40}, "assignee": {"id": 856}}, "task": {"id": 393, "owner": {"id": 982}, "assignee": {"id": 1043}}, "job": {"id": 347, "assignee": {"id": 1142}}, "organization": {"id": 148}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 7, "privilege": "worker"}, "organization": {"id": 156, "owner": {"id": 261}, "user": {"role": "maintainer"}}}, "resource": {"id": 345, "owner": {"id": 626}, "assignee": {"id": 554}, "project": {"id": 377, "owner": {"id": 7}, "assignee": {"id": 847}}, "task": {"id": 328, "owner": {"id": 999}, "assignee": {"id": 1057}}, "job": {"id": 304, "assignee": {"id": 1184}}, "organization": {"id": 156}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 67, "privilege": "worker"}, "organization": {"id": 156, "owner": {"id": 240}, "user": {"role": "maintainer"}}}, "resource": {"id": 327, "owner": {"id": 685}, "assignee": {"id": 565}, "project": {"id": 375, "owner": {"id": 67}, "assignee": {"id": 847}}, "task": {"id": 378, "owner": {"id": 932}, "assignee": {"id": 1046}}, "job": {"id": 359, "assignee": {"id": 1194}}, "organization": {"id": 1221}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 21, "privilege": "worker"}, "organization": {"id": 193, "owner": {"id": 202}, "user": {"role": "maintainer"}}}, "resource": {"id": 371, "owner": {"id": 696}, "assignee": {"id": 565}, "project": {"id": 384, "owner": {"id": 21}, "assignee": {"id": 830}}, "task": {"id": 309, "owner": {"id": 927}, "assignee": {"id": 1053}}, "job": {"id": 399, "assignee": {"id": 1119}}, "organization": {"id": 1238}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 95, "privilege": "worker"}, "organization": {"id": 172, "owner": {"id": 232}, "user": {"role": "supervisor"}}}, "resource": {"id": 320, "owner": {"id": 665}, "assignee": {"id": 559}, "project": {"id": 333, "owner": {"id": 95}, "assignee": {"id": 839}}, "task": {"id": 334, "owner": {"id": 978}, "assignee": {"id": 1026}}, "job": {"id": 338, "assignee": {"id": 1125}}, "organization": {"id": 172}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 3, "privilege": "worker"}, "organization": {"id": 145, "owner": {"id": 259}, "user": {"role": "supervisor"}}}, "resource": {"id": 329, "owner": {"id": 622}, "assignee": {"id": 505}, "project": {"id": 378, "owner": {"id": 3}, "assignee": {"id": 842}}, "task": {"id": 382, "owner": {"id": 971}, "assignee": {"id": 1001}}, "job": {"id": 389, "assignee": {"id": 1175}}, "organization": {"id": 145}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 54, "privilege": "worker"}, "organization": {"id": 159, "owner": {"id": 223}, "user": {"role": "supervisor"}}}, "resource": {"id": 342, "owner": {"id": 691}, "assignee": {"id": 543}, "project": {"id": 368, "owner": {"id": 54}, "assignee": {"id": 885}}, "task": {"id": 332, "owner": {"id": 938}, "assignee": {"id": 1001}}, "job": {"id": 341, "assignee": {"id": 1152}}, "organization": {"id": 1222}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 4, "privilege": "worker"}, "organization": {"id": 137, "owner": {"id": 204}, "user": {"role": "supervisor"}}}, "resource": {"id": 360, "owner": {"id": 693}, "assignee": {"id": 546}, "project": {"id": 328, "owner": {"id": 4}, "assignee": {"id": 804}}, "task": {"id": 356, "owner": {"id": 968}, "assignee": {"id": 1056}}, "job": {"id": 349, "assignee": {"id": 1161}}, "organization": {"id": 1200}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 24, "privilege": "worker"}, "organization": {"id": 176, "owner": {"id": 201}, "user": {"role": "worker"}}}, "resource": {"id": 382, "owner": {"id": 673}, "assignee": {"id": 562}, "project": {"id": 365, "owner": {"id": 24}, "assignee": {"id": 875}}, "task": {"id": 352, "owner": {"id": 930}, "assignee": {"id": 1046}}, "job": {"id": 395, "assignee": {"id": 1125}}, "organization": {"id": 176}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 25, "privilege": "worker"}, "organization": {"id": 125, "owner": {"id": 266}, "user": {"role": "worker"}}}, "resource": {"id": 332, "owner": {"id": 663}, "assignee": {"id": 563}, "project": {"id": 317, "owner": {"id": 25}, "assignee": {"id": 869}}, "task": {"id": 353, "owner": {"id": 908}, "assignee": {"id": 1019}}, "job": {"id": 358, "assignee": {"id": 1116}}, "organization": {"id": 125}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 43, "privilege": "worker"}, "organization": {"id": 188, "owner": {"id": 218}, "user": {"role": "worker"}}}, "resource": {"id": 353, "owner": {"id": 678}, "assignee": {"id": 502}, "project": {"id": 372, "owner": {"id": 43}, "assignee": {"id": 865}}, "task": {"id": 302, "owner": {"id": 982}, "assignee": {"id": 1029}}, "job": {"id": 323, "assignee": {"id": 1140}}, "organization": {"id": 1273}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 82, "privilege": "worker"}, "organization": {"id": 146, "owner": {"id": 201}, "user": {"role": "worker"}}}, "resource": {"id": 361, "owner": {"id": 601}, "assignee": {"id": 599}, "project": {"id": 358, "owner": {"id": 82}, "assignee": {"id": 822}}, "task": {"id": 329, "owner": {"id": 944}, "assignee": {"id": 1067}}, "job": {"id": 393, "assignee": {"id": 1169}}, "organization": {"id": 1255}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 64, "privilege": "worker"}, "organization": {"id": 153, "owner": {"id": 278}, "user": {"role": null}}}, "resource": {"id": 383, "owner": {"id": 687}, "assignee": {"id": 504}, "project": {"id": 305, "owner": {"id": 64}, "assignee": {"id": 844}}, "task": {"id": 353, "owner": {"id": 950}, "assignee": {"id": 1024}}, "job": {"id": 302, "assignee": {"id": 1197}}, "organization": {"id": 153}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 50, "privilege": "worker"}, "organization": {"id": 131, "owner": {"id": 290}, "user": {"role": null}}}, "resource": {"id": 363, "owner": {"id": 614}, "assignee": {"id": 541}, "project": {"id": 341, "owner": {"id": 50}, "assignee": {"id": 879}}, "task": {"id": 350, "owner": {"id": 989}, "assignee": {"id": 1099}}, "job": {"id": 396, "assignee": {"id": 1141}}, "organization": {"id": 131}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 47, "privilege": "worker"}, "organization": {"id": 185, "owner": {"id": 277}, "user": {"role": null}}}, "resource": {"id": 390, "owner": {"id": 663}, "assignee": {"id": 504}, "project": {"id": 331, "owner": {"id": 47}, "assignee": {"id": 858}}, "task": {"id": 327, "owner": {"id": 922}, "assignee": {"id": 1058}}, "job": {"id": 384, "assignee": {"id": 1114}}, "organization": {"id": 1217}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 16, "privilege": "worker"}, "organization": {"id": 116, "owner": {"id": 253}, "user": {"role": null}}}, "resource": {"id": 352, "owner": {"id": 654}, "assignee": {"id": 526}, "project": {"id": 355, "owner": {"id": 16}, "assignee": {"id": 856}}, "task": {"id": 391, "owner": {"id": 980}, "assignee": {"id": 1064}}, "job": {"id": 326, "assignee": {"id": 1190}}, "organization": {"id": 1217}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 54, "privilege": "none"}, "organization": {"id": 143, "owner": {"id": 54}, "user": {"role": "owner"}}}, "resource": {"id": 353, "owner": {"id": 619}, "assignee": {"id": 516}, "project": {"id": 355, "owner": {"id": 54}, "assignee": {"id": 847}}, "task": {"id": 307, "owner": {"id": 928}, "assignee": {"id": 1045}}, "job": {"id": 317, "assignee": {"id": 1137}}, "organization": {"id": 143}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 50, "privilege": "none"}, "organization": {"id": 123, "owner": {"id": 50}, "user": {"role": "owner"}}}, "resource": {"id": 306, "owner": {"id": 606}, "assignee": {"id": 536}, "project": {"id": 311, "owner": {"id": 50}, "assignee": {"id": 853}}, "task": {"id": 392, "owner": {"id": 949}, "assignee": {"id": 1017}}, "job": {"id": 343, "assignee": {"id": 1176}}, "organization": {"id": 123}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 69, "privilege": "none"}, "organization": {"id": 147, "owner": {"id": 69}, "user": {"role": "owner"}}}, "resource": {"id": 365, "owner": {"id": 687}, "assignee": {"id": 570}, "project": {"id": 315, "owner": {"id": 69}, "assignee": {"id": 805}}, "task": {"id": 399, "owner": {"id": 933}, "assignee": {"id": 1084}}, "job": {"id": 366, "assignee": {"id": 1128}}, "organization": {"id": 1203}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 64, "privilege": "none"}, "organization": {"id": 121, "owner": {"id": 64}, "user": {"role": "owner"}}}, "resource": {"id": 378, "owner": {"id": 635}, "assignee": {"id": 562}, "project": {"id": 304, "owner": {"id": 64}, "assignee": {"id": 888}}, "task": {"id": 388, "owner": {"id": 905}, "assignee": {"id": 1001}}, "job": {"id": 356, "assignee": {"id": 1159}}, "organization": {"id": 1275}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 7, "privilege": "none"}, "organization": {"id": 161, "owner": {"id": 215}, "user": {"role": "maintainer"}}}, "resource": {"id": 361, "owner": {"id": 685}, "assignee": {"id": 565}, "project": {"id": 364, "owner": {"id": 7}, "assignee": {"id": 883}}, "task": {"id": 323, "owner": {"id": 907}, "assignee": {"id": 1047}}, "job": {"id": 348, "assignee": {"id": 1139}}, "organization": {"id": 161}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 37, "privilege": "none"}, "organization": {"id": 125, "owner": {"id": 207}, "user": {"role": "maintainer"}}}, "resource": {"id": 387, "owner": {"id": 670}, "assignee": {"id": 599}, "project": {"id": 337, "owner": {"id": 37}, "assignee": {"id": 832}}, "task": {"id": 324, "owner": {"id": 996}, "assignee": {"id": 1022}}, "job": {"id": 307, "assignee": {"id": 1125}}, "organization": {"id": 125}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 0, "privilege": "none"}, "organization": {"id": 126, "owner": {"id": 289}, "user": {"role": "maintainer"}}}, "resource": {"id": 330, "owner": {"id": 613}, "assignee": {"id": 503}, "project": {"id": 324, "owner": {"id": 0}, "assignee": {"id": 849}}, "task": {"id": 349, "owner": {"id": 949}, "assignee": {"id": 1058}}, "job": {"id": 387, "assignee": {"id": 1106}}, "organization": {"id": 1259}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 54, "privilege": "none"}, "organization": {"id": 120, "owner": {"id": 274}, "user": {"role": "maintainer"}}}, "resource": {"id": 370, "owner": {"id": 697}, "assignee": {"id": 585}, "project": {"id": 360, "owner": {"id": 54}, "assignee": {"id": 872}}, "task": {"id": 388, "owner": {"id": 965}, "assignee": {"id": 1005}}, "job": {"id": 328, "assignee": {"id": 1126}}, "organization": {"id": 1252}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 27, "privilege": "none"}, "organization": {"id": 100, "owner": {"id": 265}, "user": {"role": "supervisor"}}}, "resource": {"id": 327, "owner": {"id": 614}, "assignee": {"id": 583}, "project": {"id": 330, "owner": {"id": 27}, "assignee": {"id": 855}}, "task": {"id": 389, "owner": {"id": 925}, "assignee": {"id": 1028}}, "job": {"id": 319, "assignee": {"id": 1176}}, "organization": {"id": 100}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 65, "privilege": "none"}, "organization": {"id": 141, "owner": {"id": 291}, "user": {"role": "supervisor"}}}, "resource": {"id": 334, "owner": {"id": 625}, "assignee": {"id": 516}, "project": {"id": 337, "owner": {"id": 65}, "assignee": {"id": 859}}, "task": {"id": 387, "owner": {"id": 994}, "assignee": {"id": 1092}}, "job": {"id": 331, "assignee": {"id": 1173}}, "organization": {"id": 141}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 7, "privilege": "none"}, "organization": {"id": 149, "owner": {"id": 282}, "user": {"role": "supervisor"}}}, "resource": {"id": 357, "owner": {"id": 613}, "assignee": {"id": 579}, "project": {"id": 325, "owner": {"id": 7}, "assignee": {"id": 859}}, "task": {"id": 315, "owner": {"id": 980}, "assignee": {"id": 1042}}, "job": {"id": 340, "assignee": {"id": 1160}}, "organization": {"id": 1230}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 99, "privilege": "none"}, "organization": {"id": 184, "owner": {"id": 229}, "user": {"role": "supervisor"}}}, "resource": {"id": 366, "owner": {"id": 653}, "assignee": {"id": 523}, "project": {"id": 306, "owner": {"id": 99}, "assignee": {"id": 877}}, "task": {"id": 304, "owner": {"id": 938}, "assignee": {"id": 1052}}, "job": {"id": 340, "assignee": {"id": 1154}}, "organization": {"id": 1257}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 72, "privilege": "none"}, "organization": {"id": 136, "owner": {"id": 257}, "user": {"role": "worker"}}}, "resource": {"id": 368, "owner": {"id": 620}, "assignee": {"id": 569}, "project": {"id": 393, "owner": {"id": 72}, "assignee": {"id": 863}}, "task": {"id": 337, "owner": {"id": 985}, "assignee": {"id": 1011}}, "job": {"id": 300, "assignee": {"id": 1110}}, "organization": {"id": 136}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 9, "privilege": "none"}, "organization": {"id": 140, "owner": {"id": 274}, "user": {"role": "worker"}}}, "resource": {"id": 376, "owner": {"id": 668}, "assignee": {"id": 572}, "project": {"id": 319, "owner": {"id": 9}, "assignee": {"id": 857}}, "task": {"id": 317, "owner": {"id": 944}, "assignee": {"id": 1083}}, "job": {"id": 352, "assignee": {"id": 1174}}, "organization": {"id": 140}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 91, "privilege": "none"}, "organization": {"id": 145, "owner": {"id": 247}, "user": {"role": "worker"}}}, "resource": {"id": 318, "owner": {"id": 658}, "assignee": {"id": 563}, "project": {"id": 386, "owner": {"id": 91}, "assignee": {"id": 838}}, "task": {"id": 304, "owner": {"id": 956}, "assignee": {"id": 1052}}, "job": {"id": 328, "assignee": {"id": 1142}}, "organization": {"id": 1242}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 32, "privilege": "none"}, "organization": {"id": 162, "owner": {"id": 247}, "user": {"role": "worker"}}}, "resource": {"id": 342, "owner": {"id": 622}, "assignee": {"id": 502}, "project": {"id": 308, "owner": {"id": 32}, "assignee": {"id": 867}}, "task": {"id": 321, "owner": {"id": 945}, "assignee": {"id": 1051}}, "job": {"id": 340, "assignee": {"id": 1199}}, "organization": {"id": 1254}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 1, "privilege": "none"}, "organization": {"id": 166, "owner": {"id": 260}, "user": {"role": null}}}, "resource": {"id": 335, "owner": {"id": 634}, "assignee": {"id": 524}, "project": {"id": 312, "owner": {"id": 1}, "assignee": {"id": 896}}, "task": {"id": 317, "owner": {"id": 937}, "assignee": {"id": 1023}}, "job": {"id": 329, "assignee": {"id": 1126}}, "organization": {"id": 166}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 79, "privilege": "none"}, "organization": {"id": 133, "owner": {"id": 221}, "user": {"role": null}}}, "resource": {"id": 399, "owner": {"id": 661}, "assignee": {"id": 559}, "project": {"id": 308, "owner": {"id": 79}, "assignee": {"id": 899}}, "task": {"id": 326, "owner": {"id": 971}, "assignee": {"id": 1060}}, "job": {"id": 333, "assignee": {"id": 1199}}, "organization": {"id": 133}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 54, "privilege": "none"}, "organization": {"id": 181, "owner": {"id": 222}, "user": {"role": null}}}, "resource": {"id": 393, "owner": {"id": 636}, "assignee": {"id": 508}, "project": {"id": 317, "owner": {"id": 54}, "assignee": {"id": 856}}, "task": {"id": 381, "owner": {"id": 936}, "assignee": {"id": 1066}}, "job": {"id": 388, "assignee": {"id": 1190}}, "organization": {"id": 1239}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 79, "privilege": "none"}, "organization": {"id": 122, "owner": {"id": 224}, "user": {"role": null}}}, "resource": {"id": 382, "owner": {"id": 609}, "assignee": {"id": 518}, "project": {"id": 335, "owner": {"id": 79}, "assignee": {"id": 845}}, "task": {"id": 343, "owner": {"id": 987}, "assignee": {"id": 1085}}, "job": {"id": 374, "assignee": {"id": 1172}}, "organization": {"id": 1289}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 91, "privilege": "admin"}, "organization": {"id": 133, "owner": {"id": 91}, "user": {"role": "owner"}}}, "resource": {"id": 343, "owner": {"id": 649}, "assignee": {"id": 574}, "project": {"id": 326, "owner": {"id": 732}, "assignee": {"id": 91}}, "task": {"id": 302, "owner": {"id": 923}, "assignee": {"id": 1004}}, "job": {"id": 300, "assignee": {"id": 1111}}, "organization": {"id": 133}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 57, "privilege": "admin"}, "organization": {"id": 114, "owner": {"id": 57}, "user": {"role": "owner"}}}, "resource": {"id": 382, "owner": {"id": 625}, "assignee": {"id": 514}, "project": {"id": 348, "owner": {"id": 718}, "assignee": {"id": 57}}, "task": {"id": 342, "owner": {"id": 943}, "assignee": {"id": 1013}}, "job": {"id": 362, "assignee": {"id": 1199}}, "organization": {"id": 114}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 94, "privilege": "admin"}, "organization": {"id": 129, "owner": {"id": 94}, "user": {"role": "owner"}}}, "resource": {"id": 378, "owner": {"id": 657}, "assignee": {"id": 561}, "project": {"id": 353, "owner": {"id": 741}, "assignee": {"id": 94}}, "task": {"id": 324, "owner": {"id": 921}, "assignee": {"id": 1084}}, "job": {"id": 304, "assignee": {"id": 1166}}, "organization": {"id": 1253}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 52, "privilege": "admin"}, "organization": {"id": 181, "owner": {"id": 52}, "user": {"role": "owner"}}}, "resource": {"id": 367, "owner": {"id": 613}, "assignee": {"id": 543}, "project": {"id": 356, "owner": {"id": 744}, "assignee": {"id": 52}}, "task": {"id": 345, "owner": {"id": 949}, "assignee": {"id": 1031}}, "job": {"id": 303, "assignee": {"id": 1193}}, "organization": {"id": 1203}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 49, "privilege": "admin"}, "organization": {"id": 125, "owner": {"id": 226}, "user": {"role": "maintainer"}}}, "resource": {"id": 391, "owner": {"id": 658}, "assignee": {"id": 586}, "project": {"id": 335, "owner": {"id": 778}, "assignee": {"id": 49}}, "task": {"id": 399, "owner": {"id": 990}, "assignee": {"id": 1067}}, "job": {"id": 344, "assignee": {"id": 1112}}, "organization": {"id": 125}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 13, "privilege": "admin"}, "organization": {"id": 193, "owner": {"id": 210}, "user": {"role": "maintainer"}}}, "resource": {"id": 372, "owner": {"id": 696}, "assignee": {"id": 531}, "project": {"id": 375, "owner": {"id": 785}, "assignee": {"id": 13}}, "task": {"id": 350, "owner": {"id": 982}, "assignee": {"id": 1037}}, "job": {"id": 368, "assignee": {"id": 1170}}, "organization": {"id": 193}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 54, "privilege": "admin"}, "organization": {"id": 179, "owner": {"id": 214}, "user": {"role": "maintainer"}}}, "resource": {"id": 368, "owner": {"id": 642}, "assignee": {"id": 542}, "project": {"id": 396, "owner": {"id": 708}, "assignee": {"id": 54}}, "task": {"id": 344, "owner": {"id": 951}, "assignee": {"id": 1095}}, "job": {"id": 356, "assignee": {"id": 1125}}, "organization": {"id": 1293}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 14, "privilege": "admin"}, "organization": {"id": 199, "owner": {"id": 279}, "user": {"role": "maintainer"}}}, "resource": {"id": 349, "owner": {"id": 654}, "assignee": {"id": 525}, "project": {"id": 392, "owner": {"id": 705}, "assignee": {"id": 14}}, "task": {"id": 362, "owner": {"id": 954}, "assignee": {"id": 1036}}, "job": {"id": 365, "assignee": {"id": 1148}}, "organization": {"id": 1298}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 89, "privilege": "admin"}, "organization": {"id": 198, "owner": {"id": 210}, "user": {"role": "supervisor"}}}, "resource": {"id": 320, "owner": {"id": 669}, "assignee": {"id": 595}, "project": {"id": 351, "owner": {"id": 724}, "assignee": {"id": 89}}, "task": {"id": 382, "owner": {"id": 964}, "assignee": {"id": 1073}}, "job": {"id": 327, "assignee": {"id": 1174}}, "organization": {"id": 198}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 14, "privilege": "admin"}, "organization": {"id": 144, "owner": {"id": 289}, "user": {"role": "supervisor"}}}, "resource": {"id": 339, "owner": {"id": 621}, "assignee": {"id": 512}, "project": {"id": 391, "owner": {"id": 749}, "assignee": {"id": 14}}, "task": {"id": 397, "owner": {"id": 965}, "assignee": {"id": 1078}}, "job": {"id": 313, "assignee": {"id": 1152}}, "organization": {"id": 144}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 63, "privilege": "admin"}, "organization": {"id": 177, "owner": {"id": 254}, "user": {"role": "supervisor"}}}, "resource": {"id": 341, "owner": {"id": 660}, "assignee": {"id": 576}, "project": {"id": 373, "owner": {"id": 701}, "assignee": {"id": 63}}, "task": {"id": 309, "owner": {"id": 952}, "assignee": {"id": 1038}}, "job": {"id": 323, "assignee": {"id": 1148}}, "organization": {"id": 1281}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 72, "privilege": "admin"}, "organization": {"id": 110, "owner": {"id": 268}, "user": {"role": "supervisor"}}}, "resource": {"id": 321, "owner": {"id": 635}, "assignee": {"id": 581}, "project": {"id": 328, "owner": {"id": 774}, "assignee": {"id": 72}}, "task": {"id": 364, "owner": {"id": 948}, "assignee": {"id": 1093}}, "job": {"id": 340, "assignee": {"id": 1112}}, "organization": {"id": 1271}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 78, "privilege": "admin"}, "organization": {"id": 135, "owner": {"id": 242}, "user": {"role": "worker"}}}, "resource": {"id": 382, "owner": {"id": 628}, "assignee": {"id": 592}, "project": {"id": 392, "owner": {"id": 731}, "assignee": {"id": 78}}, "task": {"id": 312, "owner": {"id": 972}, "assignee": {"id": 1049}}, "job": {"id": 330, "assignee": {"id": 1131}}, "organization": {"id": 135}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 60, "privilege": "admin"}, "organization": {"id": 132, "owner": {"id": 219}, "user": {"role": "worker"}}}, "resource": {"id": 388, "owner": {"id": 665}, "assignee": {"id": 598}, "project": {"id": 356, "owner": {"id": 733}, "assignee": {"id": 60}}, "task": {"id": 320, "owner": {"id": 969}, "assignee": {"id": 1050}}, "job": {"id": 302, "assignee": {"id": 1103}}, "organization": {"id": 132}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 2, "privilege": "admin"}, "organization": {"id": 142, "owner": {"id": 207}, "user": {"role": "worker"}}}, "resource": {"id": 338, "owner": {"id": 693}, "assignee": {"id": 516}, "project": {"id": 376, "owner": {"id": 700}, "assignee": {"id": 2}}, "task": {"id": 322, "owner": {"id": 994}, "assignee": {"id": 1044}}, "job": {"id": 392, "assignee": {"id": 1151}}, "organization": {"id": 1279}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 53, "privilege": "admin"}, "organization": {"id": 176, "owner": {"id": 225}, "user": {"role": "worker"}}}, "resource": {"id": 388, "owner": {"id": 659}, "assignee": {"id": 591}, "project": {"id": 319, "owner": {"id": 754}, "assignee": {"id": 53}}, "task": {"id": 394, "owner": {"id": 975}, "assignee": {"id": 1066}}, "job": {"id": 355, "assignee": {"id": 1144}}, "organization": {"id": 1254}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 1, "privilege": "admin"}, "organization": {"id": 148, "owner": {"id": 293}, "user": {"role": null}}}, "resource": {"id": 385, "owner": {"id": 693}, "assignee": {"id": 509}, "project": {"id": 327, "owner": {"id": 745}, "assignee": {"id": 1}}, "task": {"id": 333, "owner": {"id": 994}, "assignee": {"id": 1007}}, "job": {"id": 319, "assignee": {"id": 1127}}, "organization": {"id": 148}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 89, "privilege": "admin"}, "organization": {"id": 141, "owner": {"id": 268}, "user": {"role": null}}}, "resource": {"id": 333, "owner": {"id": 625}, "assignee": {"id": 523}, "project": {"id": 301, "owner": {"id": 746}, "assignee": {"id": 89}}, "task": {"id": 380, "owner": {"id": 942}, "assignee": {"id": 1030}}, "job": {"id": 358, "assignee": {"id": 1116}}, "organization": {"id": 141}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 93, "privilege": "admin"}, "organization": {"id": 123, "owner": {"id": 215}, "user": {"role": null}}}, "resource": {"id": 318, "owner": {"id": 689}, "assignee": {"id": 513}, "project": {"id": 382, "owner": {"id": 726}, "assignee": {"id": 93}}, "task": {"id": 344, "owner": {"id": 927}, "assignee": {"id": 1089}}, "job": {"id": 354, "assignee": {"id": 1171}}, "organization": {"id": 1253}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 76, "privilege": "admin"}, "organization": {"id": 172, "owner": {"id": 265}, "user": {"role": null}}}, "resource": {"id": 304, "owner": {"id": 677}, "assignee": {"id": 518}, "project": {"id": 323, "owner": {"id": 781}, "assignee": {"id": 76}}, "task": {"id": 346, "owner": {"id": 901}, "assignee": {"id": 1073}}, "job": {"id": 314, "assignee": {"id": 1120}}, "organization": {"id": 1214}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 45, "privilege": "business"}, "organization": {"id": 116, "owner": {"id": 45}, "user": {"role": "owner"}}}, "resource": {"id": 301, "owner": {"id": 669}, "assignee": {"id": 589}, "project": {"id": 308, "owner": {"id": 744}, "assignee": {"id": 45}}, "task": {"id": 373, "owner": {"id": 924}, "assignee": {"id": 1003}}, "job": {"id": 312, "assignee": {"id": 1130}}, "organization": {"id": 116}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 52, "privilege": "business"}, "organization": {"id": 198, "owner": {"id": 52}, "user": {"role": "owner"}}}, "resource": {"id": 326, "owner": {"id": 651}, "assignee": {"id": 526}, "project": {"id": 353, "owner": {"id": 728}, "assignee": {"id": 52}}, "task": {"id": 344, "owner": {"id": 903}, "assignee": {"id": 1037}}, "job": {"id": 386, "assignee": {"id": 1101}}, "organization": {"id": 198}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 97, "privilege": "business"}, "organization": {"id": 185, "owner": {"id": 97}, "user": {"role": "owner"}}}, "resource": {"id": 383, "owner": {"id": 617}, "assignee": {"id": 590}, "project": {"id": 370, "owner": {"id": 773}, "assignee": {"id": 97}}, "task": {"id": 339, "owner": {"id": 962}, "assignee": {"id": 1084}}, "job": {"id": 349, "assignee": {"id": 1141}}, "organization": {"id": 1271}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 31, "privilege": "business"}, "organization": {"id": 199, "owner": {"id": 31}, "user": {"role": "owner"}}}, "resource": {"id": 384, "owner": {"id": 674}, "assignee": {"id": 567}, "project": {"id": 344, "owner": {"id": 701}, "assignee": {"id": 31}}, "task": {"id": 398, "owner": {"id": 983}, "assignee": {"id": 1015}}, "job": {"id": 397, "assignee": {"id": 1164}}, "organization": {"id": 1266}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 7, "privilege": "business"}, "organization": {"id": 121, "owner": {"id": 270}, "user": {"role": "maintainer"}}}, "resource": {"id": 316, "owner": {"id": 643}, "assignee": {"id": 556}, "project": {"id": 370, "owner": {"id": 784}, "assignee": {"id": 7}}, "task": {"id": 357, "owner": {"id": 976}, "assignee": {"id": 1085}}, "job": {"id": 377, "assignee": {"id": 1131}}, "organization": {"id": 121}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 23, "privilege": "business"}, "organization": {"id": 121, "owner": {"id": 226}, "user": {"role": "maintainer"}}}, "resource": {"id": 392, "owner": {"id": 654}, "assignee": {"id": 537}, "project": {"id": 369, "owner": {"id": 729}, "assignee": {"id": 23}}, "task": {"id": 330, "owner": {"id": 905}, "assignee": {"id": 1034}}, "job": {"id": 357, "assignee": {"id": 1120}}, "organization": {"id": 121}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 90, "privilege": "business"}, "organization": {"id": 191, "owner": {"id": 225}, "user": {"role": "maintainer"}}}, "resource": {"id": 358, "owner": {"id": 632}, "assignee": {"id": 544}, "project": {"id": 391, "owner": {"id": 716}, "assignee": {"id": 90}}, "task": {"id": 378, "owner": {"id": 930}, "assignee": {"id": 1039}}, "job": {"id": 375, "assignee": {"id": 1162}}, "organization": {"id": 1293}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 41, "privilege": "business"}, "organization": {"id": 169, "owner": {"id": 295}, "user": {"role": "maintainer"}}}, "resource": {"id": 341, "owner": {"id": 640}, "assignee": {"id": 557}, "project": {"id": 384, "owner": {"id": 783}, "assignee": {"id": 41}}, "task": {"id": 379, "owner": {"id": 991}, "assignee": {"id": 1055}}, "job": {"id": 349, "assignee": {"id": 1191}}, "organization": {"id": 1284}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 77, "privilege": "business"}, "organization": {"id": 127, "owner": {"id": 238}, "user": {"role": "supervisor"}}}, "resource": {"id": 321, "owner": {"id": 690}, "assignee": {"id": 586}, "project": {"id": 339, "owner": {"id": 772}, "assignee": {"id": 77}}, "task": {"id": 331, "owner": {"id": 918}, "assignee": {"id": 1053}}, "job": {"id": 362, "assignee": {"id": 1193}}, "organization": {"id": 127}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 2, "privilege": "business"}, "organization": {"id": 150, "owner": {"id": 265}, "user": {"role": "supervisor"}}}, "resource": {"id": 354, "owner": {"id": 668}, "assignee": {"id": 526}, "project": {"id": 339, "owner": {"id": 707}, "assignee": {"id": 2}}, "task": {"id": 375, "owner": {"id": 911}, "assignee": {"id": 1046}}, "job": {"id": 355, "assignee": {"id": 1185}}, "organization": {"id": 150}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 21, "privilege": "business"}, "organization": {"id": 198, "owner": {"id": 216}, "user": {"role": "supervisor"}}}, "resource": {"id": 334, "owner": {"id": 698}, "assignee": {"id": 565}, "project": {"id": 363, "owner": {"id": 762}, "assignee": {"id": 21}}, "task": {"id": 370, "owner": {"id": 984}, "assignee": {"id": 1086}}, "job": {"id": 300, "assignee": {"id": 1134}}, "organization": {"id": 1200}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 70, "privilege": "business"}, "organization": {"id": 173, "owner": {"id": 259}, "user": {"role": "supervisor"}}}, "resource": {"id": 320, "owner": {"id": 638}, "assignee": {"id": 579}, "project": {"id": 348, "owner": {"id": 740}, "assignee": {"id": 70}}, "task": {"id": 374, "owner": {"id": 970}, "assignee": {"id": 1061}}, "job": {"id": 381, "assignee": {"id": 1186}}, "organization": {"id": 1259}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 68, "privilege": "business"}, "organization": {"id": 130, "owner": {"id": 287}, "user": {"role": "worker"}}}, "resource": {"id": 301, "owner": {"id": 647}, "assignee": {"id": 589}, "project": {"id": 301, "owner": {"id": 752}, "assignee": {"id": 68}}, "task": {"id": 357, "owner": {"id": 995}, "assignee": {"id": 1000}}, "job": {"id": 352, "assignee": {"id": 1107}}, "organization": {"id": 130}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 27, "privilege": "business"}, "organization": {"id": 136, "owner": {"id": 247}, "user": {"role": "worker"}}}, "resource": {"id": 355, "owner": {"id": 693}, "assignee": {"id": 538}, "project": {"id": 387, "owner": {"id": 770}, "assignee": {"id": 27}}, "task": {"id": 359, "owner": {"id": 933}, "assignee": {"id": 1026}}, "job": {"id": 324, "assignee": {"id": 1149}}, "organization": {"id": 136}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 79, "privilege": "business"}, "organization": {"id": 145, "owner": {"id": 242}, "user": {"role": "worker"}}}, "resource": {"id": 362, "owner": {"id": 621}, "assignee": {"id": 530}, "project": {"id": 342, "owner": {"id": 706}, "assignee": {"id": 79}}, "task": {"id": 389, "owner": {"id": 965}, "assignee": {"id": 1057}}, "job": {"id": 311, "assignee": {"id": 1126}}, "organization": {"id": 1285}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 89, "privilege": "business"}, "organization": {"id": 160, "owner": {"id": 274}, "user": {"role": "worker"}}}, "resource": {"id": 384, "owner": {"id": 668}, "assignee": {"id": 552}, "project": {"id": 390, "owner": {"id": 798}, "assignee": {"id": 89}}, "task": {"id": 314, "owner": {"id": 954}, "assignee": {"id": 1042}}, "job": {"id": 308, "assignee": {"id": 1119}}, "organization": {"id": 1281}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 52, "privilege": "business"}, "organization": {"id": 129, "owner": {"id": 249}, "user": {"role": null}}}, "resource": {"id": 349, "owner": {"id": 646}, "assignee": {"id": 517}, "project": {"id": 397, "owner": {"id": 754}, "assignee": {"id": 52}}, "task": {"id": 320, "owner": {"id": 927}, "assignee": {"id": 1087}}, "job": {"id": 350, "assignee": {"id": 1154}}, "organization": {"id": 129}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 38, "privilege": "business"}, "organization": {"id": 115, "owner": {"id": 259}, "user": {"role": null}}}, "resource": {"id": 395, "owner": {"id": 676}, "assignee": {"id": 515}, "project": {"id": 369, "owner": {"id": 780}, "assignee": {"id": 38}}, "task": {"id": 307, "owner": {"id": 915}, "assignee": {"id": 1094}}, "job": {"id": 379, "assignee": {"id": 1195}}, "organization": {"id": 115}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 41, "privilege": "business"}, "organization": {"id": 100, "owner": {"id": 284}, "user": {"role": null}}}, "resource": {"id": 370, "owner": {"id": 653}, "assignee": {"id": 562}, "project": {"id": 321, "owner": {"id": 713}, "assignee": {"id": 41}}, "task": {"id": 344, "owner": {"id": 914}, "assignee": {"id": 1022}}, "job": {"id": 327, "assignee": {"id": 1186}}, "organization": {"id": 1270}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 50, "privilege": "business"}, "organization": {"id": 135, "owner": {"id": 298}, "user": {"role": null}}}, "resource": {"id": 382, "owner": {"id": 606}, "assignee": {"id": 506}, "project": {"id": 331, "owner": {"id": 775}, "assignee": {"id": 50}}, "task": {"id": 352, "owner": {"id": 928}, "assignee": {"id": 1007}}, "job": {"id": 328, "assignee": {"id": 1169}}, "organization": {"id": 1260}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 19, "privilege": "user"}, "organization": {"id": 121, "owner": {"id": 19}, "user": {"role": "owner"}}}, "resource": {"id": 356, "owner": {"id": 627}, "assignee": {"id": 533}, "project": {"id": 357, "owner": {"id": 771}, "assignee": {"id": 19}}, "task": {"id": 381, "owner": {"id": 935}, "assignee": {"id": 1001}}, "job": {"id": 300, "assignee": {"id": 1104}}, "organization": {"id": 121}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 2, "privilege": "user"}, "organization": {"id": 177, "owner": {"id": 2}, "user": {"role": "owner"}}}, "resource": {"id": 351, "owner": {"id": 699}, "assignee": {"id": 500}, "project": {"id": 307, "owner": {"id": 794}, "assignee": {"id": 2}}, "task": {"id": 383, "owner": {"id": 979}, "assignee": {"id": 1024}}, "job": {"id": 326, "assignee": {"id": 1174}}, "organization": {"id": 177}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 34, "privilege": "user"}, "organization": {"id": 170, "owner": {"id": 34}, "user": {"role": "owner"}}}, "resource": {"id": 345, "owner": {"id": 683}, "assignee": {"id": 537}, "project": {"id": 364, "owner": {"id": 718}, "assignee": {"id": 34}}, "task": {"id": 348, "owner": {"id": 992}, "assignee": {"id": 1006}}, "job": {"id": 307, "assignee": {"id": 1131}}, "organization": {"id": 1209}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 29, "privilege": "user"}, "organization": {"id": 135, "owner": {"id": 29}, "user": {"role": "owner"}}}, "resource": {"id": 363, "owner": {"id": 695}, "assignee": {"id": 596}, "project": {"id": 385, "owner": {"id": 702}, "assignee": {"id": 29}}, "task": {"id": 324, "owner": {"id": 993}, "assignee": {"id": 1099}}, "job": {"id": 352, "assignee": {"id": 1106}}, "organization": {"id": 1217}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 32, "privilege": "user"}, "organization": {"id": 159, "owner": {"id": 224}, "user": {"role": "maintainer"}}}, "resource": {"id": 308, "owner": {"id": 652}, "assignee": {"id": 559}, "project": {"id": 321, "owner": {"id": 764}, "assignee": {"id": 32}}, "task": {"id": 365, "owner": {"id": 935}, "assignee": {"id": 1033}}, "job": {"id": 370, "assignee": {"id": 1107}}, "organization": {"id": 159}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 12, "privilege": "user"}, "organization": {"id": 192, "owner": {"id": 232}, "user": {"role": "maintainer"}}}, "resource": {"id": 372, "owner": {"id": 630}, "assignee": {"id": 548}, "project": {"id": 365, "owner": {"id": 758}, "assignee": {"id": 12}}, "task": {"id": 379, "owner": {"id": 970}, "assignee": {"id": 1078}}, "job": {"id": 375, "assignee": {"id": 1188}}, "organization": {"id": 192}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 71, "privilege": "user"}, "organization": {"id": 172, "owner": {"id": 210}, "user": {"role": "maintainer"}}}, "resource": {"id": 396, "owner": {"id": 686}, "assignee": {"id": 517}, "project": {"id": 326, "owner": {"id": 727}, "assignee": {"id": 71}}, "task": {"id": 343, "owner": {"id": 972}, "assignee": {"id": 1030}}, "job": {"id": 344, "assignee": {"id": 1163}}, "organization": {"id": 1292}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 14, "privilege": "user"}, "organization": {"id": 162, "owner": {"id": 235}, "user": {"role": "maintainer"}}}, "resource": {"id": 323, "owner": {"id": 615}, "assignee": {"id": 546}, "project": {"id": 349, "owner": {"id": 769}, "assignee": {"id": 14}}, "task": {"id": 391, "owner": {"id": 955}, "assignee": {"id": 1011}}, "job": {"id": 346, "assignee": {"id": 1108}}, "organization": {"id": 1280}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 0, "privilege": "user"}, "organization": {"id": 104, "owner": {"id": 284}, "user": {"role": "supervisor"}}}, "resource": {"id": 316, "owner": {"id": 639}, "assignee": {"id": 596}, "project": {"id": 396, "owner": {"id": 735}, "assignee": {"id": 0}}, "task": {"id": 326, "owner": {"id": 902}, "assignee": {"id": 1002}}, "job": {"id": 375, "assignee": {"id": 1125}}, "organization": {"id": 104}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 57, "privilege": "user"}, "organization": {"id": 111, "owner": {"id": 244}, "user": {"role": "supervisor"}}}, "resource": {"id": 336, "owner": {"id": 688}, "assignee": {"id": 562}, "project": {"id": 313, "owner": {"id": 779}, "assignee": {"id": 57}}, "task": {"id": 310, "owner": {"id": 918}, "assignee": {"id": 1036}}, "job": {"id": 311, "assignee": {"id": 1183}}, "organization": {"id": 111}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 25, "privilege": "user"}, "organization": {"id": 101, "owner": {"id": 290}, "user": {"role": "supervisor"}}}, "resource": {"id": 356, "owner": {"id": 643}, "assignee": {"id": 587}, "project": {"id": 363, "owner": {"id": 758}, "assignee": {"id": 25}}, "task": {"id": 386, "owner": {"id": 942}, "assignee": {"id": 1094}}, "job": {"id": 375, "assignee": {"id": 1100}}, "organization": {"id": 1265}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 24, "privilege": "user"}, "organization": {"id": 174, "owner": {"id": 210}, "user": {"role": "supervisor"}}}, "resource": {"id": 323, "owner": {"id": 678}, "assignee": {"id": 598}, "project": {"id": 372, "owner": {"id": 714}, "assignee": {"id": 24}}, "task": {"id": 326, "owner": {"id": 966}, "assignee": {"id": 1090}}, "job": {"id": 389, "assignee": {"id": 1126}}, "organization": {"id": 1200}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 51, "privilege": "user"}, "organization": {"id": 189, "owner": {"id": 205}, "user": {"role": "worker"}}}, "resource": {"id": 352, "owner": {"id": 606}, "assignee": {"id": 586}, "project": {"id": 313, "owner": {"id": 753}, "assignee": {"id": 51}}, "task": {"id": 391, "owner": {"id": 949}, "assignee": {"id": 1030}}, "job": {"id": 353, "assignee": {"id": 1181}}, "organization": {"id": 189}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 20, "privilege": "user"}, "organization": {"id": 138, "owner": {"id": 257}, "user": {"role": "worker"}}}, "resource": {"id": 352, "owner": {"id": 616}, "assignee": {"id": 568}, "project": {"id": 361, "owner": {"id": 730}, "assignee": {"id": 20}}, "task": {"id": 370, "owner": {"id": 927}, "assignee": {"id": 1074}}, "job": {"id": 384, "assignee": {"id": 1152}}, "organization": {"id": 138}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 47, "privilege": "user"}, "organization": {"id": 198, "owner": {"id": 270}, "user": {"role": "worker"}}}, "resource": {"id": 305, "owner": {"id": 614}, "assignee": {"id": 592}, "project": {"id": 391, "owner": {"id": 791}, "assignee": {"id": 47}}, "task": {"id": 383, "owner": {"id": 965}, "assignee": {"id": 1056}}, "job": {"id": 392, "assignee": {"id": 1142}}, "organization": {"id": 1295}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 12, "privilege": "user"}, "organization": {"id": 198, "owner": {"id": 239}, "user": {"role": "worker"}}}, "resource": {"id": 328, "owner": {"id": 665}, "assignee": {"id": 531}, "project": {"id": 335, "owner": {"id": 756}, "assignee": {"id": 12}}, "task": {"id": 352, "owner": {"id": 990}, "assignee": {"id": 1066}}, "job": {"id": 351, "assignee": {"id": 1181}}, "organization": {"id": 1265}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 31, "privilege": "user"}, "organization": {"id": 167, "owner": {"id": 202}, "user": {"role": null}}}, "resource": {"id": 359, "owner": {"id": 687}, "assignee": {"id": 544}, "project": {"id": 337, "owner": {"id": 738}, "assignee": {"id": 31}}, "task": {"id": 340, "owner": {"id": 918}, "assignee": {"id": 1074}}, "job": {"id": 329, "assignee": {"id": 1193}}, "organization": {"id": 167}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 58, "privilege": "user"}, "organization": {"id": 188, "owner": {"id": 298}, "user": {"role": null}}}, "resource": {"id": 353, "owner": {"id": 686}, "assignee": {"id": 580}, "project": {"id": 307, "owner": {"id": 729}, "assignee": {"id": 58}}, "task": {"id": 338, "owner": {"id": 981}, "assignee": {"id": 1061}}, "job": {"id": 327, "assignee": {"id": 1169}}, "organization": {"id": 188}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 85, "privilege": "user"}, "organization": {"id": 198, "owner": {"id": 289}, "user": {"role": null}}}, "resource": {"id": 370, "owner": {"id": 680}, "assignee": {"id": 566}, "project": {"id": 305, "owner": {"id": 779}, "assignee": {"id": 85}}, "task": {"id": 303, "owner": {"id": 907}, "assignee": {"id": 1037}}, "job": {"id": 343, "assignee": {"id": 1137}}, "organization": {"id": 1254}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 38, "privilege": "user"}, "organization": {"id": 175, "owner": {"id": 286}, "user": {"role": null}}}, "resource": {"id": 390, "owner": {"id": 660}, "assignee": {"id": 548}, "project": {"id": 353, "owner": {"id": 720}, "assignee": {"id": 38}}, "task": {"id": 385, "owner": {"id": 934}, "assignee": {"id": 1086}}, "job": {"id": 317, "assignee": {"id": 1106}}, "organization": {"id": 1276}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 77, "privilege": "worker"}, "organization": {"id": 126, "owner": {"id": 77}, "user": {"role": "owner"}}}, "resource": {"id": 380, "owner": {"id": 682}, "assignee": {"id": 534}, "project": {"id": 307, "owner": {"id": 751}, "assignee": {"id": 77}}, "task": {"id": 302, "owner": {"id": 920}, "assignee": {"id": 1031}}, "job": {"id": 326, "assignee": {"id": 1162}}, "organization": {"id": 126}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 87, "privilege": "worker"}, "organization": {"id": 157, "owner": {"id": 87}, "user": {"role": "owner"}}}, "resource": {"id": 371, "owner": {"id": 611}, "assignee": {"id": 506}, "project": {"id": 355, "owner": {"id": 746}, "assignee": {"id": 87}}, "task": {"id": 364, "owner": {"id": 958}, "assignee": {"id": 1010}}, "job": {"id": 399, "assignee": {"id": 1188}}, "organization": {"id": 157}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 22, "privilege": "worker"}, "organization": {"id": 142, "owner": {"id": 22}, "user": {"role": "owner"}}}, "resource": {"id": 311, "owner": {"id": 666}, "assignee": {"id": 577}, "project": {"id": 302, "owner": {"id": 761}, "assignee": {"id": 22}}, "task": {"id": 389, "owner": {"id": 978}, "assignee": {"id": 1050}}, "job": {"id": 343, "assignee": {"id": 1181}}, "organization": {"id": 1202}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 86, "privilege": "worker"}, "organization": {"id": 180, "owner": {"id": 86}, "user": {"role": "owner"}}}, "resource": {"id": 353, "owner": {"id": 652}, "assignee": {"id": 577}, "project": {"id": 372, "owner": {"id": 738}, "assignee": {"id": 86}}, "task": {"id": 357, "owner": {"id": 936}, "assignee": {"id": 1048}}, "job": {"id": 320, "assignee": {"id": 1115}}, "organization": {"id": 1223}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 47, "privilege": "worker"}, "organization": {"id": 157, "owner": {"id": 242}, "user": {"role": "maintainer"}}}, "resource": {"id": 321, "owner": {"id": 656}, "assignee": {"id": 576}, "project": {"id": 393, "owner": {"id": 744}, "assignee": {"id": 47}}, "task": {"id": 395, "owner": {"id": 903}, "assignee": {"id": 1011}}, "job": {"id": 315, "assignee": {"id": 1188}}, "organization": {"id": 157}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 19, "privilege": "worker"}, "organization": {"id": 137, "owner": {"id": 201}, "user": {"role": "maintainer"}}}, "resource": {"id": 300, "owner": {"id": 650}, "assignee": {"id": 584}, "project": {"id": 396, "owner": {"id": 706}, "assignee": {"id": 19}}, "task": {"id": 386, "owner": {"id": 918}, "assignee": {"id": 1060}}, "job": {"id": 347, "assignee": {"id": 1170}}, "organization": {"id": 137}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 12, "privilege": "worker"}, "organization": {"id": 151, "owner": {"id": 249}, "user": {"role": "maintainer"}}}, "resource": {"id": 361, "owner": {"id": 681}, "assignee": {"id": 566}, "project": {"id": 372, "owner": {"id": 729}, "assignee": {"id": 12}}, "task": {"id": 380, "owner": {"id": 965}, "assignee": {"id": 1070}}, "job": {"id": 390, "assignee": {"id": 1140}}, "organization": {"id": 1205}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 48, "privilege": "worker"}, "organization": {"id": 108, "owner": {"id": 247}, "user": {"role": "maintainer"}}}, "resource": {"id": 339, "owner": {"id": 607}, "assignee": {"id": 537}, "project": {"id": 309, "owner": {"id": 747}, "assignee": {"id": 48}}, "task": {"id": 377, "owner": {"id": 995}, "assignee": {"id": 1089}}, "job": {"id": 356, "assignee": {"id": 1102}}, "organization": {"id": 1209}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 18, "privilege": "worker"}, "organization": {"id": 131, "owner": {"id": 228}, "user": {"role": "supervisor"}}}, "resource": {"id": 394, "owner": {"id": 621}, "assignee": {"id": 582}, "project": {"id": 313, "owner": {"id": 749}, "assignee": {"id": 18}}, "task": {"id": 322, "owner": {"id": 977}, "assignee": {"id": 1067}}, "job": {"id": 369, "assignee": {"id": 1167}}, "organization": {"id": 131}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 38, "privilege": "worker"}, "organization": {"id": 139, "owner": {"id": 237}, "user": {"role": "supervisor"}}}, "resource": {"id": 394, "owner": {"id": 608}, "assignee": {"id": 577}, "project": {"id": 304, "owner": {"id": 754}, "assignee": {"id": 38}}, "task": {"id": 343, "owner": {"id": 969}, "assignee": {"id": 1032}}, "job": {"id": 336, "assignee": {"id": 1147}}, "organization": {"id": 139}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 85, "privilege": "worker"}, "organization": {"id": 153, "owner": {"id": 211}, "user": {"role": "supervisor"}}}, "resource": {"id": 360, "owner": {"id": 657}, "assignee": {"id": 579}, "project": {"id": 392, "owner": {"id": 765}, "assignee": {"id": 85}}, "task": {"id": 387, "owner": {"id": 907}, "assignee": {"id": 1064}}, "job": {"id": 322, "assignee": {"id": 1111}}, "organization": {"id": 1254}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 98, "privilege": "worker"}, "organization": {"id": 178, "owner": {"id": 212}, "user": {"role": "supervisor"}}}, "resource": {"id": 340, "owner": {"id": 608}, "assignee": {"id": 577}, "project": {"id": 370, "owner": {"id": 742}, "assignee": {"id": 98}}, "task": {"id": 301, "owner": {"id": 979}, "assignee": {"id": 1020}}, "job": {"id": 340, "assignee": {"id": 1117}}, "organization": {"id": 1203}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 91, "privilege": "worker"}, "organization": {"id": 185, "owner": {"id": 210}, "user": {"role": "worker"}}}, "resource": {"id": 392, "owner": {"id": 651}, "assignee": {"id": 596}, "project": {"id": 374, "owner": {"id": 760}, "assignee": {"id": 91}}, "task": {"id": 342, "owner": {"id": 965}, "assignee": {"id": 1010}}, "job": {"id": 356, "assignee": {"id": 1158}}, "organization": {"id": 185}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 95, "privilege": "worker"}, "organization": {"id": 186, "owner": {"id": 269}, "user": {"role": "worker"}}}, "resource": {"id": 316, "owner": {"id": 646}, "assignee": {"id": 518}, "project": {"id": 340, "owner": {"id": 762}, "assignee": {"id": 95}}, "task": {"id": 307, "owner": {"id": 981}, "assignee": {"id": 1005}}, "job": {"id": 362, "assignee": {"id": 1118}}, "organization": {"id": 186}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 71, "privilege": "worker"}, "organization": {"id": 148, "owner": {"id": 205}, "user": {"role": "worker"}}}, "resource": {"id": 388, "owner": {"id": 679}, "assignee": {"id": 562}, "project": {"id": 332, "owner": {"id": 781}, "assignee": {"id": 71}}, "task": {"id": 367, "owner": {"id": 973}, "assignee": {"id": 1034}}, "job": {"id": 318, "assignee": {"id": 1125}}, "organization": {"id": 1221}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 83, "privilege": "worker"}, "organization": {"id": 115, "owner": {"id": 221}, "user": {"role": "worker"}}}, "resource": {"id": 310, "owner": {"id": 603}, "assignee": {"id": 552}, "project": {"id": 335, "owner": {"id": 749}, "assignee": {"id": 83}}, "task": {"id": 304, "owner": {"id": 902}, "assignee": {"id": 1081}}, "job": {"id": 313, "assignee": {"id": 1177}}, "organization": {"id": 1246}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 50, "privilege": "worker"}, "organization": {"id": 136, "owner": {"id": 238}, "user": {"role": null}}}, "resource": {"id": 356, "owner": {"id": 696}, "assignee": {"id": 503}, "project": {"id": 377, "owner": {"id": 725}, "assignee": {"id": 50}}, "task": {"id": 383, "owner": {"id": 977}, "assignee": {"id": 1044}}, "job": {"id": 389, "assignee": {"id": 1144}}, "organization": {"id": 136}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 93, "privilege": "worker"}, "organization": {"id": 128, "owner": {"id": 242}, "user": {"role": null}}}, "resource": {"id": 351, "owner": {"id": 612}, "assignee": {"id": 563}, "project": {"id": 371, "owner": {"id": 736}, "assignee": {"id": 93}}, "task": {"id": 330, "owner": {"id": 937}, "assignee": {"id": 1046}}, "job": {"id": 365, "assignee": {"id": 1131}}, "organization": {"id": 128}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 64, "privilege": "worker"}, "organization": {"id": 178, "owner": {"id": 223}, "user": {"role": null}}}, "resource": {"id": 352, "owner": {"id": 642}, "assignee": {"id": 513}, "project": {"id": 328, "owner": {"id": 745}, "assignee": {"id": 64}}, "task": {"id": 375, "owner": {"id": 949}, "assignee": {"id": 1027}}, "job": {"id": 354, "assignee": {"id": 1114}}, "organization": {"id": 1270}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 31, "privilege": "worker"}, "organization": {"id": 174, "owner": {"id": 290}, "user": {"role": null}}}, "resource": {"id": 339, "owner": {"id": 606}, "assignee": {"id": 531}, "project": {"id": 334, "owner": {"id": 709}, "assignee": {"id": 31}}, "task": {"id": 396, "owner": {"id": 904}, "assignee": {"id": 1017}}, "job": {"id": 390, "assignee": {"id": 1109}}, "organization": {"id": 1261}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 72, "privilege": "none"}, "organization": {"id": 136, "owner": {"id": 72}, "user": {"role": "owner"}}}, "resource": {"id": 392, "owner": {"id": 668}, "assignee": {"id": 557}, "project": {"id": 309, "owner": {"id": 782}, "assignee": {"id": 72}}, "task": {"id": 322, "owner": {"id": 900}, "assignee": {"id": 1046}}, "job": {"id": 341, "assignee": {"id": 1180}}, "organization": {"id": 136}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 20, "privilege": "none"}, "organization": {"id": 120, "owner": {"id": 20}, "user": {"role": "owner"}}}, "resource": {"id": 368, "owner": {"id": 678}, "assignee": {"id": 563}, "project": {"id": 309, "owner": {"id": 755}, "assignee": {"id": 20}}, "task": {"id": 386, "owner": {"id": 913}, "assignee": {"id": 1064}}, "job": {"id": 364, "assignee": {"id": 1112}}, "organization": {"id": 120}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 27, "privilege": "none"}, "organization": {"id": 155, "owner": {"id": 27}, "user": {"role": "owner"}}}, "resource": {"id": 303, "owner": {"id": 652}, "assignee": {"id": 518}, "project": {"id": 371, "owner": {"id": 710}, "assignee": {"id": 27}}, "task": {"id": 323, "owner": {"id": 916}, "assignee": {"id": 1038}}, "job": {"id": 313, "assignee": {"id": 1149}}, "organization": {"id": 1250}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 55, "privilege": "none"}, "organization": {"id": 133, "owner": {"id": 55}, "user": {"role": "owner"}}}, "resource": {"id": 373, "owner": {"id": 612}, "assignee": {"id": 518}, "project": {"id": 332, "owner": {"id": 782}, "assignee": {"id": 55}}, "task": {"id": 383, "owner": {"id": 981}, "assignee": {"id": 1047}}, "job": {"id": 344, "assignee": {"id": 1189}}, "organization": {"id": 1267}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 56, "privilege": "none"}, "organization": {"id": 193, "owner": {"id": 226}, "user": {"role": "maintainer"}}}, "resource": {"id": 379, "owner": {"id": 660}, "assignee": {"id": 541}, "project": {"id": 397, "owner": {"id": 746}, "assignee": {"id": 56}}, "task": {"id": 301, "owner": {"id": 908}, "assignee": {"id": 1099}}, "job": {"id": 318, "assignee": {"id": 1123}}, "organization": {"id": 193}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 90, "privilege": "none"}, "organization": {"id": 105, "owner": {"id": 217}, "user": {"role": "maintainer"}}}, "resource": {"id": 313, "owner": {"id": 633}, "assignee": {"id": 522}, "project": {"id": 345, "owner": {"id": 771}, "assignee": {"id": 90}}, "task": {"id": 388, "owner": {"id": 993}, "assignee": {"id": 1027}}, "job": {"id": 392, "assignee": {"id": 1184}}, "organization": {"id": 105}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 54, "privilege": "none"}, "organization": {"id": 114, "owner": {"id": 246}, "user": {"role": "maintainer"}}}, "resource": {"id": 394, "owner": {"id": 687}, "assignee": {"id": 554}, "project": {"id": 303, "owner": {"id": 736}, "assignee": {"id": 54}}, "task": {"id": 399, "owner": {"id": 972}, "assignee": {"id": 1036}}, "job": {"id": 382, "assignee": {"id": 1152}}, "organization": {"id": 1265}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 29, "privilege": "none"}, "organization": {"id": 151, "owner": {"id": 294}, "user": {"role": "maintainer"}}}, "resource": {"id": 390, "owner": {"id": 618}, "assignee": {"id": 570}, "project": {"id": 349, "owner": {"id": 730}, "assignee": {"id": 29}}, "task": {"id": 393, "owner": {"id": 983}, "assignee": {"id": 1096}}, "job": {"id": 355, "assignee": {"id": 1195}}, "organization": {"id": 1238}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 7, "privilege": "none"}, "organization": {"id": 177, "owner": {"id": 203}, "user": {"role": "supervisor"}}}, "resource": {"id": 374, "owner": {"id": 675}, "assignee": {"id": 547}, "project": {"id": 334, "owner": {"id": 751}, "assignee": {"id": 7}}, "task": {"id": 312, "owner": {"id": 942}, "assignee": {"id": 1046}}, "job": {"id": 328, "assignee": {"id": 1153}}, "organization": {"id": 177}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 31, "privilege": "none"}, "organization": {"id": 186, "owner": {"id": 284}, "user": {"role": "supervisor"}}}, "resource": {"id": 324, "owner": {"id": 647}, "assignee": {"id": 569}, "project": {"id": 311, "owner": {"id": 761}, "assignee": {"id": 31}}, "task": {"id": 317, "owner": {"id": 955}, "assignee": {"id": 1055}}, "job": {"id": 399, "assignee": {"id": 1138}}, "organization": {"id": 186}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 60, "privilege": "none"}, "organization": {"id": 146, "owner": {"id": 265}, "user": {"role": "supervisor"}}}, "resource": {"id": 342, "owner": {"id": 604}, "assignee": {"id": 591}, "project": {"id": 384, "owner": {"id": 791}, "assignee": {"id": 60}}, "task": {"id": 359, "owner": {"id": 960}, "assignee": {"id": 1076}}, "job": {"id": 337, "assignee": {"id": 1151}}, "organization": {"id": 1251}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 0, "privilege": "none"}, "organization": {"id": 120, "owner": {"id": 298}, "user": {"role": "supervisor"}}}, "resource": {"id": 397, "owner": {"id": 605}, "assignee": {"id": 505}, "project": {"id": 382, "owner": {"id": 746}, "assignee": {"id": 0}}, "task": {"id": 363, "owner": {"id": 946}, "assignee": {"id": 1062}}, "job": {"id": 317, "assignee": {"id": 1191}}, "organization": {"id": 1283}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 65, "privilege": "none"}, "organization": {"id": 161, "owner": {"id": 284}, "user": {"role": "worker"}}}, "resource": {"id": 309, "owner": {"id": 648}, "assignee": {"id": 585}, "project": {"id": 317, "owner": {"id": 741}, "assignee": {"id": 65}}, "task": {"id": 382, "owner": {"id": 987}, "assignee": {"id": 1058}}, "job": {"id": 352, "assignee": {"id": 1133}}, "organization": {"id": 161}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 88, "privilege": "none"}, "organization": {"id": 120, "owner": {"id": 220}, "user": {"role": "worker"}}}, "resource": {"id": 339, "owner": {"id": 646}, "assignee": {"id": 521}, "project": {"id": 381, "owner": {"id": 783}, "assignee": {"id": 88}}, "task": {"id": 353, "owner": {"id": 972}, "assignee": {"id": 1007}}, "job": {"id": 322, "assignee": {"id": 1195}}, "organization": {"id": 120}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 61, "privilege": "none"}, "organization": {"id": 156, "owner": {"id": 261}, "user": {"role": "worker"}}}, "resource": {"id": 378, "owner": {"id": 642}, "assignee": {"id": 500}, "project": {"id": 364, "owner": {"id": 791}, "assignee": {"id": 61}}, "task": {"id": 393, "owner": {"id": 940}, "assignee": {"id": 1061}}, "job": {"id": 310, "assignee": {"id": 1160}}, "organization": {"id": 1271}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 62, "privilege": "none"}, "organization": {"id": 136, "owner": {"id": 273}, "user": {"role": "worker"}}}, "resource": {"id": 348, "owner": {"id": 640}, "assignee": {"id": 535}, "project": {"id": 345, "owner": {"id": 781}, "assignee": {"id": 62}}, "task": {"id": 345, "owner": {"id": 924}, "assignee": {"id": 1045}}, "job": {"id": 313, "assignee": {"id": 1195}}, "organization": {"id": 1267}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 63, "privilege": "none"}, "organization": {"id": 145, "owner": {"id": 241}, "user": {"role": null}}}, "resource": {"id": 398, "owner": {"id": 648}, "assignee": {"id": 515}, "project": {"id": 395, "owner": {"id": 704}, "assignee": {"id": 63}}, "task": {"id": 307, "owner": {"id": 940}, "assignee": {"id": 1082}}, "job": {"id": 305, "assignee": {"id": 1176}}, "organization": {"id": 145}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 35, "privilege": "none"}, "organization": {"id": 140, "owner": {"id": 249}, "user": {"role": null}}}, "resource": {"id": 318, "owner": {"id": 672}, "assignee": {"id": 537}, "project": {"id": 316, "owner": {"id": 716}, "assignee": {"id": 35}}, "task": {"id": 317, "owner": {"id": 950}, "assignee": {"id": 1036}}, "job": {"id": 334, "assignee": {"id": 1107}}, "organization": {"id": 140}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 50, "privilege": "none"}, "organization": {"id": 152, "owner": {"id": 294}, "user": {"role": null}}}, "resource": {"id": 324, "owner": {"id": 654}, "assignee": {"id": 543}, "project": {"id": 307, "owner": {"id": 787}, "assignee": {"id": 50}}, "task": {"id": 300, "owner": {"id": 984}, "assignee": {"id": 1081}}, "job": {"id": 399, "assignee": {"id": 1148}}, "organization": {"id": 1224}}} +test_scope_VIEW_context_ORGANIZATION_ownership_PROJECT_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 36, "privilege": "none"}, "organization": {"id": 121, "owner": {"id": 237}, "user": {"role": null}}}, "resource": {"id": 307, "owner": {"id": 698}, "assignee": {"id": 500}, "project": {"id": 325, "owner": {"id": 706}, "assignee": {"id": 36}}, "task": {"id": 391, "owner": {"id": 935}, "assignee": {"id": 1027}}, "job": {"id": 339, "assignee": {"id": 1123}}, "organization": {"id": 1273}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 46, "privilege": "admin"}, "organization": {"id": 113, "owner": {"id": 46}, "user": {"role": "owner"}}}, "resource": {"id": 350, "owner": {"id": 601}, "assignee": {"id": 564}, "project": {"id": 310, "owner": {"id": 741}, "assignee": {"id": 883}}, "task": {"id": 309, "owner": {"id": 46}, "assignee": {"id": 1090}}, "job": {"id": 398, "assignee": {"id": 1107}}, "organization": {"id": 113}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 97, "privilege": "admin"}, "organization": {"id": 171, "owner": {"id": 97}, "user": {"role": "owner"}}}, "resource": {"id": 342, "owner": {"id": 656}, "assignee": {"id": 523}, "project": {"id": 344, "owner": {"id": 765}, "assignee": {"id": 818}}, "task": {"id": 367, "owner": {"id": 97}, "assignee": {"id": 1086}}, "job": {"id": 322, "assignee": {"id": 1155}}, "organization": {"id": 171}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 2, "privilege": "admin"}, "organization": {"id": 157, "owner": {"id": 2}, "user": {"role": "owner"}}}, "resource": {"id": 391, "owner": {"id": 633}, "assignee": {"id": 560}, "project": {"id": 350, "owner": {"id": 722}, "assignee": {"id": 856}}, "task": {"id": 362, "owner": {"id": 2}, "assignee": {"id": 1064}}, "job": {"id": 355, "assignee": {"id": 1131}}, "organization": {"id": 157}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 34, "privilege": "admin"}, "organization": {"id": 152, "owner": {"id": 34}, "user": {"role": "owner"}}}, "resource": {"id": 390, "owner": {"id": 665}, "assignee": {"id": 547}, "project": {"id": 353, "owner": {"id": 752}, "assignee": {"id": 830}}, "task": {"id": 329, "owner": {"id": 34}, "assignee": {"id": 1031}}, "job": {"id": 349, "assignee": {"id": 1138}}, "organization": {"id": 152}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 48, "privilege": "admin"}, "organization": {"id": 106, "owner": {"id": 48}, "user": {"role": "owner"}}}, "resource": {"id": 347, "owner": {"id": 682}, "assignee": {"id": 549}, "project": {"id": 396, "owner": {"id": 733}, "assignee": {"id": 811}}, "task": {"id": 301, "owner": {"id": 48}, "assignee": {"id": 1031}}, "job": {"id": 320, "assignee": {"id": 1167}}, "organization": {"id": 1227}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 90, "privilege": "admin"}, "organization": {"id": 189, "owner": {"id": 90}, "user": {"role": "owner"}}}, "resource": {"id": 319, "owner": {"id": 628}, "assignee": {"id": 554}, "project": {"id": 348, "owner": {"id": 709}, "assignee": {"id": 874}}, "task": {"id": 359, "owner": {"id": 90}, "assignee": {"id": 1034}}, "job": {"id": 360, "assignee": {"id": 1183}}, "organization": {"id": 1261}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 39, "privilege": "admin"}, "organization": {"id": 143, "owner": {"id": 39}, "user": {"role": "owner"}}}, "resource": {"id": 317, "owner": {"id": 608}, "assignee": {"id": 581}, "project": {"id": 315, "owner": {"id": 738}, "assignee": {"id": 866}}, "task": {"id": 373, "owner": {"id": 39}, "assignee": {"id": 1042}}, "job": {"id": 367, "assignee": {"id": 1161}}, "organization": {"id": 1287}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 70, "privilege": "admin"}, "organization": {"id": 129, "owner": {"id": 70}, "user": {"role": "owner"}}}, "resource": {"id": 306, "owner": {"id": 602}, "assignee": {"id": 520}, "project": {"id": 301, "owner": {"id": 796}, "assignee": {"id": 847}}, "task": {"id": 387, "owner": {"id": 70}, "assignee": {"id": 1095}}, "job": {"id": 316, "assignee": {"id": 1141}}, "organization": {"id": 1296}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 94, "privilege": "admin"}, "organization": {"id": 176, "owner": {"id": 219}, "user": {"role": "maintainer"}}}, "resource": {"id": 339, "owner": {"id": 626}, "assignee": {"id": 579}, "project": {"id": 325, "owner": {"id": 715}, "assignee": {"id": 858}}, "task": {"id": 329, "owner": {"id": 94}, "assignee": {"id": 1090}}, "job": {"id": 334, "assignee": {"id": 1146}}, "organization": {"id": 176}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 64, "privilege": "admin"}, "organization": {"id": 113, "owner": {"id": 253}, "user": {"role": "maintainer"}}}, "resource": {"id": 318, "owner": {"id": 611}, "assignee": {"id": 568}, "project": {"id": 360, "owner": {"id": 733}, "assignee": {"id": 856}}, "task": {"id": 314, "owner": {"id": 64}, "assignee": {"id": 1060}}, "job": {"id": 379, "assignee": {"id": 1149}}, "organization": {"id": 113}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 32, "privilege": "admin"}, "organization": {"id": 164, "owner": {"id": 225}, "user": {"role": "maintainer"}}}, "resource": {"id": 380, "owner": {"id": 621}, "assignee": {"id": 573}, "project": {"id": 330, "owner": {"id": 748}, "assignee": {"id": 859}}, "task": {"id": 355, "owner": {"id": 32}, "assignee": {"id": 1010}}, "job": {"id": 389, "assignee": {"id": 1145}}, "organization": {"id": 164}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 28, "privilege": "admin"}, "organization": {"id": 117, "owner": {"id": 285}, "user": {"role": "maintainer"}}}, "resource": {"id": 364, "owner": {"id": 611}, "assignee": {"id": 522}, "project": {"id": 355, "owner": {"id": 730}, "assignee": {"id": 878}}, "task": {"id": 397, "owner": {"id": 28}, "assignee": {"id": 1010}}, "job": {"id": 319, "assignee": {"id": 1123}}, "organization": {"id": 117}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 71, "privilege": "admin"}, "organization": {"id": 150, "owner": {"id": 294}, "user": {"role": "maintainer"}}}, "resource": {"id": 352, "owner": {"id": 629}, "assignee": {"id": 570}, "project": {"id": 395, "owner": {"id": 777}, "assignee": {"id": 874}}, "task": {"id": 336, "owner": {"id": 71}, "assignee": {"id": 1059}}, "job": {"id": 332, "assignee": {"id": 1120}}, "organization": {"id": 1216}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 21, "privilege": "admin"}, "organization": {"id": 101, "owner": {"id": 287}, "user": {"role": "maintainer"}}}, "resource": {"id": 387, "owner": {"id": 664}, "assignee": {"id": 552}, "project": {"id": 394, "owner": {"id": 724}, "assignee": {"id": 847}}, "task": {"id": 363, "owner": {"id": 21}, "assignee": {"id": 1047}}, "job": {"id": 319, "assignee": {"id": 1165}}, "organization": {"id": 1206}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 1, "privilege": "admin"}, "organization": {"id": 173, "owner": {"id": 256}, "user": {"role": "maintainer"}}}, "resource": {"id": 341, "owner": {"id": 653}, "assignee": {"id": 537}, "project": {"id": 355, "owner": {"id": 712}, "assignee": {"id": 800}}, "task": {"id": 330, "owner": {"id": 1}, "assignee": {"id": 1027}}, "job": {"id": 322, "assignee": {"id": 1107}}, "organization": {"id": 1255}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 47, "privilege": "admin"}, "organization": {"id": 154, "owner": {"id": 230}, "user": {"role": "maintainer"}}}, "resource": {"id": 341, "owner": {"id": 629}, "assignee": {"id": 529}, "project": {"id": 327, "owner": {"id": 708}, "assignee": {"id": 823}}, "task": {"id": 357, "owner": {"id": 47}, "assignee": {"id": 1080}}, "job": {"id": 374, "assignee": {"id": 1123}}, "organization": {"id": 1244}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 41, "privilege": "admin"}, "organization": {"id": 134, "owner": {"id": 292}, "user": {"role": "supervisor"}}}, "resource": {"id": 312, "owner": {"id": 659}, "assignee": {"id": 542}, "project": {"id": 364, "owner": {"id": 703}, "assignee": {"id": 820}}, "task": {"id": 334, "owner": {"id": 41}, "assignee": {"id": 1043}}, "job": {"id": 397, "assignee": {"id": 1132}}, "organization": {"id": 134}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 80, "privilege": "admin"}, "organization": {"id": 115, "owner": {"id": 201}, "user": {"role": "supervisor"}}}, "resource": {"id": 393, "owner": {"id": 674}, "assignee": {"id": 549}, "project": {"id": 392, "owner": {"id": 754}, "assignee": {"id": 872}}, "task": {"id": 374, "owner": {"id": 80}, "assignee": {"id": 1062}}, "job": {"id": 303, "assignee": {"id": 1170}}, "organization": {"id": 115}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 33, "privilege": "admin"}, "organization": {"id": 132, "owner": {"id": 285}, "user": {"role": "supervisor"}}}, "resource": {"id": 331, "owner": {"id": 633}, "assignee": {"id": 555}, "project": {"id": 342, "owner": {"id": 705}, "assignee": {"id": 873}}, "task": {"id": 373, "owner": {"id": 33}, "assignee": {"id": 1031}}, "job": {"id": 337, "assignee": {"id": 1103}}, "organization": {"id": 132}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 3, "privilege": "admin"}, "organization": {"id": 126, "owner": {"id": 265}, "user": {"role": "supervisor"}}}, "resource": {"id": 381, "owner": {"id": 623}, "assignee": {"id": 576}, "project": {"id": 320, "owner": {"id": 710}, "assignee": {"id": 819}}, "task": {"id": 350, "owner": {"id": 3}, "assignee": {"id": 1088}}, "job": {"id": 312, "assignee": {"id": 1139}}, "organization": {"id": 126}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 8, "privilege": "admin"}, "organization": {"id": 189, "owner": {"id": 261}, "user": {"role": "supervisor"}}}, "resource": {"id": 395, "owner": {"id": 665}, "assignee": {"id": 537}, "project": {"id": 356, "owner": {"id": 751}, "assignee": {"id": 884}}, "task": {"id": 396, "owner": {"id": 8}, "assignee": {"id": 1000}}, "job": {"id": 363, "assignee": {"id": 1190}}, "organization": {"id": 1223}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 42, "privilege": "admin"}, "organization": {"id": 145, "owner": {"id": 210}, "user": {"role": "supervisor"}}}, "resource": {"id": 371, "owner": {"id": 686}, "assignee": {"id": 546}, "project": {"id": 335, "owner": {"id": 715}, "assignee": {"id": 804}}, "task": {"id": 306, "owner": {"id": 42}, "assignee": {"id": 1083}}, "job": {"id": 385, "assignee": {"id": 1111}}, "organization": {"id": 1205}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 81, "privilege": "admin"}, "organization": {"id": 167, "owner": {"id": 240}, "user": {"role": "supervisor"}}}, "resource": {"id": 322, "owner": {"id": 641}, "assignee": {"id": 549}, "project": {"id": 336, "owner": {"id": 741}, "assignee": {"id": 862}}, "task": {"id": 347, "owner": {"id": 81}, "assignee": {"id": 1016}}, "job": {"id": 365, "assignee": {"id": 1135}}, "organization": {"id": 1231}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 45, "privilege": "admin"}, "organization": {"id": 171, "owner": {"id": 212}, "user": {"role": "supervisor"}}}, "resource": {"id": 327, "owner": {"id": 647}, "assignee": {"id": 595}, "project": {"id": 333, "owner": {"id": 716}, "assignee": {"id": 876}}, "task": {"id": 322, "owner": {"id": 45}, "assignee": {"id": 1079}}, "job": {"id": 332, "assignee": {"id": 1195}}, "organization": {"id": 1206}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 15, "privilege": "admin"}, "organization": {"id": 164, "owner": {"id": 201}, "user": {"role": "worker"}}}, "resource": {"id": 371, "owner": {"id": 674}, "assignee": {"id": 530}, "project": {"id": 398, "owner": {"id": 724}, "assignee": {"id": 898}}, "task": {"id": 300, "owner": {"id": 15}, "assignee": {"id": 1040}}, "job": {"id": 303, "assignee": {"id": 1186}}, "organization": {"id": 164}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 31, "privilege": "admin"}, "organization": {"id": 140, "owner": {"id": 253}, "user": {"role": "worker"}}}, "resource": {"id": 316, "owner": {"id": 666}, "assignee": {"id": 538}, "project": {"id": 332, "owner": {"id": 744}, "assignee": {"id": 834}}, "task": {"id": 355, "owner": {"id": 31}, "assignee": {"id": 1064}}, "job": {"id": 313, "assignee": {"id": 1154}}, "organization": {"id": 140}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 32, "privilege": "admin"}, "organization": {"id": 118, "owner": {"id": 290}, "user": {"role": "worker"}}}, "resource": {"id": 338, "owner": {"id": 670}, "assignee": {"id": 524}, "project": {"id": 364, "owner": {"id": 719}, "assignee": {"id": 861}}, "task": {"id": 337, "owner": {"id": 32}, "assignee": {"id": 1022}}, "job": {"id": 335, "assignee": {"id": 1166}}, "organization": {"id": 118}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 66, "privilege": "admin"}, "organization": {"id": 158, "owner": {"id": 264}, "user": {"role": "worker"}}}, "resource": {"id": 312, "owner": {"id": 627}, "assignee": {"id": 500}, "project": {"id": 322, "owner": {"id": 736}, "assignee": {"id": 887}}, "task": {"id": 307, "owner": {"id": 66}, "assignee": {"id": 1019}}, "job": {"id": 345, "assignee": {"id": 1167}}, "organization": {"id": 158}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 50, "privilege": "admin"}, "organization": {"id": 177, "owner": {"id": 286}, "user": {"role": "worker"}}}, "resource": {"id": 358, "owner": {"id": 682}, "assignee": {"id": 569}, "project": {"id": 333, "owner": {"id": 733}, "assignee": {"id": 800}}, "task": {"id": 312, "owner": {"id": 50}, "assignee": {"id": 1095}}, "job": {"id": 363, "assignee": {"id": 1162}}, "organization": {"id": 1241}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 56, "privilege": "admin"}, "organization": {"id": 136, "owner": {"id": 215}, "user": {"role": "worker"}}}, "resource": {"id": 328, "owner": {"id": 622}, "assignee": {"id": 541}, "project": {"id": 398, "owner": {"id": 721}, "assignee": {"id": 805}}, "task": {"id": 303, "owner": {"id": 56}, "assignee": {"id": 1069}}, "job": {"id": 320, "assignee": {"id": 1143}}, "organization": {"id": 1216}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 25, "privilege": "admin"}, "organization": {"id": 142, "owner": {"id": 294}, "user": {"role": "worker"}}}, "resource": {"id": 384, "owner": {"id": 602}, "assignee": {"id": 573}, "project": {"id": 365, "owner": {"id": 733}, "assignee": {"id": 842}}, "task": {"id": 378, "owner": {"id": 25}, "assignee": {"id": 1079}}, "job": {"id": 321, "assignee": {"id": 1143}}, "organization": {"id": 1213}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 70, "privilege": "admin"}, "organization": {"id": 119, "owner": {"id": 247}, "user": {"role": "worker"}}}, "resource": {"id": 379, "owner": {"id": 662}, "assignee": {"id": 548}, "project": {"id": 381, "owner": {"id": 725}, "assignee": {"id": 876}}, "task": {"id": 315, "owner": {"id": 70}, "assignee": {"id": 1050}}, "job": {"id": 313, "assignee": {"id": 1190}}, "organization": {"id": 1218}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 33, "privilege": "admin"}, "organization": {"id": 165, "owner": {"id": 286}, "user": {"role": null}}}, "resource": {"id": 312, "owner": {"id": 672}, "assignee": {"id": 559}, "project": {"id": 336, "owner": {"id": 746}, "assignee": {"id": 892}}, "task": {"id": 311, "owner": {"id": 33}, "assignee": {"id": 1083}}, "job": {"id": 321, "assignee": {"id": 1100}}, "organization": {"id": 165}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 87, "privilege": "admin"}, "organization": {"id": 196, "owner": {"id": 231}, "user": {"role": null}}}, "resource": {"id": 307, "owner": {"id": 640}, "assignee": {"id": 504}, "project": {"id": 321, "owner": {"id": 742}, "assignee": {"id": 891}}, "task": {"id": 344, "owner": {"id": 87}, "assignee": {"id": 1087}}, "job": {"id": 359, "assignee": {"id": 1101}}, "organization": {"id": 196}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 24, "privilege": "admin"}, "organization": {"id": 152, "owner": {"id": 240}, "user": {"role": null}}}, "resource": {"id": 355, "owner": {"id": 631}, "assignee": {"id": 578}, "project": {"id": 336, "owner": {"id": 723}, "assignee": {"id": 805}}, "task": {"id": 333, "owner": {"id": 24}, "assignee": {"id": 1056}}, "job": {"id": 391, "assignee": {"id": 1194}}, "organization": {"id": 152}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 70, "privilege": "admin"}, "organization": {"id": 137, "owner": {"id": 269}, "user": {"role": null}}}, "resource": {"id": 391, "owner": {"id": 651}, "assignee": {"id": 561}, "project": {"id": 337, "owner": {"id": 760}, "assignee": {"id": 820}}, "task": {"id": 341, "owner": {"id": 70}, "assignee": {"id": 1026}}, "job": {"id": 349, "assignee": {"id": 1100}}, "organization": {"id": 137}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 35, "privilege": "admin"}, "organization": {"id": 116, "owner": {"id": 247}, "user": {"role": null}}}, "resource": {"id": 387, "owner": {"id": 653}, "assignee": {"id": 527}, "project": {"id": 301, "owner": {"id": 704}, "assignee": {"id": 880}}, "task": {"id": 377, "owner": {"id": 35}, "assignee": {"id": 1058}}, "job": {"id": 345, "assignee": {"id": 1159}}, "organization": {"id": 1291}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 84, "privilege": "admin"}, "organization": {"id": 117, "owner": {"id": 289}, "user": {"role": null}}}, "resource": {"id": 393, "owner": {"id": 634}, "assignee": {"id": 543}, "project": {"id": 322, "owner": {"id": 704}, "assignee": {"id": 897}}, "task": {"id": 365, "owner": {"id": 84}, "assignee": {"id": 1012}}, "job": {"id": 323, "assignee": {"id": 1112}}, "organization": {"id": 1213}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 70, "privilege": "admin"}, "organization": {"id": 164, "owner": {"id": 227}, "user": {"role": null}}}, "resource": {"id": 345, "owner": {"id": 633}, "assignee": {"id": 558}, "project": {"id": 337, "owner": {"id": 719}, "assignee": {"id": 894}}, "task": {"id": 367, "owner": {"id": 70}, "assignee": {"id": 1045}}, "job": {"id": 396, "assignee": {"id": 1186}}, "organization": {"id": 1270}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 3, "privilege": "admin"}, "organization": {"id": 178, "owner": {"id": 239}, "user": {"role": null}}}, "resource": {"id": 304, "owner": {"id": 667}, "assignee": {"id": 544}, "project": {"id": 378, "owner": {"id": 738}, "assignee": {"id": 834}}, "task": {"id": 375, "owner": {"id": 3}, "assignee": {"id": 1006}}, "job": {"id": 368, "assignee": {"id": 1151}}, "organization": {"id": 1256}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 30, "privilege": "business"}, "organization": {"id": 134, "owner": {"id": 30}, "user": {"role": "owner"}}}, "resource": {"id": 362, "owner": {"id": 670}, "assignee": {"id": 530}, "project": {"id": 314, "owner": {"id": 777}, "assignee": {"id": 860}}, "task": {"id": 397, "owner": {"id": 30}, "assignee": {"id": 1072}}, "job": {"id": 394, "assignee": {"id": 1100}}, "organization": {"id": 134}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 61, "privilege": "business"}, "organization": {"id": 187, "owner": {"id": 61}, "user": {"role": "owner"}}}, "resource": {"id": 363, "owner": {"id": 612}, "assignee": {"id": 528}, "project": {"id": 371, "owner": {"id": 736}, "assignee": {"id": 895}}, "task": {"id": 348, "owner": {"id": 61}, "assignee": {"id": 1079}}, "job": {"id": 337, "assignee": {"id": 1156}}, "organization": {"id": 187}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 22, "privilege": "business"}, "organization": {"id": 179, "owner": {"id": 22}, "user": {"role": "owner"}}}, "resource": {"id": 393, "owner": {"id": 630}, "assignee": {"id": 553}, "project": {"id": 301, "owner": {"id": 703}, "assignee": {"id": 807}}, "task": {"id": 324, "owner": {"id": 22}, "assignee": {"id": 1056}}, "job": {"id": 365, "assignee": {"id": 1123}}, "organization": {"id": 179}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 32, "privilege": "business"}, "organization": {"id": 176, "owner": {"id": 32}, "user": {"role": "owner"}}}, "resource": {"id": 361, "owner": {"id": 692}, "assignee": {"id": 538}, "project": {"id": 329, "owner": {"id": 733}, "assignee": {"id": 850}}, "task": {"id": 375, "owner": {"id": 32}, "assignee": {"id": 1061}}, "job": {"id": 307, "assignee": {"id": 1195}}, "organization": {"id": 176}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 10, "privilege": "business"}, "organization": {"id": 105, "owner": {"id": 10}, "user": {"role": "owner"}}}, "resource": {"id": 333, "owner": {"id": 698}, "assignee": {"id": 508}, "project": {"id": 305, "owner": {"id": 786}, "assignee": {"id": 822}}, "task": {"id": 319, "owner": {"id": 10}, "assignee": {"id": 1068}}, "job": {"id": 394, "assignee": {"id": 1106}}, "organization": {"id": 1217}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 95, "privilege": "business"}, "organization": {"id": 114, "owner": {"id": 95}, "user": {"role": "owner"}}}, "resource": {"id": 376, "owner": {"id": 659}, "assignee": {"id": 526}, "project": {"id": 312, "owner": {"id": 751}, "assignee": {"id": 838}}, "task": {"id": 390, "owner": {"id": 95}, "assignee": {"id": 1061}}, "job": {"id": 341, "assignee": {"id": 1116}}, "organization": {"id": 1290}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 8, "privilege": "business"}, "organization": {"id": 103, "owner": {"id": 8}, "user": {"role": "owner"}}}, "resource": {"id": 373, "owner": {"id": 641}, "assignee": {"id": 529}, "project": {"id": 312, "owner": {"id": 786}, "assignee": {"id": 881}}, "task": {"id": 304, "owner": {"id": 8}, "assignee": {"id": 1033}}, "job": {"id": 306, "assignee": {"id": 1107}}, "organization": {"id": 1224}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 23, "privilege": "business"}, "organization": {"id": 108, "owner": {"id": 23}, "user": {"role": "owner"}}}, "resource": {"id": 367, "owner": {"id": 657}, "assignee": {"id": 518}, "project": {"id": 356, "owner": {"id": 738}, "assignee": {"id": 850}}, "task": {"id": 356, "owner": {"id": 23}, "assignee": {"id": 1096}}, "job": {"id": 385, "assignee": {"id": 1116}}, "organization": {"id": 1286}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 59, "privilege": "business"}, "organization": {"id": 115, "owner": {"id": 241}, "user": {"role": "maintainer"}}}, "resource": {"id": 360, "owner": {"id": 623}, "assignee": {"id": 552}, "project": {"id": 384, "owner": {"id": 775}, "assignee": {"id": 812}}, "task": {"id": 323, "owner": {"id": 59}, "assignee": {"id": 1076}}, "job": {"id": 305, "assignee": {"id": 1125}}, "organization": {"id": 115}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 68, "privilege": "business"}, "organization": {"id": 184, "owner": {"id": 254}, "user": {"role": "maintainer"}}}, "resource": {"id": 331, "owner": {"id": 695}, "assignee": {"id": 508}, "project": {"id": 367, "owner": {"id": 786}, "assignee": {"id": 841}}, "task": {"id": 362, "owner": {"id": 68}, "assignee": {"id": 1086}}, "job": {"id": 378, "assignee": {"id": 1144}}, "organization": {"id": 184}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 13, "privilege": "business"}, "organization": {"id": 154, "owner": {"id": 260}, "user": {"role": "maintainer"}}}, "resource": {"id": 365, "owner": {"id": 605}, "assignee": {"id": 559}, "project": {"id": 381, "owner": {"id": 764}, "assignee": {"id": 896}}, "task": {"id": 399, "owner": {"id": 13}, "assignee": {"id": 1083}}, "job": {"id": 363, "assignee": {"id": 1163}}, "organization": {"id": 154}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 18, "privilege": "business"}, "organization": {"id": 190, "owner": {"id": 243}, "user": {"role": "maintainer"}}}, "resource": {"id": 363, "owner": {"id": 608}, "assignee": {"id": 585}, "project": {"id": 376, "owner": {"id": 728}, "assignee": {"id": 869}}, "task": {"id": 327, "owner": {"id": 18}, "assignee": {"id": 1027}}, "job": {"id": 343, "assignee": {"id": 1176}}, "organization": {"id": 190}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 95, "privilege": "business"}, "organization": {"id": 187, "owner": {"id": 262}, "user": {"role": "maintainer"}}}, "resource": {"id": 383, "owner": {"id": 665}, "assignee": {"id": 582}, "project": {"id": 394, "owner": {"id": 751}, "assignee": {"id": 879}}, "task": {"id": 335, "owner": {"id": 95}, "assignee": {"id": 1073}}, "job": {"id": 337, "assignee": {"id": 1159}}, "organization": {"id": 1267}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 28, "privilege": "business"}, "organization": {"id": 177, "owner": {"id": 289}, "user": {"role": "maintainer"}}}, "resource": {"id": 337, "owner": {"id": 688}, "assignee": {"id": 539}, "project": {"id": 370, "owner": {"id": 755}, "assignee": {"id": 869}}, "task": {"id": 381, "owner": {"id": 28}, "assignee": {"id": 1006}}, "job": {"id": 332, "assignee": {"id": 1127}}, "organization": {"id": 1244}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 3, "privilege": "business"}, "organization": {"id": 183, "owner": {"id": 213}, "user": {"role": "maintainer"}}}, "resource": {"id": 389, "owner": {"id": 617}, "assignee": {"id": 573}, "project": {"id": 329, "owner": {"id": 742}, "assignee": {"id": 831}}, "task": {"id": 318, "owner": {"id": 3}, "assignee": {"id": 1094}}, "job": {"id": 343, "assignee": {"id": 1105}}, "organization": {"id": 1259}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 47, "privilege": "business"}, "organization": {"id": 157, "owner": {"id": 230}, "user": {"role": "maintainer"}}}, "resource": {"id": 325, "owner": {"id": 671}, "assignee": {"id": 596}, "project": {"id": 355, "owner": {"id": 763}, "assignee": {"id": 826}}, "task": {"id": 300, "owner": {"id": 47}, "assignee": {"id": 1008}}, "job": {"id": 395, "assignee": {"id": 1194}}, "organization": {"id": 1207}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 64, "privilege": "business"}, "organization": {"id": 131, "owner": {"id": 267}, "user": {"role": "supervisor"}}}, "resource": {"id": 371, "owner": {"id": 679}, "assignee": {"id": 531}, "project": {"id": 342, "owner": {"id": 778}, "assignee": {"id": 898}}, "task": {"id": 386, "owner": {"id": 64}, "assignee": {"id": 1070}}, "job": {"id": 367, "assignee": {"id": 1193}}, "organization": {"id": 131}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 19, "privilege": "business"}, "organization": {"id": 177, "owner": {"id": 202}, "user": {"role": "supervisor"}}}, "resource": {"id": 319, "owner": {"id": 675}, "assignee": {"id": 565}, "project": {"id": 356, "owner": {"id": 737}, "assignee": {"id": 898}}, "task": {"id": 348, "owner": {"id": 19}, "assignee": {"id": 1038}}, "job": {"id": 355, "assignee": {"id": 1154}}, "organization": {"id": 177}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 66, "privilege": "business"}, "organization": {"id": 114, "owner": {"id": 210}, "user": {"role": "supervisor"}}}, "resource": {"id": 336, "owner": {"id": 642}, "assignee": {"id": 554}, "project": {"id": 328, "owner": {"id": 735}, "assignee": {"id": 896}}, "task": {"id": 301, "owner": {"id": 66}, "assignee": {"id": 1047}}, "job": {"id": 382, "assignee": {"id": 1170}}, "organization": {"id": 114}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 35, "privilege": "business"}, "organization": {"id": 108, "owner": {"id": 202}, "user": {"role": "supervisor"}}}, "resource": {"id": 368, "owner": {"id": 688}, "assignee": {"id": 528}, "project": {"id": 388, "owner": {"id": 723}, "assignee": {"id": 887}}, "task": {"id": 378, "owner": {"id": 35}, "assignee": {"id": 1033}}, "job": {"id": 398, "assignee": {"id": 1157}}, "organization": {"id": 108}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 38, "privilege": "business"}, "organization": {"id": 158, "owner": {"id": 212}, "user": {"role": "supervisor"}}}, "resource": {"id": 372, "owner": {"id": 687}, "assignee": {"id": 550}, "project": {"id": 310, "owner": {"id": 781}, "assignee": {"id": 850}}, "task": {"id": 331, "owner": {"id": 38}, "assignee": {"id": 1064}}, "job": {"id": 355, "assignee": {"id": 1127}}, "organization": {"id": 1215}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 64, "privilege": "business"}, "organization": {"id": 120, "owner": {"id": 289}, "user": {"role": "supervisor"}}}, "resource": {"id": 305, "owner": {"id": 659}, "assignee": {"id": 555}, "project": {"id": 395, "owner": {"id": 772}, "assignee": {"id": 820}}, "task": {"id": 371, "owner": {"id": 64}, "assignee": {"id": 1052}}, "job": {"id": 370, "assignee": {"id": 1118}}, "organization": {"id": 1275}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 20, "privilege": "business"}, "organization": {"id": 119, "owner": {"id": 266}, "user": {"role": "supervisor"}}}, "resource": {"id": 370, "owner": {"id": 605}, "assignee": {"id": 530}, "project": {"id": 329, "owner": {"id": 796}, "assignee": {"id": 820}}, "task": {"id": 317, "owner": {"id": 20}, "assignee": {"id": 1032}}, "job": {"id": 386, "assignee": {"id": 1177}}, "organization": {"id": 1246}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 19, "privilege": "business"}, "organization": {"id": 160, "owner": {"id": 230}, "user": {"role": "supervisor"}}}, "resource": {"id": 380, "owner": {"id": 648}, "assignee": {"id": 519}, "project": {"id": 307, "owner": {"id": 772}, "assignee": {"id": 825}}, "task": {"id": 380, "owner": {"id": 19}, "assignee": {"id": 1096}}, "job": {"id": 385, "assignee": {"id": 1163}}, "organization": {"id": 1292}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 87, "privilege": "business"}, "organization": {"id": 140, "owner": {"id": 287}, "user": {"role": "worker"}}}, "resource": {"id": 314, "owner": {"id": 600}, "assignee": {"id": 542}, "project": {"id": 301, "owner": {"id": 718}, "assignee": {"id": 871}}, "task": {"id": 301, "owner": {"id": 87}, "assignee": {"id": 1079}}, "job": {"id": 339, "assignee": {"id": 1165}}, "organization": {"id": 140}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 94, "privilege": "business"}, "organization": {"id": 144, "owner": {"id": 291}, "user": {"role": "worker"}}}, "resource": {"id": 391, "owner": {"id": 643}, "assignee": {"id": 505}, "project": {"id": 327, "owner": {"id": 700}, "assignee": {"id": 890}}, "task": {"id": 371, "owner": {"id": 94}, "assignee": {"id": 1071}}, "job": {"id": 341, "assignee": {"id": 1108}}, "organization": {"id": 144}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 93, "privilege": "business"}, "organization": {"id": 135, "owner": {"id": 221}, "user": {"role": "worker"}}}, "resource": {"id": 373, "owner": {"id": 601}, "assignee": {"id": 558}, "project": {"id": 363, "owner": {"id": 740}, "assignee": {"id": 855}}, "task": {"id": 321, "owner": {"id": 93}, "assignee": {"id": 1083}}, "job": {"id": 325, "assignee": {"id": 1156}}, "organization": {"id": 135}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 65, "privilege": "business"}, "organization": {"id": 156, "owner": {"id": 276}, "user": {"role": "worker"}}}, "resource": {"id": 335, "owner": {"id": 692}, "assignee": {"id": 533}, "project": {"id": 333, "owner": {"id": 795}, "assignee": {"id": 833}}, "task": {"id": 311, "owner": {"id": 65}, "assignee": {"id": 1024}}, "job": {"id": 302, "assignee": {"id": 1130}}, "organization": {"id": 156}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 90, "privilege": "business"}, "organization": {"id": 178, "owner": {"id": 268}, "user": {"role": "worker"}}}, "resource": {"id": 303, "owner": {"id": 618}, "assignee": {"id": 514}, "project": {"id": 396, "owner": {"id": 728}, "assignee": {"id": 865}}, "task": {"id": 326, "owner": {"id": 90}, "assignee": {"id": 1072}}, "job": {"id": 387, "assignee": {"id": 1107}}, "organization": {"id": 1284}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 39, "privilege": "business"}, "organization": {"id": 106, "owner": {"id": 296}, "user": {"role": "worker"}}}, "resource": {"id": 324, "owner": {"id": 644}, "assignee": {"id": 509}, "project": {"id": 318, "owner": {"id": 717}, "assignee": {"id": 886}}, "task": {"id": 368, "owner": {"id": 39}, "assignee": {"id": 1047}}, "job": {"id": 396, "assignee": {"id": 1176}}, "organization": {"id": 1212}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 89, "privilege": "business"}, "organization": {"id": 199, "owner": {"id": 255}, "user": {"role": "worker"}}}, "resource": {"id": 330, "owner": {"id": 697}, "assignee": {"id": 508}, "project": {"id": 390, "owner": {"id": 780}, "assignee": {"id": 877}}, "task": {"id": 329, "owner": {"id": 89}, "assignee": {"id": 1008}}, "job": {"id": 304, "assignee": {"id": 1109}}, "organization": {"id": 1204}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 22, "privilege": "business"}, "organization": {"id": 183, "owner": {"id": 264}, "user": {"role": "worker"}}}, "resource": {"id": 397, "owner": {"id": 699}, "assignee": {"id": 549}, "project": {"id": 310, "owner": {"id": 742}, "assignee": {"id": 898}}, "task": {"id": 364, "owner": {"id": 22}, "assignee": {"id": 1076}}, "job": {"id": 392, "assignee": {"id": 1159}}, "organization": {"id": 1240}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 29, "privilege": "business"}, "organization": {"id": 186, "owner": {"id": 252}, "user": {"role": null}}}, "resource": {"id": 303, "owner": {"id": 666}, "assignee": {"id": 502}, "project": {"id": 331, "owner": {"id": 796}, "assignee": {"id": 803}}, "task": {"id": 397, "owner": {"id": 29}, "assignee": {"id": 1017}}, "job": {"id": 318, "assignee": {"id": 1104}}, "organization": {"id": 186}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 69, "privilege": "business"}, "organization": {"id": 190, "owner": {"id": 214}, "user": {"role": null}}}, "resource": {"id": 398, "owner": {"id": 627}, "assignee": {"id": 564}, "project": {"id": 328, "owner": {"id": 796}, "assignee": {"id": 861}}, "task": {"id": 389, "owner": {"id": 69}, "assignee": {"id": 1037}}, "job": {"id": 326, "assignee": {"id": 1158}}, "organization": {"id": 190}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 80, "privilege": "business"}, "organization": {"id": 180, "owner": {"id": 289}, "user": {"role": null}}}, "resource": {"id": 378, "owner": {"id": 600}, "assignee": {"id": 508}, "project": {"id": 329, "owner": {"id": 721}, "assignee": {"id": 834}}, "task": {"id": 362, "owner": {"id": 80}, "assignee": {"id": 1078}}, "job": {"id": 337, "assignee": {"id": 1145}}, "organization": {"id": 180}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 81, "privilege": "business"}, "organization": {"id": 122, "owner": {"id": 222}, "user": {"role": null}}}, "resource": {"id": 360, "owner": {"id": 608}, "assignee": {"id": 539}, "project": {"id": 335, "owner": {"id": 743}, "assignee": {"id": 864}}, "task": {"id": 396, "owner": {"id": 81}, "assignee": {"id": 1017}}, "job": {"id": 342, "assignee": {"id": 1127}}, "organization": {"id": 122}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 65, "privilege": "business"}, "organization": {"id": 143, "owner": {"id": 276}, "user": {"role": null}}}, "resource": {"id": 315, "owner": {"id": 680}, "assignee": {"id": 524}, "project": {"id": 340, "owner": {"id": 700}, "assignee": {"id": 856}}, "task": {"id": 304, "owner": {"id": 65}, "assignee": {"id": 1017}}, "job": {"id": 324, "assignee": {"id": 1157}}, "organization": {"id": 1254}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 82, "privilege": "business"}, "organization": {"id": 107, "owner": {"id": 277}, "user": {"role": null}}}, "resource": {"id": 317, "owner": {"id": 676}, "assignee": {"id": 506}, "project": {"id": 384, "owner": {"id": 752}, "assignee": {"id": 881}}, "task": {"id": 331, "owner": {"id": 82}, "assignee": {"id": 1053}}, "job": {"id": 347, "assignee": {"id": 1154}}, "organization": {"id": 1272}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 37, "privilege": "business"}, "organization": {"id": 171, "owner": {"id": 220}, "user": {"role": null}}}, "resource": {"id": 380, "owner": {"id": 624}, "assignee": {"id": 548}, "project": {"id": 362, "owner": {"id": 712}, "assignee": {"id": 881}}, "task": {"id": 316, "owner": {"id": 37}, "assignee": {"id": 1094}}, "job": {"id": 393, "assignee": {"id": 1125}}, "organization": {"id": 1283}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 16, "privilege": "business"}, "organization": {"id": 144, "owner": {"id": 210}, "user": {"role": null}}}, "resource": {"id": 323, "owner": {"id": 630}, "assignee": {"id": 597}, "project": {"id": 300, "owner": {"id": 759}, "assignee": {"id": 864}}, "task": {"id": 357, "owner": {"id": 16}, "assignee": {"id": 1059}}, "job": {"id": 315, "assignee": {"id": 1150}}, "organization": {"id": 1229}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 11, "privilege": "user"}, "organization": {"id": 165, "owner": {"id": 11}, "user": {"role": "owner"}}}, "resource": {"id": 356, "owner": {"id": 623}, "assignee": {"id": 554}, "project": {"id": 376, "owner": {"id": 798}, "assignee": {"id": 825}}, "task": {"id": 395, "owner": {"id": 11}, "assignee": {"id": 1013}}, "job": {"id": 399, "assignee": {"id": 1174}}, "organization": {"id": 165}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 26, "privilege": "user"}, "organization": {"id": 160, "owner": {"id": 26}, "user": {"role": "owner"}}}, "resource": {"id": 393, "owner": {"id": 635}, "assignee": {"id": 559}, "project": {"id": 322, "owner": {"id": 796}, "assignee": {"id": 833}}, "task": {"id": 381, "owner": {"id": 26}, "assignee": {"id": 1078}}, "job": {"id": 398, "assignee": {"id": 1177}}, "organization": {"id": 160}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 16, "privilege": "user"}, "organization": {"id": 136, "owner": {"id": 16}, "user": {"role": "owner"}}}, "resource": {"id": 318, "owner": {"id": 638}, "assignee": {"id": 564}, "project": {"id": 385, "owner": {"id": 724}, "assignee": {"id": 858}}, "task": {"id": 395, "owner": {"id": 16}, "assignee": {"id": 1027}}, "job": {"id": 306, "assignee": {"id": 1111}}, "organization": {"id": 136}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 8, "privilege": "user"}, "organization": {"id": 183, "owner": {"id": 8}, "user": {"role": "owner"}}}, "resource": {"id": 302, "owner": {"id": 656}, "assignee": {"id": 549}, "project": {"id": 354, "owner": {"id": 778}, "assignee": {"id": 857}}, "task": {"id": 369, "owner": {"id": 8}, "assignee": {"id": 1037}}, "job": {"id": 364, "assignee": {"id": 1170}}, "organization": {"id": 183}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 99, "privilege": "user"}, "organization": {"id": 121, "owner": {"id": 99}, "user": {"role": "owner"}}}, "resource": {"id": 398, "owner": {"id": 621}, "assignee": {"id": 544}, "project": {"id": 362, "owner": {"id": 792}, "assignee": {"id": 887}}, "task": {"id": 342, "owner": {"id": 99}, "assignee": {"id": 1057}}, "job": {"id": 336, "assignee": {"id": 1192}}, "organization": {"id": 1220}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 24, "privilege": "user"}, "organization": {"id": 153, "owner": {"id": 24}, "user": {"role": "owner"}}}, "resource": {"id": 344, "owner": {"id": 620}, "assignee": {"id": 533}, "project": {"id": 327, "owner": {"id": 739}, "assignee": {"id": 853}}, "task": {"id": 328, "owner": {"id": 24}, "assignee": {"id": 1073}}, "job": {"id": 385, "assignee": {"id": 1170}}, "organization": {"id": 1270}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 63, "privilege": "user"}, "organization": {"id": 100, "owner": {"id": 63}, "user": {"role": "owner"}}}, "resource": {"id": 339, "owner": {"id": 676}, "assignee": {"id": 504}, "project": {"id": 354, "owner": {"id": 753}, "assignee": {"id": 817}}, "task": {"id": 349, "owner": {"id": 63}, "assignee": {"id": 1096}}, "job": {"id": 397, "assignee": {"id": 1168}}, "organization": {"id": 1282}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 99, "privilege": "user"}, "organization": {"id": 105, "owner": {"id": 99}, "user": {"role": "owner"}}}, "resource": {"id": 311, "owner": {"id": 608}, "assignee": {"id": 521}, "project": {"id": 322, "owner": {"id": 721}, "assignee": {"id": 852}}, "task": {"id": 309, "owner": {"id": 99}, "assignee": {"id": 1058}}, "job": {"id": 385, "assignee": {"id": 1154}}, "organization": {"id": 1250}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 96, "privilege": "user"}, "organization": {"id": 138, "owner": {"id": 202}, "user": {"role": "maintainer"}}}, "resource": {"id": 325, "owner": {"id": 678}, "assignee": {"id": 537}, "project": {"id": 375, "owner": {"id": 704}, "assignee": {"id": 890}}, "task": {"id": 327, "owner": {"id": 96}, "assignee": {"id": 1008}}, "job": {"id": 310, "assignee": {"id": 1114}}, "organization": {"id": 138}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 2, "privilege": "user"}, "organization": {"id": 173, "owner": {"id": 232}, "user": {"role": "maintainer"}}}, "resource": {"id": 333, "owner": {"id": 683}, "assignee": {"id": 597}, "project": {"id": 358, "owner": {"id": 722}, "assignee": {"id": 898}}, "task": {"id": 331, "owner": {"id": 2}, "assignee": {"id": 1057}}, "job": {"id": 398, "assignee": {"id": 1120}}, "organization": {"id": 173}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 41, "privilege": "user"}, "organization": {"id": 121, "owner": {"id": 220}, "user": {"role": "maintainer"}}}, "resource": {"id": 328, "owner": {"id": 676}, "assignee": {"id": 589}, "project": {"id": 361, "owner": {"id": 718}, "assignee": {"id": 891}}, "task": {"id": 361, "owner": {"id": 41}, "assignee": {"id": 1054}}, "job": {"id": 394, "assignee": {"id": 1127}}, "organization": {"id": 121}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 80, "privilege": "user"}, "organization": {"id": 186, "owner": {"id": 288}, "user": {"role": "maintainer"}}}, "resource": {"id": 321, "owner": {"id": 668}, "assignee": {"id": 564}, "project": {"id": 332, "owner": {"id": 774}, "assignee": {"id": 829}}, "task": {"id": 345, "owner": {"id": 80}, "assignee": {"id": 1061}}, "job": {"id": 321, "assignee": {"id": 1152}}, "organization": {"id": 186}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 47, "privilege": "user"}, "organization": {"id": 132, "owner": {"id": 212}, "user": {"role": "maintainer"}}}, "resource": {"id": 359, "owner": {"id": 662}, "assignee": {"id": 557}, "project": {"id": 364, "owner": {"id": 727}, "assignee": {"id": 834}}, "task": {"id": 312, "owner": {"id": 47}, "assignee": {"id": 1098}}, "job": {"id": 354, "assignee": {"id": 1187}}, "organization": {"id": 1231}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 57, "privilege": "user"}, "organization": {"id": 163, "owner": {"id": 210}, "user": {"role": "maintainer"}}}, "resource": {"id": 391, "owner": {"id": 661}, "assignee": {"id": 533}, "project": {"id": 338, "owner": {"id": 715}, "assignee": {"id": 890}}, "task": {"id": 390, "owner": {"id": 57}, "assignee": {"id": 1070}}, "job": {"id": 359, "assignee": {"id": 1198}}, "organization": {"id": 1288}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 42, "privilege": "user"}, "organization": {"id": 146, "owner": {"id": 286}, "user": {"role": "maintainer"}}}, "resource": {"id": 364, "owner": {"id": 632}, "assignee": {"id": 533}, "project": {"id": 304, "owner": {"id": 734}, "assignee": {"id": 890}}, "task": {"id": 327, "owner": {"id": 42}, "assignee": {"id": 1023}}, "job": {"id": 350, "assignee": {"id": 1185}}, "organization": {"id": 1222}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 16, "privilege": "user"}, "organization": {"id": 185, "owner": {"id": 259}, "user": {"role": "maintainer"}}}, "resource": {"id": 337, "owner": {"id": 652}, "assignee": {"id": 500}, "project": {"id": 368, "owner": {"id": 707}, "assignee": {"id": 846}}, "task": {"id": 344, "owner": {"id": 16}, "assignee": {"id": 1053}}, "job": {"id": 343, "assignee": {"id": 1143}}, "organization": {"id": 1284}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 92, "privilege": "user"}, "organization": {"id": 133, "owner": {"id": 240}, "user": {"role": "supervisor"}}}, "resource": {"id": 381, "owner": {"id": 677}, "assignee": {"id": 544}, "project": {"id": 355, "owner": {"id": 705}, "assignee": {"id": 829}}, "task": {"id": 360, "owner": {"id": 92}, "assignee": {"id": 1072}}, "job": {"id": 397, "assignee": {"id": 1130}}, "organization": {"id": 133}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 57, "privilege": "user"}, "organization": {"id": 118, "owner": {"id": 285}, "user": {"role": "supervisor"}}}, "resource": {"id": 338, "owner": {"id": 672}, "assignee": {"id": 542}, "project": {"id": 334, "owner": {"id": 755}, "assignee": {"id": 849}}, "task": {"id": 392, "owner": {"id": 57}, "assignee": {"id": 1055}}, "job": {"id": 304, "assignee": {"id": 1105}}, "organization": {"id": 118}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 1, "privilege": "user"}, "organization": {"id": 181, "owner": {"id": 241}, "user": {"role": "supervisor"}}}, "resource": {"id": 328, "owner": {"id": 649}, "assignee": {"id": 587}, "project": {"id": 395, "owner": {"id": 758}, "assignee": {"id": 871}}, "task": {"id": 305, "owner": {"id": 1}, "assignee": {"id": 1045}}, "job": {"id": 385, "assignee": {"id": 1155}}, "organization": {"id": 181}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 77, "privilege": "user"}, "organization": {"id": 151, "owner": {"id": 236}, "user": {"role": "supervisor"}}}, "resource": {"id": 380, "owner": {"id": 699}, "assignee": {"id": 526}, "project": {"id": 312, "owner": {"id": 741}, "assignee": {"id": 892}}, "task": {"id": 327, "owner": {"id": 77}, "assignee": {"id": 1041}}, "job": {"id": 368, "assignee": {"id": 1128}}, "organization": {"id": 151}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 26, "privilege": "user"}, "organization": {"id": 141, "owner": {"id": 266}, "user": {"role": "supervisor"}}}, "resource": {"id": 382, "owner": {"id": 652}, "assignee": {"id": 563}, "project": {"id": 371, "owner": {"id": 708}, "assignee": {"id": 896}}, "task": {"id": 310, "owner": {"id": 26}, "assignee": {"id": 1049}}, "job": {"id": 399, "assignee": {"id": 1155}}, "organization": {"id": 1268}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 11, "privilege": "user"}, "organization": {"id": 152, "owner": {"id": 299}, "user": {"role": "supervisor"}}}, "resource": {"id": 354, "owner": {"id": 663}, "assignee": {"id": 532}, "project": {"id": 353, "owner": {"id": 742}, "assignee": {"id": 827}}, "task": {"id": 388, "owner": {"id": 11}, "assignee": {"id": 1038}}, "job": {"id": 382, "assignee": {"id": 1135}}, "organization": {"id": 1245}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 79, "privilege": "user"}, "organization": {"id": 111, "owner": {"id": 206}, "user": {"role": "supervisor"}}}, "resource": {"id": 300, "owner": {"id": 682}, "assignee": {"id": 581}, "project": {"id": 353, "owner": {"id": 712}, "assignee": {"id": 883}}, "task": {"id": 357, "owner": {"id": 79}, "assignee": {"id": 1046}}, "job": {"id": 329, "assignee": {"id": 1117}}, "organization": {"id": 1284}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 86, "privilege": "user"}, "organization": {"id": 133, "owner": {"id": 272}, "user": {"role": "supervisor"}}}, "resource": {"id": 344, "owner": {"id": 642}, "assignee": {"id": 526}, "project": {"id": 379, "owner": {"id": 774}, "assignee": {"id": 800}}, "task": {"id": 394, "owner": {"id": 86}, "assignee": {"id": 1023}}, "job": {"id": 316, "assignee": {"id": 1181}}, "organization": {"id": 1222}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 1, "privilege": "user"}, "organization": {"id": 197, "owner": {"id": 289}, "user": {"role": "worker"}}}, "resource": {"id": 348, "owner": {"id": 648}, "assignee": {"id": 573}, "project": {"id": 318, "owner": {"id": 712}, "assignee": {"id": 853}}, "task": {"id": 386, "owner": {"id": 1}, "assignee": {"id": 1031}}, "job": {"id": 320, "assignee": {"id": 1120}}, "organization": {"id": 197}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 16, "privilege": "user"}, "organization": {"id": 143, "owner": {"id": 238}, "user": {"role": "worker"}}}, "resource": {"id": 369, "owner": {"id": 661}, "assignee": {"id": 591}, "project": {"id": 397, "owner": {"id": 782}, "assignee": {"id": 858}}, "task": {"id": 318, "owner": {"id": 16}, "assignee": {"id": 1068}}, "job": {"id": 385, "assignee": {"id": 1171}}, "organization": {"id": 143}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 93, "privilege": "user"}, "organization": {"id": 189, "owner": {"id": 246}, "user": {"role": "worker"}}}, "resource": {"id": 398, "owner": {"id": 674}, "assignee": {"id": 556}, "project": {"id": 397, "owner": {"id": 723}, "assignee": {"id": 835}}, "task": {"id": 386, "owner": {"id": 93}, "assignee": {"id": 1027}}, "job": {"id": 377, "assignee": {"id": 1183}}, "organization": {"id": 189}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 10, "privilege": "user"}, "organization": {"id": 137, "owner": {"id": 236}, "user": {"role": "worker"}}}, "resource": {"id": 387, "owner": {"id": 681}, "assignee": {"id": 545}, "project": {"id": 348, "owner": {"id": 725}, "assignee": {"id": 808}}, "task": {"id": 323, "owner": {"id": 10}, "assignee": {"id": 1083}}, "job": {"id": 319, "assignee": {"id": 1164}}, "organization": {"id": 137}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 1, "privilege": "user"}, "organization": {"id": 177, "owner": {"id": 244}, "user": {"role": "worker"}}}, "resource": {"id": 374, "owner": {"id": 610}, "assignee": {"id": 591}, "project": {"id": 351, "owner": {"id": 701}, "assignee": {"id": 803}}, "task": {"id": 310, "owner": {"id": 1}, "assignee": {"id": 1026}}, "job": {"id": 395, "assignee": {"id": 1165}}, "organization": {"id": 1258}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 57, "privilege": "user"}, "organization": {"id": 106, "owner": {"id": 270}, "user": {"role": "worker"}}}, "resource": {"id": 386, "owner": {"id": 612}, "assignee": {"id": 538}, "project": {"id": 348, "owner": {"id": 780}, "assignee": {"id": 880}}, "task": {"id": 324, "owner": {"id": 57}, "assignee": {"id": 1072}}, "job": {"id": 397, "assignee": {"id": 1174}}, "organization": {"id": 1208}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 42, "privilege": "user"}, "organization": {"id": 166, "owner": {"id": 227}, "user": {"role": "worker"}}}, "resource": {"id": 325, "owner": {"id": 634}, "assignee": {"id": 561}, "project": {"id": 345, "owner": {"id": 781}, "assignee": {"id": 830}}, "task": {"id": 349, "owner": {"id": 42}, "assignee": {"id": 1080}}, "job": {"id": 308, "assignee": {"id": 1168}}, "organization": {"id": 1280}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 77, "privilege": "user"}, "organization": {"id": 164, "owner": {"id": 250}, "user": {"role": "worker"}}}, "resource": {"id": 323, "owner": {"id": 696}, "assignee": {"id": 531}, "project": {"id": 353, "owner": {"id": 716}, "assignee": {"id": 806}}, "task": {"id": 307, "owner": {"id": 77}, "assignee": {"id": 1068}}, "job": {"id": 314, "assignee": {"id": 1199}}, "organization": {"id": 1262}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 28, "privilege": "user"}, "organization": {"id": 176, "owner": {"id": 201}, "user": {"role": null}}}, "resource": {"id": 344, "owner": {"id": 665}, "assignee": {"id": 580}, "project": {"id": 331, "owner": {"id": 714}, "assignee": {"id": 895}}, "task": {"id": 311, "owner": {"id": 28}, "assignee": {"id": 1073}}, "job": {"id": 314, "assignee": {"id": 1129}}, "organization": {"id": 176}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 94, "privilege": "user"}, "organization": {"id": 184, "owner": {"id": 231}, "user": {"role": null}}}, "resource": {"id": 397, "owner": {"id": 600}, "assignee": {"id": 537}, "project": {"id": 318, "owner": {"id": 716}, "assignee": {"id": 818}}, "task": {"id": 309, "owner": {"id": 94}, "assignee": {"id": 1042}}, "job": {"id": 361, "assignee": {"id": 1197}}, "organization": {"id": 184}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 37, "privilege": "user"}, "organization": {"id": 174, "owner": {"id": 232}, "user": {"role": null}}}, "resource": {"id": 336, "owner": {"id": 654}, "assignee": {"id": 582}, "project": {"id": 396, "owner": {"id": 755}, "assignee": {"id": 889}}, "task": {"id": 371, "owner": {"id": 37}, "assignee": {"id": 1028}}, "job": {"id": 345, "assignee": {"id": 1190}}, "organization": {"id": 174}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 44, "privilege": "user"}, "organization": {"id": 166, "owner": {"id": 235}, "user": {"role": null}}}, "resource": {"id": 308, "owner": {"id": 657}, "assignee": {"id": 573}, "project": {"id": 368, "owner": {"id": 722}, "assignee": {"id": 872}}, "task": {"id": 347, "owner": {"id": 44}, "assignee": {"id": 1019}}, "job": {"id": 381, "assignee": {"id": 1178}}, "organization": {"id": 166}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 83, "privilege": "user"}, "organization": {"id": 137, "owner": {"id": 246}, "user": {"role": null}}}, "resource": {"id": 318, "owner": {"id": 639}, "assignee": {"id": 599}, "project": {"id": 395, "owner": {"id": 741}, "assignee": {"id": 856}}, "task": {"id": 302, "owner": {"id": 83}, "assignee": {"id": 1058}}, "job": {"id": 371, "assignee": {"id": 1192}}, "organization": {"id": 1292}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 63, "privilege": "user"}, "organization": {"id": 123, "owner": {"id": 209}, "user": {"role": null}}}, "resource": {"id": 372, "owner": {"id": 658}, "assignee": {"id": 537}, "project": {"id": 387, "owner": {"id": 701}, "assignee": {"id": 837}}, "task": {"id": 349, "owner": {"id": 63}, "assignee": {"id": 1023}}, "job": {"id": 352, "assignee": {"id": 1186}}, "organization": {"id": 1244}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 65, "privilege": "user"}, "organization": {"id": 174, "owner": {"id": 242}, "user": {"role": null}}}, "resource": {"id": 327, "owner": {"id": 663}, "assignee": {"id": 565}, "project": {"id": 334, "owner": {"id": 785}, "assignee": {"id": 808}}, "task": {"id": 335, "owner": {"id": 65}, "assignee": {"id": 1031}}, "job": {"id": 379, "assignee": {"id": 1102}}, "organization": {"id": 1221}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 72, "privilege": "user"}, "organization": {"id": 155, "owner": {"id": 207}, "user": {"role": null}}}, "resource": {"id": 373, "owner": {"id": 638}, "assignee": {"id": 583}, "project": {"id": 343, "owner": {"id": 721}, "assignee": {"id": 834}}, "task": {"id": 304, "owner": {"id": 72}, "assignee": {"id": 1011}}, "job": {"id": 389, "assignee": {"id": 1172}}, "organization": {"id": 1256}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 30, "privilege": "worker"}, "organization": {"id": 154, "owner": {"id": 30}, "user": {"role": "owner"}}}, "resource": {"id": 381, "owner": {"id": 678}, "assignee": {"id": 564}, "project": {"id": 356, "owner": {"id": 771}, "assignee": {"id": 828}}, "task": {"id": 308, "owner": {"id": 30}, "assignee": {"id": 1041}}, "job": {"id": 312, "assignee": {"id": 1180}}, "organization": {"id": 154}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 12, "privilege": "worker"}, "organization": {"id": 187, "owner": {"id": 12}, "user": {"role": "owner"}}}, "resource": {"id": 364, "owner": {"id": 624}, "assignee": {"id": 530}, "project": {"id": 379, "owner": {"id": 711}, "assignee": {"id": 899}}, "task": {"id": 352, "owner": {"id": 12}, "assignee": {"id": 1088}}, "job": {"id": 376, "assignee": {"id": 1162}}, "organization": {"id": 187}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 83, "privilege": "worker"}, "organization": {"id": 161, "owner": {"id": 83}, "user": {"role": "owner"}}}, "resource": {"id": 348, "owner": {"id": 600}, "assignee": {"id": 505}, "project": {"id": 360, "owner": {"id": 712}, "assignee": {"id": 836}}, "task": {"id": 334, "owner": {"id": 83}, "assignee": {"id": 1071}}, "job": {"id": 361, "assignee": {"id": 1157}}, "organization": {"id": 161}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 14, "privilege": "worker"}, "organization": {"id": 189, "owner": {"id": 14}, "user": {"role": "owner"}}}, "resource": {"id": 318, "owner": {"id": 691}, "assignee": {"id": 520}, "project": {"id": 303, "owner": {"id": 749}, "assignee": {"id": 848}}, "task": {"id": 353, "owner": {"id": 14}, "assignee": {"id": 1098}}, "job": {"id": 360, "assignee": {"id": 1125}}, "organization": {"id": 189}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 43, "privilege": "worker"}, "organization": {"id": 139, "owner": {"id": 43}, "user": {"role": "owner"}}}, "resource": {"id": 375, "owner": {"id": 606}, "assignee": {"id": 594}, "project": {"id": 304, "owner": {"id": 715}, "assignee": {"id": 801}}, "task": {"id": 374, "owner": {"id": 43}, "assignee": {"id": 1067}}, "job": {"id": 363, "assignee": {"id": 1179}}, "organization": {"id": 1232}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 54, "privilege": "worker"}, "organization": {"id": 164, "owner": {"id": 54}, "user": {"role": "owner"}}}, "resource": {"id": 341, "owner": {"id": 665}, "assignee": {"id": 590}, "project": {"id": 346, "owner": {"id": 719}, "assignee": {"id": 803}}, "task": {"id": 333, "owner": {"id": 54}, "assignee": {"id": 1064}}, "job": {"id": 337, "assignee": {"id": 1149}}, "organization": {"id": 1273}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 94, "privilege": "worker"}, "organization": {"id": 177, "owner": {"id": 94}, "user": {"role": "owner"}}}, "resource": {"id": 388, "owner": {"id": 630}, "assignee": {"id": 547}, "project": {"id": 365, "owner": {"id": 724}, "assignee": {"id": 827}}, "task": {"id": 391, "owner": {"id": 94}, "assignee": {"id": 1064}}, "job": {"id": 339, "assignee": {"id": 1171}}, "organization": {"id": 1268}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 79, "privilege": "worker"}, "organization": {"id": 102, "owner": {"id": 79}, "user": {"role": "owner"}}}, "resource": {"id": 326, "owner": {"id": 674}, "assignee": {"id": 565}, "project": {"id": 310, "owner": {"id": 784}, "assignee": {"id": 879}}, "task": {"id": 339, "owner": {"id": 79}, "assignee": {"id": 1056}}, "job": {"id": 398, "assignee": {"id": 1128}}, "organization": {"id": 1270}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 31, "privilege": "worker"}, "organization": {"id": 113, "owner": {"id": 258}, "user": {"role": "maintainer"}}}, "resource": {"id": 387, "owner": {"id": 692}, "assignee": {"id": 569}, "project": {"id": 311, "owner": {"id": 779}, "assignee": {"id": 865}}, "task": {"id": 389, "owner": {"id": 31}, "assignee": {"id": 1087}}, "job": {"id": 324, "assignee": {"id": 1130}}, "organization": {"id": 113}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 58, "privilege": "worker"}, "organization": {"id": 177, "owner": {"id": 295}, "user": {"role": "maintainer"}}}, "resource": {"id": 320, "owner": {"id": 686}, "assignee": {"id": 542}, "project": {"id": 398, "owner": {"id": 754}, "assignee": {"id": 803}}, "task": {"id": 311, "owner": {"id": 58}, "assignee": {"id": 1038}}, "job": {"id": 304, "assignee": {"id": 1124}}, "organization": {"id": 177}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 62, "privilege": "worker"}, "organization": {"id": 185, "owner": {"id": 276}, "user": {"role": "maintainer"}}}, "resource": {"id": 378, "owner": {"id": 610}, "assignee": {"id": 509}, "project": {"id": 355, "owner": {"id": 762}, "assignee": {"id": 807}}, "task": {"id": 395, "owner": {"id": 62}, "assignee": {"id": 1097}}, "job": {"id": 386, "assignee": {"id": 1112}}, "organization": {"id": 185}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 95, "privilege": "worker"}, "organization": {"id": 163, "owner": {"id": 203}, "user": {"role": "maintainer"}}}, "resource": {"id": 374, "owner": {"id": 619}, "assignee": {"id": 531}, "project": {"id": 314, "owner": {"id": 763}, "assignee": {"id": 862}}, "task": {"id": 344, "owner": {"id": 95}, "assignee": {"id": 1055}}, "job": {"id": 314, "assignee": {"id": 1115}}, "organization": {"id": 163}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 48, "privilege": "worker"}, "organization": {"id": 103, "owner": {"id": 218}, "user": {"role": "maintainer"}}}, "resource": {"id": 314, "owner": {"id": 649}, "assignee": {"id": 507}, "project": {"id": 389, "owner": {"id": 794}, "assignee": {"id": 818}}, "task": {"id": 324, "owner": {"id": 48}, "assignee": {"id": 1083}}, "job": {"id": 367, "assignee": {"id": 1165}}, "organization": {"id": 1277}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 35, "privilege": "worker"}, "organization": {"id": 174, "owner": {"id": 220}, "user": {"role": "maintainer"}}}, "resource": {"id": 303, "owner": {"id": 659}, "assignee": {"id": 525}, "project": {"id": 321, "owner": {"id": 795}, "assignee": {"id": 895}}, "task": {"id": 382, "owner": {"id": 35}, "assignee": {"id": 1063}}, "job": {"id": 368, "assignee": {"id": 1147}}, "organization": {"id": 1282}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 90, "privilege": "worker"}, "organization": {"id": 141, "owner": {"id": 218}, "user": {"role": "maintainer"}}}, "resource": {"id": 305, "owner": {"id": 694}, "assignee": {"id": 550}, "project": {"id": 366, "owner": {"id": 771}, "assignee": {"id": 881}}, "task": {"id": 349, "owner": {"id": 90}, "assignee": {"id": 1091}}, "job": {"id": 365, "assignee": {"id": 1110}}, "organization": {"id": 1207}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 2, "privilege": "worker"}, "organization": {"id": 112, "owner": {"id": 245}, "user": {"role": "maintainer"}}}, "resource": {"id": 352, "owner": {"id": 664}, "assignee": {"id": 549}, "project": {"id": 319, "owner": {"id": 767}, "assignee": {"id": 829}}, "task": {"id": 310, "owner": {"id": 2}, "assignee": {"id": 1098}}, "job": {"id": 330, "assignee": {"id": 1170}}, "organization": {"id": 1241}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 95, "privilege": "worker"}, "organization": {"id": 141, "owner": {"id": 288}, "user": {"role": "supervisor"}}}, "resource": {"id": 383, "owner": {"id": 615}, "assignee": {"id": 596}, "project": {"id": 392, "owner": {"id": 796}, "assignee": {"id": 895}}, "task": {"id": 395, "owner": {"id": 95}, "assignee": {"id": 1014}}, "job": {"id": 305, "assignee": {"id": 1136}}, "organization": {"id": 141}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 37, "privilege": "worker"}, "organization": {"id": 168, "owner": {"id": 208}, "user": {"role": "supervisor"}}}, "resource": {"id": 329, "owner": {"id": 619}, "assignee": {"id": 514}, "project": {"id": 311, "owner": {"id": 743}, "assignee": {"id": 824}}, "task": {"id": 331, "owner": {"id": 37}, "assignee": {"id": 1035}}, "job": {"id": 302, "assignee": {"id": 1126}}, "organization": {"id": 168}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 38, "privilege": "worker"}, "organization": {"id": 109, "owner": {"id": 218}, "user": {"role": "supervisor"}}}, "resource": {"id": 394, "owner": {"id": 684}, "assignee": {"id": 505}, "project": {"id": 376, "owner": {"id": 772}, "assignee": {"id": 822}}, "task": {"id": 384, "owner": {"id": 38}, "assignee": {"id": 1024}}, "job": {"id": 398, "assignee": {"id": 1153}}, "organization": {"id": 109}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 48, "privilege": "worker"}, "organization": {"id": 129, "owner": {"id": 209}, "user": {"role": "supervisor"}}}, "resource": {"id": 350, "owner": {"id": 626}, "assignee": {"id": 573}, "project": {"id": 388, "owner": {"id": 726}, "assignee": {"id": 844}}, "task": {"id": 336, "owner": {"id": 48}, "assignee": {"id": 1062}}, "job": {"id": 304, "assignee": {"id": 1115}}, "organization": {"id": 129}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 99, "privilege": "worker"}, "organization": {"id": 196, "owner": {"id": 225}, "user": {"role": "supervisor"}}}, "resource": {"id": 397, "owner": {"id": 630}, "assignee": {"id": 598}, "project": {"id": 321, "owner": {"id": 742}, "assignee": {"id": 853}}, "task": {"id": 378, "owner": {"id": 99}, "assignee": {"id": 1063}}, "job": {"id": 340, "assignee": {"id": 1118}}, "organization": {"id": 1251}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 47, "privilege": "worker"}, "organization": {"id": 199, "owner": {"id": 212}, "user": {"role": "supervisor"}}}, "resource": {"id": 346, "owner": {"id": 668}, "assignee": {"id": 561}, "project": {"id": 352, "owner": {"id": 706}, "assignee": {"id": 834}}, "task": {"id": 319, "owner": {"id": 47}, "assignee": {"id": 1067}}, "job": {"id": 347, "assignee": {"id": 1103}}, "organization": {"id": 1293}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 98, "privilege": "worker"}, "organization": {"id": 146, "owner": {"id": 211}, "user": {"role": "supervisor"}}}, "resource": {"id": 388, "owner": {"id": 615}, "assignee": {"id": 501}, "project": {"id": 343, "owner": {"id": 705}, "assignee": {"id": 856}}, "task": {"id": 365, "owner": {"id": 98}, "assignee": {"id": 1007}}, "job": {"id": 303, "assignee": {"id": 1107}}, "organization": {"id": 1299}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 52, "privilege": "worker"}, "organization": {"id": 143, "owner": {"id": 292}, "user": {"role": "supervisor"}}}, "resource": {"id": 354, "owner": {"id": 697}, "assignee": {"id": 536}, "project": {"id": 384, "owner": {"id": 704}, "assignee": {"id": 850}}, "task": {"id": 391, "owner": {"id": 52}, "assignee": {"id": 1023}}, "job": {"id": 319, "assignee": {"id": 1102}}, "organization": {"id": 1239}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 42, "privilege": "worker"}, "organization": {"id": 190, "owner": {"id": 235}, "user": {"role": "worker"}}}, "resource": {"id": 322, "owner": {"id": 670}, "assignee": {"id": 521}, "project": {"id": 312, "owner": {"id": 726}, "assignee": {"id": 840}}, "task": {"id": 383, "owner": {"id": 42}, "assignee": {"id": 1093}}, "job": {"id": 353, "assignee": {"id": 1172}}, "organization": {"id": 190}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 99, "privilege": "worker"}, "organization": {"id": 193, "owner": {"id": 230}, "user": {"role": "worker"}}}, "resource": {"id": 377, "owner": {"id": 659}, "assignee": {"id": 546}, "project": {"id": 367, "owner": {"id": 715}, "assignee": {"id": 811}}, "task": {"id": 382, "owner": {"id": 99}, "assignee": {"id": 1042}}, "job": {"id": 301, "assignee": {"id": 1122}}, "organization": {"id": 193}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 63, "privilege": "worker"}, "organization": {"id": 174, "owner": {"id": 273}, "user": {"role": "worker"}}}, "resource": {"id": 371, "owner": {"id": 643}, "assignee": {"id": 537}, "project": {"id": 334, "owner": {"id": 725}, "assignee": {"id": 884}}, "task": {"id": 311, "owner": {"id": 63}, "assignee": {"id": 1091}}, "job": {"id": 335, "assignee": {"id": 1115}}, "organization": {"id": 174}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 33, "privilege": "worker"}, "organization": {"id": 140, "owner": {"id": 278}, "user": {"role": "worker"}}}, "resource": {"id": 348, "owner": {"id": 671}, "assignee": {"id": 585}, "project": {"id": 376, "owner": {"id": 763}, "assignee": {"id": 800}}, "task": {"id": 390, "owner": {"id": 33}, "assignee": {"id": 1082}}, "job": {"id": 361, "assignee": {"id": 1109}}, "organization": {"id": 140}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 97, "privilege": "worker"}, "organization": {"id": 196, "owner": {"id": 262}, "user": {"role": "worker"}}}, "resource": {"id": 375, "owner": {"id": 677}, "assignee": {"id": 543}, "project": {"id": 341, "owner": {"id": 700}, "assignee": {"id": 881}}, "task": {"id": 348, "owner": {"id": 97}, "assignee": {"id": 1037}}, "job": {"id": 354, "assignee": {"id": 1118}}, "organization": {"id": 1230}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 4, "privilege": "worker"}, "organization": {"id": 114, "owner": {"id": 238}, "user": {"role": "worker"}}}, "resource": {"id": 353, "owner": {"id": 605}, "assignee": {"id": 515}, "project": {"id": 330, "owner": {"id": 778}, "assignee": {"id": 861}}, "task": {"id": 358, "owner": {"id": 4}, "assignee": {"id": 1018}}, "job": {"id": 390, "assignee": {"id": 1118}}, "organization": {"id": 1217}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 14, "privilege": "worker"}, "organization": {"id": 140, "owner": {"id": 223}, "user": {"role": "worker"}}}, "resource": {"id": 315, "owner": {"id": 661}, "assignee": {"id": 529}, "project": {"id": 311, "owner": {"id": 745}, "assignee": {"id": 859}}, "task": {"id": 385, "owner": {"id": 14}, "assignee": {"id": 1058}}, "job": {"id": 365, "assignee": {"id": 1151}}, "organization": {"id": 1229}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 73, "privilege": "worker"}, "organization": {"id": 170, "owner": {"id": 285}, "user": {"role": "worker"}}}, "resource": {"id": 392, "owner": {"id": 687}, "assignee": {"id": 547}, "project": {"id": 300, "owner": {"id": 706}, "assignee": {"id": 885}}, "task": {"id": 300, "owner": {"id": 73}, "assignee": {"id": 1073}}, "job": {"id": 308, "assignee": {"id": 1170}}, "organization": {"id": 1272}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 68, "privilege": "worker"}, "organization": {"id": 186, "owner": {"id": 278}, "user": {"role": null}}}, "resource": {"id": 335, "owner": {"id": 618}, "assignee": {"id": 521}, "project": {"id": 312, "owner": {"id": 745}, "assignee": {"id": 846}}, "task": {"id": 316, "owner": {"id": 68}, "assignee": {"id": 1031}}, "job": {"id": 356, "assignee": {"id": 1174}}, "organization": {"id": 186}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 16, "privilege": "worker"}, "organization": {"id": 116, "owner": {"id": 240}, "user": {"role": null}}}, "resource": {"id": 367, "owner": {"id": 690}, "assignee": {"id": 535}, "project": {"id": 307, "owner": {"id": 714}, "assignee": {"id": 894}}, "task": {"id": 345, "owner": {"id": 16}, "assignee": {"id": 1076}}, "job": {"id": 329, "assignee": {"id": 1139}}, "organization": {"id": 116}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 32, "privilege": "worker"}, "organization": {"id": 147, "owner": {"id": 246}, "user": {"role": null}}}, "resource": {"id": 326, "owner": {"id": 688}, "assignee": {"id": 515}, "project": {"id": 348, "owner": {"id": 704}, "assignee": {"id": 848}}, "task": {"id": 377, "owner": {"id": 32}, "assignee": {"id": 1004}}, "job": {"id": 351, "assignee": {"id": 1165}}, "organization": {"id": 147}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 33, "privilege": "worker"}, "organization": {"id": 168, "owner": {"id": 258}, "user": {"role": null}}}, "resource": {"id": 375, "owner": {"id": 661}, "assignee": {"id": 502}, "project": {"id": 361, "owner": {"id": 770}, "assignee": {"id": 835}}, "task": {"id": 377, "owner": {"id": 33}, "assignee": {"id": 1091}}, "job": {"id": 362, "assignee": {"id": 1145}}, "organization": {"id": 168}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 83, "privilege": "worker"}, "organization": {"id": 176, "owner": {"id": 268}, "user": {"role": null}}}, "resource": {"id": 323, "owner": {"id": 634}, "assignee": {"id": 596}, "project": {"id": 306, "owner": {"id": 728}, "assignee": {"id": 851}}, "task": {"id": 389, "owner": {"id": 83}, "assignee": {"id": 1040}}, "job": {"id": 320, "assignee": {"id": 1129}}, "organization": {"id": 1239}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 3, "privilege": "worker"}, "organization": {"id": 156, "owner": {"id": 256}, "user": {"role": null}}}, "resource": {"id": 333, "owner": {"id": 640}, "assignee": {"id": 560}, "project": {"id": 340, "owner": {"id": 723}, "assignee": {"id": 893}}, "task": {"id": 310, "owner": {"id": 3}, "assignee": {"id": 1050}}, "job": {"id": 375, "assignee": {"id": 1113}}, "organization": {"id": 1234}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 43, "privilege": "worker"}, "organization": {"id": 157, "owner": {"id": 254}, "user": {"role": null}}}, "resource": {"id": 364, "owner": {"id": 666}, "assignee": {"id": 564}, "project": {"id": 311, "owner": {"id": 793}, "assignee": {"id": 833}}, "task": {"id": 316, "owner": {"id": 43}, "assignee": {"id": 1087}}, "job": {"id": 363, "assignee": {"id": 1153}}, "organization": {"id": 1260}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 46, "privilege": "worker"}, "organization": {"id": 101, "owner": {"id": 202}, "user": {"role": null}}}, "resource": {"id": 333, "owner": {"id": 634}, "assignee": {"id": 545}, "project": {"id": 336, "owner": {"id": 726}, "assignee": {"id": 854}}, "task": {"id": 308, "owner": {"id": 46}, "assignee": {"id": 1069}}, "job": {"id": 358, "assignee": {"id": 1153}}, "organization": {"id": 1266}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 65, "privilege": "none"}, "organization": {"id": 190, "owner": {"id": 65}, "user": {"role": "owner"}}}, "resource": {"id": 347, "owner": {"id": 653}, "assignee": {"id": 552}, "project": {"id": 317, "owner": {"id": 740}, "assignee": {"id": 896}}, "task": {"id": 376, "owner": {"id": 65}, "assignee": {"id": 1047}}, "job": {"id": 399, "assignee": {"id": 1181}}, "organization": {"id": 190}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 73, "privilege": "none"}, "organization": {"id": 137, "owner": {"id": 73}, "user": {"role": "owner"}}}, "resource": {"id": 310, "owner": {"id": 633}, "assignee": {"id": 555}, "project": {"id": 303, "owner": {"id": 792}, "assignee": {"id": 886}}, "task": {"id": 359, "owner": {"id": 73}, "assignee": {"id": 1011}}, "job": {"id": 360, "assignee": {"id": 1107}}, "organization": {"id": 137}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 89, "privilege": "none"}, "organization": {"id": 145, "owner": {"id": 89}, "user": {"role": "owner"}}}, "resource": {"id": 357, "owner": {"id": 655}, "assignee": {"id": 520}, "project": {"id": 345, "owner": {"id": 778}, "assignee": {"id": 868}}, "task": {"id": 386, "owner": {"id": 89}, "assignee": {"id": 1000}}, "job": {"id": 375, "assignee": {"id": 1136}}, "organization": {"id": 145}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 70, "privilege": "none"}, "organization": {"id": 186, "owner": {"id": 70}, "user": {"role": "owner"}}}, "resource": {"id": 336, "owner": {"id": 651}, "assignee": {"id": 505}, "project": {"id": 397, "owner": {"id": 764}, "assignee": {"id": 853}}, "task": {"id": 307, "owner": {"id": 70}, "assignee": {"id": 1033}}, "job": {"id": 386, "assignee": {"id": 1172}}, "organization": {"id": 186}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 84, "privilege": "none"}, "organization": {"id": 140, "owner": {"id": 84}, "user": {"role": "owner"}}}, "resource": {"id": 307, "owner": {"id": 674}, "assignee": {"id": 596}, "project": {"id": 386, "owner": {"id": 714}, "assignee": {"id": 807}}, "task": {"id": 378, "owner": {"id": 84}, "assignee": {"id": 1009}}, "job": {"id": 393, "assignee": {"id": 1167}}, "organization": {"id": 1253}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 84, "privilege": "none"}, "organization": {"id": 129, "owner": {"id": 84}, "user": {"role": "owner"}}}, "resource": {"id": 374, "owner": {"id": 678}, "assignee": {"id": 511}, "project": {"id": 327, "owner": {"id": 762}, "assignee": {"id": 822}}, "task": {"id": 351, "owner": {"id": 84}, "assignee": {"id": 1051}}, "job": {"id": 359, "assignee": {"id": 1144}}, "organization": {"id": 1285}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 68, "privilege": "none"}, "organization": {"id": 132, "owner": {"id": 68}, "user": {"role": "owner"}}}, "resource": {"id": 311, "owner": {"id": 611}, "assignee": {"id": 597}, "project": {"id": 338, "owner": {"id": 775}, "assignee": {"id": 884}}, "task": {"id": 314, "owner": {"id": 68}, "assignee": {"id": 1045}}, "job": {"id": 340, "assignee": {"id": 1170}}, "organization": {"id": 1279}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 71, "privilege": "none"}, "organization": {"id": 134, "owner": {"id": 71}, "user": {"role": "owner"}}}, "resource": {"id": 300, "owner": {"id": 631}, "assignee": {"id": 528}, "project": {"id": 354, "owner": {"id": 720}, "assignee": {"id": 879}}, "task": {"id": 351, "owner": {"id": 71}, "assignee": {"id": 1069}}, "job": {"id": 365, "assignee": {"id": 1129}}, "organization": {"id": 1254}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 51, "privilege": "none"}, "organization": {"id": 122, "owner": {"id": 220}, "user": {"role": "maintainer"}}}, "resource": {"id": 363, "owner": {"id": 644}, "assignee": {"id": 508}, "project": {"id": 300, "owner": {"id": 775}, "assignee": {"id": 836}}, "task": {"id": 312, "owner": {"id": 51}, "assignee": {"id": 1037}}, "job": {"id": 301, "assignee": {"id": 1154}}, "organization": {"id": 122}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 57, "privilege": "none"}, "organization": {"id": 154, "owner": {"id": 279}, "user": {"role": "maintainer"}}}, "resource": {"id": 325, "owner": {"id": 694}, "assignee": {"id": 541}, "project": {"id": 327, "owner": {"id": 771}, "assignee": {"id": 890}}, "task": {"id": 349, "owner": {"id": 57}, "assignee": {"id": 1045}}, "job": {"id": 333, "assignee": {"id": 1103}}, "organization": {"id": 154}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 41, "privilege": "none"}, "organization": {"id": 118, "owner": {"id": 281}, "user": {"role": "maintainer"}}}, "resource": {"id": 393, "owner": {"id": 687}, "assignee": {"id": 568}, "project": {"id": 336, "owner": {"id": 734}, "assignee": {"id": 852}}, "task": {"id": 395, "owner": {"id": 41}, "assignee": {"id": 1040}}, "job": {"id": 328, "assignee": {"id": 1126}}, "organization": {"id": 118}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 20, "privilege": "none"}, "organization": {"id": 148, "owner": {"id": 249}, "user": {"role": "maintainer"}}}, "resource": {"id": 340, "owner": {"id": 641}, "assignee": {"id": 538}, "project": {"id": 351, "owner": {"id": 713}, "assignee": {"id": 875}}, "task": {"id": 370, "owner": {"id": 20}, "assignee": {"id": 1040}}, "job": {"id": 309, "assignee": {"id": 1165}}, "organization": {"id": 148}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 42, "privilege": "none"}, "organization": {"id": 111, "owner": {"id": 238}, "user": {"role": "maintainer"}}}, "resource": {"id": 388, "owner": {"id": 653}, "assignee": {"id": 583}, "project": {"id": 305, "owner": {"id": 710}, "assignee": {"id": 852}}, "task": {"id": 313, "owner": {"id": 42}, "assignee": {"id": 1042}}, "job": {"id": 312, "assignee": {"id": 1179}}, "organization": {"id": 1262}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 15, "privilege": "none"}, "organization": {"id": 168, "owner": {"id": 230}, "user": {"role": "maintainer"}}}, "resource": {"id": 309, "owner": {"id": 601}, "assignee": {"id": 539}, "project": {"id": 372, "owner": {"id": 785}, "assignee": {"id": 888}}, "task": {"id": 388, "owner": {"id": 15}, "assignee": {"id": 1031}}, "job": {"id": 319, "assignee": {"id": 1122}}, "organization": {"id": 1253}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 64, "privilege": "none"}, "organization": {"id": 148, "owner": {"id": 285}, "user": {"role": "maintainer"}}}, "resource": {"id": 339, "owner": {"id": 631}, "assignee": {"id": 516}, "project": {"id": 310, "owner": {"id": 761}, "assignee": {"id": 885}}, "task": {"id": 315, "owner": {"id": 64}, "assignee": {"id": 1025}}, "job": {"id": 375, "assignee": {"id": 1151}}, "organization": {"id": 1232}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 95, "privilege": "none"}, "organization": {"id": 113, "owner": {"id": 294}, "user": {"role": "maintainer"}}}, "resource": {"id": 365, "owner": {"id": 668}, "assignee": {"id": 511}, "project": {"id": 387, "owner": {"id": 729}, "assignee": {"id": 845}}, "task": {"id": 340, "owner": {"id": 95}, "assignee": {"id": 1015}}, "job": {"id": 316, "assignee": {"id": 1141}}, "organization": {"id": 1287}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 79, "privilege": "none"}, "organization": {"id": 149, "owner": {"id": 276}, "user": {"role": "supervisor"}}}, "resource": {"id": 362, "owner": {"id": 634}, "assignee": {"id": 508}, "project": {"id": 310, "owner": {"id": 706}, "assignee": {"id": 878}}, "task": {"id": 347, "owner": {"id": 79}, "assignee": {"id": 1028}}, "job": {"id": 377, "assignee": {"id": 1171}}, "organization": {"id": 149}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 86, "privilege": "none"}, "organization": {"id": 159, "owner": {"id": 297}, "user": {"role": "supervisor"}}}, "resource": {"id": 370, "owner": {"id": 655}, "assignee": {"id": 548}, "project": {"id": 370, "owner": {"id": 730}, "assignee": {"id": 829}}, "task": {"id": 336, "owner": {"id": 86}, "assignee": {"id": 1050}}, "job": {"id": 333, "assignee": {"id": 1114}}, "organization": {"id": 159}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 2, "privilege": "none"}, "organization": {"id": 138, "owner": {"id": 290}, "user": {"role": "supervisor"}}}, "resource": {"id": 334, "owner": {"id": 640}, "assignee": {"id": 515}, "project": {"id": 389, "owner": {"id": 712}, "assignee": {"id": 861}}, "task": {"id": 360, "owner": {"id": 2}, "assignee": {"id": 1065}}, "job": {"id": 369, "assignee": {"id": 1195}}, "organization": {"id": 138}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 14, "privilege": "none"}, "organization": {"id": 188, "owner": {"id": 233}, "user": {"role": "supervisor"}}}, "resource": {"id": 301, "owner": {"id": 679}, "assignee": {"id": 592}, "project": {"id": 366, "owner": {"id": 708}, "assignee": {"id": 874}}, "task": {"id": 394, "owner": {"id": 14}, "assignee": {"id": 1040}}, "job": {"id": 390, "assignee": {"id": 1165}}, "organization": {"id": 188}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 48, "privilege": "none"}, "organization": {"id": 138, "owner": {"id": 229}, "user": {"role": "supervisor"}}}, "resource": {"id": 343, "owner": {"id": 666}, "assignee": {"id": 589}, "project": {"id": 350, "owner": {"id": 702}, "assignee": {"id": 815}}, "task": {"id": 351, "owner": {"id": 48}, "assignee": {"id": 1043}}, "job": {"id": 332, "assignee": {"id": 1175}}, "organization": {"id": 1229}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 38, "privilege": "none"}, "organization": {"id": 123, "owner": {"id": 204}, "user": {"role": "supervisor"}}}, "resource": {"id": 365, "owner": {"id": 617}, "assignee": {"id": 545}, "project": {"id": 350, "owner": {"id": 726}, "assignee": {"id": 861}}, "task": {"id": 375, "owner": {"id": 38}, "assignee": {"id": 1028}}, "job": {"id": 337, "assignee": {"id": 1162}}, "organization": {"id": 1296}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 16, "privilege": "none"}, "organization": {"id": 177, "owner": {"id": 272}, "user": {"role": "supervisor"}}}, "resource": {"id": 300, "owner": {"id": 663}, "assignee": {"id": 561}, "project": {"id": 353, "owner": {"id": 790}, "assignee": {"id": 872}}, "task": {"id": 313, "owner": {"id": 16}, "assignee": {"id": 1052}}, "job": {"id": 384, "assignee": {"id": 1158}}, "organization": {"id": 1223}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 74, "privilege": "none"}, "organization": {"id": 103, "owner": {"id": 229}, "user": {"role": "supervisor"}}}, "resource": {"id": 355, "owner": {"id": 647}, "assignee": {"id": 584}, "project": {"id": 301, "owner": {"id": 792}, "assignee": {"id": 869}}, "task": {"id": 368, "owner": {"id": 74}, "assignee": {"id": 1009}}, "job": {"id": 305, "assignee": {"id": 1169}}, "organization": {"id": 1297}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 4, "privilege": "none"}, "organization": {"id": 145, "owner": {"id": 259}, "user": {"role": "worker"}}}, "resource": {"id": 357, "owner": {"id": 679}, "assignee": {"id": 530}, "project": {"id": 354, "owner": {"id": 736}, "assignee": {"id": 883}}, "task": {"id": 326, "owner": {"id": 4}, "assignee": {"id": 1012}}, "job": {"id": 325, "assignee": {"id": 1153}}, "organization": {"id": 145}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 84, "privilege": "none"}, "organization": {"id": 114, "owner": {"id": 236}, "user": {"role": "worker"}}}, "resource": {"id": 372, "owner": {"id": 687}, "assignee": {"id": 578}, "project": {"id": 376, "owner": {"id": 739}, "assignee": {"id": 807}}, "task": {"id": 396, "owner": {"id": 84}, "assignee": {"id": 1037}}, "job": {"id": 386, "assignee": {"id": 1174}}, "organization": {"id": 114}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 86, "privilege": "none"}, "organization": {"id": 178, "owner": {"id": 251}, "user": {"role": "worker"}}}, "resource": {"id": 353, "owner": {"id": 676}, "assignee": {"id": 581}, "project": {"id": 358, "owner": {"id": 708}, "assignee": {"id": 865}}, "task": {"id": 326, "owner": {"id": 86}, "assignee": {"id": 1081}}, "job": {"id": 375, "assignee": {"id": 1160}}, "organization": {"id": 178}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 16, "privilege": "none"}, "organization": {"id": 101, "owner": {"id": 297}, "user": {"role": "worker"}}}, "resource": {"id": 389, "owner": {"id": 679}, "assignee": {"id": 523}, "project": {"id": 340, "owner": {"id": 775}, "assignee": {"id": 886}}, "task": {"id": 385, "owner": {"id": 16}, "assignee": {"id": 1054}}, "job": {"id": 332, "assignee": {"id": 1126}}, "organization": {"id": 101}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 97, "privilege": "none"}, "organization": {"id": 182, "owner": {"id": 295}, "user": {"role": "worker"}}}, "resource": {"id": 349, "owner": {"id": 621}, "assignee": {"id": 508}, "project": {"id": 397, "owner": {"id": 709}, "assignee": {"id": 833}}, "task": {"id": 321, "owner": {"id": 97}, "assignee": {"id": 1023}}, "job": {"id": 318, "assignee": {"id": 1160}}, "organization": {"id": 1227}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 87, "privilege": "none"}, "organization": {"id": 127, "owner": {"id": 285}, "user": {"role": "worker"}}}, "resource": {"id": 333, "owner": {"id": 693}, "assignee": {"id": 518}, "project": {"id": 385, "owner": {"id": 745}, "assignee": {"id": 863}}, "task": {"id": 303, "owner": {"id": 87}, "assignee": {"id": 1098}}, "job": {"id": 372, "assignee": {"id": 1117}}, "organization": {"id": 1258}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 47, "privilege": "none"}, "organization": {"id": 139, "owner": {"id": 216}, "user": {"role": "worker"}}}, "resource": {"id": 311, "owner": {"id": 663}, "assignee": {"id": 543}, "project": {"id": 379, "owner": {"id": 747}, "assignee": {"id": 830}}, "task": {"id": 392, "owner": {"id": 47}, "assignee": {"id": 1000}}, "job": {"id": 367, "assignee": {"id": 1141}}, "organization": {"id": 1262}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 11, "privilege": "none"}, "organization": {"id": 131, "owner": {"id": 240}, "user": {"role": "worker"}}}, "resource": {"id": 319, "owner": {"id": 672}, "assignee": {"id": 522}, "project": {"id": 355, "owner": {"id": 720}, "assignee": {"id": 850}}, "task": {"id": 363, "owner": {"id": 11}, "assignee": {"id": 1029}}, "job": {"id": 383, "assignee": {"id": 1115}}, "organization": {"id": 1204}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 49, "privilege": "none"}, "organization": {"id": 122, "owner": {"id": 208}, "user": {"role": null}}}, "resource": {"id": 361, "owner": {"id": 670}, "assignee": {"id": 597}, "project": {"id": 375, "owner": {"id": 704}, "assignee": {"id": 837}}, "task": {"id": 356, "owner": {"id": 49}, "assignee": {"id": 1017}}, "job": {"id": 382, "assignee": {"id": 1176}}, "organization": {"id": 122}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 86, "privilege": "none"}, "organization": {"id": 124, "owner": {"id": 277}, "user": {"role": null}}}, "resource": {"id": 341, "owner": {"id": 616}, "assignee": {"id": 537}, "project": {"id": 375, "owner": {"id": 713}, "assignee": {"id": 802}}, "task": {"id": 326, "owner": {"id": 86}, "assignee": {"id": 1013}}, "job": {"id": 333, "assignee": {"id": 1124}}, "organization": {"id": 124}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 25, "privilege": "none"}, "organization": {"id": 116, "owner": {"id": 237}, "user": {"role": null}}}, "resource": {"id": 370, "owner": {"id": 616}, "assignee": {"id": 555}, "project": {"id": 357, "owner": {"id": 786}, "assignee": {"id": 874}}, "task": {"id": 314, "owner": {"id": 25}, "assignee": {"id": 1037}}, "job": {"id": 385, "assignee": {"id": 1191}}, "organization": {"id": 116}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 50, "privilege": "none"}, "organization": {"id": 146, "owner": {"id": 246}, "user": {"role": null}}}, "resource": {"id": 332, "owner": {"id": 685}, "assignee": {"id": 529}, "project": {"id": 314, "owner": {"id": 709}, "assignee": {"id": 841}}, "task": {"id": 349, "owner": {"id": 50}, "assignee": {"id": 1027}}, "job": {"id": 365, "assignee": {"id": 1176}}, "organization": {"id": 146}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 0, "privilege": "none"}, "organization": {"id": 135, "owner": {"id": 205}, "user": {"role": null}}}, "resource": {"id": 393, "owner": {"id": 613}, "assignee": {"id": 522}, "project": {"id": 310, "owner": {"id": 718}, "assignee": {"id": 831}}, "task": {"id": 345, "owner": {"id": 0}, "assignee": {"id": 1083}}, "job": {"id": 316, "assignee": {"id": 1192}}, "organization": {"id": 1207}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 46, "privilege": "none"}, "organization": {"id": 109, "owner": {"id": 257}, "user": {"role": null}}}, "resource": {"id": 372, "owner": {"id": 624}, "assignee": {"id": 582}, "project": {"id": 386, "owner": {"id": 758}, "assignee": {"id": 889}}, "task": {"id": 325, "owner": {"id": 46}, "assignee": {"id": 1051}}, "job": {"id": 329, "assignee": {"id": 1172}}, "organization": {"id": 1220}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 92, "privilege": "none"}, "organization": {"id": 172, "owner": {"id": 244}, "user": {"role": null}}}, "resource": {"id": 336, "owner": {"id": 634}, "assignee": {"id": 545}, "project": {"id": 314, "owner": {"id": 757}, "assignee": {"id": 884}}, "task": {"id": 352, "owner": {"id": 92}, "assignee": {"id": 1058}}, "job": {"id": 353, "assignee": {"id": 1156}}, "organization": {"id": 1274}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 56, "privilege": "none"}, "organization": {"id": 124, "owner": {"id": 271}, "user": {"role": null}}}, "resource": {"id": 335, "owner": {"id": 624}, "assignee": {"id": 559}, "project": {"id": 350, "owner": {"id": 716}, "assignee": {"id": 837}}, "task": {"id": 392, "owner": {"id": 56}, "assignee": {"id": 1041}}, "job": {"id": 348, "assignee": {"id": 1169}}, "organization": {"id": 1251}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 42, "privilege": "admin"}, "organization": {"id": 197, "owner": {"id": 42}, "user": {"role": "owner"}}}, "resource": {"id": 347, "owner": {"id": 629}, "assignee": {"id": 517}, "project": {"id": 336, "owner": {"id": 736}, "assignee": {"id": 887}}, "task": {"id": 394, "owner": {"id": 964}, "assignee": {"id": 42}}, "job": {"id": 388, "assignee": {"id": 1143}}, "organization": {"id": 197}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 39, "privilege": "admin"}, "organization": {"id": 132, "owner": {"id": 39}, "user": {"role": "owner"}}}, "resource": {"id": 385, "owner": {"id": 621}, "assignee": {"id": 555}, "project": {"id": 372, "owner": {"id": 766}, "assignee": {"id": 812}}, "task": {"id": 317, "owner": {"id": 976}, "assignee": {"id": 39}}, "job": {"id": 383, "assignee": {"id": 1197}}, "organization": {"id": 132}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 86, "privilege": "admin"}, "organization": {"id": 180, "owner": {"id": 86}, "user": {"role": "owner"}}}, "resource": {"id": 340, "owner": {"id": 677}, "assignee": {"id": 580}, "project": {"id": 396, "owner": {"id": 753}, "assignee": {"id": 803}}, "task": {"id": 367, "owner": {"id": 940}, "assignee": {"id": 86}}, "job": {"id": 311, "assignee": {"id": 1161}}, "organization": {"id": 180}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 64, "privilege": "admin"}, "organization": {"id": 199, "owner": {"id": 64}, "user": {"role": "owner"}}}, "resource": {"id": 387, "owner": {"id": 682}, "assignee": {"id": 594}, "project": {"id": 303, "owner": {"id": 786}, "assignee": {"id": 813}}, "task": {"id": 301, "owner": {"id": 975}, "assignee": {"id": 64}}, "job": {"id": 328, "assignee": {"id": 1116}}, "organization": {"id": 199}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 30, "privilege": "admin"}, "organization": {"id": 146, "owner": {"id": 30}, "user": {"role": "owner"}}}, "resource": {"id": 328, "owner": {"id": 610}, "assignee": {"id": 573}, "project": {"id": 304, "owner": {"id": 770}, "assignee": {"id": 897}}, "task": {"id": 350, "owner": {"id": 973}, "assignee": {"id": 30}}, "job": {"id": 319, "assignee": {"id": 1179}}, "organization": {"id": 1252}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 82, "privilege": "admin"}, "organization": {"id": 123, "owner": {"id": 82}, "user": {"role": "owner"}}}, "resource": {"id": 377, "owner": {"id": 617}, "assignee": {"id": 594}, "project": {"id": 359, "owner": {"id": 752}, "assignee": {"id": 817}}, "task": {"id": 323, "owner": {"id": 989}, "assignee": {"id": 82}}, "job": {"id": 370, "assignee": {"id": 1100}}, "organization": {"id": 1288}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 28, "privilege": "admin"}, "organization": {"id": 195, "owner": {"id": 28}, "user": {"role": "owner"}}}, "resource": {"id": 391, "owner": {"id": 606}, "assignee": {"id": 550}, "project": {"id": 382, "owner": {"id": 709}, "assignee": {"id": 823}}, "task": {"id": 370, "owner": {"id": 923}, "assignee": {"id": 28}}, "job": {"id": 360, "assignee": {"id": 1189}}, "organization": {"id": 1255}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 32, "privilege": "admin"}, "organization": {"id": 171, "owner": {"id": 32}, "user": {"role": "owner"}}}, "resource": {"id": 384, "owner": {"id": 648}, "assignee": {"id": 516}, "project": {"id": 387, "owner": {"id": 738}, "assignee": {"id": 829}}, "task": {"id": 302, "owner": {"id": 906}, "assignee": {"id": 32}}, "job": {"id": 348, "assignee": {"id": 1114}}, "organization": {"id": 1289}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 52, "privilege": "admin"}, "organization": {"id": 139, "owner": {"id": 256}, "user": {"role": "maintainer"}}}, "resource": {"id": 324, "owner": {"id": 633}, "assignee": {"id": 583}, "project": {"id": 337, "owner": {"id": 757}, "assignee": {"id": 834}}, "task": {"id": 350, "owner": {"id": 902}, "assignee": {"id": 52}}, "job": {"id": 359, "assignee": {"id": 1171}}, "organization": {"id": 139}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 18, "privilege": "admin"}, "organization": {"id": 198, "owner": {"id": 222}, "user": {"role": "maintainer"}}}, "resource": {"id": 380, "owner": {"id": 693}, "assignee": {"id": 588}, "project": {"id": 398, "owner": {"id": 740}, "assignee": {"id": 867}}, "task": {"id": 353, "owner": {"id": 998}, "assignee": {"id": 18}}, "job": {"id": 347, "assignee": {"id": 1137}}, "organization": {"id": 198}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 80, "privilege": "admin"}, "organization": {"id": 149, "owner": {"id": 228}, "user": {"role": "maintainer"}}}, "resource": {"id": 363, "owner": {"id": 630}, "assignee": {"id": 591}, "project": {"id": 389, "owner": {"id": 761}, "assignee": {"id": 891}}, "task": {"id": 343, "owner": {"id": 937}, "assignee": {"id": 80}}, "job": {"id": 360, "assignee": {"id": 1115}}, "organization": {"id": 149}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 11, "privilege": "admin"}, "organization": {"id": 163, "owner": {"id": 266}, "user": {"role": "maintainer"}}}, "resource": {"id": 377, "owner": {"id": 699}, "assignee": {"id": 597}, "project": {"id": 331, "owner": {"id": 759}, "assignee": {"id": 881}}, "task": {"id": 389, "owner": {"id": 905}, "assignee": {"id": 11}}, "job": {"id": 332, "assignee": {"id": 1156}}, "organization": {"id": 163}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 3, "privilege": "admin"}, "organization": {"id": 172, "owner": {"id": 284}, "user": {"role": "maintainer"}}}, "resource": {"id": 355, "owner": {"id": 610}, "assignee": {"id": 537}, "project": {"id": 331, "owner": {"id": 728}, "assignee": {"id": 804}}, "task": {"id": 395, "owner": {"id": 973}, "assignee": {"id": 3}}, "job": {"id": 319, "assignee": {"id": 1197}}, "organization": {"id": 1222}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 63, "privilege": "admin"}, "organization": {"id": 131, "owner": {"id": 244}, "user": {"role": "maintainer"}}}, "resource": {"id": 301, "owner": {"id": 694}, "assignee": {"id": 563}, "project": {"id": 308, "owner": {"id": 791}, "assignee": {"id": 831}}, "task": {"id": 349, "owner": {"id": 942}, "assignee": {"id": 63}}, "job": {"id": 383, "assignee": {"id": 1135}}, "organization": {"id": 1273}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 20, "privilege": "admin"}, "organization": {"id": 112, "owner": {"id": 267}, "user": {"role": "maintainer"}}}, "resource": {"id": 352, "owner": {"id": 631}, "assignee": {"id": 562}, "project": {"id": 339, "owner": {"id": 762}, "assignee": {"id": 832}}, "task": {"id": 399, "owner": {"id": 922}, "assignee": {"id": 20}}, "job": {"id": 385, "assignee": {"id": 1144}}, "organization": {"id": 1204}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 89, "privilege": "admin"}, "organization": {"id": 131, "owner": {"id": 225}, "user": {"role": "maintainer"}}}, "resource": {"id": 385, "owner": {"id": 667}, "assignee": {"id": 531}, "project": {"id": 345, "owner": {"id": 731}, "assignee": {"id": 894}}, "task": {"id": 347, "owner": {"id": 980}, "assignee": {"id": 89}}, "job": {"id": 383, "assignee": {"id": 1101}}, "organization": {"id": 1233}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 85, "privilege": "admin"}, "organization": {"id": 109, "owner": {"id": 286}, "user": {"role": "supervisor"}}}, "resource": {"id": 330, "owner": {"id": 610}, "assignee": {"id": 515}, "project": {"id": 364, "owner": {"id": 714}, "assignee": {"id": 860}}, "task": {"id": 341, "owner": {"id": 993}, "assignee": {"id": 85}}, "job": {"id": 312, "assignee": {"id": 1186}}, "organization": {"id": 109}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 60, "privilege": "admin"}, "organization": {"id": 128, "owner": {"id": 259}, "user": {"role": "supervisor"}}}, "resource": {"id": 317, "owner": {"id": 654}, "assignee": {"id": 552}, "project": {"id": 340, "owner": {"id": 796}, "assignee": {"id": 810}}, "task": {"id": 399, "owner": {"id": 905}, "assignee": {"id": 60}}, "job": {"id": 359, "assignee": {"id": 1110}}, "organization": {"id": 128}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 62, "privilege": "admin"}, "organization": {"id": 172, "owner": {"id": 285}, "user": {"role": "supervisor"}}}, "resource": {"id": 359, "owner": {"id": 620}, "assignee": {"id": 564}, "project": {"id": 319, "owner": {"id": 753}, "assignee": {"id": 890}}, "task": {"id": 326, "owner": {"id": 976}, "assignee": {"id": 62}}, "job": {"id": 381, "assignee": {"id": 1185}}, "organization": {"id": 172}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 23, "privilege": "admin"}, "organization": {"id": 177, "owner": {"id": 227}, "user": {"role": "supervisor"}}}, "resource": {"id": 379, "owner": {"id": 671}, "assignee": {"id": 503}, "project": {"id": 363, "owner": {"id": 728}, "assignee": {"id": 863}}, "task": {"id": 301, "owner": {"id": 900}, "assignee": {"id": 23}}, "job": {"id": 308, "assignee": {"id": 1115}}, "organization": {"id": 177}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 69, "privilege": "admin"}, "organization": {"id": 131, "owner": {"id": 280}, "user": {"role": "supervisor"}}}, "resource": {"id": 300, "owner": {"id": 623}, "assignee": {"id": 544}, "project": {"id": 310, "owner": {"id": 743}, "assignee": {"id": 804}}, "task": {"id": 353, "owner": {"id": 921}, "assignee": {"id": 69}}, "job": {"id": 377, "assignee": {"id": 1189}}, "organization": {"id": 1264}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 44, "privilege": "admin"}, "organization": {"id": 136, "owner": {"id": 206}, "user": {"role": "supervisor"}}}, "resource": {"id": 341, "owner": {"id": 683}, "assignee": {"id": 550}, "project": {"id": 364, "owner": {"id": 742}, "assignee": {"id": 884}}, "task": {"id": 364, "owner": {"id": 932}, "assignee": {"id": 44}}, "job": {"id": 317, "assignee": {"id": 1124}}, "organization": {"id": 1279}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 55, "privilege": "admin"}, "organization": {"id": 146, "owner": {"id": 261}, "user": {"role": "supervisor"}}}, "resource": {"id": 356, "owner": {"id": 622}, "assignee": {"id": 524}, "project": {"id": 381, "owner": {"id": 710}, "assignee": {"id": 811}}, "task": {"id": 329, "owner": {"id": 924}, "assignee": {"id": 55}}, "job": {"id": 371, "assignee": {"id": 1141}}, "organization": {"id": 1249}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 38, "privilege": "admin"}, "organization": {"id": 197, "owner": {"id": 230}, "user": {"role": "supervisor"}}}, "resource": {"id": 355, "owner": {"id": 644}, "assignee": {"id": 533}, "project": {"id": 312, "owner": {"id": 761}, "assignee": {"id": 829}}, "task": {"id": 331, "owner": {"id": 979}, "assignee": {"id": 38}}, "job": {"id": 352, "assignee": {"id": 1167}}, "organization": {"id": 1296}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 10, "privilege": "admin"}, "organization": {"id": 137, "owner": {"id": 232}, "user": {"role": "worker"}}}, "resource": {"id": 328, "owner": {"id": 607}, "assignee": {"id": 509}, "project": {"id": 302, "owner": {"id": 729}, "assignee": {"id": 855}}, "task": {"id": 382, "owner": {"id": 982}, "assignee": {"id": 10}}, "job": {"id": 384, "assignee": {"id": 1118}}, "organization": {"id": 137}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 41, "privilege": "admin"}, "organization": {"id": 192, "owner": {"id": 266}, "user": {"role": "worker"}}}, "resource": {"id": 395, "owner": {"id": 694}, "assignee": {"id": 596}, "project": {"id": 320, "owner": {"id": 736}, "assignee": {"id": 829}}, "task": {"id": 331, "owner": {"id": 980}, "assignee": {"id": 41}}, "job": {"id": 329, "assignee": {"id": 1150}}, "organization": {"id": 192}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 45, "privilege": "admin"}, "organization": {"id": 103, "owner": {"id": 276}, "user": {"role": "worker"}}}, "resource": {"id": 380, "owner": {"id": 686}, "assignee": {"id": 528}, "project": {"id": 371, "owner": {"id": 762}, "assignee": {"id": 820}}, "task": {"id": 334, "owner": {"id": 986}, "assignee": {"id": 45}}, "job": {"id": 365, "assignee": {"id": 1155}}, "organization": {"id": 103}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 49, "privilege": "admin"}, "organization": {"id": 113, "owner": {"id": 273}, "user": {"role": "worker"}}}, "resource": {"id": 398, "owner": {"id": 648}, "assignee": {"id": 503}, "project": {"id": 304, "owner": {"id": 714}, "assignee": {"id": 804}}, "task": {"id": 381, "owner": {"id": 931}, "assignee": {"id": 49}}, "job": {"id": 317, "assignee": {"id": 1137}}, "organization": {"id": 113}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 30, "privilege": "admin"}, "organization": {"id": 162, "owner": {"id": 259}, "user": {"role": "worker"}}}, "resource": {"id": 305, "owner": {"id": 675}, "assignee": {"id": 523}, "project": {"id": 337, "owner": {"id": 755}, "assignee": {"id": 829}}, "task": {"id": 380, "owner": {"id": 937}, "assignee": {"id": 30}}, "job": {"id": 334, "assignee": {"id": 1194}}, "organization": {"id": 1269}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 64, "privilege": "admin"}, "organization": {"id": 191, "owner": {"id": 247}, "user": {"role": "worker"}}}, "resource": {"id": 374, "owner": {"id": 644}, "assignee": {"id": 544}, "project": {"id": 311, "owner": {"id": 756}, "assignee": {"id": 822}}, "task": {"id": 328, "owner": {"id": 965}, "assignee": {"id": 64}}, "job": {"id": 321, "assignee": {"id": 1187}}, "organization": {"id": 1289}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 29, "privilege": "admin"}, "organization": {"id": 114, "owner": {"id": 228}, "user": {"role": "worker"}}}, "resource": {"id": 392, "owner": {"id": 604}, "assignee": {"id": 561}, "project": {"id": 324, "owner": {"id": 781}, "assignee": {"id": 878}}, "task": {"id": 381, "owner": {"id": 951}, "assignee": {"id": 29}}, "job": {"id": 317, "assignee": {"id": 1154}}, "organization": {"id": 1248}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 82, "privilege": "admin"}, "organization": {"id": 191, "owner": {"id": 256}, "user": {"role": "worker"}}}, "resource": {"id": 309, "owner": {"id": 670}, "assignee": {"id": 540}, "project": {"id": 366, "owner": {"id": 727}, "assignee": {"id": 890}}, "task": {"id": 381, "owner": {"id": 967}, "assignee": {"id": 82}}, "job": {"id": 315, "assignee": {"id": 1141}}, "organization": {"id": 1247}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 78, "privilege": "admin"}, "organization": {"id": 133, "owner": {"id": 202}, "user": {"role": null}}}, "resource": {"id": 342, "owner": {"id": 621}, "assignee": {"id": 504}, "project": {"id": 376, "owner": {"id": 717}, "assignee": {"id": 810}}, "task": {"id": 396, "owner": {"id": 903}, "assignee": {"id": 78}}, "job": {"id": 367, "assignee": {"id": 1142}}, "organization": {"id": 133}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 71, "privilege": "admin"}, "organization": {"id": 117, "owner": {"id": 248}, "user": {"role": null}}}, "resource": {"id": 346, "owner": {"id": 644}, "assignee": {"id": 554}, "project": {"id": 349, "owner": {"id": 735}, "assignee": {"id": 876}}, "task": {"id": 382, "owner": {"id": 971}, "assignee": {"id": 71}}, "job": {"id": 389, "assignee": {"id": 1161}}, "organization": {"id": 117}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 34, "privilege": "admin"}, "organization": {"id": 183, "owner": {"id": 213}, "user": {"role": null}}}, "resource": {"id": 358, "owner": {"id": 600}, "assignee": {"id": 509}, "project": {"id": 363, "owner": {"id": 762}, "assignee": {"id": 843}}, "task": {"id": 375, "owner": {"id": 923}, "assignee": {"id": 34}}, "job": {"id": 325, "assignee": {"id": 1171}}, "organization": {"id": 183}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 51, "privilege": "admin"}, "organization": {"id": 160, "owner": {"id": 289}, "user": {"role": null}}}, "resource": {"id": 379, "owner": {"id": 659}, "assignee": {"id": 596}, "project": {"id": 352, "owner": {"id": 778}, "assignee": {"id": 875}}, "task": {"id": 362, "owner": {"id": 905}, "assignee": {"id": 51}}, "job": {"id": 357, "assignee": {"id": 1193}}, "organization": {"id": 160}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 3, "privilege": "admin"}, "organization": {"id": 168, "owner": {"id": 203}, "user": {"role": null}}}, "resource": {"id": 335, "owner": {"id": 632}, "assignee": {"id": 545}, "project": {"id": 379, "owner": {"id": 781}, "assignee": {"id": 835}}, "task": {"id": 366, "owner": {"id": 922}, "assignee": {"id": 3}}, "job": {"id": 391, "assignee": {"id": 1143}}, "organization": {"id": 1237}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 62, "privilege": "admin"}, "organization": {"id": 119, "owner": {"id": 215}, "user": {"role": null}}}, "resource": {"id": 311, "owner": {"id": 613}, "assignee": {"id": 536}, "project": {"id": 376, "owner": {"id": 782}, "assignee": {"id": 848}}, "task": {"id": 341, "owner": {"id": 918}, "assignee": {"id": 62}}, "job": {"id": 301, "assignee": {"id": 1154}}, "organization": {"id": 1279}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 65, "privilege": "admin"}, "organization": {"id": 107, "owner": {"id": 254}, "user": {"role": null}}}, "resource": {"id": 332, "owner": {"id": 604}, "assignee": {"id": 584}, "project": {"id": 304, "owner": {"id": 759}, "assignee": {"id": 869}}, "task": {"id": 350, "owner": {"id": 987}, "assignee": {"id": 65}}, "job": {"id": 390, "assignee": {"id": 1138}}, "organization": {"id": 1238}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 25, "privilege": "admin"}, "organization": {"id": 132, "owner": {"id": 223}, "user": {"role": null}}}, "resource": {"id": 352, "owner": {"id": 621}, "assignee": {"id": 542}, "project": {"id": 304, "owner": {"id": 745}, "assignee": {"id": 841}}, "task": {"id": 351, "owner": {"id": 964}, "assignee": {"id": 25}}, "job": {"id": 372, "assignee": {"id": 1184}}, "organization": {"id": 1294}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 96, "privilege": "business"}, "organization": {"id": 117, "owner": {"id": 96}, "user": {"role": "owner"}}}, "resource": {"id": 332, "owner": {"id": 636}, "assignee": {"id": 516}, "project": {"id": 343, "owner": {"id": 794}, "assignee": {"id": 807}}, "task": {"id": 347, "owner": {"id": 927}, "assignee": {"id": 96}}, "job": {"id": 316, "assignee": {"id": 1181}}, "organization": {"id": 117}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 85, "privilege": "business"}, "organization": {"id": 112, "owner": {"id": 85}, "user": {"role": "owner"}}}, "resource": {"id": 352, "owner": {"id": 650}, "assignee": {"id": 580}, "project": {"id": 333, "owner": {"id": 753}, "assignee": {"id": 866}}, "task": {"id": 313, "owner": {"id": 922}, "assignee": {"id": 85}}, "job": {"id": 345, "assignee": {"id": 1161}}, "organization": {"id": 112}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 7, "privilege": "business"}, "organization": {"id": 161, "owner": {"id": 7}, "user": {"role": "owner"}}}, "resource": {"id": 319, "owner": {"id": 641}, "assignee": {"id": 537}, "project": {"id": 334, "owner": {"id": 797}, "assignee": {"id": 848}}, "task": {"id": 317, "owner": {"id": 952}, "assignee": {"id": 7}}, "job": {"id": 357, "assignee": {"id": 1160}}, "organization": {"id": 161}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 56, "privilege": "business"}, "organization": {"id": 185, "owner": {"id": 56}, "user": {"role": "owner"}}}, "resource": {"id": 375, "owner": {"id": 630}, "assignee": {"id": 571}, "project": {"id": 398, "owner": {"id": 707}, "assignee": {"id": 884}}, "task": {"id": 335, "owner": {"id": 978}, "assignee": {"id": 56}}, "job": {"id": 389, "assignee": {"id": 1156}}, "organization": {"id": 185}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 38, "privilege": "business"}, "organization": {"id": 140, "owner": {"id": 38}, "user": {"role": "owner"}}}, "resource": {"id": 351, "owner": {"id": 635}, "assignee": {"id": 504}, "project": {"id": 308, "owner": {"id": 791}, "assignee": {"id": 846}}, "task": {"id": 312, "owner": {"id": 957}, "assignee": {"id": 38}}, "job": {"id": 360, "assignee": {"id": 1168}}, "organization": {"id": 1269}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 91, "privilege": "business"}, "organization": {"id": 147, "owner": {"id": 91}, "user": {"role": "owner"}}}, "resource": {"id": 329, "owner": {"id": 670}, "assignee": {"id": 533}, "project": {"id": 326, "owner": {"id": 786}, "assignee": {"id": 834}}, "task": {"id": 327, "owner": {"id": 979}, "assignee": {"id": 91}}, "job": {"id": 333, "assignee": {"id": 1121}}, "organization": {"id": 1269}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 30, "privilege": "business"}, "organization": {"id": 146, "owner": {"id": 30}, "user": {"role": "owner"}}}, "resource": {"id": 360, "owner": {"id": 691}, "assignee": {"id": 517}, "project": {"id": 310, "owner": {"id": 791}, "assignee": {"id": 815}}, "task": {"id": 351, "owner": {"id": 917}, "assignee": {"id": 30}}, "job": {"id": 333, "assignee": {"id": 1193}}, "organization": {"id": 1293}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 88, "privilege": "business"}, "organization": {"id": 168, "owner": {"id": 88}, "user": {"role": "owner"}}}, "resource": {"id": 309, "owner": {"id": 698}, "assignee": {"id": 550}, "project": {"id": 362, "owner": {"id": 734}, "assignee": {"id": 829}}, "task": {"id": 355, "owner": {"id": 981}, "assignee": {"id": 88}}, "job": {"id": 322, "assignee": {"id": 1193}}, "organization": {"id": 1244}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 87, "privilege": "business"}, "organization": {"id": 143, "owner": {"id": 288}, "user": {"role": "maintainer"}}}, "resource": {"id": 330, "owner": {"id": 682}, "assignee": {"id": 595}, "project": {"id": 358, "owner": {"id": 701}, "assignee": {"id": 800}}, "task": {"id": 351, "owner": {"id": 999}, "assignee": {"id": 87}}, "job": {"id": 341, "assignee": {"id": 1174}}, "organization": {"id": 143}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 14, "privilege": "business"}, "organization": {"id": 121, "owner": {"id": 214}, "user": {"role": "maintainer"}}}, "resource": {"id": 392, "owner": {"id": 694}, "assignee": {"id": 504}, "project": {"id": 353, "owner": {"id": 778}, "assignee": {"id": 864}}, "task": {"id": 359, "owner": {"id": 926}, "assignee": {"id": 14}}, "job": {"id": 322, "assignee": {"id": 1108}}, "organization": {"id": 121}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 49, "privilege": "business"}, "organization": {"id": 101, "owner": {"id": 239}, "user": {"role": "maintainer"}}}, "resource": {"id": 333, "owner": {"id": 665}, "assignee": {"id": 546}, "project": {"id": 396, "owner": {"id": 727}, "assignee": {"id": 865}}, "task": {"id": 300, "owner": {"id": 930}, "assignee": {"id": 49}}, "job": {"id": 368, "assignee": {"id": 1146}}, "organization": {"id": 101}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 88, "privilege": "business"}, "organization": {"id": 166, "owner": {"id": 250}, "user": {"role": "maintainer"}}}, "resource": {"id": 385, "owner": {"id": 678}, "assignee": {"id": 505}, "project": {"id": 384, "owner": {"id": 770}, "assignee": {"id": 833}}, "task": {"id": 325, "owner": {"id": 988}, "assignee": {"id": 88}}, "job": {"id": 322, "assignee": {"id": 1180}}, "organization": {"id": 166}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 6, "privilege": "business"}, "organization": {"id": 142, "owner": {"id": 248}, "user": {"role": "maintainer"}}}, "resource": {"id": 329, "owner": {"id": 615}, "assignee": {"id": 501}, "project": {"id": 368, "owner": {"id": 705}, "assignee": {"id": 822}}, "task": {"id": 303, "owner": {"id": 971}, "assignee": {"id": 6}}, "job": {"id": 325, "assignee": {"id": 1102}}, "organization": {"id": 1288}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 62, "privilege": "business"}, "organization": {"id": 107, "owner": {"id": 250}, "user": {"role": "maintainer"}}}, "resource": {"id": 321, "owner": {"id": 620}, "assignee": {"id": 545}, "project": {"id": 342, "owner": {"id": 717}, "assignee": {"id": 882}}, "task": {"id": 375, "owner": {"id": 993}, "assignee": {"id": 62}}, "job": {"id": 301, "assignee": {"id": 1158}}, "organization": {"id": 1230}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 79, "privilege": "business"}, "organization": {"id": 135, "owner": {"id": 276}, "user": {"role": "maintainer"}}}, "resource": {"id": 340, "owner": {"id": 629}, "assignee": {"id": 536}, "project": {"id": 365, "owner": {"id": 724}, "assignee": {"id": 807}}, "task": {"id": 317, "owner": {"id": 976}, "assignee": {"id": 79}}, "job": {"id": 316, "assignee": {"id": 1137}}, "organization": {"id": 1216}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 36, "privilege": "business"}, "organization": {"id": 143, "owner": {"id": 252}, "user": {"role": "maintainer"}}}, "resource": {"id": 353, "owner": {"id": 611}, "assignee": {"id": 583}, "project": {"id": 329, "owner": {"id": 744}, "assignee": {"id": 859}}, "task": {"id": 377, "owner": {"id": 902}, "assignee": {"id": 36}}, "job": {"id": 383, "assignee": {"id": 1172}}, "organization": {"id": 1239}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 58, "privilege": "business"}, "organization": {"id": 172, "owner": {"id": 210}, "user": {"role": "supervisor"}}}, "resource": {"id": 373, "owner": {"id": 628}, "assignee": {"id": 561}, "project": {"id": 358, "owner": {"id": 783}, "assignee": {"id": 868}}, "task": {"id": 375, "owner": {"id": 987}, "assignee": {"id": 58}}, "job": {"id": 364, "assignee": {"id": 1177}}, "organization": {"id": 172}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 72, "privilege": "business"}, "organization": {"id": 174, "owner": {"id": 258}, "user": {"role": "supervisor"}}}, "resource": {"id": 364, "owner": {"id": 672}, "assignee": {"id": 552}, "project": {"id": 381, "owner": {"id": 783}, "assignee": {"id": 864}}, "task": {"id": 398, "owner": {"id": 984}, "assignee": {"id": 72}}, "job": {"id": 359, "assignee": {"id": 1173}}, "organization": {"id": 174}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 6, "privilege": "business"}, "organization": {"id": 190, "owner": {"id": 210}, "user": {"role": "supervisor"}}}, "resource": {"id": 311, "owner": {"id": 652}, "assignee": {"id": 524}, "project": {"id": 378, "owner": {"id": 780}, "assignee": {"id": 815}}, "task": {"id": 326, "owner": {"id": 981}, "assignee": {"id": 6}}, "job": {"id": 375, "assignee": {"id": 1171}}, "organization": {"id": 190}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 48, "privilege": "business"}, "organization": {"id": 154, "owner": {"id": 276}, "user": {"role": "supervisor"}}}, "resource": {"id": 329, "owner": {"id": 617}, "assignee": {"id": 535}, "project": {"id": 362, "owner": {"id": 769}, "assignee": {"id": 833}}, "task": {"id": 378, "owner": {"id": 916}, "assignee": {"id": 48}}, "job": {"id": 386, "assignee": {"id": 1151}}, "organization": {"id": 154}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 29, "privilege": "business"}, "organization": {"id": 171, "owner": {"id": 236}, "user": {"role": "supervisor"}}}, "resource": {"id": 382, "owner": {"id": 604}, "assignee": {"id": 541}, "project": {"id": 398, "owner": {"id": 771}, "assignee": {"id": 858}}, "task": {"id": 310, "owner": {"id": 953}, "assignee": {"id": 29}}, "job": {"id": 371, "assignee": {"id": 1151}}, "organization": {"id": 1289}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 13, "privilege": "business"}, "organization": {"id": 131, "owner": {"id": 283}, "user": {"role": "supervisor"}}}, "resource": {"id": 333, "owner": {"id": 670}, "assignee": {"id": 544}, "project": {"id": 314, "owner": {"id": 760}, "assignee": {"id": 887}}, "task": {"id": 359, "owner": {"id": 908}, "assignee": {"id": 13}}, "job": {"id": 384, "assignee": {"id": 1153}}, "organization": {"id": 1263}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 50, "privilege": "business"}, "organization": {"id": 179, "owner": {"id": 238}, "user": {"role": "supervisor"}}}, "resource": {"id": 313, "owner": {"id": 626}, "assignee": {"id": 542}, "project": {"id": 368, "owner": {"id": 759}, "assignee": {"id": 810}}, "task": {"id": 398, "owner": {"id": 916}, "assignee": {"id": 50}}, "job": {"id": 355, "assignee": {"id": 1114}}, "organization": {"id": 1237}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 13, "privilege": "business"}, "organization": {"id": 145, "owner": {"id": 248}, "user": {"role": "supervisor"}}}, "resource": {"id": 317, "owner": {"id": 632}, "assignee": {"id": 587}, "project": {"id": 360, "owner": {"id": 747}, "assignee": {"id": 893}}, "task": {"id": 362, "owner": {"id": 911}, "assignee": {"id": 13}}, "job": {"id": 361, "assignee": {"id": 1129}}, "organization": {"id": 1214}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 10, "privilege": "business"}, "organization": {"id": 186, "owner": {"id": 283}, "user": {"role": "worker"}}}, "resource": {"id": 306, "owner": {"id": 668}, "assignee": {"id": 530}, "project": {"id": 361, "owner": {"id": 763}, "assignee": {"id": 849}}, "task": {"id": 335, "owner": {"id": 965}, "assignee": {"id": 10}}, "job": {"id": 388, "assignee": {"id": 1102}}, "organization": {"id": 186}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 25, "privilege": "business"}, "organization": {"id": 198, "owner": {"id": 230}, "user": {"role": "worker"}}}, "resource": {"id": 358, "owner": {"id": 656}, "assignee": {"id": 593}, "project": {"id": 386, "owner": {"id": 717}, "assignee": {"id": 889}}, "task": {"id": 329, "owner": {"id": 966}, "assignee": {"id": 25}}, "job": {"id": 377, "assignee": {"id": 1112}}, "organization": {"id": 198}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 17, "privilege": "business"}, "organization": {"id": 144, "owner": {"id": 217}, "user": {"role": "worker"}}}, "resource": {"id": 373, "owner": {"id": 685}, "assignee": {"id": 588}, "project": {"id": 378, "owner": {"id": 773}, "assignee": {"id": 804}}, "task": {"id": 330, "owner": {"id": 945}, "assignee": {"id": 17}}, "job": {"id": 324, "assignee": {"id": 1147}}, "organization": {"id": 144}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 98, "privilege": "business"}, "organization": {"id": 131, "owner": {"id": 241}, "user": {"role": "worker"}}}, "resource": {"id": 341, "owner": {"id": 626}, "assignee": {"id": 596}, "project": {"id": 343, "owner": {"id": 764}, "assignee": {"id": 818}}, "task": {"id": 300, "owner": {"id": 957}, "assignee": {"id": 98}}, "job": {"id": 319, "assignee": {"id": 1143}}, "organization": {"id": 131}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 36, "privilege": "business"}, "organization": {"id": 164, "owner": {"id": 230}, "user": {"role": "worker"}}}, "resource": {"id": 340, "owner": {"id": 670}, "assignee": {"id": 515}, "project": {"id": 365, "owner": {"id": 725}, "assignee": {"id": 835}}, "task": {"id": 361, "owner": {"id": 941}, "assignee": {"id": 36}}, "job": {"id": 360, "assignee": {"id": 1195}}, "organization": {"id": 1265}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 44, "privilege": "business"}, "organization": {"id": 138, "owner": {"id": 249}, "user": {"role": "worker"}}}, "resource": {"id": 359, "owner": {"id": 679}, "assignee": {"id": 504}, "project": {"id": 303, "owner": {"id": 733}, "assignee": {"id": 876}}, "task": {"id": 397, "owner": {"id": 941}, "assignee": {"id": 44}}, "job": {"id": 361, "assignee": {"id": 1106}}, "organization": {"id": 1277}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 14, "privilege": "business"}, "organization": {"id": 124, "owner": {"id": 225}, "user": {"role": "worker"}}}, "resource": {"id": 393, "owner": {"id": 622}, "assignee": {"id": 515}, "project": {"id": 384, "owner": {"id": 758}, "assignee": {"id": 846}}, "task": {"id": 381, "owner": {"id": 964}, "assignee": {"id": 14}}, "job": {"id": 381, "assignee": {"id": 1118}}, "organization": {"id": 1273}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 48, "privilege": "business"}, "organization": {"id": 134, "owner": {"id": 234}, "user": {"role": "worker"}}}, "resource": {"id": 301, "owner": {"id": 699}, "assignee": {"id": 579}, "project": {"id": 309, "owner": {"id": 756}, "assignee": {"id": 862}}, "task": {"id": 388, "owner": {"id": 935}, "assignee": {"id": 48}}, "job": {"id": 317, "assignee": {"id": 1106}}, "organization": {"id": 1232}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 75, "privilege": "business"}, "organization": {"id": 116, "owner": {"id": 299}, "user": {"role": null}}}, "resource": {"id": 338, "owner": {"id": 608}, "assignee": {"id": 553}, "project": {"id": 330, "owner": {"id": 720}, "assignee": {"id": 890}}, "task": {"id": 344, "owner": {"id": 923}, "assignee": {"id": 75}}, "job": {"id": 323, "assignee": {"id": 1185}}, "organization": {"id": 116}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 84, "privilege": "business"}, "organization": {"id": 168, "owner": {"id": 258}, "user": {"role": null}}}, "resource": {"id": 395, "owner": {"id": 682}, "assignee": {"id": 542}, "project": {"id": 393, "owner": {"id": 769}, "assignee": {"id": 855}}, "task": {"id": 350, "owner": {"id": 912}, "assignee": {"id": 84}}, "job": {"id": 358, "assignee": {"id": 1130}}, "organization": {"id": 168}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 67, "privilege": "business"}, "organization": {"id": 145, "owner": {"id": 237}, "user": {"role": null}}}, "resource": {"id": 394, "owner": {"id": 665}, "assignee": {"id": 542}, "project": {"id": 315, "owner": {"id": 767}, "assignee": {"id": 833}}, "task": {"id": 397, "owner": {"id": 938}, "assignee": {"id": 67}}, "job": {"id": 307, "assignee": {"id": 1117}}, "organization": {"id": 145}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 69, "privilege": "business"}, "organization": {"id": 165, "owner": {"id": 225}, "user": {"role": null}}}, "resource": {"id": 349, "owner": {"id": 602}, "assignee": {"id": 536}, "project": {"id": 394, "owner": {"id": 764}, "assignee": {"id": 801}}, "task": {"id": 348, "owner": {"id": 981}, "assignee": {"id": 69}}, "job": {"id": 363, "assignee": {"id": 1125}}, "organization": {"id": 165}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 86, "privilege": "business"}, "organization": {"id": 189, "owner": {"id": 280}, "user": {"role": null}}}, "resource": {"id": 388, "owner": {"id": 643}, "assignee": {"id": 511}, "project": {"id": 340, "owner": {"id": 703}, "assignee": {"id": 896}}, "task": {"id": 301, "owner": {"id": 927}, "assignee": {"id": 86}}, "job": {"id": 327, "assignee": {"id": 1128}}, "organization": {"id": 1297}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 53, "privilege": "business"}, "organization": {"id": 106, "owner": {"id": 210}, "user": {"role": null}}}, "resource": {"id": 305, "owner": {"id": 641}, "assignee": {"id": 564}, "project": {"id": 307, "owner": {"id": 742}, "assignee": {"id": 836}}, "task": {"id": 309, "owner": {"id": 933}, "assignee": {"id": 53}}, "job": {"id": 339, "assignee": {"id": 1145}}, "organization": {"id": 1209}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 15, "privilege": "business"}, "organization": {"id": 109, "owner": {"id": 288}, "user": {"role": null}}}, "resource": {"id": 306, "owner": {"id": 610}, "assignee": {"id": 532}, "project": {"id": 376, "owner": {"id": 775}, "assignee": {"id": 853}}, "task": {"id": 316, "owner": {"id": 970}, "assignee": {"id": 15}}, "job": {"id": 363, "assignee": {"id": 1115}}, "organization": {"id": 1291}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 72, "privilege": "business"}, "organization": {"id": 114, "owner": {"id": 223}, "user": {"role": null}}}, "resource": {"id": 314, "owner": {"id": 628}, "assignee": {"id": 583}, "project": {"id": 312, "owner": {"id": 776}, "assignee": {"id": 823}}, "task": {"id": 329, "owner": {"id": 997}, "assignee": {"id": 72}}, "job": {"id": 348, "assignee": {"id": 1167}}, "organization": {"id": 1244}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 22, "privilege": "user"}, "organization": {"id": 152, "owner": {"id": 22}, "user": {"role": "owner"}}}, "resource": {"id": 336, "owner": {"id": 601}, "assignee": {"id": 523}, "project": {"id": 368, "owner": {"id": 755}, "assignee": {"id": 818}}, "task": {"id": 303, "owner": {"id": 984}, "assignee": {"id": 22}}, "job": {"id": 374, "assignee": {"id": 1149}}, "organization": {"id": 152}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 29, "privilege": "user"}, "organization": {"id": 119, "owner": {"id": 29}, "user": {"role": "owner"}}}, "resource": {"id": 314, "owner": {"id": 611}, "assignee": {"id": 561}, "project": {"id": 322, "owner": {"id": 723}, "assignee": {"id": 865}}, "task": {"id": 330, "owner": {"id": 927}, "assignee": {"id": 29}}, "job": {"id": 394, "assignee": {"id": 1191}}, "organization": {"id": 119}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 94, "privilege": "user"}, "organization": {"id": 148, "owner": {"id": 94}, "user": {"role": "owner"}}}, "resource": {"id": 320, "owner": {"id": 691}, "assignee": {"id": 528}, "project": {"id": 377, "owner": {"id": 779}, "assignee": {"id": 881}}, "task": {"id": 377, "owner": {"id": 949}, "assignee": {"id": 94}}, "job": {"id": 367, "assignee": {"id": 1198}}, "organization": {"id": 148}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 20, "privilege": "user"}, "organization": {"id": 197, "owner": {"id": 20}, "user": {"role": "owner"}}}, "resource": {"id": 328, "owner": {"id": 625}, "assignee": {"id": 562}, "project": {"id": 350, "owner": {"id": 787}, "assignee": {"id": 855}}, "task": {"id": 382, "owner": {"id": 971}, "assignee": {"id": 20}}, "job": {"id": 346, "assignee": {"id": 1187}}, "organization": {"id": 197}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 80, "privilege": "user"}, "organization": {"id": 134, "owner": {"id": 80}, "user": {"role": "owner"}}}, "resource": {"id": 381, "owner": {"id": 665}, "assignee": {"id": 543}, "project": {"id": 374, "owner": {"id": 748}, "assignee": {"id": 857}}, "task": {"id": 383, "owner": {"id": 989}, "assignee": {"id": 80}}, "job": {"id": 308, "assignee": {"id": 1171}}, "organization": {"id": 1218}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 74, "privilege": "user"}, "organization": {"id": 122, "owner": {"id": 74}, "user": {"role": "owner"}}}, "resource": {"id": 360, "owner": {"id": 619}, "assignee": {"id": 598}, "project": {"id": 361, "owner": {"id": 719}, "assignee": {"id": 876}}, "task": {"id": 358, "owner": {"id": 935}, "assignee": {"id": 74}}, "job": {"id": 371, "assignee": {"id": 1147}}, "organization": {"id": 1227}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 35, "privilege": "user"}, "organization": {"id": 131, "owner": {"id": 35}, "user": {"role": "owner"}}}, "resource": {"id": 308, "owner": {"id": 632}, "assignee": {"id": 594}, "project": {"id": 384, "owner": {"id": 753}, "assignee": {"id": 862}}, "task": {"id": 310, "owner": {"id": 918}, "assignee": {"id": 35}}, "job": {"id": 302, "assignee": {"id": 1184}}, "organization": {"id": 1226}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 19, "privilege": "user"}, "organization": {"id": 119, "owner": {"id": 19}, "user": {"role": "owner"}}}, "resource": {"id": 392, "owner": {"id": 693}, "assignee": {"id": 557}, "project": {"id": 311, "owner": {"id": 765}, "assignee": {"id": 821}}, "task": {"id": 306, "owner": {"id": 920}, "assignee": {"id": 19}}, "job": {"id": 359, "assignee": {"id": 1162}}, "organization": {"id": 1274}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 74, "privilege": "user"}, "organization": {"id": 166, "owner": {"id": 207}, "user": {"role": "maintainer"}}}, "resource": {"id": 318, "owner": {"id": 613}, "assignee": {"id": 528}, "project": {"id": 368, "owner": {"id": 721}, "assignee": {"id": 874}}, "task": {"id": 338, "owner": {"id": 932}, "assignee": {"id": 74}}, "job": {"id": 362, "assignee": {"id": 1103}}, "organization": {"id": 166}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 73, "privilege": "user"}, "organization": {"id": 115, "owner": {"id": 228}, "user": {"role": "maintainer"}}}, "resource": {"id": 379, "owner": {"id": 611}, "assignee": {"id": 506}, "project": {"id": 392, "owner": {"id": 778}, "assignee": {"id": 862}}, "task": {"id": 371, "owner": {"id": 939}, "assignee": {"id": 73}}, "job": {"id": 390, "assignee": {"id": 1141}}, "organization": {"id": 115}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 57, "privilege": "user"}, "organization": {"id": 156, "owner": {"id": 216}, "user": {"role": "maintainer"}}}, "resource": {"id": 397, "owner": {"id": 607}, "assignee": {"id": 538}, "project": {"id": 381, "owner": {"id": 755}, "assignee": {"id": 848}}, "task": {"id": 333, "owner": {"id": 912}, "assignee": {"id": 57}}, "job": {"id": 353, "assignee": {"id": 1196}}, "organization": {"id": 156}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 43, "privilege": "user"}, "organization": {"id": 175, "owner": {"id": 255}, "user": {"role": "maintainer"}}}, "resource": {"id": 393, "owner": {"id": 675}, "assignee": {"id": 537}, "project": {"id": 332, "owner": {"id": 770}, "assignee": {"id": 882}}, "task": {"id": 352, "owner": {"id": 916}, "assignee": {"id": 43}}, "job": {"id": 310, "assignee": {"id": 1190}}, "organization": {"id": 175}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 4, "privilege": "user"}, "organization": {"id": 151, "owner": {"id": 253}, "user": {"role": "maintainer"}}}, "resource": {"id": 347, "owner": {"id": 681}, "assignee": {"id": 570}, "project": {"id": 338, "owner": {"id": 768}, "assignee": {"id": 897}}, "task": {"id": 328, "owner": {"id": 935}, "assignee": {"id": 4}}, "job": {"id": 389, "assignee": {"id": 1122}}, "organization": {"id": 1294}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 18, "privilege": "user"}, "organization": {"id": 100, "owner": {"id": 232}, "user": {"role": "maintainer"}}}, "resource": {"id": 395, "owner": {"id": 669}, "assignee": {"id": 514}, "project": {"id": 345, "owner": {"id": 700}, "assignee": {"id": 875}}, "task": {"id": 327, "owner": {"id": 919}, "assignee": {"id": 18}}, "job": {"id": 375, "assignee": {"id": 1120}}, "organization": {"id": 1274}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 1, "privilege": "user"}, "organization": {"id": 145, "owner": {"id": 211}, "user": {"role": "maintainer"}}}, "resource": {"id": 394, "owner": {"id": 626}, "assignee": {"id": 531}, "project": {"id": 310, "owner": {"id": 706}, "assignee": {"id": 853}}, "task": {"id": 335, "owner": {"id": 973}, "assignee": {"id": 1}}, "job": {"id": 360, "assignee": {"id": 1173}}, "organization": {"id": 1297}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 99, "privilege": "user"}, "organization": {"id": 158, "owner": {"id": 296}, "user": {"role": "maintainer"}}}, "resource": {"id": 340, "owner": {"id": 689}, "assignee": {"id": 578}, "project": {"id": 377, "owner": {"id": 755}, "assignee": {"id": 873}}, "task": {"id": 321, "owner": {"id": 957}, "assignee": {"id": 99}}, "job": {"id": 386, "assignee": {"id": 1161}}, "organization": {"id": 1256}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 40, "privilege": "user"}, "organization": {"id": 150, "owner": {"id": 244}, "user": {"role": "supervisor"}}}, "resource": {"id": 338, "owner": {"id": 634}, "assignee": {"id": 525}, "project": {"id": 381, "owner": {"id": 740}, "assignee": {"id": 857}}, "task": {"id": 382, "owner": {"id": 937}, "assignee": {"id": 40}}, "job": {"id": 328, "assignee": {"id": 1116}}, "organization": {"id": 150}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 69, "privilege": "user"}, "organization": {"id": 146, "owner": {"id": 205}, "user": {"role": "supervisor"}}}, "resource": {"id": 360, "owner": {"id": 689}, "assignee": {"id": 562}, "project": {"id": 331, "owner": {"id": 791}, "assignee": {"id": 899}}, "task": {"id": 307, "owner": {"id": 969}, "assignee": {"id": 69}}, "job": {"id": 322, "assignee": {"id": 1189}}, "organization": {"id": 146}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 99, "privilege": "user"}, "organization": {"id": 159, "owner": {"id": 272}, "user": {"role": "supervisor"}}}, "resource": {"id": 311, "owner": {"id": 667}, "assignee": {"id": 584}, "project": {"id": 387, "owner": {"id": 787}, "assignee": {"id": 861}}, "task": {"id": 390, "owner": {"id": 936}, "assignee": {"id": 99}}, "job": {"id": 302, "assignee": {"id": 1143}}, "organization": {"id": 159}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 58, "privilege": "user"}, "organization": {"id": 177, "owner": {"id": 248}, "user": {"role": "supervisor"}}}, "resource": {"id": 314, "owner": {"id": 640}, "assignee": {"id": 558}, "project": {"id": 355, "owner": {"id": 717}, "assignee": {"id": 818}}, "task": {"id": 381, "owner": {"id": 959}, "assignee": {"id": 58}}, "job": {"id": 397, "assignee": {"id": 1172}}, "organization": {"id": 177}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 68, "privilege": "user"}, "organization": {"id": 149, "owner": {"id": 263}, "user": {"role": "supervisor"}}}, "resource": {"id": 323, "owner": {"id": 615}, "assignee": {"id": 538}, "project": {"id": 357, "owner": {"id": 739}, "assignee": {"id": 862}}, "task": {"id": 342, "owner": {"id": 920}, "assignee": {"id": 68}}, "job": {"id": 383, "assignee": {"id": 1122}}, "organization": {"id": 1264}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 73, "privilege": "user"}, "organization": {"id": 191, "owner": {"id": 262}, "user": {"role": "supervisor"}}}, "resource": {"id": 305, "owner": {"id": 698}, "assignee": {"id": 534}, "project": {"id": 331, "owner": {"id": 799}, "assignee": {"id": 893}}, "task": {"id": 366, "owner": {"id": 924}, "assignee": {"id": 73}}, "job": {"id": 341, "assignee": {"id": 1165}}, "organization": {"id": 1224}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 47, "privilege": "user"}, "organization": {"id": 110, "owner": {"id": 296}, "user": {"role": "supervisor"}}}, "resource": {"id": 349, "owner": {"id": 656}, "assignee": {"id": 565}, "project": {"id": 344, "owner": {"id": 787}, "assignee": {"id": 872}}, "task": {"id": 381, "owner": {"id": 932}, "assignee": {"id": 47}}, "job": {"id": 349, "assignee": {"id": 1189}}, "organization": {"id": 1250}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 92, "privilege": "user"}, "organization": {"id": 194, "owner": {"id": 233}, "user": {"role": "supervisor"}}}, "resource": {"id": 378, "owner": {"id": 660}, "assignee": {"id": 554}, "project": {"id": 331, "owner": {"id": 748}, "assignee": {"id": 878}}, "task": {"id": 360, "owner": {"id": 962}, "assignee": {"id": 92}}, "job": {"id": 325, "assignee": {"id": 1179}}, "organization": {"id": 1206}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 40, "privilege": "user"}, "organization": {"id": 136, "owner": {"id": 212}, "user": {"role": "worker"}}}, "resource": {"id": 301, "owner": {"id": 698}, "assignee": {"id": 539}, "project": {"id": 375, "owner": {"id": 799}, "assignee": {"id": 899}}, "task": {"id": 315, "owner": {"id": 945}, "assignee": {"id": 40}}, "job": {"id": 347, "assignee": {"id": 1193}}, "organization": {"id": 136}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 17, "privilege": "user"}, "organization": {"id": 167, "owner": {"id": 235}, "user": {"role": "worker"}}}, "resource": {"id": 368, "owner": {"id": 664}, "assignee": {"id": 558}, "project": {"id": 315, "owner": {"id": 708}, "assignee": {"id": 874}}, "task": {"id": 347, "owner": {"id": 915}, "assignee": {"id": 17}}, "job": {"id": 315, "assignee": {"id": 1146}}, "organization": {"id": 167}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 71, "privilege": "user"}, "organization": {"id": 152, "owner": {"id": 251}, "user": {"role": "worker"}}}, "resource": {"id": 342, "owner": {"id": 649}, "assignee": {"id": 526}, "project": {"id": 391, "owner": {"id": 750}, "assignee": {"id": 893}}, "task": {"id": 373, "owner": {"id": 933}, "assignee": {"id": 71}}, "job": {"id": 343, "assignee": {"id": 1161}}, "organization": {"id": 152}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 91, "privilege": "user"}, "organization": {"id": 101, "owner": {"id": 210}, "user": {"role": "worker"}}}, "resource": {"id": 344, "owner": {"id": 640}, "assignee": {"id": 546}, "project": {"id": 329, "owner": {"id": 785}, "assignee": {"id": 816}}, "task": {"id": 337, "owner": {"id": 916}, "assignee": {"id": 91}}, "job": {"id": 326, "assignee": {"id": 1184}}, "organization": {"id": 101}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 28, "privilege": "user"}, "organization": {"id": 124, "owner": {"id": 299}, "user": {"role": "worker"}}}, "resource": {"id": 343, "owner": {"id": 689}, "assignee": {"id": 576}, "project": {"id": 369, "owner": {"id": 770}, "assignee": {"id": 806}}, "task": {"id": 387, "owner": {"id": 941}, "assignee": {"id": 28}}, "job": {"id": 365, "assignee": {"id": 1197}}, "organization": {"id": 1287}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 88, "privilege": "user"}, "organization": {"id": 186, "owner": {"id": 254}, "user": {"role": "worker"}}}, "resource": {"id": 361, "owner": {"id": 636}, "assignee": {"id": 518}, "project": {"id": 303, "owner": {"id": 785}, "assignee": {"id": 843}}, "task": {"id": 368, "owner": {"id": 926}, "assignee": {"id": 88}}, "job": {"id": 393, "assignee": {"id": 1103}}, "organization": {"id": 1271}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 82, "privilege": "user"}, "organization": {"id": 176, "owner": {"id": 229}, "user": {"role": "worker"}}}, "resource": {"id": 368, "owner": {"id": 654}, "assignee": {"id": 557}, "project": {"id": 375, "owner": {"id": 793}, "assignee": {"id": 848}}, "task": {"id": 357, "owner": {"id": 983}, "assignee": {"id": 82}}, "job": {"id": 335, "assignee": {"id": 1180}}, "organization": {"id": 1283}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 6, "privilege": "user"}, "organization": {"id": 157, "owner": {"id": 238}, "user": {"role": "worker"}}}, "resource": {"id": 374, "owner": {"id": 697}, "assignee": {"id": 500}, "project": {"id": 373, "owner": {"id": 784}, "assignee": {"id": 856}}, "task": {"id": 340, "owner": {"id": 944}, "assignee": {"id": 6}}, "job": {"id": 378, "assignee": {"id": 1110}}, "organization": {"id": 1264}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 49, "privilege": "user"}, "organization": {"id": 101, "owner": {"id": 295}, "user": {"role": null}}}, "resource": {"id": 368, "owner": {"id": 601}, "assignee": {"id": 578}, "project": {"id": 309, "owner": {"id": 728}, "assignee": {"id": 825}}, "task": {"id": 328, "owner": {"id": 991}, "assignee": {"id": 49}}, "job": {"id": 390, "assignee": {"id": 1185}}, "organization": {"id": 101}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 29, "privilege": "user"}, "organization": {"id": 111, "owner": {"id": 264}, "user": {"role": null}}}, "resource": {"id": 375, "owner": {"id": 680}, "assignee": {"id": 517}, "project": {"id": 320, "owner": {"id": 766}, "assignee": {"id": 877}}, "task": {"id": 373, "owner": {"id": 904}, "assignee": {"id": 29}}, "job": {"id": 302, "assignee": {"id": 1173}}, "organization": {"id": 111}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 78, "privilege": "user"}, "organization": {"id": 161, "owner": {"id": 288}, "user": {"role": null}}}, "resource": {"id": 357, "owner": {"id": 630}, "assignee": {"id": 511}, "project": {"id": 354, "owner": {"id": 732}, "assignee": {"id": 806}}, "task": {"id": 360, "owner": {"id": 946}, "assignee": {"id": 78}}, "job": {"id": 389, "assignee": {"id": 1188}}, "organization": {"id": 161}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 89, "privilege": "user"}, "organization": {"id": 108, "owner": {"id": 256}, "user": {"role": null}}}, "resource": {"id": 316, "owner": {"id": 686}, "assignee": {"id": 577}, "project": {"id": 351, "owner": {"id": 731}, "assignee": {"id": 852}}, "task": {"id": 329, "owner": {"id": 907}, "assignee": {"id": 89}}, "job": {"id": 356, "assignee": {"id": 1176}}, "organization": {"id": 108}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 30, "privilege": "user"}, "organization": {"id": 192, "owner": {"id": 229}, "user": {"role": null}}}, "resource": {"id": 322, "owner": {"id": 633}, "assignee": {"id": 513}, "project": {"id": 328, "owner": {"id": 794}, "assignee": {"id": 801}}, "task": {"id": 388, "owner": {"id": 979}, "assignee": {"id": 30}}, "job": {"id": 339, "assignee": {"id": 1194}}, "organization": {"id": 1228}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 83, "privilege": "user"}, "organization": {"id": 139, "owner": {"id": 243}, "user": {"role": null}}}, "resource": {"id": 321, "owner": {"id": 635}, "assignee": {"id": 558}, "project": {"id": 367, "owner": {"id": 742}, "assignee": {"id": 872}}, "task": {"id": 380, "owner": {"id": 961}, "assignee": {"id": 83}}, "job": {"id": 398, "assignee": {"id": 1137}}, "organization": {"id": 1298}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 48, "privilege": "user"}, "organization": {"id": 186, "owner": {"id": 229}, "user": {"role": null}}}, "resource": {"id": 357, "owner": {"id": 630}, "assignee": {"id": 538}, "project": {"id": 350, "owner": {"id": 710}, "assignee": {"id": 804}}, "task": {"id": 347, "owner": {"id": 908}, "assignee": {"id": 48}}, "job": {"id": 344, "assignee": {"id": 1179}}, "organization": {"id": 1204}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 41, "privilege": "user"}, "organization": {"id": 138, "owner": {"id": 283}, "user": {"role": null}}}, "resource": {"id": 320, "owner": {"id": 605}, "assignee": {"id": 584}, "project": {"id": 317, "owner": {"id": 701}, "assignee": {"id": 820}}, "task": {"id": 315, "owner": {"id": 942}, "assignee": {"id": 41}}, "job": {"id": 387, "assignee": {"id": 1138}}, "organization": {"id": 1202}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 64, "privilege": "worker"}, "organization": {"id": 136, "owner": {"id": 64}, "user": {"role": "owner"}}}, "resource": {"id": 355, "owner": {"id": 682}, "assignee": {"id": 566}, "project": {"id": 354, "owner": {"id": 741}, "assignee": {"id": 846}}, "task": {"id": 304, "owner": {"id": 922}, "assignee": {"id": 64}}, "job": {"id": 399, "assignee": {"id": 1133}}, "organization": {"id": 136}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 71, "privilege": "worker"}, "organization": {"id": 174, "owner": {"id": 71}, "user": {"role": "owner"}}}, "resource": {"id": 300, "owner": {"id": 660}, "assignee": {"id": 512}, "project": {"id": 386, "owner": {"id": 738}, "assignee": {"id": 874}}, "task": {"id": 385, "owner": {"id": 982}, "assignee": {"id": 71}}, "job": {"id": 339, "assignee": {"id": 1135}}, "organization": {"id": 174}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 94, "privilege": "worker"}, "organization": {"id": 105, "owner": {"id": 94}, "user": {"role": "owner"}}}, "resource": {"id": 335, "owner": {"id": 616}, "assignee": {"id": 501}, "project": {"id": 370, "owner": {"id": 712}, "assignee": {"id": 868}}, "task": {"id": 308, "owner": {"id": 981}, "assignee": {"id": 94}}, "job": {"id": 398, "assignee": {"id": 1163}}, "organization": {"id": 105}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 32, "privilege": "worker"}, "organization": {"id": 113, "owner": {"id": 32}, "user": {"role": "owner"}}}, "resource": {"id": 369, "owner": {"id": 625}, "assignee": {"id": 511}, "project": {"id": 359, "owner": {"id": 778}, "assignee": {"id": 825}}, "task": {"id": 354, "owner": {"id": 920}, "assignee": {"id": 32}}, "job": {"id": 378, "assignee": {"id": 1180}}, "organization": {"id": 113}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 44, "privilege": "worker"}, "organization": {"id": 129, "owner": {"id": 44}, "user": {"role": "owner"}}}, "resource": {"id": 371, "owner": {"id": 660}, "assignee": {"id": 585}, "project": {"id": 356, "owner": {"id": 757}, "assignee": {"id": 863}}, "task": {"id": 341, "owner": {"id": 993}, "assignee": {"id": 44}}, "job": {"id": 379, "assignee": {"id": 1111}}, "organization": {"id": 1258}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 14, "privilege": "worker"}, "organization": {"id": 188, "owner": {"id": 14}, "user": {"role": "owner"}}}, "resource": {"id": 367, "owner": {"id": 611}, "assignee": {"id": 538}, "project": {"id": 330, "owner": {"id": 732}, "assignee": {"id": 853}}, "task": {"id": 389, "owner": {"id": 966}, "assignee": {"id": 14}}, "job": {"id": 375, "assignee": {"id": 1196}}, "organization": {"id": 1217}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 10, "privilege": "worker"}, "organization": {"id": 192, "owner": {"id": 10}, "user": {"role": "owner"}}}, "resource": {"id": 308, "owner": {"id": 685}, "assignee": {"id": 587}, "project": {"id": 319, "owner": {"id": 752}, "assignee": {"id": 815}}, "task": {"id": 331, "owner": {"id": 993}, "assignee": {"id": 10}}, "job": {"id": 348, "assignee": {"id": 1147}}, "organization": {"id": 1270}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 96, "privilege": "worker"}, "organization": {"id": 194, "owner": {"id": 96}, "user": {"role": "owner"}}}, "resource": {"id": 313, "owner": {"id": 681}, "assignee": {"id": 546}, "project": {"id": 320, "owner": {"id": 746}, "assignee": {"id": 886}}, "task": {"id": 345, "owner": {"id": 904}, "assignee": {"id": 96}}, "job": {"id": 303, "assignee": {"id": 1132}}, "organization": {"id": 1247}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 66, "privilege": "worker"}, "organization": {"id": 119, "owner": {"id": 252}, "user": {"role": "maintainer"}}}, "resource": {"id": 381, "owner": {"id": 663}, "assignee": {"id": 542}, "project": {"id": 373, "owner": {"id": 719}, "assignee": {"id": 824}}, "task": {"id": 376, "owner": {"id": 941}, "assignee": {"id": 66}}, "job": {"id": 391, "assignee": {"id": 1164}}, "organization": {"id": 119}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 88, "privilege": "worker"}, "organization": {"id": 180, "owner": {"id": 250}, "user": {"role": "maintainer"}}}, "resource": {"id": 387, "owner": {"id": 602}, "assignee": {"id": 531}, "project": {"id": 350, "owner": {"id": 726}, "assignee": {"id": 875}}, "task": {"id": 388, "owner": {"id": 925}, "assignee": {"id": 88}}, "job": {"id": 333, "assignee": {"id": 1159}}, "organization": {"id": 180}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 4, "privilege": "worker"}, "organization": {"id": 165, "owner": {"id": 291}, "user": {"role": "maintainer"}}}, "resource": {"id": 394, "owner": {"id": 684}, "assignee": {"id": 588}, "project": {"id": 316, "owner": {"id": 716}, "assignee": {"id": 817}}, "task": {"id": 371, "owner": {"id": 950}, "assignee": {"id": 4}}, "job": {"id": 350, "assignee": {"id": 1141}}, "organization": {"id": 165}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 4, "privilege": "worker"}, "organization": {"id": 179, "owner": {"id": 273}, "user": {"role": "maintainer"}}}, "resource": {"id": 345, "owner": {"id": 699}, "assignee": {"id": 591}, "project": {"id": 317, "owner": {"id": 756}, "assignee": {"id": 876}}, "task": {"id": 389, "owner": {"id": 970}, "assignee": {"id": 4}}, "job": {"id": 333, "assignee": {"id": 1106}}, "organization": {"id": 179}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 58, "privilege": "worker"}, "organization": {"id": 123, "owner": {"id": 252}, "user": {"role": "maintainer"}}}, "resource": {"id": 338, "owner": {"id": 658}, "assignee": {"id": 559}, "project": {"id": 386, "owner": {"id": 780}, "assignee": {"id": 867}}, "task": {"id": 306, "owner": {"id": 978}, "assignee": {"id": 58}}, "job": {"id": 304, "assignee": {"id": 1125}}, "organization": {"id": 1275}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 22, "privilege": "worker"}, "organization": {"id": 169, "owner": {"id": 294}, "user": {"role": "maintainer"}}}, "resource": {"id": 363, "owner": {"id": 682}, "assignee": {"id": 583}, "project": {"id": 327, "owner": {"id": 757}, "assignee": {"id": 881}}, "task": {"id": 341, "owner": {"id": 996}, "assignee": {"id": 22}}, "job": {"id": 383, "assignee": {"id": 1101}}, "organization": {"id": 1280}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 36, "privilege": "worker"}, "organization": {"id": 176, "owner": {"id": 293}, "user": {"role": "maintainer"}}}, "resource": {"id": 378, "owner": {"id": 676}, "assignee": {"id": 522}, "project": {"id": 309, "owner": {"id": 766}, "assignee": {"id": 849}}, "task": {"id": 309, "owner": {"id": 924}, "assignee": {"id": 36}}, "job": {"id": 374, "assignee": {"id": 1107}}, "organization": {"id": 1287}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 19, "privilege": "worker"}, "organization": {"id": 186, "owner": {"id": 241}, "user": {"role": "maintainer"}}}, "resource": {"id": 301, "owner": {"id": 666}, "assignee": {"id": 527}, "project": {"id": 319, "owner": {"id": 744}, "assignee": {"id": 832}}, "task": {"id": 349, "owner": {"id": 968}, "assignee": {"id": 19}}, "job": {"id": 328, "assignee": {"id": 1165}}, "organization": {"id": 1210}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 60, "privilege": "worker"}, "organization": {"id": 124, "owner": {"id": 290}, "user": {"role": "supervisor"}}}, "resource": {"id": 304, "owner": {"id": 657}, "assignee": {"id": 583}, "project": {"id": 334, "owner": {"id": 755}, "assignee": {"id": 846}}, "task": {"id": 376, "owner": {"id": 949}, "assignee": {"id": 60}}, "job": {"id": 314, "assignee": {"id": 1110}}, "organization": {"id": 124}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 74, "privilege": "worker"}, "organization": {"id": 162, "owner": {"id": 287}, "user": {"role": "supervisor"}}}, "resource": {"id": 397, "owner": {"id": 627}, "assignee": {"id": 598}, "project": {"id": 379, "owner": {"id": 742}, "assignee": {"id": 806}}, "task": {"id": 391, "owner": {"id": 924}, "assignee": {"id": 74}}, "job": {"id": 353, "assignee": {"id": 1160}}, "organization": {"id": 162}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 72, "privilege": "worker"}, "organization": {"id": 159, "owner": {"id": 233}, "user": {"role": "supervisor"}}}, "resource": {"id": 314, "owner": {"id": 638}, "assignee": {"id": 505}, "project": {"id": 364, "owner": {"id": 799}, "assignee": {"id": 890}}, "task": {"id": 301, "owner": {"id": 997}, "assignee": {"id": 72}}, "job": {"id": 357, "assignee": {"id": 1107}}, "organization": {"id": 159}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 84, "privilege": "worker"}, "organization": {"id": 120, "owner": {"id": 285}, "user": {"role": "supervisor"}}}, "resource": {"id": 392, "owner": {"id": 603}, "assignee": {"id": 590}, "project": {"id": 360, "owner": {"id": 706}, "assignee": {"id": 858}}, "task": {"id": 318, "owner": {"id": 952}, "assignee": {"id": 84}}, "job": {"id": 319, "assignee": {"id": 1170}}, "organization": {"id": 120}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 33, "privilege": "worker"}, "organization": {"id": 195, "owner": {"id": 218}, "user": {"role": "supervisor"}}}, "resource": {"id": 327, "owner": {"id": 640}, "assignee": {"id": 530}, "project": {"id": 377, "owner": {"id": 786}, "assignee": {"id": 809}}, "task": {"id": 337, "owner": {"id": 940}, "assignee": {"id": 33}}, "job": {"id": 317, "assignee": {"id": 1141}}, "organization": {"id": 1264}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 13, "privilege": "worker"}, "organization": {"id": 163, "owner": {"id": 223}, "user": {"role": "supervisor"}}}, "resource": {"id": 372, "owner": {"id": 602}, "assignee": {"id": 543}, "project": {"id": 316, "owner": {"id": 749}, "assignee": {"id": 830}}, "task": {"id": 361, "owner": {"id": 906}, "assignee": {"id": 13}}, "job": {"id": 391, "assignee": {"id": 1146}}, "organization": {"id": 1292}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 31, "privilege": "worker"}, "organization": {"id": 176, "owner": {"id": 203}, "user": {"role": "supervisor"}}}, "resource": {"id": 326, "owner": {"id": 683}, "assignee": {"id": 567}, "project": {"id": 313, "owner": {"id": 777}, "assignee": {"id": 896}}, "task": {"id": 306, "owner": {"id": 972}, "assignee": {"id": 31}}, "job": {"id": 315, "assignee": {"id": 1173}}, "organization": {"id": 1202}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 91, "privilege": "worker"}, "organization": {"id": 104, "owner": {"id": 244}, "user": {"role": "supervisor"}}}, "resource": {"id": 341, "owner": {"id": 619}, "assignee": {"id": 586}, "project": {"id": 337, "owner": {"id": 712}, "assignee": {"id": 891}}, "task": {"id": 342, "owner": {"id": 978}, "assignee": {"id": 91}}, "job": {"id": 329, "assignee": {"id": 1185}}, "organization": {"id": 1226}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 34, "privilege": "worker"}, "organization": {"id": 145, "owner": {"id": 296}, "user": {"role": "worker"}}}, "resource": {"id": 345, "owner": {"id": 635}, "assignee": {"id": 589}, "project": {"id": 301, "owner": {"id": 704}, "assignee": {"id": 868}}, "task": {"id": 391, "owner": {"id": 905}, "assignee": {"id": 34}}, "job": {"id": 397, "assignee": {"id": 1170}}, "organization": {"id": 145}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 91, "privilege": "worker"}, "organization": {"id": 101, "owner": {"id": 246}, "user": {"role": "worker"}}}, "resource": {"id": 316, "owner": {"id": 607}, "assignee": {"id": 559}, "project": {"id": 376, "owner": {"id": 728}, "assignee": {"id": 864}}, "task": {"id": 369, "owner": {"id": 903}, "assignee": {"id": 91}}, "job": {"id": 357, "assignee": {"id": 1104}}, "organization": {"id": 101}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 67, "privilege": "worker"}, "organization": {"id": 170, "owner": {"id": 211}, "user": {"role": "worker"}}}, "resource": {"id": 312, "owner": {"id": 602}, "assignee": {"id": 543}, "project": {"id": 387, "owner": {"id": 789}, "assignee": {"id": 834}}, "task": {"id": 322, "owner": {"id": 917}, "assignee": {"id": 67}}, "job": {"id": 383, "assignee": {"id": 1138}}, "organization": {"id": 170}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 65, "privilege": "worker"}, "organization": {"id": 164, "owner": {"id": 240}, "user": {"role": "worker"}}}, "resource": {"id": 391, "owner": {"id": 614}, "assignee": {"id": 541}, "project": {"id": 343, "owner": {"id": 712}, "assignee": {"id": 897}}, "task": {"id": 383, "owner": {"id": 922}, "assignee": {"id": 65}}, "job": {"id": 344, "assignee": {"id": 1129}}, "organization": {"id": 164}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 1, "privilege": "worker"}, "organization": {"id": 190, "owner": {"id": 234}, "user": {"role": "worker"}}}, "resource": {"id": 332, "owner": {"id": 623}, "assignee": {"id": 536}, "project": {"id": 359, "owner": {"id": 708}, "assignee": {"id": 820}}, "task": {"id": 396, "owner": {"id": 995}, "assignee": {"id": 1}}, "job": {"id": 324, "assignee": {"id": 1109}}, "organization": {"id": 1209}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 19, "privilege": "worker"}, "organization": {"id": 197, "owner": {"id": 200}, "user": {"role": "worker"}}}, "resource": {"id": 349, "owner": {"id": 615}, "assignee": {"id": 534}, "project": {"id": 337, "owner": {"id": 768}, "assignee": {"id": 801}}, "task": {"id": 316, "owner": {"id": 994}, "assignee": {"id": 19}}, "job": {"id": 382, "assignee": {"id": 1160}}, "organization": {"id": 1240}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 33, "privilege": "worker"}, "organization": {"id": 154, "owner": {"id": 286}, "user": {"role": "worker"}}}, "resource": {"id": 399, "owner": {"id": 621}, "assignee": {"id": 578}, "project": {"id": 303, "owner": {"id": 750}, "assignee": {"id": 852}}, "task": {"id": 358, "owner": {"id": 962}, "assignee": {"id": 33}}, "job": {"id": 363, "assignee": {"id": 1154}}, "organization": {"id": 1255}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 29, "privilege": "worker"}, "organization": {"id": 160, "owner": {"id": 243}, "user": {"role": "worker"}}}, "resource": {"id": 308, "owner": {"id": 610}, "assignee": {"id": 586}, "project": {"id": 399, "owner": {"id": 703}, "assignee": {"id": 893}}, "task": {"id": 337, "owner": {"id": 918}, "assignee": {"id": 29}}, "job": {"id": 300, "assignee": {"id": 1120}}, "organization": {"id": 1226}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 58, "privilege": "worker"}, "organization": {"id": 133, "owner": {"id": 219}, "user": {"role": null}}}, "resource": {"id": 364, "owner": {"id": 645}, "assignee": {"id": 569}, "project": {"id": 315, "owner": {"id": 786}, "assignee": {"id": 842}}, "task": {"id": 334, "owner": {"id": 905}, "assignee": {"id": 58}}, "job": {"id": 306, "assignee": {"id": 1142}}, "organization": {"id": 133}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 0, "privilege": "worker"}, "organization": {"id": 162, "owner": {"id": 267}, "user": {"role": null}}}, "resource": {"id": 334, "owner": {"id": 647}, "assignee": {"id": 518}, "project": {"id": 343, "owner": {"id": 778}, "assignee": {"id": 897}}, "task": {"id": 303, "owner": {"id": 900}, "assignee": {"id": 0}}, "job": {"id": 330, "assignee": {"id": 1199}}, "organization": {"id": 162}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 53, "privilege": "worker"}, "organization": {"id": 117, "owner": {"id": 268}, "user": {"role": null}}}, "resource": {"id": 327, "owner": {"id": 698}, "assignee": {"id": 522}, "project": {"id": 393, "owner": {"id": 730}, "assignee": {"id": 838}}, "task": {"id": 348, "owner": {"id": 948}, "assignee": {"id": 53}}, "job": {"id": 348, "assignee": {"id": 1178}}, "organization": {"id": 117}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 44, "privilege": "worker"}, "organization": {"id": 145, "owner": {"id": 287}, "user": {"role": null}}}, "resource": {"id": 313, "owner": {"id": 667}, "assignee": {"id": 506}, "project": {"id": 318, "owner": {"id": 787}, "assignee": {"id": 811}}, "task": {"id": 365, "owner": {"id": 930}, "assignee": {"id": 44}}, "job": {"id": 387, "assignee": {"id": 1144}}, "organization": {"id": 145}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 33, "privilege": "worker"}, "organization": {"id": 126, "owner": {"id": 210}, "user": {"role": null}}}, "resource": {"id": 366, "owner": {"id": 619}, "assignee": {"id": 529}, "project": {"id": 396, "owner": {"id": 736}, "assignee": {"id": 857}}, "task": {"id": 353, "owner": {"id": 974}, "assignee": {"id": 33}}, "job": {"id": 363, "assignee": {"id": 1185}}, "organization": {"id": 1243}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 1, "privilege": "worker"}, "organization": {"id": 161, "owner": {"id": 256}, "user": {"role": null}}}, "resource": {"id": 343, "owner": {"id": 659}, "assignee": {"id": 556}, "project": {"id": 355, "owner": {"id": 719}, "assignee": {"id": 804}}, "task": {"id": 340, "owner": {"id": 955}, "assignee": {"id": 1}}, "job": {"id": 342, "assignee": {"id": 1101}}, "organization": {"id": 1258}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 64, "privilege": "worker"}, "organization": {"id": 149, "owner": {"id": 297}, "user": {"role": null}}}, "resource": {"id": 395, "owner": {"id": 668}, "assignee": {"id": 588}, "project": {"id": 393, "owner": {"id": 786}, "assignee": {"id": 865}}, "task": {"id": 368, "owner": {"id": 937}, "assignee": {"id": 64}}, "job": {"id": 392, "assignee": {"id": 1141}}, "organization": {"id": 1242}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 36, "privilege": "worker"}, "organization": {"id": 192, "owner": {"id": 213}, "user": {"role": null}}}, "resource": {"id": 346, "owner": {"id": 660}, "assignee": {"id": 587}, "project": {"id": 393, "owner": {"id": 731}, "assignee": {"id": 837}}, "task": {"id": 392, "owner": {"id": 930}, "assignee": {"id": 36}}, "job": {"id": 391, "assignee": {"id": 1152}}, "organization": {"id": 1244}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 4, "privilege": "none"}, "organization": {"id": 156, "owner": {"id": 4}, "user": {"role": "owner"}}}, "resource": {"id": 388, "owner": {"id": 624}, "assignee": {"id": 532}, "project": {"id": 323, "owner": {"id": 720}, "assignee": {"id": 877}}, "task": {"id": 324, "owner": {"id": 906}, "assignee": {"id": 4}}, "job": {"id": 369, "assignee": {"id": 1134}}, "organization": {"id": 156}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 25, "privilege": "none"}, "organization": {"id": 104, "owner": {"id": 25}, "user": {"role": "owner"}}}, "resource": {"id": 384, "owner": {"id": 642}, "assignee": {"id": 569}, "project": {"id": 363, "owner": {"id": 763}, "assignee": {"id": 855}}, "task": {"id": 320, "owner": {"id": 901}, "assignee": {"id": 25}}, "job": {"id": 352, "assignee": {"id": 1106}}, "organization": {"id": 104}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 0, "privilege": "none"}, "organization": {"id": 106, "owner": {"id": 0}, "user": {"role": "owner"}}}, "resource": {"id": 350, "owner": {"id": 682}, "assignee": {"id": 590}, "project": {"id": 383, "owner": {"id": 783}, "assignee": {"id": 887}}, "task": {"id": 365, "owner": {"id": 983}, "assignee": {"id": 0}}, "job": {"id": 394, "assignee": {"id": 1195}}, "organization": {"id": 106}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 82, "privilege": "none"}, "organization": {"id": 153, "owner": {"id": 82}, "user": {"role": "owner"}}}, "resource": {"id": 358, "owner": {"id": 613}, "assignee": {"id": 561}, "project": {"id": 390, "owner": {"id": 710}, "assignee": {"id": 806}}, "task": {"id": 377, "owner": {"id": 970}, "assignee": {"id": 82}}, "job": {"id": 331, "assignee": {"id": 1199}}, "organization": {"id": 153}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 84, "privilege": "none"}, "organization": {"id": 119, "owner": {"id": 84}, "user": {"role": "owner"}}}, "resource": {"id": 336, "owner": {"id": 609}, "assignee": {"id": 536}, "project": {"id": 328, "owner": {"id": 773}, "assignee": {"id": 808}}, "task": {"id": 388, "owner": {"id": 960}, "assignee": {"id": 84}}, "job": {"id": 302, "assignee": {"id": 1124}}, "organization": {"id": 1270}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 1, "privilege": "none"}, "organization": {"id": 154, "owner": {"id": 1}, "user": {"role": "owner"}}}, "resource": {"id": 369, "owner": {"id": 628}, "assignee": {"id": 521}, "project": {"id": 379, "owner": {"id": 702}, "assignee": {"id": 888}}, "task": {"id": 317, "owner": {"id": 914}, "assignee": {"id": 1}}, "job": {"id": 359, "assignee": {"id": 1194}}, "organization": {"id": 1284}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 7, "privilege": "none"}, "organization": {"id": 187, "owner": {"id": 7}, "user": {"role": "owner"}}}, "resource": {"id": 319, "owner": {"id": 661}, "assignee": {"id": 503}, "project": {"id": 304, "owner": {"id": 782}, "assignee": {"id": 893}}, "task": {"id": 364, "owner": {"id": 949}, "assignee": {"id": 7}}, "job": {"id": 360, "assignee": {"id": 1172}}, "organization": {"id": 1239}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 95, "privilege": "none"}, "organization": {"id": 130, "owner": {"id": 95}, "user": {"role": "owner"}}}, "resource": {"id": 357, "owner": {"id": 692}, "assignee": {"id": 573}, "project": {"id": 397, "owner": {"id": 790}, "assignee": {"id": 856}}, "task": {"id": 335, "owner": {"id": 912}, "assignee": {"id": 95}}, "job": {"id": 342, "assignee": {"id": 1150}}, "organization": {"id": 1249}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 49, "privilege": "none"}, "organization": {"id": 154, "owner": {"id": 262}, "user": {"role": "maintainer"}}}, "resource": {"id": 346, "owner": {"id": 681}, "assignee": {"id": 548}, "project": {"id": 305, "owner": {"id": 732}, "assignee": {"id": 830}}, "task": {"id": 386, "owner": {"id": 941}, "assignee": {"id": 49}}, "job": {"id": 367, "assignee": {"id": 1103}}, "organization": {"id": 154}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 40, "privilege": "none"}, "organization": {"id": 125, "owner": {"id": 225}, "user": {"role": "maintainer"}}}, "resource": {"id": 319, "owner": {"id": 658}, "assignee": {"id": 546}, "project": {"id": 325, "owner": {"id": 720}, "assignee": {"id": 890}}, "task": {"id": 391, "owner": {"id": 960}, "assignee": {"id": 40}}, "job": {"id": 346, "assignee": {"id": 1149}}, "organization": {"id": 125}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 61, "privilege": "none"}, "organization": {"id": 166, "owner": {"id": 211}, "user": {"role": "maintainer"}}}, "resource": {"id": 387, "owner": {"id": 618}, "assignee": {"id": 531}, "project": {"id": 362, "owner": {"id": 713}, "assignee": {"id": 827}}, "task": {"id": 311, "owner": {"id": 994}, "assignee": {"id": 61}}, "job": {"id": 361, "assignee": {"id": 1113}}, "organization": {"id": 166}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 88, "privilege": "none"}, "organization": {"id": 168, "owner": {"id": 269}, "user": {"role": "maintainer"}}}, "resource": {"id": 333, "owner": {"id": 688}, "assignee": {"id": 588}, "project": {"id": 336, "owner": {"id": 794}, "assignee": {"id": 895}}, "task": {"id": 312, "owner": {"id": 928}, "assignee": {"id": 88}}, "job": {"id": 396, "assignee": {"id": 1159}}, "organization": {"id": 168}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 68, "privilege": "none"}, "organization": {"id": 141, "owner": {"id": 228}, "user": {"role": "maintainer"}}}, "resource": {"id": 340, "owner": {"id": 604}, "assignee": {"id": 503}, "project": {"id": 334, "owner": {"id": 770}, "assignee": {"id": 892}}, "task": {"id": 371, "owner": {"id": 948}, "assignee": {"id": 68}}, "job": {"id": 324, "assignee": {"id": 1147}}, "organization": {"id": 1280}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 18, "privilege": "none"}, "organization": {"id": 108, "owner": {"id": 282}, "user": {"role": "maintainer"}}}, "resource": {"id": 371, "owner": {"id": 613}, "assignee": {"id": 511}, "project": {"id": 325, "owner": {"id": 705}, "assignee": {"id": 808}}, "task": {"id": 340, "owner": {"id": 983}, "assignee": {"id": 18}}, "job": {"id": 350, "assignee": {"id": 1123}}, "organization": {"id": 1253}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 57, "privilege": "none"}, "organization": {"id": 127, "owner": {"id": 286}, "user": {"role": "maintainer"}}}, "resource": {"id": 303, "owner": {"id": 620}, "assignee": {"id": 573}, "project": {"id": 364, "owner": {"id": 760}, "assignee": {"id": 859}}, "task": {"id": 373, "owner": {"id": 956}, "assignee": {"id": 57}}, "job": {"id": 324, "assignee": {"id": 1189}}, "organization": {"id": 1274}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 30, "privilege": "none"}, "organization": {"id": 136, "owner": {"id": 282}, "user": {"role": "maintainer"}}}, "resource": {"id": 317, "owner": {"id": 646}, "assignee": {"id": 519}, "project": {"id": 341, "owner": {"id": 734}, "assignee": {"id": 803}}, "task": {"id": 385, "owner": {"id": 926}, "assignee": {"id": 30}}, "job": {"id": 375, "assignee": {"id": 1178}}, "organization": {"id": 1254}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 5, "privilege": "none"}, "organization": {"id": 136, "owner": {"id": 280}, "user": {"role": "supervisor"}}}, "resource": {"id": 379, "owner": {"id": 674}, "assignee": {"id": 582}, "project": {"id": 356, "owner": {"id": 796}, "assignee": {"id": 838}}, "task": {"id": 392, "owner": {"id": 987}, "assignee": {"id": 5}}, "job": {"id": 361, "assignee": {"id": 1164}}, "organization": {"id": 136}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 26, "privilege": "none"}, "organization": {"id": 184, "owner": {"id": 232}, "user": {"role": "supervisor"}}}, "resource": {"id": 325, "owner": {"id": 695}, "assignee": {"id": 526}, "project": {"id": 358, "owner": {"id": 745}, "assignee": {"id": 843}}, "task": {"id": 393, "owner": {"id": 956}, "assignee": {"id": 26}}, "job": {"id": 341, "assignee": {"id": 1173}}, "organization": {"id": 184}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 15, "privilege": "none"}, "organization": {"id": 141, "owner": {"id": 263}, "user": {"role": "supervisor"}}}, "resource": {"id": 303, "owner": {"id": 615}, "assignee": {"id": 587}, "project": {"id": 387, "owner": {"id": 702}, "assignee": {"id": 865}}, "task": {"id": 374, "owner": {"id": 966}, "assignee": {"id": 15}}, "job": {"id": 345, "assignee": {"id": 1123}}, "organization": {"id": 141}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 85, "privilege": "none"}, "organization": {"id": 173, "owner": {"id": 296}, "user": {"role": "supervisor"}}}, "resource": {"id": 308, "owner": {"id": 608}, "assignee": {"id": 551}, "project": {"id": 392, "owner": {"id": 760}, "assignee": {"id": 891}}, "task": {"id": 372, "owner": {"id": 917}, "assignee": {"id": 85}}, "job": {"id": 342, "assignee": {"id": 1182}}, "organization": {"id": 173}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 95, "privilege": "none"}, "organization": {"id": 146, "owner": {"id": 220}, "user": {"role": "supervisor"}}}, "resource": {"id": 310, "owner": {"id": 699}, "assignee": {"id": 559}, "project": {"id": 356, "owner": {"id": 771}, "assignee": {"id": 842}}, "task": {"id": 331, "owner": {"id": 987}, "assignee": {"id": 95}}, "job": {"id": 328, "assignee": {"id": 1187}}, "organization": {"id": 1245}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 43, "privilege": "none"}, "organization": {"id": 111, "owner": {"id": 284}, "user": {"role": "supervisor"}}}, "resource": {"id": 380, "owner": {"id": 661}, "assignee": {"id": 562}, "project": {"id": 389, "owner": {"id": 712}, "assignee": {"id": 850}}, "task": {"id": 337, "owner": {"id": 965}, "assignee": {"id": 43}}, "job": {"id": 325, "assignee": {"id": 1144}}, "organization": {"id": 1234}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 84, "privilege": "none"}, "organization": {"id": 118, "owner": {"id": 238}, "user": {"role": "supervisor"}}}, "resource": {"id": 312, "owner": {"id": 632}, "assignee": {"id": 545}, "project": {"id": 379, "owner": {"id": 765}, "assignee": {"id": 849}}, "task": {"id": 329, "owner": {"id": 954}, "assignee": {"id": 84}}, "job": {"id": 370, "assignee": {"id": 1177}}, "organization": {"id": 1201}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 13, "privilege": "none"}, "organization": {"id": 194, "owner": {"id": 220}, "user": {"role": "supervisor"}}}, "resource": {"id": 375, "owner": {"id": 681}, "assignee": {"id": 509}, "project": {"id": 316, "owner": {"id": 748}, "assignee": {"id": 870}}, "task": {"id": 340, "owner": {"id": 961}, "assignee": {"id": 13}}, "job": {"id": 304, "assignee": {"id": 1146}}, "organization": {"id": 1236}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 60, "privilege": "none"}, "organization": {"id": 171, "owner": {"id": 226}, "user": {"role": "worker"}}}, "resource": {"id": 324, "owner": {"id": 641}, "assignee": {"id": 539}, "project": {"id": 307, "owner": {"id": 748}, "assignee": {"id": 898}}, "task": {"id": 390, "owner": {"id": 980}, "assignee": {"id": 60}}, "job": {"id": 314, "assignee": {"id": 1150}}, "organization": {"id": 171}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 40, "privilege": "none"}, "organization": {"id": 118, "owner": {"id": 256}, "user": {"role": "worker"}}}, "resource": {"id": 341, "owner": {"id": 669}, "assignee": {"id": 587}, "project": {"id": 392, "owner": {"id": 702}, "assignee": {"id": 893}}, "task": {"id": 310, "owner": {"id": 956}, "assignee": {"id": 40}}, "job": {"id": 375, "assignee": {"id": 1191}}, "organization": {"id": 118}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 50, "privilege": "none"}, "organization": {"id": 175, "owner": {"id": 255}, "user": {"role": "worker"}}}, "resource": {"id": 339, "owner": {"id": 665}, "assignee": {"id": 519}, "project": {"id": 353, "owner": {"id": 772}, "assignee": {"id": 865}}, "task": {"id": 397, "owner": {"id": 919}, "assignee": {"id": 50}}, "job": {"id": 374, "assignee": {"id": 1145}}, "organization": {"id": 175}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 74, "privilege": "none"}, "organization": {"id": 169, "owner": {"id": 201}, "user": {"role": "worker"}}}, "resource": {"id": 308, "owner": {"id": 691}, "assignee": {"id": 507}, "project": {"id": 333, "owner": {"id": 788}, "assignee": {"id": 861}}, "task": {"id": 384, "owner": {"id": 968}, "assignee": {"id": 74}}, "job": {"id": 303, "assignee": {"id": 1189}}, "organization": {"id": 169}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 28, "privilege": "none"}, "organization": {"id": 121, "owner": {"id": 291}, "user": {"role": "worker"}}}, "resource": {"id": 326, "owner": {"id": 675}, "assignee": {"id": 580}, "project": {"id": 312, "owner": {"id": 783}, "assignee": {"id": 813}}, "task": {"id": 394, "owner": {"id": 960}, "assignee": {"id": 28}}, "job": {"id": 368, "assignee": {"id": 1132}}, "organization": {"id": 1278}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 63, "privilege": "none"}, "organization": {"id": 196, "owner": {"id": 222}, "user": {"role": "worker"}}}, "resource": {"id": 389, "owner": {"id": 601}, "assignee": {"id": 530}, "project": {"id": 358, "owner": {"id": 763}, "assignee": {"id": 883}}, "task": {"id": 384, "owner": {"id": 948}, "assignee": {"id": 63}}, "job": {"id": 349, "assignee": {"id": 1173}}, "organization": {"id": 1277}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 75, "privilege": "none"}, "organization": {"id": 167, "owner": {"id": 221}, "user": {"role": "worker"}}}, "resource": {"id": 318, "owner": {"id": 670}, "assignee": {"id": 594}, "project": {"id": 315, "owner": {"id": 736}, "assignee": {"id": 855}}, "task": {"id": 352, "owner": {"id": 962}, "assignee": {"id": 75}}, "job": {"id": 324, "assignee": {"id": 1181}}, "organization": {"id": 1208}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 23, "privilege": "none"}, "organization": {"id": 113, "owner": {"id": 290}, "user": {"role": "worker"}}}, "resource": {"id": 397, "owner": {"id": 635}, "assignee": {"id": 552}, "project": {"id": 333, "owner": {"id": 797}, "assignee": {"id": 882}}, "task": {"id": 324, "owner": {"id": 922}, "assignee": {"id": 23}}, "job": {"id": 351, "assignee": {"id": 1174}}, "organization": {"id": 1204}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 11, "privilege": "none"}, "organization": {"id": 145, "owner": {"id": 254}, "user": {"role": null}}}, "resource": {"id": 338, "owner": {"id": 609}, "assignee": {"id": 511}, "project": {"id": 321, "owner": {"id": 766}, "assignee": {"id": 815}}, "task": {"id": 394, "owner": {"id": 926}, "assignee": {"id": 11}}, "job": {"id": 367, "assignee": {"id": 1194}}, "organization": {"id": 145}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 81, "privilege": "none"}, "organization": {"id": 116, "owner": {"id": 274}, "user": {"role": null}}}, "resource": {"id": 314, "owner": {"id": 642}, "assignee": {"id": 594}, "project": {"id": 349, "owner": {"id": 791}, "assignee": {"id": 803}}, "task": {"id": 338, "owner": {"id": 911}, "assignee": {"id": 81}}, "job": {"id": 343, "assignee": {"id": 1178}}, "organization": {"id": 116}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 57, "privilege": "none"}, "organization": {"id": 157, "owner": {"id": 266}, "user": {"role": null}}}, "resource": {"id": 374, "owner": {"id": 664}, "assignee": {"id": 533}, "project": {"id": 376, "owner": {"id": 762}, "assignee": {"id": 830}}, "task": {"id": 374, "owner": {"id": 985}, "assignee": {"id": 57}}, "job": {"id": 379, "assignee": {"id": 1154}}, "organization": {"id": 157}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 64, "privilege": "none"}, "organization": {"id": 164, "owner": {"id": 282}, "user": {"role": null}}}, "resource": {"id": 323, "owner": {"id": 664}, "assignee": {"id": 573}, "project": {"id": 309, "owner": {"id": 729}, "assignee": {"id": 853}}, "task": {"id": 399, "owner": {"id": 924}, "assignee": {"id": 64}}, "job": {"id": 312, "assignee": {"id": 1118}}, "organization": {"id": 164}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 50, "privilege": "none"}, "organization": {"id": 195, "owner": {"id": 236}, "user": {"role": null}}}, "resource": {"id": 340, "owner": {"id": 685}, "assignee": {"id": 535}, "project": {"id": 376, "owner": {"id": 784}, "assignee": {"id": 842}}, "task": {"id": 397, "owner": {"id": 921}, "assignee": {"id": 50}}, "job": {"id": 317, "assignee": {"id": 1120}}, "organization": {"id": 1218}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 75, "privilege": "none"}, "organization": {"id": 138, "owner": {"id": 200}, "user": {"role": null}}}, "resource": {"id": 312, "owner": {"id": 658}, "assignee": {"id": 531}, "project": {"id": 326, "owner": {"id": 722}, "assignee": {"id": 841}}, "task": {"id": 375, "owner": {"id": 972}, "assignee": {"id": 75}}, "job": {"id": 382, "assignee": {"id": 1150}}, "organization": {"id": 1267}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 83, "privilege": "none"}, "organization": {"id": 168, "owner": {"id": 201}, "user": {"role": null}}}, "resource": {"id": 308, "owner": {"id": 615}, "assignee": {"id": 510}, "project": {"id": 306, "owner": {"id": 731}, "assignee": {"id": 898}}, "task": {"id": 320, "owner": {"id": 937}, "assignee": {"id": 83}}, "job": {"id": 359, "assignee": {"id": 1178}}, "organization": {"id": 1240}}} +test_scope_VIEW_context_ORGANIZATION_ownership_TASK_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 65, "privilege": "none"}, "organization": {"id": 111, "owner": {"id": 269}, "user": {"role": null}}}, "resource": {"id": 373, "owner": {"id": 693}, "assignee": {"id": 596}, "project": {"id": 344, "owner": {"id": 701}, "assignee": {"id": 879}}, "task": {"id": 306, "owner": {"id": 984}, "assignee": {"id": 65}}, "job": {"id": 340, "assignee": {"id": 1198}}, "organization": {"id": 1230}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 27, "privilege": "admin"}, "organization": {"id": 144, "owner": {"id": 27}, "user": {"role": "owner"}}}, "resource": {"id": 378, "owner": {"id": 651}, "assignee": {"id": 587}, "project": {"id": 328, "owner": {"id": 758}, "assignee": {"id": 856}}, "task": {"id": 398, "owner": {"id": 927}, "assignee": {"id": 1020}}, "job": {"id": 303, "assignee": {"id": 27}}, "organization": {"id": 144}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 96, "privilege": "admin"}, "organization": {"id": 150, "owner": {"id": 96}, "user": {"role": "owner"}}}, "resource": {"id": 323, "owner": {"id": 608}, "assignee": {"id": 594}, "project": {"id": 388, "owner": {"id": 705}, "assignee": {"id": 872}}, "task": {"id": 305, "owner": {"id": 912}, "assignee": {"id": 1082}}, "job": {"id": 304, "assignee": {"id": 96}}, "organization": {"id": 150}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 86, "privilege": "admin"}, "organization": {"id": 114, "owner": {"id": 86}, "user": {"role": "owner"}}}, "resource": {"id": 355, "owner": {"id": 637}, "assignee": {"id": 559}, "project": {"id": 345, "owner": {"id": 708}, "assignee": {"id": 854}}, "task": {"id": 357, "owner": {"id": 984}, "assignee": {"id": 1087}}, "job": {"id": 395, "assignee": {"id": 86}}, "organization": {"id": 114}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 55, "privilege": "admin"}, "organization": {"id": 143, "owner": {"id": 55}, "user": {"role": "owner"}}}, "resource": {"id": 343, "owner": {"id": 626}, "assignee": {"id": 592}, "project": {"id": 369, "owner": {"id": 788}, "assignee": {"id": 873}}, "task": {"id": 353, "owner": {"id": 942}, "assignee": {"id": 1082}}, "job": {"id": 306, "assignee": {"id": 55}}, "organization": {"id": 143}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 21, "privilege": "admin"}, "organization": {"id": 157, "owner": {"id": 21}, "user": {"role": "owner"}}}, "resource": {"id": 389, "owner": {"id": 650}, "assignee": {"id": 514}, "project": {"id": 328, "owner": {"id": 708}, "assignee": {"id": 851}}, "task": {"id": 374, "owner": {"id": 910}, "assignee": {"id": 1033}}, "job": {"id": 335, "assignee": {"id": 21}}, "organization": {"id": 1290}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 40, "privilege": "admin"}, "organization": {"id": 121, "owner": {"id": 40}, "user": {"role": "owner"}}}, "resource": {"id": 345, "owner": {"id": 646}, "assignee": {"id": 564}, "project": {"id": 332, "owner": {"id": 790}, "assignee": {"id": 896}}, "task": {"id": 341, "owner": {"id": 906}, "assignee": {"id": 1048}}, "job": {"id": 338, "assignee": {"id": 40}}, "organization": {"id": 1226}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 16, "privilege": "admin"}, "organization": {"id": 189, "owner": {"id": 16}, "user": {"role": "owner"}}}, "resource": {"id": 350, "owner": {"id": 640}, "assignee": {"id": 589}, "project": {"id": 308, "owner": {"id": 713}, "assignee": {"id": 849}}, "task": {"id": 354, "owner": {"id": 961}, "assignee": {"id": 1070}}, "job": {"id": 397, "assignee": {"id": 16}}, "organization": {"id": 1289}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 72, "privilege": "admin"}, "organization": {"id": 106, "owner": {"id": 72}, "user": {"role": "owner"}}}, "resource": {"id": 365, "owner": {"id": 649}, "assignee": {"id": 545}, "project": {"id": 362, "owner": {"id": 716}, "assignee": {"id": 807}}, "task": {"id": 342, "owner": {"id": 912}, "assignee": {"id": 1043}}, "job": {"id": 361, "assignee": {"id": 72}}, "organization": {"id": 1268}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 71, "privilege": "admin"}, "organization": {"id": 149, "owner": {"id": 227}, "user": {"role": "maintainer"}}}, "resource": {"id": 319, "owner": {"id": 618}, "assignee": {"id": 511}, "project": {"id": 339, "owner": {"id": 745}, "assignee": {"id": 883}}, "task": {"id": 371, "owner": {"id": 938}, "assignee": {"id": 1030}}, "job": {"id": 374, "assignee": {"id": 71}}, "organization": {"id": 149}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 81, "privilege": "admin"}, "organization": {"id": 105, "owner": {"id": 262}, "user": {"role": "maintainer"}}}, "resource": {"id": 380, "owner": {"id": 657}, "assignee": {"id": 535}, "project": {"id": 345, "owner": {"id": 721}, "assignee": {"id": 815}}, "task": {"id": 332, "owner": {"id": 914}, "assignee": {"id": 1078}}, "job": {"id": 379, "assignee": {"id": 81}}, "organization": {"id": 105}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 81, "privilege": "admin"}, "organization": {"id": 115, "owner": {"id": 272}, "user": {"role": "maintainer"}}}, "resource": {"id": 356, "owner": {"id": 668}, "assignee": {"id": 591}, "project": {"id": 360, "owner": {"id": 700}, "assignee": {"id": 866}}, "task": {"id": 391, "owner": {"id": 999}, "assignee": {"id": 1044}}, "job": {"id": 377, "assignee": {"id": 81}}, "organization": {"id": 115}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 4, "privilege": "admin"}, "organization": {"id": 143, "owner": {"id": 200}, "user": {"role": "maintainer"}}}, "resource": {"id": 342, "owner": {"id": 649}, "assignee": {"id": 582}, "project": {"id": 344, "owner": {"id": 759}, "assignee": {"id": 898}}, "task": {"id": 325, "owner": {"id": 978}, "assignee": {"id": 1070}}, "job": {"id": 325, "assignee": {"id": 4}}, "organization": {"id": 143}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 43, "privilege": "admin"}, "organization": {"id": 157, "owner": {"id": 278}, "user": {"role": "maintainer"}}}, "resource": {"id": 328, "owner": {"id": 664}, "assignee": {"id": 562}, "project": {"id": 350, "owner": {"id": 742}, "assignee": {"id": 842}}, "task": {"id": 321, "owner": {"id": 961}, "assignee": {"id": 1018}}, "job": {"id": 356, "assignee": {"id": 43}}, "organization": {"id": 1282}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 5, "privilege": "admin"}, "organization": {"id": 173, "owner": {"id": 219}, "user": {"role": "maintainer"}}}, "resource": {"id": 357, "owner": {"id": 666}, "assignee": {"id": 552}, "project": {"id": 368, "owner": {"id": 729}, "assignee": {"id": 801}}, "task": {"id": 369, "owner": {"id": 968}, "assignee": {"id": 1074}}, "job": {"id": 327, "assignee": {"id": 5}}, "organization": {"id": 1257}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 64, "privilege": "admin"}, "organization": {"id": 188, "owner": {"id": 234}, "user": {"role": "maintainer"}}}, "resource": {"id": 393, "owner": {"id": 625}, "assignee": {"id": 545}, "project": {"id": 384, "owner": {"id": 726}, "assignee": {"id": 876}}, "task": {"id": 323, "owner": {"id": 928}, "assignee": {"id": 1088}}, "job": {"id": 316, "assignee": {"id": 64}}, "organization": {"id": 1245}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 89, "privilege": "admin"}, "organization": {"id": 106, "owner": {"id": 227}, "user": {"role": "maintainer"}}}, "resource": {"id": 327, "owner": {"id": 660}, "assignee": {"id": 533}, "project": {"id": 324, "owner": {"id": 781}, "assignee": {"id": 841}}, "task": {"id": 373, "owner": {"id": 971}, "assignee": {"id": 1086}}, "job": {"id": 390, "assignee": {"id": 89}}, "organization": {"id": 1290}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 45, "privilege": "admin"}, "organization": {"id": 121, "owner": {"id": 274}, "user": {"role": "supervisor"}}}, "resource": {"id": 321, "owner": {"id": 607}, "assignee": {"id": 569}, "project": {"id": 309, "owner": {"id": 703}, "assignee": {"id": 844}}, "task": {"id": 363, "owner": {"id": 973}, "assignee": {"id": 1070}}, "job": {"id": 370, "assignee": {"id": 45}}, "organization": {"id": 121}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 25, "privilege": "admin"}, "organization": {"id": 170, "owner": {"id": 218}, "user": {"role": "supervisor"}}}, "resource": {"id": 392, "owner": {"id": 696}, "assignee": {"id": 590}, "project": {"id": 317, "owner": {"id": 750}, "assignee": {"id": 832}}, "task": {"id": 391, "owner": {"id": 983}, "assignee": {"id": 1014}}, "job": {"id": 311, "assignee": {"id": 25}}, "organization": {"id": 170}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 93, "privilege": "admin"}, "organization": {"id": 141, "owner": {"id": 219}, "user": {"role": "supervisor"}}}, "resource": {"id": 369, "owner": {"id": 647}, "assignee": {"id": 591}, "project": {"id": 308, "owner": {"id": 742}, "assignee": {"id": 839}}, "task": {"id": 374, "owner": {"id": 933}, "assignee": {"id": 1091}}, "job": {"id": 341, "assignee": {"id": 93}}, "organization": {"id": 141}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 88, "privilege": "admin"}, "organization": {"id": 195, "owner": {"id": 211}, "user": {"role": "supervisor"}}}, "resource": {"id": 325, "owner": {"id": 638}, "assignee": {"id": 550}, "project": {"id": 335, "owner": {"id": 772}, "assignee": {"id": 873}}, "task": {"id": 352, "owner": {"id": 915}, "assignee": {"id": 1010}}, "job": {"id": 351, "assignee": {"id": 88}}, "organization": {"id": 195}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 40, "privilege": "admin"}, "organization": {"id": 128, "owner": {"id": 218}, "user": {"role": "supervisor"}}}, "resource": {"id": 330, "owner": {"id": 602}, "assignee": {"id": 558}, "project": {"id": 316, "owner": {"id": 778}, "assignee": {"id": 869}}, "task": {"id": 376, "owner": {"id": 953}, "assignee": {"id": 1086}}, "job": {"id": 303, "assignee": {"id": 40}}, "organization": {"id": 1246}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 80, "privilege": "admin"}, "organization": {"id": 146, "owner": {"id": 271}, "user": {"role": "supervisor"}}}, "resource": {"id": 382, "owner": {"id": 681}, "assignee": {"id": 587}, "project": {"id": 397, "owner": {"id": 780}, "assignee": {"id": 830}}, "task": {"id": 358, "owner": {"id": 936}, "assignee": {"id": 1001}}, "job": {"id": 308, "assignee": {"id": 80}}, "organization": {"id": 1210}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 28, "privilege": "admin"}, "organization": {"id": 175, "owner": {"id": 273}, "user": {"role": "supervisor"}}}, "resource": {"id": 367, "owner": {"id": 659}, "assignee": {"id": 543}, "project": {"id": 319, "owner": {"id": 732}, "assignee": {"id": 878}}, "task": {"id": 300, "owner": {"id": 937}, "assignee": {"id": 1093}}, "job": {"id": 349, "assignee": {"id": 28}}, "organization": {"id": 1293}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 0, "privilege": "admin"}, "organization": {"id": 169, "owner": {"id": 285}, "user": {"role": "supervisor"}}}, "resource": {"id": 393, "owner": {"id": 618}, "assignee": {"id": 547}, "project": {"id": 360, "owner": {"id": 770}, "assignee": {"id": 813}}, "task": {"id": 352, "owner": {"id": 972}, "assignee": {"id": 1019}}, "job": {"id": 369, "assignee": {"id": 0}}, "organization": {"id": 1238}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 80, "privilege": "admin"}, "organization": {"id": 171, "owner": {"id": 229}, "user": {"role": "worker"}}}, "resource": {"id": 324, "owner": {"id": 670}, "assignee": {"id": 571}, "project": {"id": 356, "owner": {"id": 730}, "assignee": {"id": 830}}, "task": {"id": 394, "owner": {"id": 939}, "assignee": {"id": 1068}}, "job": {"id": 347, "assignee": {"id": 80}}, "organization": {"id": 171}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 94, "privilege": "admin"}, "organization": {"id": 158, "owner": {"id": 233}, "user": {"role": "worker"}}}, "resource": {"id": 386, "owner": {"id": 647}, "assignee": {"id": 505}, "project": {"id": 368, "owner": {"id": 754}, "assignee": {"id": 892}}, "task": {"id": 378, "owner": {"id": 939}, "assignee": {"id": 1039}}, "job": {"id": 304, "assignee": {"id": 94}}, "organization": {"id": 158}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 25, "privilege": "admin"}, "organization": {"id": 199, "owner": {"id": 210}, "user": {"role": "worker"}}}, "resource": {"id": 362, "owner": {"id": 616}, "assignee": {"id": 579}, "project": {"id": 325, "owner": {"id": 760}, "assignee": {"id": 875}}, "task": {"id": 360, "owner": {"id": 904}, "assignee": {"id": 1096}}, "job": {"id": 316, "assignee": {"id": 25}}, "organization": {"id": 199}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 69, "privilege": "admin"}, "organization": {"id": 131, "owner": {"id": 228}, "user": {"role": "worker"}}}, "resource": {"id": 341, "owner": {"id": 623}, "assignee": {"id": 562}, "project": {"id": 348, "owner": {"id": 783}, "assignee": {"id": 823}}, "task": {"id": 393, "owner": {"id": 989}, "assignee": {"id": 1076}}, "job": {"id": 332, "assignee": {"id": 69}}, "organization": {"id": 131}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 62, "privilege": "admin"}, "organization": {"id": 167, "owner": {"id": 220}, "user": {"role": "worker"}}}, "resource": {"id": 349, "owner": {"id": 605}, "assignee": {"id": 581}, "project": {"id": 374, "owner": {"id": 706}, "assignee": {"id": 895}}, "task": {"id": 338, "owner": {"id": 991}, "assignee": {"id": 1090}}, "job": {"id": 370, "assignee": {"id": 62}}, "organization": {"id": 1227}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 57, "privilege": "admin"}, "organization": {"id": 123, "owner": {"id": 221}, "user": {"role": "worker"}}}, "resource": {"id": 333, "owner": {"id": 621}, "assignee": {"id": 572}, "project": {"id": 335, "owner": {"id": 737}, "assignee": {"id": 881}}, "task": {"id": 395, "owner": {"id": 925}, "assignee": {"id": 1053}}, "job": {"id": 366, "assignee": {"id": 57}}, "organization": {"id": 1290}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 49, "privilege": "admin"}, "organization": {"id": 151, "owner": {"id": 235}, "user": {"role": "worker"}}}, "resource": {"id": 374, "owner": {"id": 639}, "assignee": {"id": 541}, "project": {"id": 322, "owner": {"id": 725}, "assignee": {"id": 844}}, "task": {"id": 334, "owner": {"id": 917}, "assignee": {"id": 1020}}, "job": {"id": 389, "assignee": {"id": 49}}, "organization": {"id": 1215}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 38, "privilege": "admin"}, "organization": {"id": 135, "owner": {"id": 259}, "user": {"role": "worker"}}}, "resource": {"id": 375, "owner": {"id": 647}, "assignee": {"id": 521}, "project": {"id": 372, "owner": {"id": 712}, "assignee": {"id": 854}}, "task": {"id": 324, "owner": {"id": 986}, "assignee": {"id": 1025}}, "job": {"id": 306, "assignee": {"id": 38}}, "organization": {"id": 1265}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 90, "privilege": "admin"}, "organization": {"id": 114, "owner": {"id": 261}, "user": {"role": null}}}, "resource": {"id": 310, "owner": {"id": 632}, "assignee": {"id": 552}, "project": {"id": 336, "owner": {"id": 739}, "assignee": {"id": 848}}, "task": {"id": 370, "owner": {"id": 932}, "assignee": {"id": 1050}}, "job": {"id": 384, "assignee": {"id": 90}}, "organization": {"id": 114}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 74, "privilege": "admin"}, "organization": {"id": 123, "owner": {"id": 222}, "user": {"role": null}}}, "resource": {"id": 317, "owner": {"id": 676}, "assignee": {"id": 570}, "project": {"id": 375, "owner": {"id": 708}, "assignee": {"id": 800}}, "task": {"id": 388, "owner": {"id": 965}, "assignee": {"id": 1007}}, "job": {"id": 367, "assignee": {"id": 74}}, "organization": {"id": 123}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 39, "privilege": "admin"}, "organization": {"id": 149, "owner": {"id": 292}, "user": {"role": null}}}, "resource": {"id": 335, "owner": {"id": 646}, "assignee": {"id": 525}, "project": {"id": 310, "owner": {"id": 777}, "assignee": {"id": 843}}, "task": {"id": 356, "owner": {"id": 946}, "assignee": {"id": 1019}}, "job": {"id": 309, "assignee": {"id": 39}}, "organization": {"id": 149}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 26, "privilege": "admin"}, "organization": {"id": 166, "owner": {"id": 294}, "user": {"role": null}}}, "resource": {"id": 342, "owner": {"id": 638}, "assignee": {"id": 556}, "project": {"id": 309, "owner": {"id": 707}, "assignee": {"id": 889}}, "task": {"id": 368, "owner": {"id": 977}, "assignee": {"id": 1073}}, "job": {"id": 369, "assignee": {"id": 26}}, "organization": {"id": 166}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 49, "privilege": "admin"}, "organization": {"id": 194, "owner": {"id": 279}, "user": {"role": null}}}, "resource": {"id": 367, "owner": {"id": 604}, "assignee": {"id": 515}, "project": {"id": 353, "owner": {"id": 702}, "assignee": {"id": 802}}, "task": {"id": 368, "owner": {"id": 942}, "assignee": {"id": 1001}}, "job": {"id": 303, "assignee": {"id": 49}}, "organization": {"id": 1229}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 93, "privilege": "admin"}, "organization": {"id": 191, "owner": {"id": 222}, "user": {"role": null}}}, "resource": {"id": 329, "owner": {"id": 602}, "assignee": {"id": 516}, "project": {"id": 330, "owner": {"id": 739}, "assignee": {"id": 881}}, "task": {"id": 334, "owner": {"id": 920}, "assignee": {"id": 1069}}, "job": {"id": 334, "assignee": {"id": 93}}, "organization": {"id": 1253}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 51, "privilege": "admin"}, "organization": {"id": 104, "owner": {"id": 270}, "user": {"role": null}}}, "resource": {"id": 365, "owner": {"id": 684}, "assignee": {"id": 510}, "project": {"id": 315, "owner": {"id": 790}, "assignee": {"id": 862}}, "task": {"id": 363, "owner": {"id": 965}, "assignee": {"id": 1087}}, "job": {"id": 347, "assignee": {"id": 51}}, "organization": {"id": 1239}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 20, "privilege": "admin"}, "organization": {"id": 128, "owner": {"id": 249}, "user": {"role": null}}}, "resource": {"id": 381, "owner": {"id": 685}, "assignee": {"id": 588}, "project": {"id": 339, "owner": {"id": 738}, "assignee": {"id": 839}}, "task": {"id": 375, "owner": {"id": 995}, "assignee": {"id": 1084}}, "job": {"id": 362, "assignee": {"id": 20}}, "organization": {"id": 1221}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 44, "privilege": "business"}, "organization": {"id": 196, "owner": {"id": 44}, "user": {"role": "owner"}}}, "resource": {"id": 359, "owner": {"id": 680}, "assignee": {"id": 556}, "project": {"id": 399, "owner": {"id": 733}, "assignee": {"id": 801}}, "task": {"id": 392, "owner": {"id": 932}, "assignee": {"id": 1051}}, "job": {"id": 387, "assignee": {"id": 44}}, "organization": {"id": 196}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 94, "privilege": "business"}, "organization": {"id": 164, "owner": {"id": 94}, "user": {"role": "owner"}}}, "resource": {"id": 305, "owner": {"id": 607}, "assignee": {"id": 568}, "project": {"id": 304, "owner": {"id": 744}, "assignee": {"id": 844}}, "task": {"id": 313, "owner": {"id": 969}, "assignee": {"id": 1025}}, "job": {"id": 331, "assignee": {"id": 94}}, "organization": {"id": 164}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 11, "privilege": "business"}, "organization": {"id": 131, "owner": {"id": 11}, "user": {"role": "owner"}}}, "resource": {"id": 323, "owner": {"id": 694}, "assignee": {"id": 531}, "project": {"id": 334, "owner": {"id": 711}, "assignee": {"id": 842}}, "task": {"id": 310, "owner": {"id": 979}, "assignee": {"id": 1051}}, "job": {"id": 376, "assignee": {"id": 11}}, "organization": {"id": 131}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 22, "privilege": "business"}, "organization": {"id": 148, "owner": {"id": 22}, "user": {"role": "owner"}}}, "resource": {"id": 311, "owner": {"id": 615}, "assignee": {"id": 574}, "project": {"id": 349, "owner": {"id": 771}, "assignee": {"id": 841}}, "task": {"id": 348, "owner": {"id": 913}, "assignee": {"id": 1075}}, "job": {"id": 318, "assignee": {"id": 22}}, "organization": {"id": 148}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 92, "privilege": "business"}, "organization": {"id": 112, "owner": {"id": 92}, "user": {"role": "owner"}}}, "resource": {"id": 382, "owner": {"id": 687}, "assignee": {"id": 517}, "project": {"id": 340, "owner": {"id": 781}, "assignee": {"id": 885}}, "task": {"id": 344, "owner": {"id": 925}, "assignee": {"id": 1015}}, "job": {"id": 337, "assignee": {"id": 92}}, "organization": {"id": 1270}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 65, "privilege": "business"}, "organization": {"id": 109, "owner": {"id": 65}, "user": {"role": "owner"}}}, "resource": {"id": 351, "owner": {"id": 640}, "assignee": {"id": 506}, "project": {"id": 323, "owner": {"id": 749}, "assignee": {"id": 808}}, "task": {"id": 331, "owner": {"id": 926}, "assignee": {"id": 1066}}, "job": {"id": 374, "assignee": {"id": 65}}, "organization": {"id": 1280}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 19, "privilege": "business"}, "organization": {"id": 101, "owner": {"id": 19}, "user": {"role": "owner"}}}, "resource": {"id": 390, "owner": {"id": 612}, "assignee": {"id": 559}, "project": {"id": 340, "owner": {"id": 750}, "assignee": {"id": 813}}, "task": {"id": 359, "owner": {"id": 920}, "assignee": {"id": 1089}}, "job": {"id": 314, "assignee": {"id": 19}}, "organization": {"id": 1203}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 10, "privilege": "business"}, "organization": {"id": 129, "owner": {"id": 10}, "user": {"role": "owner"}}}, "resource": {"id": 321, "owner": {"id": 605}, "assignee": {"id": 520}, "project": {"id": 350, "owner": {"id": 715}, "assignee": {"id": 856}}, "task": {"id": 361, "owner": {"id": 930}, "assignee": {"id": 1064}}, "job": {"id": 316, "assignee": {"id": 10}}, "organization": {"id": 1209}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 99, "privilege": "business"}, "organization": {"id": 138, "owner": {"id": 285}, "user": {"role": "maintainer"}}}, "resource": {"id": 392, "owner": {"id": 655}, "assignee": {"id": 552}, "project": {"id": 333, "owner": {"id": 748}, "assignee": {"id": 858}}, "task": {"id": 342, "owner": {"id": 939}, "assignee": {"id": 1014}}, "job": {"id": 340, "assignee": {"id": 99}}, "organization": {"id": 138}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 3, "privilege": "business"}, "organization": {"id": 189, "owner": {"id": 277}, "user": {"role": "maintainer"}}}, "resource": {"id": 304, "owner": {"id": 674}, "assignee": {"id": 548}, "project": {"id": 386, "owner": {"id": 725}, "assignee": {"id": 849}}, "task": {"id": 341, "owner": {"id": 972}, "assignee": {"id": 1080}}, "job": {"id": 345, "assignee": {"id": 3}}, "organization": {"id": 189}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 94, "privilege": "business"}, "organization": {"id": 104, "owner": {"id": 216}, "user": {"role": "maintainer"}}}, "resource": {"id": 380, "owner": {"id": 625}, "assignee": {"id": 552}, "project": {"id": 319, "owner": {"id": 765}, "assignee": {"id": 867}}, "task": {"id": 398, "owner": {"id": 984}, "assignee": {"id": 1063}}, "job": {"id": 344, "assignee": {"id": 94}}, "organization": {"id": 104}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 27, "privilege": "business"}, "organization": {"id": 178, "owner": {"id": 200}, "user": {"role": "maintainer"}}}, "resource": {"id": 370, "owner": {"id": 670}, "assignee": {"id": 534}, "project": {"id": 396, "owner": {"id": 787}, "assignee": {"id": 848}}, "task": {"id": 381, "owner": {"id": 905}, "assignee": {"id": 1018}}, "job": {"id": 333, "assignee": {"id": 27}}, "organization": {"id": 178}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 24, "privilege": "business"}, "organization": {"id": 115, "owner": {"id": 264}, "user": {"role": "maintainer"}}}, "resource": {"id": 301, "owner": {"id": 647}, "assignee": {"id": 570}, "project": {"id": 358, "owner": {"id": 790}, "assignee": {"id": 878}}, "task": {"id": 376, "owner": {"id": 960}, "assignee": {"id": 1078}}, "job": {"id": 305, "assignee": {"id": 24}}, "organization": {"id": 1287}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 33, "privilege": "business"}, "organization": {"id": 188, "owner": {"id": 227}, "user": {"role": "maintainer"}}}, "resource": {"id": 377, "owner": {"id": 660}, "assignee": {"id": 558}, "project": {"id": 393, "owner": {"id": 747}, "assignee": {"id": 873}}, "task": {"id": 377, "owner": {"id": 974}, "assignee": {"id": 1009}}, "job": {"id": 302, "assignee": {"id": 33}}, "organization": {"id": 1296}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 45, "privilege": "business"}, "organization": {"id": 168, "owner": {"id": 248}, "user": {"role": "maintainer"}}}, "resource": {"id": 328, "owner": {"id": 643}, "assignee": {"id": 580}, "project": {"id": 376, "owner": {"id": 712}, "assignee": {"id": 803}}, "task": {"id": 318, "owner": {"id": 953}, "assignee": {"id": 1041}}, "job": {"id": 323, "assignee": {"id": 45}}, "organization": {"id": 1228}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 1, "privilege": "business"}, "organization": {"id": 127, "owner": {"id": 283}, "user": {"role": "maintainer"}}}, "resource": {"id": 376, "owner": {"id": 616}, "assignee": {"id": 540}, "project": {"id": 329, "owner": {"id": 731}, "assignee": {"id": 855}}, "task": {"id": 387, "owner": {"id": 907}, "assignee": {"id": 1075}}, "job": {"id": 318, "assignee": {"id": 1}}, "organization": {"id": 1206}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 2, "privilege": "business"}, "organization": {"id": 150, "owner": {"id": 206}, "user": {"role": "supervisor"}}}, "resource": {"id": 391, "owner": {"id": 696}, "assignee": {"id": 523}, "project": {"id": 365, "owner": {"id": 712}, "assignee": {"id": 876}}, "task": {"id": 308, "owner": {"id": 934}, "assignee": {"id": 1042}}, "job": {"id": 372, "assignee": {"id": 2}}, "organization": {"id": 150}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 52, "privilege": "business"}, "organization": {"id": 194, "owner": {"id": 260}, "user": {"role": "supervisor"}}}, "resource": {"id": 374, "owner": {"id": 690}, "assignee": {"id": 557}, "project": {"id": 336, "owner": {"id": 722}, "assignee": {"id": 830}}, "task": {"id": 372, "owner": {"id": 957}, "assignee": {"id": 1050}}, "job": {"id": 338, "assignee": {"id": 52}}, "organization": {"id": 194}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 17, "privilege": "business"}, "organization": {"id": 102, "owner": {"id": 243}, "user": {"role": "supervisor"}}}, "resource": {"id": 303, "owner": {"id": 633}, "assignee": {"id": 577}, "project": {"id": 349, "owner": {"id": 786}, "assignee": {"id": 838}}, "task": {"id": 375, "owner": {"id": 949}, "assignee": {"id": 1040}}, "job": {"id": 306, "assignee": {"id": 17}}, "organization": {"id": 102}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 40, "privilege": "business"}, "organization": {"id": 135, "owner": {"id": 267}, "user": {"role": "supervisor"}}}, "resource": {"id": 318, "owner": {"id": 682}, "assignee": {"id": 583}, "project": {"id": 324, "owner": {"id": 749}, "assignee": {"id": 893}}, "task": {"id": 355, "owner": {"id": 958}, "assignee": {"id": 1099}}, "job": {"id": 346, "assignee": {"id": 40}}, "organization": {"id": 135}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 18, "privilege": "business"}, "organization": {"id": 102, "owner": {"id": 224}, "user": {"role": "supervisor"}}}, "resource": {"id": 363, "owner": {"id": 646}, "assignee": {"id": 520}, "project": {"id": 335, "owner": {"id": 738}, "assignee": {"id": 879}}, "task": {"id": 339, "owner": {"id": 925}, "assignee": {"id": 1096}}, "job": {"id": 309, "assignee": {"id": 18}}, "organization": {"id": 1277}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 41, "privilege": "business"}, "organization": {"id": 179, "owner": {"id": 217}, "user": {"role": "supervisor"}}}, "resource": {"id": 332, "owner": {"id": 637}, "assignee": {"id": 561}, "project": {"id": 362, "owner": {"id": 799}, "assignee": {"id": 854}}, "task": {"id": 374, "owner": {"id": 908}, "assignee": {"id": 1003}}, "job": {"id": 338, "assignee": {"id": 41}}, "organization": {"id": 1291}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 34, "privilege": "business"}, "organization": {"id": 152, "owner": {"id": 239}, "user": {"role": "supervisor"}}}, "resource": {"id": 328, "owner": {"id": 677}, "assignee": {"id": 599}, "project": {"id": 394, "owner": {"id": 779}, "assignee": {"id": 862}}, "task": {"id": 347, "owner": {"id": 913}, "assignee": {"id": 1093}}, "job": {"id": 339, "assignee": {"id": 34}}, "organization": {"id": 1227}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 40, "privilege": "business"}, "organization": {"id": 175, "owner": {"id": 227}, "user": {"role": "supervisor"}}}, "resource": {"id": 387, "owner": {"id": 676}, "assignee": {"id": 581}, "project": {"id": 300, "owner": {"id": 733}, "assignee": {"id": 896}}, "task": {"id": 352, "owner": {"id": 993}, "assignee": {"id": 1077}}, "job": {"id": 343, "assignee": {"id": 40}}, "organization": {"id": 1212}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 96, "privilege": "business"}, "organization": {"id": 118, "owner": {"id": 235}, "user": {"role": "worker"}}}, "resource": {"id": 383, "owner": {"id": 656}, "assignee": {"id": 510}, "project": {"id": 341, "owner": {"id": 797}, "assignee": {"id": 819}}, "task": {"id": 313, "owner": {"id": 985}, "assignee": {"id": 1082}}, "job": {"id": 343, "assignee": {"id": 96}}, "organization": {"id": 118}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 59, "privilege": "business"}, "organization": {"id": 193, "owner": {"id": 262}, "user": {"role": "worker"}}}, "resource": {"id": 336, "owner": {"id": 626}, "assignee": {"id": 503}, "project": {"id": 348, "owner": {"id": 748}, "assignee": {"id": 879}}, "task": {"id": 371, "owner": {"id": 918}, "assignee": {"id": 1014}}, "job": {"id": 305, "assignee": {"id": 59}}, "organization": {"id": 193}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 42, "privilege": "business"}, "organization": {"id": 198, "owner": {"id": 218}, "user": {"role": "worker"}}}, "resource": {"id": 386, "owner": {"id": 675}, "assignee": {"id": 549}, "project": {"id": 341, "owner": {"id": 784}, "assignee": {"id": 849}}, "task": {"id": 392, "owner": {"id": 935}, "assignee": {"id": 1020}}, "job": {"id": 302, "assignee": {"id": 42}}, "organization": {"id": 198}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 52, "privilege": "business"}, "organization": {"id": 110, "owner": {"id": 207}, "user": {"role": "worker"}}}, "resource": {"id": 390, "owner": {"id": 636}, "assignee": {"id": 556}, "project": {"id": 328, "owner": {"id": 704}, "assignee": {"id": 869}}, "task": {"id": 356, "owner": {"id": 900}, "assignee": {"id": 1093}}, "job": {"id": 349, "assignee": {"id": 52}}, "organization": {"id": 110}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 14, "privilege": "business"}, "organization": {"id": 173, "owner": {"id": 255}, "user": {"role": "worker"}}}, "resource": {"id": 315, "owner": {"id": 621}, "assignee": {"id": 511}, "project": {"id": 345, "owner": {"id": 700}, "assignee": {"id": 876}}, "task": {"id": 341, "owner": {"id": 903}, "assignee": {"id": 1063}}, "job": {"id": 313, "assignee": {"id": 14}}, "organization": {"id": 1267}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 8, "privilege": "business"}, "organization": {"id": 110, "owner": {"id": 212}, "user": {"role": "worker"}}}, "resource": {"id": 373, "owner": {"id": 659}, "assignee": {"id": 550}, "project": {"id": 380, "owner": {"id": 729}, "assignee": {"id": 874}}, "task": {"id": 315, "owner": {"id": 949}, "assignee": {"id": 1013}}, "job": {"id": 342, "assignee": {"id": 8}}, "organization": {"id": 1222}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 68, "privilege": "business"}, "organization": {"id": 135, "owner": {"id": 293}, "user": {"role": "worker"}}}, "resource": {"id": 366, "owner": {"id": 645}, "assignee": {"id": 533}, "project": {"id": 359, "owner": {"id": 756}, "assignee": {"id": 820}}, "task": {"id": 334, "owner": {"id": 986}, "assignee": {"id": 1026}}, "job": {"id": 348, "assignee": {"id": 68}}, "organization": {"id": 1244}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 98, "privilege": "business"}, "organization": {"id": 131, "owner": {"id": 283}, "user": {"role": "worker"}}}, "resource": {"id": 372, "owner": {"id": 619}, "assignee": {"id": 586}, "project": {"id": 308, "owner": {"id": 709}, "assignee": {"id": 863}}, "task": {"id": 389, "owner": {"id": 903}, "assignee": {"id": 1092}}, "job": {"id": 361, "assignee": {"id": 98}}, "organization": {"id": 1297}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 89, "privilege": "business"}, "organization": {"id": 103, "owner": {"id": 210}, "user": {"role": null}}}, "resource": {"id": 333, "owner": {"id": 688}, "assignee": {"id": 559}, "project": {"id": 305, "owner": {"id": 751}, "assignee": {"id": 838}}, "task": {"id": 387, "owner": {"id": 924}, "assignee": {"id": 1084}}, "job": {"id": 376, "assignee": {"id": 89}}, "organization": {"id": 103}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 10, "privilege": "business"}, "organization": {"id": 153, "owner": {"id": 237}, "user": {"role": null}}}, "resource": {"id": 311, "owner": {"id": 644}, "assignee": {"id": 576}, "project": {"id": 393, "owner": {"id": 758}, "assignee": {"id": 892}}, "task": {"id": 344, "owner": {"id": 957}, "assignee": {"id": 1050}}, "job": {"id": 390, "assignee": {"id": 10}}, "organization": {"id": 153}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 51, "privilege": "business"}, "organization": {"id": 155, "owner": {"id": 285}, "user": {"role": null}}}, "resource": {"id": 312, "owner": {"id": 605}, "assignee": {"id": 544}, "project": {"id": 343, "owner": {"id": 788}, "assignee": {"id": 891}}, "task": {"id": 377, "owner": {"id": 944}, "assignee": {"id": 1076}}, "job": {"id": 380, "assignee": {"id": 51}}, "organization": {"id": 155}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 88, "privilege": "business"}, "organization": {"id": 143, "owner": {"id": 239}, "user": {"role": null}}}, "resource": {"id": 316, "owner": {"id": 690}, "assignee": {"id": 523}, "project": {"id": 397, "owner": {"id": 780}, "assignee": {"id": 846}}, "task": {"id": 345, "owner": {"id": 948}, "assignee": {"id": 1020}}, "job": {"id": 359, "assignee": {"id": 88}}, "organization": {"id": 143}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 10, "privilege": "business"}, "organization": {"id": 103, "owner": {"id": 201}, "user": {"role": null}}}, "resource": {"id": 356, "owner": {"id": 649}, "assignee": {"id": 512}, "project": {"id": 313, "owner": {"id": 750}, "assignee": {"id": 892}}, "task": {"id": 326, "owner": {"id": 952}, "assignee": {"id": 1026}}, "job": {"id": 324, "assignee": {"id": 10}}, "organization": {"id": 1263}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 12, "privilege": "business"}, "organization": {"id": 195, "owner": {"id": 208}, "user": {"role": null}}}, "resource": {"id": 398, "owner": {"id": 653}, "assignee": {"id": 512}, "project": {"id": 330, "owner": {"id": 730}, "assignee": {"id": 868}}, "task": {"id": 349, "owner": {"id": 950}, "assignee": {"id": 1038}}, "job": {"id": 327, "assignee": {"id": 12}}, "organization": {"id": 1266}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 57, "privilege": "business"}, "organization": {"id": 130, "owner": {"id": 234}, "user": {"role": null}}}, "resource": {"id": 327, "owner": {"id": 657}, "assignee": {"id": 579}, "project": {"id": 329, "owner": {"id": 783}, "assignee": {"id": 857}}, "task": {"id": 357, "owner": {"id": 961}, "assignee": {"id": 1089}}, "job": {"id": 343, "assignee": {"id": 57}}, "organization": {"id": 1231}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 58, "privilege": "business"}, "organization": {"id": 130, "owner": {"id": 211}, "user": {"role": null}}}, "resource": {"id": 396, "owner": {"id": 614}, "assignee": {"id": 543}, "project": {"id": 316, "owner": {"id": 785}, "assignee": {"id": 861}}, "task": {"id": 333, "owner": {"id": 901}, "assignee": {"id": 1050}}, "job": {"id": 315, "assignee": {"id": 58}}, "organization": {"id": 1262}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 81, "privilege": "user"}, "organization": {"id": 134, "owner": {"id": 81}, "user": {"role": "owner"}}}, "resource": {"id": 398, "owner": {"id": 614}, "assignee": {"id": 577}, "project": {"id": 368, "owner": {"id": 771}, "assignee": {"id": 865}}, "task": {"id": 325, "owner": {"id": 979}, "assignee": {"id": 1008}}, "job": {"id": 331, "assignee": {"id": 81}}, "organization": {"id": 134}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 97, "privilege": "user"}, "organization": {"id": 136, "owner": {"id": 97}, "user": {"role": "owner"}}}, "resource": {"id": 320, "owner": {"id": 608}, "assignee": {"id": 546}, "project": {"id": 339, "owner": {"id": 786}, "assignee": {"id": 815}}, "task": {"id": 302, "owner": {"id": 982}, "assignee": {"id": 1005}}, "job": {"id": 347, "assignee": {"id": 97}}, "organization": {"id": 136}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 7, "privilege": "user"}, "organization": {"id": 143, "owner": {"id": 7}, "user": {"role": "owner"}}}, "resource": {"id": 320, "owner": {"id": 611}, "assignee": {"id": 579}, "project": {"id": 336, "owner": {"id": 728}, "assignee": {"id": 811}}, "task": {"id": 368, "owner": {"id": 948}, "assignee": {"id": 1080}}, "job": {"id": 387, "assignee": {"id": 7}}, "organization": {"id": 143}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 46, "privilege": "user"}, "organization": {"id": 175, "owner": {"id": 46}, "user": {"role": "owner"}}}, "resource": {"id": 343, "owner": {"id": 602}, "assignee": {"id": 571}, "project": {"id": 362, "owner": {"id": 706}, "assignee": {"id": 851}}, "task": {"id": 312, "owner": {"id": 977}, "assignee": {"id": 1097}}, "job": {"id": 392, "assignee": {"id": 46}}, "organization": {"id": 175}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 83, "privilege": "user"}, "organization": {"id": 117, "owner": {"id": 83}, "user": {"role": "owner"}}}, "resource": {"id": 353, "owner": {"id": 653}, "assignee": {"id": 562}, "project": {"id": 311, "owner": {"id": 783}, "assignee": {"id": 863}}, "task": {"id": 345, "owner": {"id": 982}, "assignee": {"id": 1077}}, "job": {"id": 347, "assignee": {"id": 83}}, "organization": {"id": 1281}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 50, "privilege": "user"}, "organization": {"id": 104, "owner": {"id": 50}, "user": {"role": "owner"}}}, "resource": {"id": 339, "owner": {"id": 678}, "assignee": {"id": 564}, "project": {"id": 360, "owner": {"id": 763}, "assignee": {"id": 809}}, "task": {"id": 392, "owner": {"id": 944}, "assignee": {"id": 1048}}, "job": {"id": 374, "assignee": {"id": 50}}, "organization": {"id": 1223}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 46, "privilege": "user"}, "organization": {"id": 128, "owner": {"id": 46}, "user": {"role": "owner"}}}, "resource": {"id": 334, "owner": {"id": 610}, "assignee": {"id": 567}, "project": {"id": 347, "owner": {"id": 762}, "assignee": {"id": 829}}, "task": {"id": 360, "owner": {"id": 915}, "assignee": {"id": 1058}}, "job": {"id": 321, "assignee": {"id": 46}}, "organization": {"id": 1262}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 69, "privilege": "user"}, "organization": {"id": 156, "owner": {"id": 69}, "user": {"role": "owner"}}}, "resource": {"id": 327, "owner": {"id": 671}, "assignee": {"id": 501}, "project": {"id": 314, "owner": {"id": 702}, "assignee": {"id": 825}}, "task": {"id": 384, "owner": {"id": 990}, "assignee": {"id": 1048}}, "job": {"id": 320, "assignee": {"id": 69}}, "organization": {"id": 1201}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 50, "privilege": "user"}, "organization": {"id": 148, "owner": {"id": 204}, "user": {"role": "maintainer"}}}, "resource": {"id": 346, "owner": {"id": 664}, "assignee": {"id": 589}, "project": {"id": 378, "owner": {"id": 796}, "assignee": {"id": 856}}, "task": {"id": 347, "owner": {"id": 968}, "assignee": {"id": 1030}}, "job": {"id": 368, "assignee": {"id": 50}}, "organization": {"id": 148}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 71, "privilege": "user"}, "organization": {"id": 114, "owner": {"id": 257}, "user": {"role": "maintainer"}}}, "resource": {"id": 388, "owner": {"id": 659}, "assignee": {"id": 545}, "project": {"id": 362, "owner": {"id": 743}, "assignee": {"id": 805}}, "task": {"id": 394, "owner": {"id": 989}, "assignee": {"id": 1012}}, "job": {"id": 310, "assignee": {"id": 71}}, "organization": {"id": 114}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 24, "privilege": "user"}, "organization": {"id": 180, "owner": {"id": 244}, "user": {"role": "maintainer"}}}, "resource": {"id": 322, "owner": {"id": 697}, "assignee": {"id": 514}, "project": {"id": 337, "owner": {"id": 794}, "assignee": {"id": 802}}, "task": {"id": 358, "owner": {"id": 936}, "assignee": {"id": 1056}}, "job": {"id": 302, "assignee": {"id": 24}}, "organization": {"id": 180}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 15, "privilege": "user"}, "organization": {"id": 141, "owner": {"id": 230}, "user": {"role": "maintainer"}}}, "resource": {"id": 322, "owner": {"id": 652}, "assignee": {"id": 558}, "project": {"id": 373, "owner": {"id": 711}, "assignee": {"id": 875}}, "task": {"id": 328, "owner": {"id": 961}, "assignee": {"id": 1043}}, "job": {"id": 384, "assignee": {"id": 15}}, "organization": {"id": 141}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 13, "privilege": "user"}, "organization": {"id": 142, "owner": {"id": 200}, "user": {"role": "maintainer"}}}, "resource": {"id": 319, "owner": {"id": 688}, "assignee": {"id": 536}, "project": {"id": 314, "owner": {"id": 778}, "assignee": {"id": 879}}, "task": {"id": 396, "owner": {"id": 987}, "assignee": {"id": 1006}}, "job": {"id": 332, "assignee": {"id": 13}}, "organization": {"id": 1216}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 22, "privilege": "user"}, "organization": {"id": 116, "owner": {"id": 214}, "user": {"role": "maintainer"}}}, "resource": {"id": 364, "owner": {"id": 634}, "assignee": {"id": 547}, "project": {"id": 399, "owner": {"id": 711}, "assignee": {"id": 884}}, "task": {"id": 368, "owner": {"id": 972}, "assignee": {"id": 1050}}, "job": {"id": 361, "assignee": {"id": 22}}, "organization": {"id": 1248}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 2, "privilege": "user"}, "organization": {"id": 100, "owner": {"id": 267}, "user": {"role": "maintainer"}}}, "resource": {"id": 312, "owner": {"id": 686}, "assignee": {"id": 577}, "project": {"id": 362, "owner": {"id": 725}, "assignee": {"id": 866}}, "task": {"id": 344, "owner": {"id": 988}, "assignee": {"id": 1010}}, "job": {"id": 321, "assignee": {"id": 2}}, "organization": {"id": 1208}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 80, "privilege": "user"}, "organization": {"id": 190, "owner": {"id": 239}, "user": {"role": "maintainer"}}}, "resource": {"id": 366, "owner": {"id": 602}, "assignee": {"id": 526}, "project": {"id": 343, "owner": {"id": 711}, "assignee": {"id": 810}}, "task": {"id": 318, "owner": {"id": 966}, "assignee": {"id": 1098}}, "job": {"id": 331, "assignee": {"id": 80}}, "organization": {"id": 1243}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 60, "privilege": "user"}, "organization": {"id": 189, "owner": {"id": 215}, "user": {"role": "supervisor"}}}, "resource": {"id": 361, "owner": {"id": 618}, "assignee": {"id": 540}, "project": {"id": 319, "owner": {"id": 709}, "assignee": {"id": 807}}, "task": {"id": 397, "owner": {"id": 992}, "assignee": {"id": 1032}}, "job": {"id": 309, "assignee": {"id": 60}}, "organization": {"id": 189}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 38, "privilege": "user"}, "organization": {"id": 135, "owner": {"id": 236}, "user": {"role": "supervisor"}}}, "resource": {"id": 365, "owner": {"id": 667}, "assignee": {"id": 565}, "project": {"id": 318, "owner": {"id": 701}, "assignee": {"id": 813}}, "task": {"id": 304, "owner": {"id": 915}, "assignee": {"id": 1021}}, "job": {"id": 305, "assignee": {"id": 38}}, "organization": {"id": 135}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 24, "privilege": "user"}, "organization": {"id": 154, "owner": {"id": 299}, "user": {"role": "supervisor"}}}, "resource": {"id": 321, "owner": {"id": 674}, "assignee": {"id": 591}, "project": {"id": 347, "owner": {"id": 743}, "assignee": {"id": 835}}, "task": {"id": 370, "owner": {"id": 908}, "assignee": {"id": 1070}}, "job": {"id": 339, "assignee": {"id": 24}}, "organization": {"id": 154}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 42, "privilege": "user"}, "organization": {"id": 101, "owner": {"id": 208}, "user": {"role": "supervisor"}}}, "resource": {"id": 395, "owner": {"id": 633}, "assignee": {"id": 507}, "project": {"id": 344, "owner": {"id": 791}, "assignee": {"id": 868}}, "task": {"id": 361, "owner": {"id": 993}, "assignee": {"id": 1019}}, "job": {"id": 358, "assignee": {"id": 42}}, "organization": {"id": 101}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 50, "privilege": "user"}, "organization": {"id": 124, "owner": {"id": 261}, "user": {"role": "supervisor"}}}, "resource": {"id": 318, "owner": {"id": 601}, "assignee": {"id": 541}, "project": {"id": 342, "owner": {"id": 780}, "assignee": {"id": 836}}, "task": {"id": 346, "owner": {"id": 984}, "assignee": {"id": 1087}}, "job": {"id": 369, "assignee": {"id": 50}}, "organization": {"id": 1230}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 99, "privilege": "user"}, "organization": {"id": 148, "owner": {"id": 261}, "user": {"role": "supervisor"}}}, "resource": {"id": 358, "owner": {"id": 636}, "assignee": {"id": 521}, "project": {"id": 350, "owner": {"id": 754}, "assignee": {"id": 886}}, "task": {"id": 376, "owner": {"id": 961}, "assignee": {"id": 1009}}, "job": {"id": 320, "assignee": {"id": 99}}, "organization": {"id": 1297}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 76, "privilege": "user"}, "organization": {"id": 105, "owner": {"id": 283}, "user": {"role": "supervisor"}}}, "resource": {"id": 364, "owner": {"id": 615}, "assignee": {"id": 583}, "project": {"id": 384, "owner": {"id": 783}, "assignee": {"id": 807}}, "task": {"id": 349, "owner": {"id": 935}, "assignee": {"id": 1013}}, "job": {"id": 330, "assignee": {"id": 76}}, "organization": {"id": 1206}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 26, "privilege": "user"}, "organization": {"id": 171, "owner": {"id": 246}, "user": {"role": "supervisor"}}}, "resource": {"id": 357, "owner": {"id": 630}, "assignee": {"id": 534}, "project": {"id": 304, "owner": {"id": 770}, "assignee": {"id": 889}}, "task": {"id": 302, "owner": {"id": 900}, "assignee": {"id": 1059}}, "job": {"id": 389, "assignee": {"id": 26}}, "organization": {"id": 1236}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 2, "privilege": "user"}, "organization": {"id": 160, "owner": {"id": 239}, "user": {"role": "worker"}}}, "resource": {"id": 348, "owner": {"id": 646}, "assignee": {"id": 513}, "project": {"id": 346, "owner": {"id": 773}, "assignee": {"id": 810}}, "task": {"id": 327, "owner": {"id": 910}, "assignee": {"id": 1036}}, "job": {"id": 375, "assignee": {"id": 2}}, "organization": {"id": 160}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 34, "privilege": "user"}, "organization": {"id": 168, "owner": {"id": 220}, "user": {"role": "worker"}}}, "resource": {"id": 378, "owner": {"id": 633}, "assignee": {"id": 598}, "project": {"id": 343, "owner": {"id": 758}, "assignee": {"id": 853}}, "task": {"id": 387, "owner": {"id": 974}, "assignee": {"id": 1077}}, "job": {"id": 305, "assignee": {"id": 34}}, "organization": {"id": 168}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 31, "privilege": "user"}, "organization": {"id": 130, "owner": {"id": 222}, "user": {"role": "worker"}}}, "resource": {"id": 315, "owner": {"id": 673}, "assignee": {"id": 535}, "project": {"id": 324, "owner": {"id": 742}, "assignee": {"id": 808}}, "task": {"id": 315, "owner": {"id": 930}, "assignee": {"id": 1098}}, "job": {"id": 394, "assignee": {"id": 31}}, "organization": {"id": 130}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 86, "privilege": "user"}, "organization": {"id": 167, "owner": {"id": 202}, "user": {"role": "worker"}}}, "resource": {"id": 349, "owner": {"id": 628}, "assignee": {"id": 588}, "project": {"id": 314, "owner": {"id": 720}, "assignee": {"id": 833}}, "task": {"id": 355, "owner": {"id": 962}, "assignee": {"id": 1079}}, "job": {"id": 312, "assignee": {"id": 86}}, "organization": {"id": 167}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 26, "privilege": "user"}, "organization": {"id": 135, "owner": {"id": 292}, "user": {"role": "worker"}}}, "resource": {"id": 359, "owner": {"id": 638}, "assignee": {"id": 517}, "project": {"id": 309, "owner": {"id": 743}, "assignee": {"id": 879}}, "task": {"id": 336, "owner": {"id": 990}, "assignee": {"id": 1001}}, "job": {"id": 388, "assignee": {"id": 26}}, "organization": {"id": 1257}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 58, "privilege": "user"}, "organization": {"id": 173, "owner": {"id": 282}, "user": {"role": "worker"}}}, "resource": {"id": 327, "owner": {"id": 626}, "assignee": {"id": 534}, "project": {"id": 349, "owner": {"id": 762}, "assignee": {"id": 849}}, "task": {"id": 343, "owner": {"id": 997}, "assignee": {"id": 1041}}, "job": {"id": 381, "assignee": {"id": 58}}, "organization": {"id": 1218}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 4, "privilege": "user"}, "organization": {"id": 163, "owner": {"id": 283}, "user": {"role": "worker"}}}, "resource": {"id": 321, "owner": {"id": 633}, "assignee": {"id": 517}, "project": {"id": 338, "owner": {"id": 758}, "assignee": {"id": 865}}, "task": {"id": 301, "owner": {"id": 902}, "assignee": {"id": 1077}}, "job": {"id": 386, "assignee": {"id": 4}}, "organization": {"id": 1201}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 34, "privilege": "user"}, "organization": {"id": 151, "owner": {"id": 220}, "user": {"role": "worker"}}}, "resource": {"id": 347, "owner": {"id": 642}, "assignee": {"id": 575}, "project": {"id": 361, "owner": {"id": 756}, "assignee": {"id": 827}}, "task": {"id": 321, "owner": {"id": 988}, "assignee": {"id": 1051}}, "job": {"id": 321, "assignee": {"id": 34}}, "organization": {"id": 1211}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 8, "privilege": "user"}, "organization": {"id": 120, "owner": {"id": 274}, "user": {"role": null}}}, "resource": {"id": 353, "owner": {"id": 691}, "assignee": {"id": 587}, "project": {"id": 314, "owner": {"id": 753}, "assignee": {"id": 850}}, "task": {"id": 358, "owner": {"id": 960}, "assignee": {"id": 1092}}, "job": {"id": 356, "assignee": {"id": 8}}, "organization": {"id": 120}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 91, "privilege": "user"}, "organization": {"id": 124, "owner": {"id": 258}, "user": {"role": null}}}, "resource": {"id": 392, "owner": {"id": 630}, "assignee": {"id": 575}, "project": {"id": 390, "owner": {"id": 756}, "assignee": {"id": 870}}, "task": {"id": 345, "owner": {"id": 965}, "assignee": {"id": 1023}}, "job": {"id": 314, "assignee": {"id": 91}}, "organization": {"id": 124}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 31, "privilege": "user"}, "organization": {"id": 166, "owner": {"id": 292}, "user": {"role": null}}}, "resource": {"id": 351, "owner": {"id": 691}, "assignee": {"id": 520}, "project": {"id": 375, "owner": {"id": 725}, "assignee": {"id": 895}}, "task": {"id": 312, "owner": {"id": 969}, "assignee": {"id": 1041}}, "job": {"id": 396, "assignee": {"id": 31}}, "organization": {"id": 166}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 96, "privilege": "user"}, "organization": {"id": 193, "owner": {"id": 267}, "user": {"role": null}}}, "resource": {"id": 371, "owner": {"id": 688}, "assignee": {"id": 565}, "project": {"id": 322, "owner": {"id": 723}, "assignee": {"id": 808}}, "task": {"id": 307, "owner": {"id": 917}, "assignee": {"id": 1052}}, "job": {"id": 317, "assignee": {"id": 96}}, "organization": {"id": 193}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 25, "privilege": "user"}, "organization": {"id": 180, "owner": {"id": 274}, "user": {"role": null}}}, "resource": {"id": 306, "owner": {"id": 699}, "assignee": {"id": 531}, "project": {"id": 324, "owner": {"id": 705}, "assignee": {"id": 827}}, "task": {"id": 350, "owner": {"id": 918}, "assignee": {"id": 1076}}, "job": {"id": 330, "assignee": {"id": 25}}, "organization": {"id": 1205}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 87, "privilege": "user"}, "organization": {"id": 118, "owner": {"id": 222}, "user": {"role": null}}}, "resource": {"id": 358, "owner": {"id": 680}, "assignee": {"id": 571}, "project": {"id": 360, "owner": {"id": 774}, "assignee": {"id": 820}}, "task": {"id": 368, "owner": {"id": 975}, "assignee": {"id": 1018}}, "job": {"id": 301, "assignee": {"id": 87}}, "organization": {"id": 1282}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 34, "privilege": "user"}, "organization": {"id": 196, "owner": {"id": 206}, "user": {"role": null}}}, "resource": {"id": 323, "owner": {"id": 685}, "assignee": {"id": 502}, "project": {"id": 320, "owner": {"id": 760}, "assignee": {"id": 814}}, "task": {"id": 398, "owner": {"id": 986}, "assignee": {"id": 1068}}, "job": {"id": 320, "assignee": {"id": 34}}, "organization": {"id": 1237}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 23, "privilege": "user"}, "organization": {"id": 194, "owner": {"id": 221}, "user": {"role": null}}}, "resource": {"id": 378, "owner": {"id": 686}, "assignee": {"id": 514}, "project": {"id": 367, "owner": {"id": 787}, "assignee": {"id": 838}}, "task": {"id": 333, "owner": {"id": 914}, "assignee": {"id": 1036}}, "job": {"id": 378, "assignee": {"id": 23}}, "organization": {"id": 1202}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 64, "privilege": "worker"}, "organization": {"id": 191, "owner": {"id": 64}, "user": {"role": "owner"}}}, "resource": {"id": 348, "owner": {"id": 641}, "assignee": {"id": 562}, "project": {"id": 310, "owner": {"id": 742}, "assignee": {"id": 826}}, "task": {"id": 303, "owner": {"id": 922}, "assignee": {"id": 1062}}, "job": {"id": 348, "assignee": {"id": 64}}, "organization": {"id": 191}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 59, "privilege": "worker"}, "organization": {"id": 149, "owner": {"id": 59}, "user": {"role": "owner"}}}, "resource": {"id": 350, "owner": {"id": 686}, "assignee": {"id": 577}, "project": {"id": 307, "owner": {"id": 708}, "assignee": {"id": 803}}, "task": {"id": 309, "owner": {"id": 947}, "assignee": {"id": 1053}}, "job": {"id": 347, "assignee": {"id": 59}}, "organization": {"id": 149}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 72, "privilege": "worker"}, "organization": {"id": 156, "owner": {"id": 72}, "user": {"role": "owner"}}}, "resource": {"id": 309, "owner": {"id": 647}, "assignee": {"id": 551}, "project": {"id": 392, "owner": {"id": 755}, "assignee": {"id": 806}}, "task": {"id": 359, "owner": {"id": 975}, "assignee": {"id": 1028}}, "job": {"id": 308, "assignee": {"id": 72}}, "organization": {"id": 156}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 85, "privilege": "worker"}, "organization": {"id": 182, "owner": {"id": 85}, "user": {"role": "owner"}}}, "resource": {"id": 388, "owner": {"id": 694}, "assignee": {"id": 571}, "project": {"id": 320, "owner": {"id": 799}, "assignee": {"id": 838}}, "task": {"id": 359, "owner": {"id": 909}, "assignee": {"id": 1044}}, "job": {"id": 348, "assignee": {"id": 85}}, "organization": {"id": 182}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 0, "privilege": "worker"}, "organization": {"id": 114, "owner": {"id": 0}, "user": {"role": "owner"}}}, "resource": {"id": 383, "owner": {"id": 669}, "assignee": {"id": 557}, "project": {"id": 343, "owner": {"id": 796}, "assignee": {"id": 864}}, "task": {"id": 335, "owner": {"id": 920}, "assignee": {"id": 1096}}, "job": {"id": 340, "assignee": {"id": 0}}, "organization": {"id": 1228}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 74, "privilege": "worker"}, "organization": {"id": 112, "owner": {"id": 74}, "user": {"role": "owner"}}}, "resource": {"id": 348, "owner": {"id": 629}, "assignee": {"id": 508}, "project": {"id": 374, "owner": {"id": 761}, "assignee": {"id": 890}}, "task": {"id": 365, "owner": {"id": 983}, "assignee": {"id": 1092}}, "job": {"id": 353, "assignee": {"id": 74}}, "organization": {"id": 1263}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 16, "privilege": "worker"}, "organization": {"id": 106, "owner": {"id": 16}, "user": {"role": "owner"}}}, "resource": {"id": 395, "owner": {"id": 657}, "assignee": {"id": 529}, "project": {"id": 330, "owner": {"id": 717}, "assignee": {"id": 819}}, "task": {"id": 370, "owner": {"id": 934}, "assignee": {"id": 1096}}, "job": {"id": 370, "assignee": {"id": 16}}, "organization": {"id": 1200}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 31, "privilege": "worker"}, "organization": {"id": 166, "owner": {"id": 31}, "user": {"role": "owner"}}}, "resource": {"id": 399, "owner": {"id": 627}, "assignee": {"id": 575}, "project": {"id": 300, "owner": {"id": 773}, "assignee": {"id": 893}}, "task": {"id": 310, "owner": {"id": 968}, "assignee": {"id": 1026}}, "job": {"id": 324, "assignee": {"id": 31}}, "organization": {"id": 1231}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 82, "privilege": "worker"}, "organization": {"id": 177, "owner": {"id": 266}, "user": {"role": "maintainer"}}}, "resource": {"id": 377, "owner": {"id": 635}, "assignee": {"id": 571}, "project": {"id": 332, "owner": {"id": 772}, "assignee": {"id": 847}}, "task": {"id": 301, "owner": {"id": 934}, "assignee": {"id": 1071}}, "job": {"id": 378, "assignee": {"id": 82}}, "organization": {"id": 177}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 63, "privilege": "worker"}, "organization": {"id": 100, "owner": {"id": 201}, "user": {"role": "maintainer"}}}, "resource": {"id": 340, "owner": {"id": 668}, "assignee": {"id": 521}, "project": {"id": 310, "owner": {"id": 774}, "assignee": {"id": 873}}, "task": {"id": 376, "owner": {"id": 964}, "assignee": {"id": 1060}}, "job": {"id": 391, "assignee": {"id": 63}}, "organization": {"id": 100}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 24, "privilege": "worker"}, "organization": {"id": 188, "owner": {"id": 248}, "user": {"role": "maintainer"}}}, "resource": {"id": 327, "owner": {"id": 670}, "assignee": {"id": 545}, "project": {"id": 370, "owner": {"id": 736}, "assignee": {"id": 887}}, "task": {"id": 383, "owner": {"id": 922}, "assignee": {"id": 1001}}, "job": {"id": 379, "assignee": {"id": 24}}, "organization": {"id": 188}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 85, "privilege": "worker"}, "organization": {"id": 111, "owner": {"id": 248}, "user": {"role": "maintainer"}}}, "resource": {"id": 388, "owner": {"id": 627}, "assignee": {"id": 582}, "project": {"id": 324, "owner": {"id": 776}, "assignee": {"id": 869}}, "task": {"id": 319, "owner": {"id": 928}, "assignee": {"id": 1047}}, "job": {"id": 375, "assignee": {"id": 85}}, "organization": {"id": 111}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 70, "privilege": "worker"}, "organization": {"id": 197, "owner": {"id": 251}, "user": {"role": "maintainer"}}}, "resource": {"id": 322, "owner": {"id": 688}, "assignee": {"id": 509}, "project": {"id": 315, "owner": {"id": 760}, "assignee": {"id": 803}}, "task": {"id": 370, "owner": {"id": 924}, "assignee": {"id": 1086}}, "job": {"id": 391, "assignee": {"id": 70}}, "organization": {"id": 1214}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 75, "privilege": "worker"}, "organization": {"id": 139, "owner": {"id": 237}, "user": {"role": "maintainer"}}}, "resource": {"id": 372, "owner": {"id": 695}, "assignee": {"id": 579}, "project": {"id": 300, "owner": {"id": 725}, "assignee": {"id": 824}}, "task": {"id": 317, "owner": {"id": 975}, "assignee": {"id": 1069}}, "job": {"id": 350, "assignee": {"id": 75}}, "organization": {"id": 1203}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 80, "privilege": "worker"}, "organization": {"id": 111, "owner": {"id": 274}, "user": {"role": "maintainer"}}}, "resource": {"id": 335, "owner": {"id": 624}, "assignee": {"id": 536}, "project": {"id": 342, "owner": {"id": 793}, "assignee": {"id": 857}}, "task": {"id": 379, "owner": {"id": 930}, "assignee": {"id": 1052}}, "job": {"id": 378, "assignee": {"id": 80}}, "organization": {"id": 1235}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 25, "privilege": "worker"}, "organization": {"id": 138, "owner": {"id": 269}, "user": {"role": "maintainer"}}}, "resource": {"id": 390, "owner": {"id": 685}, "assignee": {"id": 555}, "project": {"id": 350, "owner": {"id": 710}, "assignee": {"id": 853}}, "task": {"id": 369, "owner": {"id": 920}, "assignee": {"id": 1057}}, "job": {"id": 373, "assignee": {"id": 25}}, "organization": {"id": 1228}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 97, "privilege": "worker"}, "organization": {"id": 119, "owner": {"id": 274}, "user": {"role": "supervisor"}}}, "resource": {"id": 367, "owner": {"id": 690}, "assignee": {"id": 564}, "project": {"id": 309, "owner": {"id": 717}, "assignee": {"id": 826}}, "task": {"id": 379, "owner": {"id": 973}, "assignee": {"id": 1008}}, "job": {"id": 332, "assignee": {"id": 97}}, "organization": {"id": 119}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 29, "privilege": "worker"}, "organization": {"id": 122, "owner": {"id": 217}, "user": {"role": "supervisor"}}}, "resource": {"id": 305, "owner": {"id": 675}, "assignee": {"id": 507}, "project": {"id": 359, "owner": {"id": 761}, "assignee": {"id": 835}}, "task": {"id": 354, "owner": {"id": 902}, "assignee": {"id": 1019}}, "job": {"id": 319, "assignee": {"id": 29}}, "organization": {"id": 122}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 9, "privilege": "worker"}, "organization": {"id": 177, "owner": {"id": 257}, "user": {"role": "supervisor"}}}, "resource": {"id": 334, "owner": {"id": 657}, "assignee": {"id": 567}, "project": {"id": 366, "owner": {"id": 760}, "assignee": {"id": 828}}, "task": {"id": 311, "owner": {"id": 958}, "assignee": {"id": 1084}}, "job": {"id": 345, "assignee": {"id": 9}}, "organization": {"id": 177}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 53, "privilege": "worker"}, "organization": {"id": 119, "owner": {"id": 220}, "user": {"role": "supervisor"}}}, "resource": {"id": 356, "owner": {"id": 613}, "assignee": {"id": 504}, "project": {"id": 364, "owner": {"id": 720}, "assignee": {"id": 819}}, "task": {"id": 304, "owner": {"id": 928}, "assignee": {"id": 1091}}, "job": {"id": 374, "assignee": {"id": 53}}, "organization": {"id": 119}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 14, "privilege": "worker"}, "organization": {"id": 102, "owner": {"id": 254}, "user": {"role": "supervisor"}}}, "resource": {"id": 343, "owner": {"id": 620}, "assignee": {"id": 597}, "project": {"id": 326, "owner": {"id": 759}, "assignee": {"id": 843}}, "task": {"id": 347, "owner": {"id": 907}, "assignee": {"id": 1043}}, "job": {"id": 322, "assignee": {"id": 14}}, "organization": {"id": 1209}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 90, "privilege": "worker"}, "organization": {"id": 142, "owner": {"id": 264}, "user": {"role": "supervisor"}}}, "resource": {"id": 383, "owner": {"id": 678}, "assignee": {"id": 510}, "project": {"id": 352, "owner": {"id": 721}, "assignee": {"id": 896}}, "task": {"id": 354, "owner": {"id": 970}, "assignee": {"id": 1036}}, "job": {"id": 396, "assignee": {"id": 90}}, "organization": {"id": 1283}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 49, "privilege": "worker"}, "organization": {"id": 125, "owner": {"id": 239}, "user": {"role": "supervisor"}}}, "resource": {"id": 304, "owner": {"id": 654}, "assignee": {"id": 510}, "project": {"id": 314, "owner": {"id": 710}, "assignee": {"id": 894}}, "task": {"id": 309, "owner": {"id": 975}, "assignee": {"id": 1001}}, "job": {"id": 370, "assignee": {"id": 49}}, "organization": {"id": 1290}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 7, "privilege": "worker"}, "organization": {"id": 106, "owner": {"id": 237}, "user": {"role": "supervisor"}}}, "resource": {"id": 366, "owner": {"id": 642}, "assignee": {"id": 588}, "project": {"id": 335, "owner": {"id": 750}, "assignee": {"id": 801}}, "task": {"id": 355, "owner": {"id": 964}, "assignee": {"id": 1098}}, "job": {"id": 300, "assignee": {"id": 7}}, "organization": {"id": 1296}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 74, "privilege": "worker"}, "organization": {"id": 189, "owner": {"id": 267}, "user": {"role": "worker"}}}, "resource": {"id": 383, "owner": {"id": 670}, "assignee": {"id": 551}, "project": {"id": 344, "owner": {"id": 726}, "assignee": {"id": 826}}, "task": {"id": 379, "owner": {"id": 965}, "assignee": {"id": 1031}}, "job": {"id": 342, "assignee": {"id": 74}}, "organization": {"id": 189}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 70, "privilege": "worker"}, "organization": {"id": 153, "owner": {"id": 231}, "user": {"role": "worker"}}}, "resource": {"id": 334, "owner": {"id": 607}, "assignee": {"id": 577}, "project": {"id": 348, "owner": {"id": 744}, "assignee": {"id": 889}}, "task": {"id": 332, "owner": {"id": 952}, "assignee": {"id": 1038}}, "job": {"id": 381, "assignee": {"id": 70}}, "organization": {"id": 153}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 29, "privilege": "worker"}, "organization": {"id": 186, "owner": {"id": 236}, "user": {"role": "worker"}}}, "resource": {"id": 308, "owner": {"id": 643}, "assignee": {"id": 505}, "project": {"id": 336, "owner": {"id": 787}, "assignee": {"id": 836}}, "task": {"id": 364, "owner": {"id": 989}, "assignee": {"id": 1094}}, "job": {"id": 389, "assignee": {"id": 29}}, "organization": {"id": 186}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 1, "privilege": "worker"}, "organization": {"id": 103, "owner": {"id": 204}, "user": {"role": "worker"}}}, "resource": {"id": 381, "owner": {"id": 693}, "assignee": {"id": 548}, "project": {"id": 329, "owner": {"id": 750}, "assignee": {"id": 878}}, "task": {"id": 370, "owner": {"id": 980}, "assignee": {"id": 1022}}, "job": {"id": 343, "assignee": {"id": 1}}, "organization": {"id": 103}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 82, "privilege": "worker"}, "organization": {"id": 113, "owner": {"id": 227}, "user": {"role": "worker"}}}, "resource": {"id": 307, "owner": {"id": 627}, "assignee": {"id": 519}, "project": {"id": 373, "owner": {"id": 765}, "assignee": {"id": 848}}, "task": {"id": 335, "owner": {"id": 935}, "assignee": {"id": 1095}}, "job": {"id": 319, "assignee": {"id": 82}}, "organization": {"id": 1285}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 48, "privilege": "worker"}, "organization": {"id": 147, "owner": {"id": 286}, "user": {"role": "worker"}}}, "resource": {"id": 348, "owner": {"id": 606}, "assignee": {"id": 527}, "project": {"id": 379, "owner": {"id": 776}, "assignee": {"id": 842}}, "task": {"id": 319, "owner": {"id": 910}, "assignee": {"id": 1061}}, "job": {"id": 347, "assignee": {"id": 48}}, "organization": {"id": 1231}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 55, "privilege": "worker"}, "organization": {"id": 179, "owner": {"id": 204}, "user": {"role": "worker"}}}, "resource": {"id": 305, "owner": {"id": 626}, "assignee": {"id": 589}, "project": {"id": 323, "owner": {"id": 732}, "assignee": {"id": 834}}, "task": {"id": 377, "owner": {"id": 964}, "assignee": {"id": 1098}}, "job": {"id": 376, "assignee": {"id": 55}}, "organization": {"id": 1264}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 47, "privilege": "worker"}, "organization": {"id": 186, "owner": {"id": 280}, "user": {"role": "worker"}}}, "resource": {"id": 368, "owner": {"id": 630}, "assignee": {"id": 522}, "project": {"id": 315, "owner": {"id": 756}, "assignee": {"id": 894}}, "task": {"id": 397, "owner": {"id": 973}, "assignee": {"id": 1000}}, "job": {"id": 306, "assignee": {"id": 47}}, "organization": {"id": 1269}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 99, "privilege": "worker"}, "organization": {"id": 176, "owner": {"id": 218}, "user": {"role": null}}}, "resource": {"id": 367, "owner": {"id": 661}, "assignee": {"id": 508}, "project": {"id": 355, "owner": {"id": 785}, "assignee": {"id": 879}}, "task": {"id": 330, "owner": {"id": 943}, "assignee": {"id": 1012}}, "job": {"id": 363, "assignee": {"id": 99}}, "organization": {"id": 176}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 97, "privilege": "worker"}, "organization": {"id": 146, "owner": {"id": 220}, "user": {"role": null}}}, "resource": {"id": 367, "owner": {"id": 692}, "assignee": {"id": 582}, "project": {"id": 394, "owner": {"id": 718}, "assignee": {"id": 889}}, "task": {"id": 312, "owner": {"id": 970}, "assignee": {"id": 1085}}, "job": {"id": 322, "assignee": {"id": 97}}, "organization": {"id": 146}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 45, "privilege": "worker"}, "organization": {"id": 180, "owner": {"id": 226}, "user": {"role": null}}}, "resource": {"id": 329, "owner": {"id": 667}, "assignee": {"id": 549}, "project": {"id": 386, "owner": {"id": 739}, "assignee": {"id": 821}}, "task": {"id": 334, "owner": {"id": 984}, "assignee": {"id": 1018}}, "job": {"id": 301, "assignee": {"id": 45}}, "organization": {"id": 180}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 37, "privilege": "worker"}, "organization": {"id": 154, "owner": {"id": 273}, "user": {"role": null}}}, "resource": {"id": 383, "owner": {"id": 678}, "assignee": {"id": 502}, "project": {"id": 332, "owner": {"id": 723}, "assignee": {"id": 810}}, "task": {"id": 367, "owner": {"id": 910}, "assignee": {"id": 1020}}, "job": {"id": 387, "assignee": {"id": 37}}, "organization": {"id": 154}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 35, "privilege": "worker"}, "organization": {"id": 167, "owner": {"id": 288}, "user": {"role": null}}}, "resource": {"id": 385, "owner": {"id": 699}, "assignee": {"id": 560}, "project": {"id": 319, "owner": {"id": 782}, "assignee": {"id": 851}}, "task": {"id": 316, "owner": {"id": 925}, "assignee": {"id": 1026}}, "job": {"id": 396, "assignee": {"id": 35}}, "organization": {"id": 1202}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 76, "privilege": "worker"}, "organization": {"id": 143, "owner": {"id": 269}, "user": {"role": null}}}, "resource": {"id": 337, "owner": {"id": 621}, "assignee": {"id": 537}, "project": {"id": 364, "owner": {"id": 779}, "assignee": {"id": 879}}, "task": {"id": 381, "owner": {"id": 981}, "assignee": {"id": 1013}}, "job": {"id": 360, "assignee": {"id": 76}}, "organization": {"id": 1259}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 46, "privilege": "worker"}, "organization": {"id": 178, "owner": {"id": 275}, "user": {"role": null}}}, "resource": {"id": 397, "owner": {"id": 629}, "assignee": {"id": 590}, "project": {"id": 343, "owner": {"id": 729}, "assignee": {"id": 833}}, "task": {"id": 316, "owner": {"id": 976}, "assignee": {"id": 1007}}, "job": {"id": 310, "assignee": {"id": 46}}, "organization": {"id": 1260}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 74, "privilege": "worker"}, "organization": {"id": 131, "owner": {"id": 288}, "user": {"role": null}}}, "resource": {"id": 308, "owner": {"id": 631}, "assignee": {"id": 593}, "project": {"id": 317, "owner": {"id": 783}, "assignee": {"id": 823}}, "task": {"id": 337, "owner": {"id": 931}, "assignee": {"id": 1045}}, "job": {"id": 354, "assignee": {"id": 74}}, "organization": {"id": 1209}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 80, "privilege": "none"}, "organization": {"id": 185, "owner": {"id": 80}, "user": {"role": "owner"}}}, "resource": {"id": 378, "owner": {"id": 637}, "assignee": {"id": 534}, "project": {"id": 320, "owner": {"id": 790}, "assignee": {"id": 891}}, "task": {"id": 338, "owner": {"id": 999}, "assignee": {"id": 1000}}, "job": {"id": 365, "assignee": {"id": 80}}, "organization": {"id": 185}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 61, "privilege": "none"}, "organization": {"id": 195, "owner": {"id": 61}, "user": {"role": "owner"}}}, "resource": {"id": 340, "owner": {"id": 670}, "assignee": {"id": 560}, "project": {"id": 356, "owner": {"id": 760}, "assignee": {"id": 800}}, "task": {"id": 302, "owner": {"id": 936}, "assignee": {"id": 1069}}, "job": {"id": 397, "assignee": {"id": 61}}, "organization": {"id": 195}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 31, "privilege": "none"}, "organization": {"id": 111, "owner": {"id": 31}, "user": {"role": "owner"}}}, "resource": {"id": 391, "owner": {"id": 675}, "assignee": {"id": 572}, "project": {"id": 302, "owner": {"id": 736}, "assignee": {"id": 813}}, "task": {"id": 374, "owner": {"id": 950}, "assignee": {"id": 1034}}, "job": {"id": 324, "assignee": {"id": 31}}, "organization": {"id": 111}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 39, "privilege": "none"}, "organization": {"id": 153, "owner": {"id": 39}, "user": {"role": "owner"}}}, "resource": {"id": 303, "owner": {"id": 693}, "assignee": {"id": 597}, "project": {"id": 316, "owner": {"id": 779}, "assignee": {"id": 861}}, "task": {"id": 328, "owner": {"id": 905}, "assignee": {"id": 1066}}, "job": {"id": 345, "assignee": {"id": 39}}, "organization": {"id": 153}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 50, "privilege": "none"}, "organization": {"id": 137, "owner": {"id": 50}, "user": {"role": "owner"}}}, "resource": {"id": 313, "owner": {"id": 662}, "assignee": {"id": 579}, "project": {"id": 369, "owner": {"id": 792}, "assignee": {"id": 892}}, "task": {"id": 350, "owner": {"id": 972}, "assignee": {"id": 1010}}, "job": {"id": 347, "assignee": {"id": 50}}, "organization": {"id": 1252}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 35, "privilege": "none"}, "organization": {"id": 198, "owner": {"id": 35}, "user": {"role": "owner"}}}, "resource": {"id": 300, "owner": {"id": 670}, "assignee": {"id": 593}, "project": {"id": 375, "owner": {"id": 715}, "assignee": {"id": 881}}, "task": {"id": 323, "owner": {"id": 968}, "assignee": {"id": 1061}}, "job": {"id": 332, "assignee": {"id": 35}}, "organization": {"id": 1203}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 7, "privilege": "none"}, "organization": {"id": 118, "owner": {"id": 7}, "user": {"role": "owner"}}}, "resource": {"id": 358, "owner": {"id": 666}, "assignee": {"id": 501}, "project": {"id": 369, "owner": {"id": 779}, "assignee": {"id": 833}}, "task": {"id": 330, "owner": {"id": 931}, "assignee": {"id": 1025}}, "job": {"id": 388, "assignee": {"id": 7}}, "organization": {"id": 1278}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 56, "privilege": "none"}, "organization": {"id": 183, "owner": {"id": 56}, "user": {"role": "owner"}}}, "resource": {"id": 309, "owner": {"id": 616}, "assignee": {"id": 504}, "project": {"id": 339, "owner": {"id": 748}, "assignee": {"id": 870}}, "task": {"id": 312, "owner": {"id": 912}, "assignee": {"id": 1014}}, "job": {"id": 309, "assignee": {"id": 56}}, "organization": {"id": 1271}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 1, "privilege": "none"}, "organization": {"id": 185, "owner": {"id": 248}, "user": {"role": "maintainer"}}}, "resource": {"id": 348, "owner": {"id": 632}, "assignee": {"id": 567}, "project": {"id": 329, "owner": {"id": 785}, "assignee": {"id": 888}}, "task": {"id": 353, "owner": {"id": 992}, "assignee": {"id": 1069}}, "job": {"id": 344, "assignee": {"id": 1}}, "organization": {"id": 185}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 97, "privilege": "none"}, "organization": {"id": 169, "owner": {"id": 240}, "user": {"role": "maintainer"}}}, "resource": {"id": 359, "owner": {"id": 675}, "assignee": {"id": 517}, "project": {"id": 315, "owner": {"id": 788}, "assignee": {"id": 860}}, "task": {"id": 317, "owner": {"id": 931}, "assignee": {"id": 1070}}, "job": {"id": 321, "assignee": {"id": 97}}, "organization": {"id": 169}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 17, "privilege": "none"}, "organization": {"id": 172, "owner": {"id": 211}, "user": {"role": "maintainer"}}}, "resource": {"id": 385, "owner": {"id": 682}, "assignee": {"id": 593}, "project": {"id": 348, "owner": {"id": 705}, "assignee": {"id": 861}}, "task": {"id": 330, "owner": {"id": 970}, "assignee": {"id": 1033}}, "job": {"id": 344, "assignee": {"id": 17}}, "organization": {"id": 172}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 15, "privilege": "none"}, "organization": {"id": 182, "owner": {"id": 244}, "user": {"role": "maintainer"}}}, "resource": {"id": 360, "owner": {"id": 621}, "assignee": {"id": 510}, "project": {"id": 321, "owner": {"id": 742}, "assignee": {"id": 816}}, "task": {"id": 310, "owner": {"id": 943}, "assignee": {"id": 1097}}, "job": {"id": 334, "assignee": {"id": 15}}, "organization": {"id": 182}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 10, "privilege": "none"}, "organization": {"id": 123, "owner": {"id": 204}, "user": {"role": "maintainer"}}}, "resource": {"id": 387, "owner": {"id": 694}, "assignee": {"id": 554}, "project": {"id": 395, "owner": {"id": 796}, "assignee": {"id": 848}}, "task": {"id": 355, "owner": {"id": 935}, "assignee": {"id": 1093}}, "job": {"id": 318, "assignee": {"id": 10}}, "organization": {"id": 1225}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 29, "privilege": "none"}, "organization": {"id": 147, "owner": {"id": 278}, "user": {"role": "maintainer"}}}, "resource": {"id": 332, "owner": {"id": 666}, "assignee": {"id": 566}, "project": {"id": 385, "owner": {"id": 756}, "assignee": {"id": 871}}, "task": {"id": 347, "owner": {"id": 979}, "assignee": {"id": 1048}}, "job": {"id": 398, "assignee": {"id": 29}}, "organization": {"id": 1262}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 72, "privilege": "none"}, "organization": {"id": 111, "owner": {"id": 228}, "user": {"role": "maintainer"}}}, "resource": {"id": 325, "owner": {"id": 620}, "assignee": {"id": 586}, "project": {"id": 368, "owner": {"id": 765}, "assignee": {"id": 839}}, "task": {"id": 379, "owner": {"id": 972}, "assignee": {"id": 1049}}, "job": {"id": 306, "assignee": {"id": 72}}, "organization": {"id": 1204}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 79, "privilege": "none"}, "organization": {"id": 110, "owner": {"id": 229}, "user": {"role": "maintainer"}}}, "resource": {"id": 346, "owner": {"id": 645}, "assignee": {"id": 581}, "project": {"id": 379, "owner": {"id": 729}, "assignee": {"id": 805}}, "task": {"id": 314, "owner": {"id": 988}, "assignee": {"id": 1002}}, "job": {"id": 354, "assignee": {"id": 79}}, "organization": {"id": 1209}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 93, "privilege": "none"}, "organization": {"id": 164, "owner": {"id": 296}, "user": {"role": "supervisor"}}}, "resource": {"id": 341, "owner": {"id": 678}, "assignee": {"id": 568}, "project": {"id": 338, "owner": {"id": 703}, "assignee": {"id": 897}}, "task": {"id": 326, "owner": {"id": 914}, "assignee": {"id": 1036}}, "job": {"id": 346, "assignee": {"id": 93}}, "organization": {"id": 164}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 89, "privilege": "none"}, "organization": {"id": 146, "owner": {"id": 242}, "user": {"role": "supervisor"}}}, "resource": {"id": 382, "owner": {"id": 634}, "assignee": {"id": 597}, "project": {"id": 381, "owner": {"id": 735}, "assignee": {"id": 805}}, "task": {"id": 366, "owner": {"id": 927}, "assignee": {"id": 1019}}, "job": {"id": 309, "assignee": {"id": 89}}, "organization": {"id": 146}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 28, "privilege": "none"}, "organization": {"id": 147, "owner": {"id": 217}, "user": {"role": "supervisor"}}}, "resource": {"id": 377, "owner": {"id": 635}, "assignee": {"id": 503}, "project": {"id": 314, "owner": {"id": 767}, "assignee": {"id": 803}}, "task": {"id": 348, "owner": {"id": 933}, "assignee": {"id": 1033}}, "job": {"id": 361, "assignee": {"id": 28}}, "organization": {"id": 147}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 92, "privilege": "none"}, "organization": {"id": 190, "owner": {"id": 287}, "user": {"role": "supervisor"}}}, "resource": {"id": 336, "owner": {"id": 673}, "assignee": {"id": 586}, "project": {"id": 372, "owner": {"id": 782}, "assignee": {"id": 822}}, "task": {"id": 339, "owner": {"id": 984}, "assignee": {"id": 1062}}, "job": {"id": 360, "assignee": {"id": 92}}, "organization": {"id": 190}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 19, "privilege": "none"}, "organization": {"id": 129, "owner": {"id": 224}, "user": {"role": "supervisor"}}}, "resource": {"id": 396, "owner": {"id": 602}, "assignee": {"id": 501}, "project": {"id": 341, "owner": {"id": 713}, "assignee": {"id": 876}}, "task": {"id": 377, "owner": {"id": 969}, "assignee": {"id": 1055}}, "job": {"id": 332, "assignee": {"id": 19}}, "organization": {"id": 1264}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 54, "privilege": "none"}, "organization": {"id": 143, "owner": {"id": 287}, "user": {"role": "supervisor"}}}, "resource": {"id": 367, "owner": {"id": 654}, "assignee": {"id": 598}, "project": {"id": 398, "owner": {"id": 778}, "assignee": {"id": 840}}, "task": {"id": 363, "owner": {"id": 934}, "assignee": {"id": 1025}}, "job": {"id": 388, "assignee": {"id": 54}}, "organization": {"id": 1287}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 69, "privilege": "none"}, "organization": {"id": 130, "owner": {"id": 254}, "user": {"role": "supervisor"}}}, "resource": {"id": 313, "owner": {"id": 627}, "assignee": {"id": 554}, "project": {"id": 359, "owner": {"id": 768}, "assignee": {"id": 840}}, "task": {"id": 328, "owner": {"id": 994}, "assignee": {"id": 1008}}, "job": {"id": 343, "assignee": {"id": 69}}, "organization": {"id": 1232}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 46, "privilege": "none"}, "organization": {"id": 118, "owner": {"id": 283}, "user": {"role": "supervisor"}}}, "resource": {"id": 396, "owner": {"id": 650}, "assignee": {"id": 536}, "project": {"id": 303, "owner": {"id": 785}, "assignee": {"id": 873}}, "task": {"id": 362, "owner": {"id": 977}, "assignee": {"id": 1001}}, "job": {"id": 365, "assignee": {"id": 46}}, "organization": {"id": 1276}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 40, "privilege": "none"}, "organization": {"id": 125, "owner": {"id": 242}, "user": {"role": "worker"}}}, "resource": {"id": 303, "owner": {"id": 606}, "assignee": {"id": 522}, "project": {"id": 346, "owner": {"id": 771}, "assignee": {"id": 897}}, "task": {"id": 353, "owner": {"id": 980}, "assignee": {"id": 1090}}, "job": {"id": 303, "assignee": {"id": 40}}, "organization": {"id": 125}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 77, "privilege": "none"}, "organization": {"id": 148, "owner": {"id": 250}, "user": {"role": "worker"}}}, "resource": {"id": 341, "owner": {"id": 688}, "assignee": {"id": 500}, "project": {"id": 380, "owner": {"id": 799}, "assignee": {"id": 826}}, "task": {"id": 328, "owner": {"id": 961}, "assignee": {"id": 1069}}, "job": {"id": 368, "assignee": {"id": 77}}, "organization": {"id": 148}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 35, "privilege": "none"}, "organization": {"id": 120, "owner": {"id": 283}, "user": {"role": "worker"}}}, "resource": {"id": 364, "owner": {"id": 677}, "assignee": {"id": 527}, "project": {"id": 362, "owner": {"id": 765}, "assignee": {"id": 816}}, "task": {"id": 365, "owner": {"id": 947}, "assignee": {"id": 1022}}, "job": {"id": 354, "assignee": {"id": 35}}, "organization": {"id": 120}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 86, "privilege": "none"}, "organization": {"id": 150, "owner": {"id": 224}, "user": {"role": "worker"}}}, "resource": {"id": 374, "owner": {"id": 664}, "assignee": {"id": 557}, "project": {"id": 371, "owner": {"id": 784}, "assignee": {"id": 839}}, "task": {"id": 375, "owner": {"id": 930}, "assignee": {"id": 1056}}, "job": {"id": 348, "assignee": {"id": 86}}, "organization": {"id": 150}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 94, "privilege": "none"}, "organization": {"id": 187, "owner": {"id": 204}, "user": {"role": "worker"}}}, "resource": {"id": 356, "owner": {"id": 618}, "assignee": {"id": 513}, "project": {"id": 347, "owner": {"id": 728}, "assignee": {"id": 806}}, "task": {"id": 388, "owner": {"id": 984}, "assignee": {"id": 1006}}, "job": {"id": 302, "assignee": {"id": 94}}, "organization": {"id": 1241}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 27, "privilege": "none"}, "organization": {"id": 154, "owner": {"id": 220}, "user": {"role": "worker"}}}, "resource": {"id": 365, "owner": {"id": 651}, "assignee": {"id": 525}, "project": {"id": 373, "owner": {"id": 712}, "assignee": {"id": 877}}, "task": {"id": 372, "owner": {"id": 972}, "assignee": {"id": 1003}}, "job": {"id": 369, "assignee": {"id": 27}}, "organization": {"id": 1228}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 16, "privilege": "none"}, "organization": {"id": 150, "owner": {"id": 294}, "user": {"role": "worker"}}}, "resource": {"id": 323, "owner": {"id": 687}, "assignee": {"id": 562}, "project": {"id": 388, "owner": {"id": 760}, "assignee": {"id": 838}}, "task": {"id": 343, "owner": {"id": 905}, "assignee": {"id": 1051}}, "job": {"id": 336, "assignee": {"id": 16}}, "organization": {"id": 1295}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 29, "privilege": "none"}, "organization": {"id": 182, "owner": {"id": 226}, "user": {"role": "worker"}}}, "resource": {"id": 347, "owner": {"id": 671}, "assignee": {"id": 584}, "project": {"id": 375, "owner": {"id": 773}, "assignee": {"id": 896}}, "task": {"id": 358, "owner": {"id": 931}, "assignee": {"id": 1042}}, "job": {"id": 357, "assignee": {"id": 29}}, "organization": {"id": 1261}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 12, "privilege": "none"}, "organization": {"id": 177, "owner": {"id": 222}, "user": {"role": null}}}, "resource": {"id": 306, "owner": {"id": 606}, "assignee": {"id": 599}, "project": {"id": 307, "owner": {"id": 795}, "assignee": {"id": 822}}, "task": {"id": 301, "owner": {"id": 943}, "assignee": {"id": 1011}}, "job": {"id": 336, "assignee": {"id": 12}}, "organization": {"id": 177}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 71, "privilege": "none"}, "organization": {"id": 133, "owner": {"id": 290}, "user": {"role": null}}}, "resource": {"id": 362, "owner": {"id": 631}, "assignee": {"id": 535}, "project": {"id": 372, "owner": {"id": 723}, "assignee": {"id": 859}}, "task": {"id": 375, "owner": {"id": 935}, "assignee": {"id": 1087}}, "job": {"id": 356, "assignee": {"id": 71}}, "organization": {"id": 133}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 70, "privilege": "none"}, "organization": {"id": 186, "owner": {"id": 272}, "user": {"role": null}}}, "resource": {"id": 390, "owner": {"id": 660}, "assignee": {"id": 571}, "project": {"id": 305, "owner": {"id": 734}, "assignee": {"id": 823}}, "task": {"id": 396, "owner": {"id": 928}, "assignee": {"id": 1058}}, "job": {"id": 355, "assignee": {"id": 70}}, "organization": {"id": 186}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 2, "privilege": "none"}, "organization": {"id": 159, "owner": {"id": 236}, "user": {"role": null}}}, "resource": {"id": 326, "owner": {"id": 611}, "assignee": {"id": 596}, "project": {"id": 361, "owner": {"id": 774}, "assignee": {"id": 857}}, "task": {"id": 318, "owner": {"id": 905}, "assignee": {"id": 1054}}, "job": {"id": 372, "assignee": {"id": 2}}, "organization": {"id": 159}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 9, "privilege": "none"}, "organization": {"id": 189, "owner": {"id": 290}, "user": {"role": null}}}, "resource": {"id": 333, "owner": {"id": 662}, "assignee": {"id": 513}, "project": {"id": 353, "owner": {"id": 766}, "assignee": {"id": 881}}, "task": {"id": 307, "owner": {"id": 951}, "assignee": {"id": 1062}}, "job": {"id": 311, "assignee": {"id": 9}}, "organization": {"id": 1219}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 83, "privilege": "none"}, "organization": {"id": 172, "owner": {"id": 206}, "user": {"role": null}}}, "resource": {"id": 331, "owner": {"id": 609}, "assignee": {"id": 563}, "project": {"id": 349, "owner": {"id": 736}, "assignee": {"id": 862}}, "task": {"id": 366, "owner": {"id": 926}, "assignee": {"id": 1093}}, "job": {"id": 310, "assignee": {"id": 83}}, "organization": {"id": 1219}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 24, "privilege": "none"}, "organization": {"id": 138, "owner": {"id": 207}, "user": {"role": null}}}, "resource": {"id": 361, "owner": {"id": 658}, "assignee": {"id": 561}, "project": {"id": 331, "owner": {"id": 730}, "assignee": {"id": 845}}, "task": {"id": 331, "owner": {"id": 926}, "assignee": {"id": 1071}}, "job": {"id": 391, "assignee": {"id": 24}}, "organization": {"id": 1225}}} +test_scope_VIEW_context_ORGANIZATION_ownership_JOB_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 24, "privilege": "none"}, "organization": {"id": 137, "owner": {"id": 215}, "user": {"role": null}}}, "resource": {"id": 335, "owner": {"id": 658}, "assignee": {"id": 590}, "project": {"id": 364, "owner": {"id": 795}, "assignee": {"id": 888}}, "task": {"id": 317, "owner": {"id": 977}, "assignee": {"id": 1060}}, "job": {"id": 360, "assignee": {"id": 24}}, "organization": {"id": 1257}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 62, "privilege": "admin"}, "organization": {"id": 126, "owner": {"id": 62}, "user": {"role": "owner"}}}, "resource": {"id": 372, "owner": {"id": 62}, "assignee": {"id": 578}, "project": {"id": 318, "owner": {"id": 753}, "assignee": {"id": 856}}, "task": {"id": 384, "owner": {"id": 969}, "assignee": {"id": 1010}}, "job": {"id": 327, "assignee": {"id": 1132}}, "organization": {"id": 126}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 58, "privilege": "admin"}, "organization": {"id": 186, "owner": {"id": 58}, "user": {"role": "owner"}}}, "resource": {"id": 327, "owner": {"id": 58}, "assignee": {"id": 599}, "project": {"id": 307, "owner": {"id": 740}, "assignee": {"id": 837}}, "task": {"id": 354, "owner": {"id": 948}, "assignee": {"id": 1061}}, "job": {"id": 370, "assignee": {"id": 1142}}, "organization": {"id": 186}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 68, "privilege": "admin"}, "organization": {"id": 109, "owner": {"id": 68}, "user": {"role": "owner"}}}, "resource": {"id": 363, "owner": {"id": 68}, "assignee": {"id": 560}, "project": {"id": 337, "owner": {"id": 781}, "assignee": {"id": 868}}, "task": {"id": 342, "owner": {"id": 933}, "assignee": {"id": 1086}}, "job": {"id": 321, "assignee": {"id": 1141}}, "organization": {"id": 109}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 32, "privilege": "admin"}, "organization": {"id": 133, "owner": {"id": 32}, "user": {"role": "owner"}}}, "resource": {"id": 307, "owner": {"id": 32}, "assignee": {"id": 544}, "project": {"id": 334, "owner": {"id": 742}, "assignee": {"id": 876}}, "task": {"id": 339, "owner": {"id": 909}, "assignee": {"id": 1060}}, "job": {"id": 329, "assignee": {"id": 1117}}, "organization": {"id": 133}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 49, "privilege": "admin"}, "organization": {"id": 113, "owner": {"id": 49}, "user": {"role": "owner"}}}, "resource": {"id": 361, "owner": {"id": 49}, "assignee": {"id": 509}, "project": {"id": 337, "owner": {"id": 786}, "assignee": {"id": 880}}, "task": {"id": 350, "owner": {"id": 909}, "assignee": {"id": 1005}}, "job": {"id": 340, "assignee": {"id": 1106}}, "organization": {"id": 1278}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 90, "privilege": "admin"}, "organization": {"id": 147, "owner": {"id": 90}, "user": {"role": "owner"}}}, "resource": {"id": 350, "owner": {"id": 90}, "assignee": {"id": 524}, "project": {"id": 364, "owner": {"id": 733}, "assignee": {"id": 876}}, "task": {"id": 393, "owner": {"id": 946}, "assignee": {"id": 1008}}, "job": {"id": 316, "assignee": {"id": 1171}}, "organization": {"id": 1291}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 72, "privilege": "admin"}, "organization": {"id": 188, "owner": {"id": 72}, "user": {"role": "owner"}}}, "resource": {"id": 394, "owner": {"id": 72}, "assignee": {"id": 501}, "project": {"id": 392, "owner": {"id": 707}, "assignee": {"id": 856}}, "task": {"id": 318, "owner": {"id": 992}, "assignee": {"id": 1065}}, "job": {"id": 315, "assignee": {"id": 1129}}, "organization": {"id": 1208}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 14, "privilege": "admin"}, "organization": {"id": 193, "owner": {"id": 14}, "user": {"role": "owner"}}}, "resource": {"id": 351, "owner": {"id": 14}, "assignee": {"id": 589}, "project": {"id": 383, "owner": {"id": 712}, "assignee": {"id": 868}}, "task": {"id": 393, "owner": {"id": 919}, "assignee": {"id": 1066}}, "job": {"id": 320, "assignee": {"id": 1176}}, "organization": {"id": 1212}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 27, "privilege": "admin"}, "organization": {"id": 169, "owner": {"id": 201}, "user": {"role": "maintainer"}}}, "resource": {"id": 398, "owner": {"id": 27}, "assignee": {"id": 545}, "project": {"id": 398, "owner": {"id": 707}, "assignee": {"id": 825}}, "task": {"id": 346, "owner": {"id": 977}, "assignee": {"id": 1049}}, "job": {"id": 348, "assignee": {"id": 1102}}, "organization": {"id": 169}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 7, "privilege": "admin"}, "organization": {"id": 118, "owner": {"id": 288}, "user": {"role": "maintainer"}}}, "resource": {"id": 389, "owner": {"id": 7}, "assignee": {"id": 547}, "project": {"id": 381, "owner": {"id": 724}, "assignee": {"id": 896}}, "task": {"id": 328, "owner": {"id": 901}, "assignee": {"id": 1045}}, "job": {"id": 332, "assignee": {"id": 1155}}, "organization": {"id": 118}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 11, "privilege": "admin"}, "organization": {"id": 146, "owner": {"id": 206}, "user": {"role": "maintainer"}}}, "resource": {"id": 394, "owner": {"id": 11}, "assignee": {"id": 537}, "project": {"id": 325, "owner": {"id": 763}, "assignee": {"id": 899}}, "task": {"id": 309, "owner": {"id": 947}, "assignee": {"id": 1070}}, "job": {"id": 335, "assignee": {"id": 1191}}, "organization": {"id": 146}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 80, "privilege": "admin"}, "organization": {"id": 160, "owner": {"id": 254}, "user": {"role": "maintainer"}}}, "resource": {"id": 362, "owner": {"id": 80}, "assignee": {"id": 529}, "project": {"id": 324, "owner": {"id": 731}, "assignee": {"id": 800}}, "task": {"id": 327, "owner": {"id": 979}, "assignee": {"id": 1054}}, "job": {"id": 388, "assignee": {"id": 1146}}, "organization": {"id": 160}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 62, "privilege": "admin"}, "organization": {"id": 197, "owner": {"id": 217}, "user": {"role": "maintainer"}}}, "resource": {"id": 378, "owner": {"id": 62}, "assignee": {"id": 596}, "project": {"id": 381, "owner": {"id": 725}, "assignee": {"id": 873}}, "task": {"id": 375, "owner": {"id": 946}, "assignee": {"id": 1038}}, "job": {"id": 316, "assignee": {"id": 1161}}, "organization": {"id": 1279}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 91, "privilege": "admin"}, "organization": {"id": 169, "owner": {"id": 278}, "user": {"role": "maintainer"}}}, "resource": {"id": 355, "owner": {"id": 91}, "assignee": {"id": 539}, "project": {"id": 308, "owner": {"id": 751}, "assignee": {"id": 843}}, "task": {"id": 394, "owner": {"id": 902}, "assignee": {"id": 1074}}, "job": {"id": 306, "assignee": {"id": 1174}}, "organization": {"id": 1294}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 63, "privilege": "admin"}, "organization": {"id": 194, "owner": {"id": 221}, "user": {"role": "maintainer"}}}, "resource": {"id": 350, "owner": {"id": 63}, "assignee": {"id": 568}, "project": {"id": 378, "owner": {"id": 792}, "assignee": {"id": 817}}, "task": {"id": 313, "owner": {"id": 907}, "assignee": {"id": 1064}}, "job": {"id": 373, "assignee": {"id": 1104}}, "organization": {"id": 1274}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 22, "privilege": "admin"}, "organization": {"id": 133, "owner": {"id": 257}, "user": {"role": "maintainer"}}}, "resource": {"id": 337, "owner": {"id": 22}, "assignee": {"id": 560}, "project": {"id": 303, "owner": {"id": 753}, "assignee": {"id": 883}}, "task": {"id": 333, "owner": {"id": 971}, "assignee": {"id": 1032}}, "job": {"id": 354, "assignee": {"id": 1134}}, "organization": {"id": 1294}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 69, "privilege": "admin"}, "organization": {"id": 101, "owner": {"id": 235}, "user": {"role": "supervisor"}}}, "resource": {"id": 325, "owner": {"id": 69}, "assignee": {"id": 567}, "project": {"id": 346, "owner": {"id": 737}, "assignee": {"id": 885}}, "task": {"id": 336, "owner": {"id": 913}, "assignee": {"id": 1043}}, "job": {"id": 307, "assignee": {"id": 1162}}, "organization": {"id": 101}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 10, "privilege": "admin"}, "organization": {"id": 102, "owner": {"id": 225}, "user": {"role": "supervisor"}}}, "resource": {"id": 362, "owner": {"id": 10}, "assignee": {"id": 522}, "project": {"id": 396, "owner": {"id": 721}, "assignee": {"id": 886}}, "task": {"id": 376, "owner": {"id": 957}, "assignee": {"id": 1037}}, "job": {"id": 313, "assignee": {"id": 1158}}, "organization": {"id": 102}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 55, "privilege": "admin"}, "organization": {"id": 184, "owner": {"id": 226}, "user": {"role": "supervisor"}}}, "resource": {"id": 372, "owner": {"id": 55}, "assignee": {"id": 595}, "project": {"id": 308, "owner": {"id": 707}, "assignee": {"id": 862}}, "task": {"id": 333, "owner": {"id": 961}, "assignee": {"id": 1083}}, "job": {"id": 327, "assignee": {"id": 1109}}, "organization": {"id": 184}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 49, "privilege": "admin"}, "organization": {"id": 153, "owner": {"id": 234}, "user": {"role": "supervisor"}}}, "resource": {"id": 390, "owner": {"id": 49}, "assignee": {"id": 502}, "project": {"id": 375, "owner": {"id": 795}, "assignee": {"id": 867}}, "task": {"id": 350, "owner": {"id": 910}, "assignee": {"id": 1096}}, "job": {"id": 307, "assignee": {"id": 1185}}, "organization": {"id": 153}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 19, "privilege": "admin"}, "organization": {"id": 139, "owner": {"id": 297}, "user": {"role": "supervisor"}}}, "resource": {"id": 336, "owner": {"id": 19}, "assignee": {"id": 593}, "project": {"id": 300, "owner": {"id": 720}, "assignee": {"id": 839}}, "task": {"id": 327, "owner": {"id": 926}, "assignee": {"id": 1047}}, "job": {"id": 327, "assignee": {"id": 1179}}, "organization": {"id": 1247}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 3, "privilege": "admin"}, "organization": {"id": 177, "owner": {"id": 224}, "user": {"role": "supervisor"}}}, "resource": {"id": 371, "owner": {"id": 3}, "assignee": {"id": 545}, "project": {"id": 334, "owner": {"id": 742}, "assignee": {"id": 820}}, "task": {"id": 394, "owner": {"id": 924}, "assignee": {"id": 1050}}, "job": {"id": 363, "assignee": {"id": 1138}}, "organization": {"id": 1235}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 94, "privilege": "admin"}, "organization": {"id": 121, "owner": {"id": 266}, "user": {"role": "supervisor"}}}, "resource": {"id": 336, "owner": {"id": 94}, "assignee": {"id": 502}, "project": {"id": 343, "owner": {"id": 721}, "assignee": {"id": 847}}, "task": {"id": 315, "owner": {"id": 901}, "assignee": {"id": 1024}}, "job": {"id": 338, "assignee": {"id": 1121}}, "organization": {"id": 1255}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 27, "privilege": "admin"}, "organization": {"id": 141, "owner": {"id": 200}, "user": {"role": "supervisor"}}}, "resource": {"id": 317, "owner": {"id": 27}, "assignee": {"id": 547}, "project": {"id": 359, "owner": {"id": 792}, "assignee": {"id": 877}}, "task": {"id": 392, "owner": {"id": 913}, "assignee": {"id": 1034}}, "job": {"id": 375, "assignee": {"id": 1185}}, "organization": {"id": 1232}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 4, "privilege": "admin"}, "organization": {"id": 195, "owner": {"id": 222}, "user": {"role": "worker"}}}, "resource": {"id": 334, "owner": {"id": 4}, "assignee": {"id": 546}, "project": {"id": 373, "owner": {"id": 750}, "assignee": {"id": 881}}, "task": {"id": 390, "owner": {"id": 925}, "assignee": {"id": 1039}}, "job": {"id": 376, "assignee": {"id": 1151}}, "organization": {"id": 195}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 0, "privilege": "admin"}, "organization": {"id": 130, "owner": {"id": 252}, "user": {"role": "worker"}}}, "resource": {"id": 327, "owner": {"id": 0}, "assignee": {"id": 509}, "project": {"id": 350, "owner": {"id": 740}, "assignee": {"id": 871}}, "task": {"id": 339, "owner": {"id": 968}, "assignee": {"id": 1065}}, "job": {"id": 306, "assignee": {"id": 1179}}, "organization": {"id": 130}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 85, "privilege": "admin"}, "organization": {"id": 190, "owner": {"id": 266}, "user": {"role": "worker"}}}, "resource": {"id": 387, "owner": {"id": 85}, "assignee": {"id": 548}, "project": {"id": 317, "owner": {"id": 782}, "assignee": {"id": 800}}, "task": {"id": 366, "owner": {"id": 980}, "assignee": {"id": 1018}}, "job": {"id": 391, "assignee": {"id": 1140}}, "organization": {"id": 190}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 89, "privilege": "admin"}, "organization": {"id": 183, "owner": {"id": 201}, "user": {"role": "worker"}}}, "resource": {"id": 387, "owner": {"id": 89}, "assignee": {"id": 511}, "project": {"id": 311, "owner": {"id": 733}, "assignee": {"id": 839}}, "task": {"id": 334, "owner": {"id": 933}, "assignee": {"id": 1042}}, "job": {"id": 376, "assignee": {"id": 1157}}, "organization": {"id": 183}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 21, "privilege": "admin"}, "organization": {"id": 151, "owner": {"id": 246}, "user": {"role": "worker"}}}, "resource": {"id": 372, "owner": {"id": 21}, "assignee": {"id": 599}, "project": {"id": 345, "owner": {"id": 785}, "assignee": {"id": 801}}, "task": {"id": 343, "owner": {"id": 940}, "assignee": {"id": 1047}}, "job": {"id": 390, "assignee": {"id": 1100}}, "organization": {"id": 1209}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 52, "privilege": "admin"}, "organization": {"id": 178, "owner": {"id": 202}, "user": {"role": "worker"}}}, "resource": {"id": 329, "owner": {"id": 52}, "assignee": {"id": 526}, "project": {"id": 350, "owner": {"id": 798}, "assignee": {"id": 827}}, "task": {"id": 340, "owner": {"id": 949}, "assignee": {"id": 1082}}, "job": {"id": 364, "assignee": {"id": 1180}}, "organization": {"id": 1230}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 10, "privilege": "admin"}, "organization": {"id": 160, "owner": {"id": 231}, "user": {"role": "worker"}}}, "resource": {"id": 398, "owner": {"id": 10}, "assignee": {"id": 556}, "project": {"id": 379, "owner": {"id": 785}, "assignee": {"id": 842}}, "task": {"id": 339, "owner": {"id": 935}, "assignee": {"id": 1034}}, "job": {"id": 398, "assignee": {"id": 1105}}, "organization": {"id": 1200}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 28, "privilege": "admin"}, "organization": {"id": 114, "owner": {"id": 283}, "user": {"role": "worker"}}}, "resource": {"id": 370, "owner": {"id": 28}, "assignee": {"id": 536}, "project": {"id": 301, "owner": {"id": 753}, "assignee": {"id": 866}}, "task": {"id": 364, "owner": {"id": 937}, "assignee": {"id": 1013}}, "job": {"id": 383, "assignee": {"id": 1127}}, "organization": {"id": 1270}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 36, "privilege": "admin"}, "organization": {"id": 191, "owner": {"id": 238}, "user": {"role": null}}}, "resource": {"id": 301, "owner": {"id": 36}, "assignee": {"id": 519}, "project": {"id": 328, "owner": {"id": 728}, "assignee": {"id": 879}}, "task": {"id": 397, "owner": {"id": 985}, "assignee": {"id": 1000}}, "job": {"id": 347, "assignee": {"id": 1100}}, "organization": {"id": 191}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 25, "privilege": "admin"}, "organization": {"id": 121, "owner": {"id": 266}, "user": {"role": null}}}, "resource": {"id": 339, "owner": {"id": 25}, "assignee": {"id": 572}, "project": {"id": 391, "owner": {"id": 717}, "assignee": {"id": 865}}, "task": {"id": 367, "owner": {"id": 931}, "assignee": {"id": 1029}}, "job": {"id": 375, "assignee": {"id": 1142}}, "organization": {"id": 121}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 24, "privilege": "admin"}, "organization": {"id": 112, "owner": {"id": 207}, "user": {"role": null}}}, "resource": {"id": 359, "owner": {"id": 24}, "assignee": {"id": 542}, "project": {"id": 308, "owner": {"id": 752}, "assignee": {"id": 808}}, "task": {"id": 389, "owner": {"id": 967}, "assignee": {"id": 1047}}, "job": {"id": 337, "assignee": {"id": 1171}}, "organization": {"id": 112}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 66, "privilege": "admin"}, "organization": {"id": 145, "owner": {"id": 284}, "user": {"role": null}}}, "resource": {"id": 319, "owner": {"id": 66}, "assignee": {"id": 589}, "project": {"id": 349, "owner": {"id": 735}, "assignee": {"id": 886}}, "task": {"id": 339, "owner": {"id": 906}, "assignee": {"id": 1037}}, "job": {"id": 396, "assignee": {"id": 1125}}, "organization": {"id": 145}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 10, "privilege": "admin"}, "organization": {"id": 152, "owner": {"id": 242}, "user": {"role": null}}}, "resource": {"id": 396, "owner": {"id": 10}, "assignee": {"id": 509}, "project": {"id": 339, "owner": {"id": 743}, "assignee": {"id": 858}}, "task": {"id": 350, "owner": {"id": 921}, "assignee": {"id": 1059}}, "job": {"id": 312, "assignee": {"id": 1103}}, "organization": {"id": 1227}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 27, "privilege": "admin"}, "organization": {"id": 159, "owner": {"id": 271}, "user": {"role": null}}}, "resource": {"id": 303, "owner": {"id": 27}, "assignee": {"id": 507}, "project": {"id": 360, "owner": {"id": 775}, "assignee": {"id": 807}}, "task": {"id": 383, "owner": {"id": 937}, "assignee": {"id": 1058}}, "job": {"id": 393, "assignee": {"id": 1176}}, "organization": {"id": 1231}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 16, "privilege": "admin"}, "organization": {"id": 171, "owner": {"id": 268}, "user": {"role": null}}}, "resource": {"id": 357, "owner": {"id": 16}, "assignee": {"id": 519}, "project": {"id": 372, "owner": {"id": 718}, "assignee": {"id": 899}}, "task": {"id": 308, "owner": {"id": 978}, "assignee": {"id": 1043}}, "job": {"id": 397, "assignee": {"id": 1146}}, "organization": {"id": 1219}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 2, "privilege": "admin"}, "organization": {"id": 104, "owner": {"id": 210}, "user": {"role": null}}}, "resource": {"id": 308, "owner": {"id": 2}, "assignee": {"id": 512}, "project": {"id": 367, "owner": {"id": 740}, "assignee": {"id": 895}}, "task": {"id": 373, "owner": {"id": 952}, "assignee": {"id": 1003}}, "job": {"id": 328, "assignee": {"id": 1198}}, "organization": {"id": 1281}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 62, "privilege": "business"}, "organization": {"id": 186, "owner": {"id": 62}, "user": {"role": "owner"}}}, "resource": {"id": 377, "owner": {"id": 62}, "assignee": {"id": 536}, "project": {"id": 341, "owner": {"id": 780}, "assignee": {"id": 855}}, "task": {"id": 301, "owner": {"id": 915}, "assignee": {"id": 1046}}, "job": {"id": 311, "assignee": {"id": 1187}}, "organization": {"id": 186}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 90, "privilege": "business"}, "organization": {"id": 167, "owner": {"id": 90}, "user": {"role": "owner"}}}, "resource": {"id": 334, "owner": {"id": 90}, "assignee": {"id": 592}, "project": {"id": 323, "owner": {"id": 734}, "assignee": {"id": 891}}, "task": {"id": 359, "owner": {"id": 914}, "assignee": {"id": 1093}}, "job": {"id": 354, "assignee": {"id": 1118}}, "organization": {"id": 167}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 50, "privilege": "business"}, "organization": {"id": 194, "owner": {"id": 50}, "user": {"role": "owner"}}}, "resource": {"id": 376, "owner": {"id": 50}, "assignee": {"id": 544}, "project": {"id": 369, "owner": {"id": 785}, "assignee": {"id": 819}}, "task": {"id": 317, "owner": {"id": 903}, "assignee": {"id": 1055}}, "job": {"id": 368, "assignee": {"id": 1158}}, "organization": {"id": 194}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 0, "privilege": "business"}, "organization": {"id": 138, "owner": {"id": 0}, "user": {"role": "owner"}}}, "resource": {"id": 379, "owner": {"id": 0}, "assignee": {"id": 510}, "project": {"id": 324, "owner": {"id": 790}, "assignee": {"id": 857}}, "task": {"id": 352, "owner": {"id": 956}, "assignee": {"id": 1082}}, "job": {"id": 304, "assignee": {"id": 1177}}, "organization": {"id": 138}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 68, "privilege": "business"}, "organization": {"id": 196, "owner": {"id": 68}, "user": {"role": "owner"}}}, "resource": {"id": 363, "owner": {"id": 68}, "assignee": {"id": 534}, "project": {"id": 340, "owner": {"id": 729}, "assignee": {"id": 881}}, "task": {"id": 352, "owner": {"id": 999}, "assignee": {"id": 1013}}, "job": {"id": 351, "assignee": {"id": 1176}}, "organization": {"id": 1291}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 60, "privilege": "business"}, "organization": {"id": 121, "owner": {"id": 60}, "user": {"role": "owner"}}}, "resource": {"id": 322, "owner": {"id": 60}, "assignee": {"id": 589}, "project": {"id": 383, "owner": {"id": 746}, "assignee": {"id": 851}}, "task": {"id": 349, "owner": {"id": 940}, "assignee": {"id": 1026}}, "job": {"id": 336, "assignee": {"id": 1171}}, "organization": {"id": 1278}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 88, "privilege": "business"}, "organization": {"id": 159, "owner": {"id": 88}, "user": {"role": "owner"}}}, "resource": {"id": 318, "owner": {"id": 88}, "assignee": {"id": 521}, "project": {"id": 391, "owner": {"id": 761}, "assignee": {"id": 808}}, "task": {"id": 377, "owner": {"id": 946}, "assignee": {"id": 1044}}, "job": {"id": 376, "assignee": {"id": 1122}}, "organization": {"id": 1292}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 91, "privilege": "business"}, "organization": {"id": 172, "owner": {"id": 91}, "user": {"role": "owner"}}}, "resource": {"id": 301, "owner": {"id": 91}, "assignee": {"id": 573}, "project": {"id": 302, "owner": {"id": 739}, "assignee": {"id": 895}}, "task": {"id": 370, "owner": {"id": 981}, "assignee": {"id": 1077}}, "job": {"id": 346, "assignee": {"id": 1124}}, "organization": {"id": 1251}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 36, "privilege": "business"}, "organization": {"id": 169, "owner": {"id": 220}, "user": {"role": "maintainer"}}}, "resource": {"id": 341, "owner": {"id": 36}, "assignee": {"id": 520}, "project": {"id": 338, "owner": {"id": 766}, "assignee": {"id": 861}}, "task": {"id": 368, "owner": {"id": 983}, "assignee": {"id": 1092}}, "job": {"id": 328, "assignee": {"id": 1125}}, "organization": {"id": 169}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 52, "privilege": "business"}, "organization": {"id": 123, "owner": {"id": 280}, "user": {"role": "maintainer"}}}, "resource": {"id": 362, "owner": {"id": 52}, "assignee": {"id": 504}, "project": {"id": 397, "owner": {"id": 701}, "assignee": {"id": 812}}, "task": {"id": 361, "owner": {"id": 904}, "assignee": {"id": 1057}}, "job": {"id": 375, "assignee": {"id": 1129}}, "organization": {"id": 123}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 59, "privilege": "business"}, "organization": {"id": 107, "owner": {"id": 224}, "user": {"role": "maintainer"}}}, "resource": {"id": 327, "owner": {"id": 59}, "assignee": {"id": 549}, "project": {"id": 317, "owner": {"id": 744}, "assignee": {"id": 881}}, "task": {"id": 393, "owner": {"id": 953}, "assignee": {"id": 1025}}, "job": {"id": 324, "assignee": {"id": 1141}}, "organization": {"id": 107}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 93, "privilege": "business"}, "organization": {"id": 120, "owner": {"id": 219}, "user": {"role": "maintainer"}}}, "resource": {"id": 397, "owner": {"id": 93}, "assignee": {"id": 544}, "project": {"id": 353, "owner": {"id": 791}, "assignee": {"id": 894}}, "task": {"id": 373, "owner": {"id": 945}, "assignee": {"id": 1061}}, "job": {"id": 388, "assignee": {"id": 1167}}, "organization": {"id": 120}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 13, "privilege": "business"}, "organization": {"id": 134, "owner": {"id": 280}, "user": {"role": "maintainer"}}}, "resource": {"id": 333, "owner": {"id": 13}, "assignee": {"id": 542}, "project": {"id": 378, "owner": {"id": 755}, "assignee": {"id": 822}}, "task": {"id": 396, "owner": {"id": 934}, "assignee": {"id": 1030}}, "job": {"id": 386, "assignee": {"id": 1175}}, "organization": {"id": 1288}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 3, "privilege": "business"}, "organization": {"id": 180, "owner": {"id": 272}, "user": {"role": "maintainer"}}}, "resource": {"id": 348, "owner": {"id": 3}, "assignee": {"id": 552}, "project": {"id": 305, "owner": {"id": 798}, "assignee": {"id": 826}}, "task": {"id": 312, "owner": {"id": 909}, "assignee": {"id": 1003}}, "job": {"id": 312, "assignee": {"id": 1156}}, "organization": {"id": 1257}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 66, "privilege": "business"}, "organization": {"id": 172, "owner": {"id": 244}, "user": {"role": "maintainer"}}}, "resource": {"id": 353, "owner": {"id": 66}, "assignee": {"id": 503}, "project": {"id": 377, "owner": {"id": 777}, "assignee": {"id": 885}}, "task": {"id": 307, "owner": {"id": 965}, "assignee": {"id": 1052}}, "job": {"id": 369, "assignee": {"id": 1107}}, "organization": {"id": 1274}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 62, "privilege": "business"}, "organization": {"id": 139, "owner": {"id": 253}, "user": {"role": "maintainer"}}}, "resource": {"id": 306, "owner": {"id": 62}, "assignee": {"id": 562}, "project": {"id": 308, "owner": {"id": 758}, "assignee": {"id": 892}}, "task": {"id": 356, "owner": {"id": 992}, "assignee": {"id": 1008}}, "job": {"id": 334, "assignee": {"id": 1182}}, "organization": {"id": 1231}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 26, "privilege": "business"}, "organization": {"id": 193, "owner": {"id": 222}, "user": {"role": "supervisor"}}}, "resource": {"id": 302, "owner": {"id": 26}, "assignee": {"id": 598}, "project": {"id": 365, "owner": {"id": 780}, "assignee": {"id": 816}}, "task": {"id": 363, "owner": {"id": 923}, "assignee": {"id": 1095}}, "job": {"id": 343, "assignee": {"id": 1183}}, "organization": {"id": 193}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 98, "privilege": "business"}, "organization": {"id": 115, "owner": {"id": 217}, "user": {"role": "supervisor"}}}, "resource": {"id": 382, "owner": {"id": 98}, "assignee": {"id": 584}, "project": {"id": 335, "owner": {"id": 724}, "assignee": {"id": 828}}, "task": {"id": 390, "owner": {"id": 946}, "assignee": {"id": 1055}}, "job": {"id": 315, "assignee": {"id": 1106}}, "organization": {"id": 115}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 82, "privilege": "business"}, "organization": {"id": 125, "owner": {"id": 248}, "user": {"role": "supervisor"}}}, "resource": {"id": 358, "owner": {"id": 82}, "assignee": {"id": 530}, "project": {"id": 365, "owner": {"id": 722}, "assignee": {"id": 816}}, "task": {"id": 317, "owner": {"id": 921}, "assignee": {"id": 1083}}, "job": {"id": 399, "assignee": {"id": 1168}}, "organization": {"id": 125}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 14, "privilege": "business"}, "organization": {"id": 186, "owner": {"id": 220}, "user": {"role": "supervisor"}}}, "resource": {"id": 372, "owner": {"id": 14}, "assignee": {"id": 590}, "project": {"id": 326, "owner": {"id": 706}, "assignee": {"id": 836}}, "task": {"id": 358, "owner": {"id": 907}, "assignee": {"id": 1028}}, "job": {"id": 327, "assignee": {"id": 1194}}, "organization": {"id": 186}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 82, "privilege": "business"}, "organization": {"id": 118, "owner": {"id": 266}, "user": {"role": "supervisor"}}}, "resource": {"id": 352, "owner": {"id": 82}, "assignee": {"id": 555}, "project": {"id": 325, "owner": {"id": 756}, "assignee": {"id": 837}}, "task": {"id": 321, "owner": {"id": 988}, "assignee": {"id": 1076}}, "job": {"id": 343, "assignee": {"id": 1138}}, "organization": {"id": 1211}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 92, "privilege": "business"}, "organization": {"id": 151, "owner": {"id": 259}, "user": {"role": "supervisor"}}}, "resource": {"id": 318, "owner": {"id": 92}, "assignee": {"id": 559}, "project": {"id": 301, "owner": {"id": 787}, "assignee": {"id": 815}}, "task": {"id": 372, "owner": {"id": 976}, "assignee": {"id": 1076}}, "job": {"id": 394, "assignee": {"id": 1174}}, "organization": {"id": 1291}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 68, "privilege": "business"}, "organization": {"id": 151, "owner": {"id": 293}, "user": {"role": "supervisor"}}}, "resource": {"id": 352, "owner": {"id": 68}, "assignee": {"id": 544}, "project": {"id": 382, "owner": {"id": 725}, "assignee": {"id": 833}}, "task": {"id": 328, "owner": {"id": 942}, "assignee": {"id": 1076}}, "job": {"id": 366, "assignee": {"id": 1151}}, "organization": {"id": 1234}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 77, "privilege": "business"}, "organization": {"id": 169, "owner": {"id": 201}, "user": {"role": "supervisor"}}}, "resource": {"id": 387, "owner": {"id": 77}, "assignee": {"id": 511}, "project": {"id": 356, "owner": {"id": 712}, "assignee": {"id": 812}}, "task": {"id": 381, "owner": {"id": 940}, "assignee": {"id": 1032}}, "job": {"id": 358, "assignee": {"id": 1104}}, "organization": {"id": 1208}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 19, "privilege": "business"}, "organization": {"id": 112, "owner": {"id": 208}, "user": {"role": "worker"}}}, "resource": {"id": 315, "owner": {"id": 19}, "assignee": {"id": 505}, "project": {"id": 323, "owner": {"id": 781}, "assignee": {"id": 877}}, "task": {"id": 398, "owner": {"id": 926}, "assignee": {"id": 1072}}, "job": {"id": 376, "assignee": {"id": 1119}}, "organization": {"id": 112}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 69, "privilege": "business"}, "organization": {"id": 144, "owner": {"id": 218}, "user": {"role": "worker"}}}, "resource": {"id": 366, "owner": {"id": 69}, "assignee": {"id": 518}, "project": {"id": 356, "owner": {"id": 744}, "assignee": {"id": 845}}, "task": {"id": 340, "owner": {"id": 925}, "assignee": {"id": 1088}}, "job": {"id": 390, "assignee": {"id": 1181}}, "organization": {"id": 144}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 47, "privilege": "business"}, "organization": {"id": 130, "owner": {"id": 291}, "user": {"role": "worker"}}}, "resource": {"id": 380, "owner": {"id": 47}, "assignee": {"id": 500}, "project": {"id": 398, "owner": {"id": 713}, "assignee": {"id": 860}}, "task": {"id": 323, "owner": {"id": 910}, "assignee": {"id": 1058}}, "job": {"id": 336, "assignee": {"id": 1164}}, "organization": {"id": 130}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 64, "privilege": "business"}, "organization": {"id": 110, "owner": {"id": 290}, "user": {"role": "worker"}}}, "resource": {"id": 319, "owner": {"id": 64}, "assignee": {"id": 561}, "project": {"id": 394, "owner": {"id": 776}, "assignee": {"id": 875}}, "task": {"id": 399, "owner": {"id": 932}, "assignee": {"id": 1000}}, "job": {"id": 324, "assignee": {"id": 1161}}, "organization": {"id": 110}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 85, "privilege": "business"}, "organization": {"id": 146, "owner": {"id": 245}, "user": {"role": "worker"}}}, "resource": {"id": 383, "owner": {"id": 85}, "assignee": {"id": 570}, "project": {"id": 371, "owner": {"id": 783}, "assignee": {"id": 807}}, "task": {"id": 338, "owner": {"id": 954}, "assignee": {"id": 1021}}, "job": {"id": 348, "assignee": {"id": 1159}}, "organization": {"id": 1274}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 18, "privilege": "business"}, "organization": {"id": 149, "owner": {"id": 274}, "user": {"role": "worker"}}}, "resource": {"id": 379, "owner": {"id": 18}, "assignee": {"id": 517}, "project": {"id": 382, "owner": {"id": 733}, "assignee": {"id": 877}}, "task": {"id": 339, "owner": {"id": 926}, "assignee": {"id": 1002}}, "job": {"id": 323, "assignee": {"id": 1194}}, "organization": {"id": 1289}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 26, "privilege": "business"}, "organization": {"id": 102, "owner": {"id": 286}, "user": {"role": "worker"}}}, "resource": {"id": 358, "owner": {"id": 26}, "assignee": {"id": 522}, "project": {"id": 397, "owner": {"id": 744}, "assignee": {"id": 826}}, "task": {"id": 329, "owner": {"id": 985}, "assignee": {"id": 1013}}, "job": {"id": 338, "assignee": {"id": 1165}}, "organization": {"id": 1296}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 89, "privilege": "business"}, "organization": {"id": 197, "owner": {"id": 298}, "user": {"role": "worker"}}}, "resource": {"id": 322, "owner": {"id": 89}, "assignee": {"id": 502}, "project": {"id": 326, "owner": {"id": 746}, "assignee": {"id": 837}}, "task": {"id": 390, "owner": {"id": 999}, "assignee": {"id": 1066}}, "job": {"id": 309, "assignee": {"id": 1189}}, "organization": {"id": 1293}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 89, "privilege": "business"}, "organization": {"id": 163, "owner": {"id": 254}, "user": {"role": null}}}, "resource": {"id": 328, "owner": {"id": 89}, "assignee": {"id": 576}, "project": {"id": 350, "owner": {"id": 787}, "assignee": {"id": 828}}, "task": {"id": 359, "owner": {"id": 928}, "assignee": {"id": 1065}}, "job": {"id": 378, "assignee": {"id": 1172}}, "organization": {"id": 163}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 49, "privilege": "business"}, "organization": {"id": 156, "owner": {"id": 207}, "user": {"role": null}}}, "resource": {"id": 375, "owner": {"id": 49}, "assignee": {"id": 520}, "project": {"id": 344, "owner": {"id": 741}, "assignee": {"id": 870}}, "task": {"id": 302, "owner": {"id": 951}, "assignee": {"id": 1025}}, "job": {"id": 395, "assignee": {"id": 1188}}, "organization": {"id": 156}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 62, "privilege": "business"}, "organization": {"id": 152, "owner": {"id": 227}, "user": {"role": null}}}, "resource": {"id": 371, "owner": {"id": 62}, "assignee": {"id": 504}, "project": {"id": 391, "owner": {"id": 784}, "assignee": {"id": 885}}, "task": {"id": 389, "owner": {"id": 941}, "assignee": {"id": 1050}}, "job": {"id": 393, "assignee": {"id": 1112}}, "organization": {"id": 152}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 79, "privilege": "business"}, "organization": {"id": 189, "owner": {"id": 212}, "user": {"role": null}}}, "resource": {"id": 394, "owner": {"id": 79}, "assignee": {"id": 599}, "project": {"id": 356, "owner": {"id": 750}, "assignee": {"id": 833}}, "task": {"id": 360, "owner": {"id": 908}, "assignee": {"id": 1066}}, "job": {"id": 386, "assignee": {"id": 1199}}, "organization": {"id": 189}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 73, "privilege": "business"}, "organization": {"id": 162, "owner": {"id": 241}, "user": {"role": null}}}, "resource": {"id": 322, "owner": {"id": 73}, "assignee": {"id": 547}, "project": {"id": 320, "owner": {"id": 787}, "assignee": {"id": 884}}, "task": {"id": 395, "owner": {"id": 974}, "assignee": {"id": 1044}}, "job": {"id": 335, "assignee": {"id": 1113}}, "organization": {"id": 1210}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 8, "privilege": "business"}, "organization": {"id": 135, "owner": {"id": 255}, "user": {"role": null}}}, "resource": {"id": 389, "owner": {"id": 8}, "assignee": {"id": 562}, "project": {"id": 324, "owner": {"id": 702}, "assignee": {"id": 839}}, "task": {"id": 344, "owner": {"id": 951}, "assignee": {"id": 1059}}, "job": {"id": 379, "assignee": {"id": 1137}}, "organization": {"id": 1296}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 4, "privilege": "business"}, "organization": {"id": 118, "owner": {"id": 275}, "user": {"role": null}}}, "resource": {"id": 349, "owner": {"id": 4}, "assignee": {"id": 587}, "project": {"id": 308, "owner": {"id": 733}, "assignee": {"id": 879}}, "task": {"id": 361, "owner": {"id": 940}, "assignee": {"id": 1032}}, "job": {"id": 308, "assignee": {"id": 1185}}, "organization": {"id": 1297}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 71, "privilege": "business"}, "organization": {"id": 188, "owner": {"id": 209}, "user": {"role": null}}}, "resource": {"id": 395, "owner": {"id": 71}, "assignee": {"id": 589}, "project": {"id": 356, "owner": {"id": 762}, "assignee": {"id": 894}}, "task": {"id": 353, "owner": {"id": 982}, "assignee": {"id": 1038}}, "job": {"id": 310, "assignee": {"id": 1119}}, "organization": {"id": 1209}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 63, "privilege": "user"}, "organization": {"id": 171, "owner": {"id": 63}, "user": {"role": "owner"}}}, "resource": {"id": 365, "owner": {"id": 63}, "assignee": {"id": 582}, "project": {"id": 350, "owner": {"id": 719}, "assignee": {"id": 801}}, "task": {"id": 334, "owner": {"id": 965}, "assignee": {"id": 1093}}, "job": {"id": 366, "assignee": {"id": 1178}}, "organization": {"id": 171}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 45, "privilege": "user"}, "organization": {"id": 193, "owner": {"id": 45}, "user": {"role": "owner"}}}, "resource": {"id": 353, "owner": {"id": 45}, "assignee": {"id": 579}, "project": {"id": 344, "owner": {"id": 758}, "assignee": {"id": 861}}, "task": {"id": 392, "owner": {"id": 941}, "assignee": {"id": 1085}}, "job": {"id": 383, "assignee": {"id": 1151}}, "organization": {"id": 193}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 64, "privilege": "user"}, "organization": {"id": 169, "owner": {"id": 64}, "user": {"role": "owner"}}}, "resource": {"id": 300, "owner": {"id": 64}, "assignee": {"id": 555}, "project": {"id": 309, "owner": {"id": 798}, "assignee": {"id": 858}}, "task": {"id": 380, "owner": {"id": 900}, "assignee": {"id": 1066}}, "job": {"id": 334, "assignee": {"id": 1127}}, "organization": {"id": 169}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 59, "privilege": "user"}, "organization": {"id": 192, "owner": {"id": 59}, "user": {"role": "owner"}}}, "resource": {"id": 360, "owner": {"id": 59}, "assignee": {"id": 557}, "project": {"id": 398, "owner": {"id": 727}, "assignee": {"id": 875}}, "task": {"id": 361, "owner": {"id": 910}, "assignee": {"id": 1062}}, "job": {"id": 379, "assignee": {"id": 1123}}, "organization": {"id": 192}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 75, "privilege": "user"}, "organization": {"id": 133, "owner": {"id": 75}, "user": {"role": "owner"}}}, "resource": {"id": 334, "owner": {"id": 75}, "assignee": {"id": 568}, "project": {"id": 394, "owner": {"id": 763}, "assignee": {"id": 833}}, "task": {"id": 347, "owner": {"id": 998}, "assignee": {"id": 1037}}, "job": {"id": 340, "assignee": {"id": 1168}}, "organization": {"id": 1294}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 8, "privilege": "user"}, "organization": {"id": 152, "owner": {"id": 8}, "user": {"role": "owner"}}}, "resource": {"id": 301, "owner": {"id": 8}, "assignee": {"id": 597}, "project": {"id": 354, "owner": {"id": 729}, "assignee": {"id": 823}}, "task": {"id": 307, "owner": {"id": 959}, "assignee": {"id": 1000}}, "job": {"id": 382, "assignee": {"id": 1174}}, "organization": {"id": 1207}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 90, "privilege": "user"}, "organization": {"id": 124, "owner": {"id": 90}, "user": {"role": "owner"}}}, "resource": {"id": 378, "owner": {"id": 90}, "assignee": {"id": 527}, "project": {"id": 312, "owner": {"id": 738}, "assignee": {"id": 822}}, "task": {"id": 391, "owner": {"id": 942}, "assignee": {"id": 1058}}, "job": {"id": 366, "assignee": {"id": 1156}}, "organization": {"id": 1279}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 95, "privilege": "user"}, "organization": {"id": 156, "owner": {"id": 95}, "user": {"role": "owner"}}}, "resource": {"id": 367, "owner": {"id": 95}, "assignee": {"id": 527}, "project": {"id": 329, "owner": {"id": 735}, "assignee": {"id": 827}}, "task": {"id": 383, "owner": {"id": 914}, "assignee": {"id": 1092}}, "job": {"id": 334, "assignee": {"id": 1138}}, "organization": {"id": 1296}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 55, "privilege": "user"}, "organization": {"id": 158, "owner": {"id": 292}, "user": {"role": "maintainer"}}}, "resource": {"id": 340, "owner": {"id": 55}, "assignee": {"id": 504}, "project": {"id": 353, "owner": {"id": 764}, "assignee": {"id": 882}}, "task": {"id": 360, "owner": {"id": 991}, "assignee": {"id": 1053}}, "job": {"id": 324, "assignee": {"id": 1124}}, "organization": {"id": 158}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 13, "privilege": "user"}, "organization": {"id": 171, "owner": {"id": 283}, "user": {"role": "maintainer"}}}, "resource": {"id": 345, "owner": {"id": 13}, "assignee": {"id": 572}, "project": {"id": 350, "owner": {"id": 706}, "assignee": {"id": 856}}, "task": {"id": 393, "owner": {"id": 917}, "assignee": {"id": 1093}}, "job": {"id": 321, "assignee": {"id": 1177}}, "organization": {"id": 171}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 36, "privilege": "user"}, "organization": {"id": 152, "owner": {"id": 200}, "user": {"role": "maintainer"}}}, "resource": {"id": 323, "owner": {"id": 36}, "assignee": {"id": 561}, "project": {"id": 392, "owner": {"id": 791}, "assignee": {"id": 835}}, "task": {"id": 392, "owner": {"id": 971}, "assignee": {"id": 1044}}, "job": {"id": 343, "assignee": {"id": 1188}}, "organization": {"id": 152}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 32, "privilege": "user"}, "organization": {"id": 170, "owner": {"id": 215}, "user": {"role": "maintainer"}}}, "resource": {"id": 334, "owner": {"id": 32}, "assignee": {"id": 520}, "project": {"id": 370, "owner": {"id": 740}, "assignee": {"id": 874}}, "task": {"id": 318, "owner": {"id": 918}, "assignee": {"id": 1062}}, "job": {"id": 379, "assignee": {"id": 1149}}, "organization": {"id": 170}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 91, "privilege": "user"}, "organization": {"id": 105, "owner": {"id": 209}, "user": {"role": "maintainer"}}}, "resource": {"id": 332, "owner": {"id": 91}, "assignee": {"id": 508}, "project": {"id": 320, "owner": {"id": 738}, "assignee": {"id": 845}}, "task": {"id": 389, "owner": {"id": 978}, "assignee": {"id": 1001}}, "job": {"id": 353, "assignee": {"id": 1170}}, "organization": {"id": 1269}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 45, "privilege": "user"}, "organization": {"id": 177, "owner": {"id": 228}, "user": {"role": "maintainer"}}}, "resource": {"id": 304, "owner": {"id": 45}, "assignee": {"id": 598}, "project": {"id": 332, "owner": {"id": 750}, "assignee": {"id": 898}}, "task": {"id": 338, "owner": {"id": 981}, "assignee": {"id": 1034}}, "job": {"id": 300, "assignee": {"id": 1105}}, "organization": {"id": 1209}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 93, "privilege": "user"}, "organization": {"id": 126, "owner": {"id": 283}, "user": {"role": "maintainer"}}}, "resource": {"id": 303, "owner": {"id": 93}, "assignee": {"id": 594}, "project": {"id": 307, "owner": {"id": 764}, "assignee": {"id": 808}}, "task": {"id": 375, "owner": {"id": 968}, "assignee": {"id": 1076}}, "job": {"id": 300, "assignee": {"id": 1178}}, "organization": {"id": 1246}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 95, "privilege": "user"}, "organization": {"id": 136, "owner": {"id": 240}, "user": {"role": "maintainer"}}}, "resource": {"id": 387, "owner": {"id": 95}, "assignee": {"id": 584}, "project": {"id": 318, "owner": {"id": 760}, "assignee": {"id": 833}}, "task": {"id": 312, "owner": {"id": 964}, "assignee": {"id": 1031}}, "job": {"id": 322, "assignee": {"id": 1107}}, "organization": {"id": 1230}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 33, "privilege": "user"}, "organization": {"id": 105, "owner": {"id": 284}, "user": {"role": "supervisor"}}}, "resource": {"id": 301, "owner": {"id": 33}, "assignee": {"id": 520}, "project": {"id": 372, "owner": {"id": 751}, "assignee": {"id": 818}}, "task": {"id": 310, "owner": {"id": 983}, "assignee": {"id": 1096}}, "job": {"id": 311, "assignee": {"id": 1152}}, "organization": {"id": 105}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 78, "privilege": "user"}, "organization": {"id": 121, "owner": {"id": 277}, "user": {"role": "supervisor"}}}, "resource": {"id": 318, "owner": {"id": 78}, "assignee": {"id": 590}, "project": {"id": 330, "owner": {"id": 761}, "assignee": {"id": 842}}, "task": {"id": 393, "owner": {"id": 948}, "assignee": {"id": 1011}}, "job": {"id": 399, "assignee": {"id": 1149}}, "organization": {"id": 121}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 46, "privilege": "user"}, "organization": {"id": 115, "owner": {"id": 270}, "user": {"role": "supervisor"}}}, "resource": {"id": 388, "owner": {"id": 46}, "assignee": {"id": 530}, "project": {"id": 302, "owner": {"id": 797}, "assignee": {"id": 899}}, "task": {"id": 335, "owner": {"id": 937}, "assignee": {"id": 1018}}, "job": {"id": 337, "assignee": {"id": 1108}}, "organization": {"id": 115}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 58, "privilege": "user"}, "organization": {"id": 149, "owner": {"id": 251}, "user": {"role": "supervisor"}}}, "resource": {"id": 343, "owner": {"id": 58}, "assignee": {"id": 502}, "project": {"id": 385, "owner": {"id": 767}, "assignee": {"id": 853}}, "task": {"id": 364, "owner": {"id": 953}, "assignee": {"id": 1024}}, "job": {"id": 379, "assignee": {"id": 1197}}, "organization": {"id": 149}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 33, "privilege": "user"}, "organization": {"id": 118, "owner": {"id": 249}, "user": {"role": "supervisor"}}}, "resource": {"id": 361, "owner": {"id": 33}, "assignee": {"id": 537}, "project": {"id": 327, "owner": {"id": 718}, "assignee": {"id": 806}}, "task": {"id": 312, "owner": {"id": 911}, "assignee": {"id": 1017}}, "job": {"id": 374, "assignee": {"id": 1108}}, "organization": {"id": 1258}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 31, "privilege": "user"}, "organization": {"id": 162, "owner": {"id": 220}, "user": {"role": "supervisor"}}}, "resource": {"id": 324, "owner": {"id": 31}, "assignee": {"id": 563}, "project": {"id": 399, "owner": {"id": 723}, "assignee": {"id": 802}}, "task": {"id": 358, "owner": {"id": 910}, "assignee": {"id": 1012}}, "job": {"id": 381, "assignee": {"id": 1196}}, "organization": {"id": 1251}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 73, "privilege": "user"}, "organization": {"id": 178, "owner": {"id": 258}, "user": {"role": "supervisor"}}}, "resource": {"id": 308, "owner": {"id": 73}, "assignee": {"id": 514}, "project": {"id": 303, "owner": {"id": 779}, "assignee": {"id": 868}}, "task": {"id": 383, "owner": {"id": 966}, "assignee": {"id": 1063}}, "job": {"id": 349, "assignee": {"id": 1197}}, "organization": {"id": 1261}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 45, "privilege": "user"}, "organization": {"id": 121, "owner": {"id": 246}, "user": {"role": "supervisor"}}}, "resource": {"id": 376, "owner": {"id": 45}, "assignee": {"id": 585}, "project": {"id": 346, "owner": {"id": 762}, "assignee": {"id": 834}}, "task": {"id": 389, "owner": {"id": 947}, "assignee": {"id": 1033}}, "job": {"id": 387, "assignee": {"id": 1151}}, "organization": {"id": 1204}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 20, "privilege": "user"}, "organization": {"id": 121, "owner": {"id": 298}, "user": {"role": "worker"}}}, "resource": {"id": 306, "owner": {"id": 20}, "assignee": {"id": 569}, "project": {"id": 339, "owner": {"id": 779}, "assignee": {"id": 872}}, "task": {"id": 321, "owner": {"id": 914}, "assignee": {"id": 1092}}, "job": {"id": 383, "assignee": {"id": 1153}}, "organization": {"id": 121}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 0, "privilege": "user"}, "organization": {"id": 111, "owner": {"id": 290}, "user": {"role": "worker"}}}, "resource": {"id": 352, "owner": {"id": 0}, "assignee": {"id": 551}, "project": {"id": 355, "owner": {"id": 707}, "assignee": {"id": 811}}, "task": {"id": 330, "owner": {"id": 963}, "assignee": {"id": 1097}}, "job": {"id": 303, "assignee": {"id": 1166}}, "organization": {"id": 111}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 0, "privilege": "user"}, "organization": {"id": 192, "owner": {"id": 213}, "user": {"role": "worker"}}}, "resource": {"id": 378, "owner": {"id": 0}, "assignee": {"id": 509}, "project": {"id": 311, "owner": {"id": 795}, "assignee": {"id": 892}}, "task": {"id": 305, "owner": {"id": 947}, "assignee": {"id": 1091}}, "job": {"id": 399, "assignee": {"id": 1179}}, "organization": {"id": 192}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 36, "privilege": "user"}, "organization": {"id": 158, "owner": {"id": 213}, "user": {"role": "worker"}}}, "resource": {"id": 357, "owner": {"id": 36}, "assignee": {"id": 536}, "project": {"id": 378, "owner": {"id": 703}, "assignee": {"id": 852}}, "task": {"id": 330, "owner": {"id": 975}, "assignee": {"id": 1053}}, "job": {"id": 304, "assignee": {"id": 1177}}, "organization": {"id": 158}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 74, "privilege": "user"}, "organization": {"id": 196, "owner": {"id": 246}, "user": {"role": "worker"}}}, "resource": {"id": 388, "owner": {"id": 74}, "assignee": {"id": 579}, "project": {"id": 368, "owner": {"id": 726}, "assignee": {"id": 878}}, "task": {"id": 390, "owner": {"id": 999}, "assignee": {"id": 1023}}, "job": {"id": 395, "assignee": {"id": 1144}}, "organization": {"id": 1264}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 5, "privilege": "user"}, "organization": {"id": 190, "owner": {"id": 231}, "user": {"role": "worker"}}}, "resource": {"id": 308, "owner": {"id": 5}, "assignee": {"id": 537}, "project": {"id": 336, "owner": {"id": 710}, "assignee": {"id": 856}}, "task": {"id": 378, "owner": {"id": 961}, "assignee": {"id": 1016}}, "job": {"id": 312, "assignee": {"id": 1127}}, "organization": {"id": 1277}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 63, "privilege": "user"}, "organization": {"id": 151, "owner": {"id": 256}, "user": {"role": "worker"}}}, "resource": {"id": 345, "owner": {"id": 63}, "assignee": {"id": 513}, "project": {"id": 327, "owner": {"id": 788}, "assignee": {"id": 860}}, "task": {"id": 385, "owner": {"id": 947}, "assignee": {"id": 1091}}, "job": {"id": 369, "assignee": {"id": 1128}}, "organization": {"id": 1280}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 29, "privilege": "user"}, "organization": {"id": 154, "owner": {"id": 228}, "user": {"role": "worker"}}}, "resource": {"id": 329, "owner": {"id": 29}, "assignee": {"id": 519}, "project": {"id": 316, "owner": {"id": 729}, "assignee": {"id": 863}}, "task": {"id": 300, "owner": {"id": 900}, "assignee": {"id": 1090}}, "job": {"id": 308, "assignee": {"id": 1134}}, "organization": {"id": 1209}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 78, "privilege": "user"}, "organization": {"id": 162, "owner": {"id": 299}, "user": {"role": null}}}, "resource": {"id": 313, "owner": {"id": 78}, "assignee": {"id": 537}, "project": {"id": 388, "owner": {"id": 760}, "assignee": {"id": 810}}, "task": {"id": 306, "owner": {"id": 925}, "assignee": {"id": 1043}}, "job": {"id": 367, "assignee": {"id": 1137}}, "organization": {"id": 162}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 46, "privilege": "user"}, "organization": {"id": 108, "owner": {"id": 221}, "user": {"role": null}}}, "resource": {"id": 390, "owner": {"id": 46}, "assignee": {"id": 585}, "project": {"id": 338, "owner": {"id": 730}, "assignee": {"id": 878}}, "task": {"id": 310, "owner": {"id": 952}, "assignee": {"id": 1034}}, "job": {"id": 360, "assignee": {"id": 1132}}, "organization": {"id": 108}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 57, "privilege": "user"}, "organization": {"id": 159, "owner": {"id": 254}, "user": {"role": null}}}, "resource": {"id": 316, "owner": {"id": 57}, "assignee": {"id": 564}, "project": {"id": 355, "owner": {"id": 736}, "assignee": {"id": 871}}, "task": {"id": 392, "owner": {"id": 972}, "assignee": {"id": 1027}}, "job": {"id": 355, "assignee": {"id": 1159}}, "organization": {"id": 159}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 41, "privilege": "user"}, "organization": {"id": 161, "owner": {"id": 209}, "user": {"role": null}}}, "resource": {"id": 336, "owner": {"id": 41}, "assignee": {"id": 585}, "project": {"id": 387, "owner": {"id": 796}, "assignee": {"id": 868}}, "task": {"id": 333, "owner": {"id": 965}, "assignee": {"id": 1076}}, "job": {"id": 371, "assignee": {"id": 1122}}, "organization": {"id": 161}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 99, "privilege": "user"}, "organization": {"id": 187, "owner": {"id": 274}, "user": {"role": null}}}, "resource": {"id": 380, "owner": {"id": 99}, "assignee": {"id": 543}, "project": {"id": 347, "owner": {"id": 743}, "assignee": {"id": 839}}, "task": {"id": 336, "owner": {"id": 997}, "assignee": {"id": 1070}}, "job": {"id": 358, "assignee": {"id": 1126}}, "organization": {"id": 1217}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 54, "privilege": "user"}, "organization": {"id": 109, "owner": {"id": 213}, "user": {"role": null}}}, "resource": {"id": 393, "owner": {"id": 54}, "assignee": {"id": 570}, "project": {"id": 376, "owner": {"id": 794}, "assignee": {"id": 853}}, "task": {"id": 370, "owner": {"id": 971}, "assignee": {"id": 1044}}, "job": {"id": 371, "assignee": {"id": 1192}}, "organization": {"id": 1250}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 75, "privilege": "user"}, "organization": {"id": 183, "owner": {"id": 267}, "user": {"role": null}}}, "resource": {"id": 379, "owner": {"id": 75}, "assignee": {"id": 549}, "project": {"id": 315, "owner": {"id": 717}, "assignee": {"id": 833}}, "task": {"id": 356, "owner": {"id": 958}, "assignee": {"id": 1004}}, "job": {"id": 369, "assignee": {"id": 1148}}, "organization": {"id": 1230}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 11, "privilege": "user"}, "organization": {"id": 107, "owner": {"id": 243}, "user": {"role": null}}}, "resource": {"id": 376, "owner": {"id": 11}, "assignee": {"id": 500}, "project": {"id": 384, "owner": {"id": 794}, "assignee": {"id": 842}}, "task": {"id": 315, "owner": {"id": 930}, "assignee": {"id": 1058}}, "job": {"id": 319, "assignee": {"id": 1142}}, "organization": {"id": 1252}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 25, "privilege": "worker"}, "organization": {"id": 148, "owner": {"id": 25}, "user": {"role": "owner"}}}, "resource": {"id": 308, "owner": {"id": 25}, "assignee": {"id": 511}, "project": {"id": 331, "owner": {"id": 723}, "assignee": {"id": 800}}, "task": {"id": 351, "owner": {"id": 974}, "assignee": {"id": 1088}}, "job": {"id": 359, "assignee": {"id": 1190}}, "organization": {"id": 148}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 15, "privilege": "worker"}, "organization": {"id": 144, "owner": {"id": 15}, "user": {"role": "owner"}}}, "resource": {"id": 357, "owner": {"id": 15}, "assignee": {"id": 593}, "project": {"id": 393, "owner": {"id": 792}, "assignee": {"id": 889}}, "task": {"id": 373, "owner": {"id": 923}, "assignee": {"id": 1012}}, "job": {"id": 317, "assignee": {"id": 1170}}, "organization": {"id": 144}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 21, "privilege": "worker"}, "organization": {"id": 184, "owner": {"id": 21}, "user": {"role": "owner"}}}, "resource": {"id": 347, "owner": {"id": 21}, "assignee": {"id": 593}, "project": {"id": 318, "owner": {"id": 768}, "assignee": {"id": 851}}, "task": {"id": 383, "owner": {"id": 910}, "assignee": {"id": 1099}}, "job": {"id": 358, "assignee": {"id": 1191}}, "organization": {"id": 184}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 55, "privilege": "worker"}, "organization": {"id": 138, "owner": {"id": 55}, "user": {"role": "owner"}}}, "resource": {"id": 300, "owner": {"id": 55}, "assignee": {"id": 595}, "project": {"id": 314, "owner": {"id": 797}, "assignee": {"id": 811}}, "task": {"id": 352, "owner": {"id": 997}, "assignee": {"id": 1049}}, "job": {"id": 340, "assignee": {"id": 1125}}, "organization": {"id": 138}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 26, "privilege": "worker"}, "organization": {"id": 156, "owner": {"id": 26}, "user": {"role": "owner"}}}, "resource": {"id": 377, "owner": {"id": 26}, "assignee": {"id": 506}, "project": {"id": 353, "owner": {"id": 742}, "assignee": {"id": 840}}, "task": {"id": 344, "owner": {"id": 943}, "assignee": {"id": 1066}}, "job": {"id": 300, "assignee": {"id": 1186}}, "organization": {"id": 1281}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 70, "privilege": "worker"}, "organization": {"id": 106, "owner": {"id": 70}, "user": {"role": "owner"}}}, "resource": {"id": 303, "owner": {"id": 70}, "assignee": {"id": 597}, "project": {"id": 351, "owner": {"id": 700}, "assignee": {"id": 854}}, "task": {"id": 315, "owner": {"id": 979}, "assignee": {"id": 1014}}, "job": {"id": 306, "assignee": {"id": 1196}}, "organization": {"id": 1232}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 52, "privilege": "worker"}, "organization": {"id": 110, "owner": {"id": 52}, "user": {"role": "owner"}}}, "resource": {"id": 318, "owner": {"id": 52}, "assignee": {"id": 509}, "project": {"id": 318, "owner": {"id": 756}, "assignee": {"id": 890}}, "task": {"id": 320, "owner": {"id": 955}, "assignee": {"id": 1031}}, "job": {"id": 347, "assignee": {"id": 1118}}, "organization": {"id": 1278}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 35, "privilege": "worker"}, "organization": {"id": 156, "owner": {"id": 35}, "user": {"role": "owner"}}}, "resource": {"id": 335, "owner": {"id": 35}, "assignee": {"id": 515}, "project": {"id": 305, "owner": {"id": 716}, "assignee": {"id": 893}}, "task": {"id": 311, "owner": {"id": 998}, "assignee": {"id": 1097}}, "job": {"id": 399, "assignee": {"id": 1165}}, "organization": {"id": 1237}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 54, "privilege": "worker"}, "organization": {"id": 131, "owner": {"id": 219}, "user": {"role": "maintainer"}}}, "resource": {"id": 304, "owner": {"id": 54}, "assignee": {"id": 586}, "project": {"id": 323, "owner": {"id": 768}, "assignee": {"id": 805}}, "task": {"id": 306, "owner": {"id": 990}, "assignee": {"id": 1070}}, "job": {"id": 361, "assignee": {"id": 1131}}, "organization": {"id": 131}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 17, "privilege": "worker"}, "organization": {"id": 154, "owner": {"id": 207}, "user": {"role": "maintainer"}}}, "resource": {"id": 355, "owner": {"id": 17}, "assignee": {"id": 515}, "project": {"id": 355, "owner": {"id": 769}, "assignee": {"id": 855}}, "task": {"id": 375, "owner": {"id": 942}, "assignee": {"id": 1086}}, "job": {"id": 344, "assignee": {"id": 1124}}, "organization": {"id": 154}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 76, "privilege": "worker"}, "organization": {"id": 150, "owner": {"id": 223}, "user": {"role": "maintainer"}}}, "resource": {"id": 356, "owner": {"id": 76}, "assignee": {"id": 536}, "project": {"id": 352, "owner": {"id": 737}, "assignee": {"id": 891}}, "task": {"id": 339, "owner": {"id": 910}, "assignee": {"id": 1091}}, "job": {"id": 321, "assignee": {"id": 1141}}, "organization": {"id": 150}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 45, "privilege": "worker"}, "organization": {"id": 187, "owner": {"id": 228}, "user": {"role": "maintainer"}}}, "resource": {"id": 316, "owner": {"id": 45}, "assignee": {"id": 558}, "project": {"id": 343, "owner": {"id": 757}, "assignee": {"id": 853}}, "task": {"id": 301, "owner": {"id": 939}, "assignee": {"id": 1093}}, "job": {"id": 332, "assignee": {"id": 1183}}, "organization": {"id": 187}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 18, "privilege": "worker"}, "organization": {"id": 125, "owner": {"id": 261}, "user": {"role": "maintainer"}}}, "resource": {"id": 335, "owner": {"id": 18}, "assignee": {"id": 531}, "project": {"id": 347, "owner": {"id": 705}, "assignee": {"id": 854}}, "task": {"id": 357, "owner": {"id": 939}, "assignee": {"id": 1039}}, "job": {"id": 361, "assignee": {"id": 1104}}, "organization": {"id": 1206}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 30, "privilege": "worker"}, "organization": {"id": 120, "owner": {"id": 223}, "user": {"role": "maintainer"}}}, "resource": {"id": 390, "owner": {"id": 30}, "assignee": {"id": 545}, "project": {"id": 302, "owner": {"id": 740}, "assignee": {"id": 833}}, "task": {"id": 398, "owner": {"id": 949}, "assignee": {"id": 1011}}, "job": {"id": 368, "assignee": {"id": 1138}}, "organization": {"id": 1201}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 46, "privilege": "worker"}, "organization": {"id": 112, "owner": {"id": 285}, "user": {"role": "maintainer"}}}, "resource": {"id": 314, "owner": {"id": 46}, "assignee": {"id": 531}, "project": {"id": 396, "owner": {"id": 700}, "assignee": {"id": 895}}, "task": {"id": 372, "owner": {"id": 964}, "assignee": {"id": 1002}}, "job": {"id": 337, "assignee": {"id": 1146}}, "organization": {"id": 1284}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 19, "privilege": "worker"}, "organization": {"id": 161, "owner": {"id": 217}, "user": {"role": "maintainer"}}}, "resource": {"id": 396, "owner": {"id": 19}, "assignee": {"id": 585}, "project": {"id": 378, "owner": {"id": 708}, "assignee": {"id": 810}}, "task": {"id": 314, "owner": {"id": 949}, "assignee": {"id": 1042}}, "job": {"id": 387, "assignee": {"id": 1144}}, "organization": {"id": 1265}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 19, "privilege": "worker"}, "organization": {"id": 100, "owner": {"id": 259}, "user": {"role": "supervisor"}}}, "resource": {"id": 339, "owner": {"id": 19}, "assignee": {"id": 508}, "project": {"id": 310, "owner": {"id": 741}, "assignee": {"id": 893}}, "task": {"id": 303, "owner": {"id": 979}, "assignee": {"id": 1064}}, "job": {"id": 322, "assignee": {"id": 1186}}, "organization": {"id": 100}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 54, "privilege": "worker"}, "organization": {"id": 110, "owner": {"id": 242}, "user": {"role": "supervisor"}}}, "resource": {"id": 368, "owner": {"id": 54}, "assignee": {"id": 530}, "project": {"id": 394, "owner": {"id": 787}, "assignee": {"id": 869}}, "task": {"id": 396, "owner": {"id": 960}, "assignee": {"id": 1097}}, "job": {"id": 348, "assignee": {"id": 1194}}, "organization": {"id": 110}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 63, "privilege": "worker"}, "organization": {"id": 130, "owner": {"id": 258}, "user": {"role": "supervisor"}}}, "resource": {"id": 301, "owner": {"id": 63}, "assignee": {"id": 555}, "project": {"id": 378, "owner": {"id": 797}, "assignee": {"id": 801}}, "task": {"id": 384, "owner": {"id": 963}, "assignee": {"id": 1088}}, "job": {"id": 334, "assignee": {"id": 1157}}, "organization": {"id": 130}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 77, "privilege": "worker"}, "organization": {"id": 196, "owner": {"id": 264}, "user": {"role": "supervisor"}}}, "resource": {"id": 348, "owner": {"id": 77}, "assignee": {"id": 547}, "project": {"id": 336, "owner": {"id": 715}, "assignee": {"id": 839}}, "task": {"id": 350, "owner": {"id": 985}, "assignee": {"id": 1092}}, "job": {"id": 385, "assignee": {"id": 1120}}, "organization": {"id": 196}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 26, "privilege": "worker"}, "organization": {"id": 140, "owner": {"id": 212}, "user": {"role": "supervisor"}}}, "resource": {"id": 301, "owner": {"id": 26}, "assignee": {"id": 550}, "project": {"id": 388, "owner": {"id": 740}, "assignee": {"id": 898}}, "task": {"id": 329, "owner": {"id": 921}, "assignee": {"id": 1021}}, "job": {"id": 387, "assignee": {"id": 1118}}, "organization": {"id": 1238}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 54, "privilege": "worker"}, "organization": {"id": 121, "owner": {"id": 201}, "user": {"role": "supervisor"}}}, "resource": {"id": 395, "owner": {"id": 54}, "assignee": {"id": 548}, "project": {"id": 310, "owner": {"id": 730}, "assignee": {"id": 821}}, "task": {"id": 334, "owner": {"id": 924}, "assignee": {"id": 1025}}, "job": {"id": 301, "assignee": {"id": 1107}}, "organization": {"id": 1239}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 36, "privilege": "worker"}, "organization": {"id": 157, "owner": {"id": 259}, "user": {"role": "supervisor"}}}, "resource": {"id": 346, "owner": {"id": 36}, "assignee": {"id": 520}, "project": {"id": 347, "owner": {"id": 745}, "assignee": {"id": 876}}, "task": {"id": 376, "owner": {"id": 969}, "assignee": {"id": 1086}}, "job": {"id": 362, "assignee": {"id": 1167}}, "organization": {"id": 1265}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 59, "privilege": "worker"}, "organization": {"id": 196, "owner": {"id": 219}, "user": {"role": "supervisor"}}}, "resource": {"id": 312, "owner": {"id": 59}, "assignee": {"id": 586}, "project": {"id": 391, "owner": {"id": 796}, "assignee": {"id": 823}}, "task": {"id": 368, "owner": {"id": 943}, "assignee": {"id": 1009}}, "job": {"id": 371, "assignee": {"id": 1166}}, "organization": {"id": 1257}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 91, "privilege": "worker"}, "organization": {"id": 153, "owner": {"id": 253}, "user": {"role": "worker"}}}, "resource": {"id": 327, "owner": {"id": 91}, "assignee": {"id": 578}, "project": {"id": 399, "owner": {"id": 707}, "assignee": {"id": 887}}, "task": {"id": 345, "owner": {"id": 973}, "assignee": {"id": 1055}}, "job": {"id": 309, "assignee": {"id": 1196}}, "organization": {"id": 153}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 90, "privilege": "worker"}, "organization": {"id": 107, "owner": {"id": 250}, "user": {"role": "worker"}}}, "resource": {"id": 354, "owner": {"id": 90}, "assignee": {"id": 543}, "project": {"id": 385, "owner": {"id": 744}, "assignee": {"id": 847}}, "task": {"id": 373, "owner": {"id": 980}, "assignee": {"id": 1051}}, "job": {"id": 379, "assignee": {"id": 1172}}, "organization": {"id": 107}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 73, "privilege": "worker"}, "organization": {"id": 130, "owner": {"id": 202}, "user": {"role": "worker"}}}, "resource": {"id": 356, "owner": {"id": 73}, "assignee": {"id": 540}, "project": {"id": 325, "owner": {"id": 719}, "assignee": {"id": 851}}, "task": {"id": 337, "owner": {"id": 964}, "assignee": {"id": 1069}}, "job": {"id": 370, "assignee": {"id": 1110}}, "organization": {"id": 130}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 57, "privilege": "worker"}, "organization": {"id": 173, "owner": {"id": 234}, "user": {"role": "worker"}}}, "resource": {"id": 368, "owner": {"id": 57}, "assignee": {"id": 502}, "project": {"id": 392, "owner": {"id": 741}, "assignee": {"id": 822}}, "task": {"id": 334, "owner": {"id": 907}, "assignee": {"id": 1047}}, "job": {"id": 364, "assignee": {"id": 1191}}, "organization": {"id": 173}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 80, "privilege": "worker"}, "organization": {"id": 160, "owner": {"id": 265}, "user": {"role": "worker"}}}, "resource": {"id": 356, "owner": {"id": 80}, "assignee": {"id": 546}, "project": {"id": 374, "owner": {"id": 729}, "assignee": {"id": 879}}, "task": {"id": 335, "owner": {"id": 938}, "assignee": {"id": 1046}}, "job": {"id": 375, "assignee": {"id": 1112}}, "organization": {"id": 1265}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 36, "privilege": "worker"}, "organization": {"id": 190, "owner": {"id": 210}, "user": {"role": "worker"}}}, "resource": {"id": 390, "owner": {"id": 36}, "assignee": {"id": 540}, "project": {"id": 389, "owner": {"id": 748}, "assignee": {"id": 857}}, "task": {"id": 305, "owner": {"id": 964}, "assignee": {"id": 1017}}, "job": {"id": 344, "assignee": {"id": 1170}}, "organization": {"id": 1231}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 93, "privilege": "worker"}, "organization": {"id": 138, "owner": {"id": 266}, "user": {"role": "worker"}}}, "resource": {"id": 366, "owner": {"id": 93}, "assignee": {"id": 544}, "project": {"id": 389, "owner": {"id": 738}, "assignee": {"id": 813}}, "task": {"id": 330, "owner": {"id": 901}, "assignee": {"id": 1089}}, "job": {"id": 380, "assignee": {"id": 1115}}, "organization": {"id": 1244}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 58, "privilege": "worker"}, "organization": {"id": 106, "owner": {"id": 216}, "user": {"role": "worker"}}}, "resource": {"id": 378, "owner": {"id": 58}, "assignee": {"id": 525}, "project": {"id": 326, "owner": {"id": 729}, "assignee": {"id": 881}}, "task": {"id": 360, "owner": {"id": 991}, "assignee": {"id": 1086}}, "job": {"id": 388, "assignee": {"id": 1158}}, "organization": {"id": 1289}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 45, "privilege": "worker"}, "organization": {"id": 107, "owner": {"id": 203}, "user": {"role": null}}}, "resource": {"id": 368, "owner": {"id": 45}, "assignee": {"id": 515}, "project": {"id": 383, "owner": {"id": 732}, "assignee": {"id": 852}}, "task": {"id": 382, "owner": {"id": 978}, "assignee": {"id": 1079}}, "job": {"id": 309, "assignee": {"id": 1151}}, "organization": {"id": 107}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 46, "privilege": "worker"}, "organization": {"id": 142, "owner": {"id": 215}, "user": {"role": null}}}, "resource": {"id": 321, "owner": {"id": 46}, "assignee": {"id": 521}, "project": {"id": 323, "owner": {"id": 714}, "assignee": {"id": 824}}, "task": {"id": 398, "owner": {"id": 906}, "assignee": {"id": 1079}}, "job": {"id": 356, "assignee": {"id": 1125}}, "organization": {"id": 142}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 13, "privilege": "worker"}, "organization": {"id": 193, "owner": {"id": 266}, "user": {"role": null}}}, "resource": {"id": 321, "owner": {"id": 13}, "assignee": {"id": 516}, "project": {"id": 372, "owner": {"id": 794}, "assignee": {"id": 804}}, "task": {"id": 331, "owner": {"id": 952}, "assignee": {"id": 1019}}, "job": {"id": 352, "assignee": {"id": 1149}}, "organization": {"id": 193}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 18, "privilege": "worker"}, "organization": {"id": 100, "owner": {"id": 258}, "user": {"role": null}}}, "resource": {"id": 366, "owner": {"id": 18}, "assignee": {"id": 583}, "project": {"id": 348, "owner": {"id": 734}, "assignee": {"id": 851}}, "task": {"id": 399, "owner": {"id": 983}, "assignee": {"id": 1011}}, "job": {"id": 368, "assignee": {"id": 1198}}, "organization": {"id": 100}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 55, "privilege": "worker"}, "organization": {"id": 103, "owner": {"id": 289}, "user": {"role": null}}}, "resource": {"id": 317, "owner": {"id": 55}, "assignee": {"id": 501}, "project": {"id": 340, "owner": {"id": 727}, "assignee": {"id": 880}}, "task": {"id": 324, "owner": {"id": 943}, "assignee": {"id": 1071}}, "job": {"id": 358, "assignee": {"id": 1103}}, "organization": {"id": 1263}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 41, "privilege": "worker"}, "organization": {"id": 182, "owner": {"id": 261}, "user": {"role": null}}}, "resource": {"id": 396, "owner": {"id": 41}, "assignee": {"id": 503}, "project": {"id": 343, "owner": {"id": 785}, "assignee": {"id": 862}}, "task": {"id": 309, "owner": {"id": 925}, "assignee": {"id": 1007}}, "job": {"id": 365, "assignee": {"id": 1124}}, "organization": {"id": 1269}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 37, "privilege": "worker"}, "organization": {"id": 199, "owner": {"id": 277}, "user": {"role": null}}}, "resource": {"id": 368, "owner": {"id": 37}, "assignee": {"id": 584}, "project": {"id": 346, "owner": {"id": 776}, "assignee": {"id": 816}}, "task": {"id": 347, "owner": {"id": 905}, "assignee": {"id": 1037}}, "job": {"id": 336, "assignee": {"id": 1152}}, "organization": {"id": 1284}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 36, "privilege": "worker"}, "organization": {"id": 169, "owner": {"id": 231}, "user": {"role": null}}}, "resource": {"id": 320, "owner": {"id": 36}, "assignee": {"id": 524}, "project": {"id": 363, "owner": {"id": 781}, "assignee": {"id": 884}}, "task": {"id": 368, "owner": {"id": 921}, "assignee": {"id": 1034}}, "job": {"id": 333, "assignee": {"id": 1189}}, "organization": {"id": 1254}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 49, "privilege": "none"}, "organization": {"id": 192, "owner": {"id": 49}, "user": {"role": "owner"}}}, "resource": {"id": 353, "owner": {"id": 49}, "assignee": {"id": 565}, "project": {"id": 387, "owner": {"id": 729}, "assignee": {"id": 809}}, "task": {"id": 354, "owner": {"id": 959}, "assignee": {"id": 1085}}, "job": {"id": 314, "assignee": {"id": 1133}}, "organization": {"id": 192}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 23, "privilege": "none"}, "organization": {"id": 149, "owner": {"id": 23}, "user": {"role": "owner"}}}, "resource": {"id": 338, "owner": {"id": 23}, "assignee": {"id": 510}, "project": {"id": 364, "owner": {"id": 796}, "assignee": {"id": 870}}, "task": {"id": 301, "owner": {"id": 928}, "assignee": {"id": 1062}}, "job": {"id": 390, "assignee": {"id": 1127}}, "organization": {"id": 149}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 6, "privilege": "none"}, "organization": {"id": 158, "owner": {"id": 6}, "user": {"role": "owner"}}}, "resource": {"id": 349, "owner": {"id": 6}, "assignee": {"id": 574}, "project": {"id": 336, "owner": {"id": 748}, "assignee": {"id": 866}}, "task": {"id": 348, "owner": {"id": 949}, "assignee": {"id": 1003}}, "job": {"id": 324, "assignee": {"id": 1112}}, "organization": {"id": 158}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 62, "privilege": "none"}, "organization": {"id": 107, "owner": {"id": 62}, "user": {"role": "owner"}}}, "resource": {"id": 393, "owner": {"id": 62}, "assignee": {"id": 536}, "project": {"id": 399, "owner": {"id": 768}, "assignee": {"id": 883}}, "task": {"id": 316, "owner": {"id": 934}, "assignee": {"id": 1047}}, "job": {"id": 383, "assignee": {"id": 1122}}, "organization": {"id": 107}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 72, "privilege": "none"}, "organization": {"id": 158, "owner": {"id": 72}, "user": {"role": "owner"}}}, "resource": {"id": 355, "owner": {"id": 72}, "assignee": {"id": 558}, "project": {"id": 393, "owner": {"id": 796}, "assignee": {"id": 804}}, "task": {"id": 386, "owner": {"id": 937}, "assignee": {"id": 1075}}, "job": {"id": 314, "assignee": {"id": 1180}}, "organization": {"id": 1276}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 72, "privilege": "none"}, "organization": {"id": 166, "owner": {"id": 72}, "user": {"role": "owner"}}}, "resource": {"id": 314, "owner": {"id": 72}, "assignee": {"id": 575}, "project": {"id": 370, "owner": {"id": 702}, "assignee": {"id": 883}}, "task": {"id": 351, "owner": {"id": 996}, "assignee": {"id": 1052}}, "job": {"id": 335, "assignee": {"id": 1194}}, "organization": {"id": 1250}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 63, "privilege": "none"}, "organization": {"id": 189, "owner": {"id": 63}, "user": {"role": "owner"}}}, "resource": {"id": 308, "owner": {"id": 63}, "assignee": {"id": 581}, "project": {"id": 399, "owner": {"id": 785}, "assignee": {"id": 898}}, "task": {"id": 376, "owner": {"id": 961}, "assignee": {"id": 1034}}, "job": {"id": 374, "assignee": {"id": 1118}}, "organization": {"id": 1212}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 19, "privilege": "none"}, "organization": {"id": 180, "owner": {"id": 19}, "user": {"role": "owner"}}}, "resource": {"id": 302, "owner": {"id": 19}, "assignee": {"id": 502}, "project": {"id": 373, "owner": {"id": 738}, "assignee": {"id": 813}}, "task": {"id": 373, "owner": {"id": 978}, "assignee": {"id": 1035}}, "job": {"id": 390, "assignee": {"id": 1160}}, "organization": {"id": 1219}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 50, "privilege": "none"}, "organization": {"id": 178, "owner": {"id": 294}, "user": {"role": "maintainer"}}}, "resource": {"id": 369, "owner": {"id": 50}, "assignee": {"id": 517}, "project": {"id": 391, "owner": {"id": 735}, "assignee": {"id": 865}}, "task": {"id": 364, "owner": {"id": 914}, "assignee": {"id": 1007}}, "job": {"id": 331, "assignee": {"id": 1178}}, "organization": {"id": 178}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 86, "privilege": "none"}, "organization": {"id": 124, "owner": {"id": 277}, "user": {"role": "maintainer"}}}, "resource": {"id": 340, "owner": {"id": 86}, "assignee": {"id": 560}, "project": {"id": 395, "owner": {"id": 779}, "assignee": {"id": 861}}, "task": {"id": 320, "owner": {"id": 903}, "assignee": {"id": 1040}}, "job": {"id": 304, "assignee": {"id": 1100}}, "organization": {"id": 124}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 50, "privilege": "none"}, "organization": {"id": 163, "owner": {"id": 296}, "user": {"role": "maintainer"}}}, "resource": {"id": 307, "owner": {"id": 50}, "assignee": {"id": 555}, "project": {"id": 315, "owner": {"id": 752}, "assignee": {"id": 832}}, "task": {"id": 362, "owner": {"id": 939}, "assignee": {"id": 1043}}, "job": {"id": 309, "assignee": {"id": 1143}}, "organization": {"id": 163}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 1, "privilege": "none"}, "organization": {"id": 162, "owner": {"id": 211}, "user": {"role": "maintainer"}}}, "resource": {"id": 346, "owner": {"id": 1}, "assignee": {"id": 555}, "project": {"id": 346, "owner": {"id": 790}, "assignee": {"id": 895}}, "task": {"id": 335, "owner": {"id": 984}, "assignee": {"id": 1041}}, "job": {"id": 368, "assignee": {"id": 1193}}, "organization": {"id": 162}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 37, "privilege": "none"}, "organization": {"id": 169, "owner": {"id": 226}, "user": {"role": "maintainer"}}}, "resource": {"id": 388, "owner": {"id": 37}, "assignee": {"id": 550}, "project": {"id": 370, "owner": {"id": 705}, "assignee": {"id": 821}}, "task": {"id": 312, "owner": {"id": 973}, "assignee": {"id": 1008}}, "job": {"id": 398, "assignee": {"id": 1153}}, "organization": {"id": 1219}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 28, "privilege": "none"}, "organization": {"id": 157, "owner": {"id": 264}, "user": {"role": "maintainer"}}}, "resource": {"id": 301, "owner": {"id": 28}, "assignee": {"id": 519}, "project": {"id": 392, "owner": {"id": 783}, "assignee": {"id": 862}}, "task": {"id": 310, "owner": {"id": 943}, "assignee": {"id": 1024}}, "job": {"id": 322, "assignee": {"id": 1114}}, "organization": {"id": 1275}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 62, "privilege": "none"}, "organization": {"id": 142, "owner": {"id": 266}, "user": {"role": "maintainer"}}}, "resource": {"id": 318, "owner": {"id": 62}, "assignee": {"id": 525}, "project": {"id": 356, "owner": {"id": 756}, "assignee": {"id": 885}}, "task": {"id": 384, "owner": {"id": 956}, "assignee": {"id": 1039}}, "job": {"id": 350, "assignee": {"id": 1168}}, "organization": {"id": 1281}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 46, "privilege": "none"}, "organization": {"id": 177, "owner": {"id": 243}, "user": {"role": "maintainer"}}}, "resource": {"id": 312, "owner": {"id": 46}, "assignee": {"id": 585}, "project": {"id": 370, "owner": {"id": 754}, "assignee": {"id": 886}}, "task": {"id": 364, "owner": {"id": 913}, "assignee": {"id": 1067}}, "job": {"id": 316, "assignee": {"id": 1169}}, "organization": {"id": 1299}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 1, "privilege": "none"}, "organization": {"id": 101, "owner": {"id": 206}, "user": {"role": "supervisor"}}}, "resource": {"id": 309, "owner": {"id": 1}, "assignee": {"id": 574}, "project": {"id": 335, "owner": {"id": 779}, "assignee": {"id": 893}}, "task": {"id": 356, "owner": {"id": 932}, "assignee": {"id": 1014}}, "job": {"id": 338, "assignee": {"id": 1144}}, "organization": {"id": 101}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 0, "privilege": "none"}, "organization": {"id": 150, "owner": {"id": 276}, "user": {"role": "supervisor"}}}, "resource": {"id": 328, "owner": {"id": 0}, "assignee": {"id": 547}, "project": {"id": 338, "owner": {"id": 769}, "assignee": {"id": 805}}, "task": {"id": 396, "owner": {"id": 903}, "assignee": {"id": 1026}}, "job": {"id": 381, "assignee": {"id": 1145}}, "organization": {"id": 150}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 22, "privilege": "none"}, "organization": {"id": 185, "owner": {"id": 255}, "user": {"role": "supervisor"}}}, "resource": {"id": 394, "owner": {"id": 22}, "assignee": {"id": 516}, "project": {"id": 382, "owner": {"id": 790}, "assignee": {"id": 801}}, "task": {"id": 303, "owner": {"id": 987}, "assignee": {"id": 1071}}, "job": {"id": 375, "assignee": {"id": 1109}}, "organization": {"id": 185}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 5, "privilege": "none"}, "organization": {"id": 150, "owner": {"id": 233}, "user": {"role": "supervisor"}}}, "resource": {"id": 395, "owner": {"id": 5}, "assignee": {"id": 573}, "project": {"id": 344, "owner": {"id": 714}, "assignee": {"id": 813}}, "task": {"id": 302, "owner": {"id": 999}, "assignee": {"id": 1079}}, "job": {"id": 362, "assignee": {"id": 1117}}, "organization": {"id": 150}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 45, "privilege": "none"}, "organization": {"id": 193, "owner": {"id": 229}, "user": {"role": "supervisor"}}}, "resource": {"id": 317, "owner": {"id": 45}, "assignee": {"id": 516}, "project": {"id": 398, "owner": {"id": 740}, "assignee": {"id": 857}}, "task": {"id": 362, "owner": {"id": 951}, "assignee": {"id": 1047}}, "job": {"id": 317, "assignee": {"id": 1154}}, "organization": {"id": 1202}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 64, "privilege": "none"}, "organization": {"id": 170, "owner": {"id": 294}, "user": {"role": "supervisor"}}}, "resource": {"id": 303, "owner": {"id": 64}, "assignee": {"id": 553}, "project": {"id": 320, "owner": {"id": 792}, "assignee": {"id": 892}}, "task": {"id": 318, "owner": {"id": 909}, "assignee": {"id": 1057}}, "job": {"id": 335, "assignee": {"id": 1195}}, "organization": {"id": 1242}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 30, "privilege": "none"}, "organization": {"id": 198, "owner": {"id": 203}, "user": {"role": "supervisor"}}}, "resource": {"id": 341, "owner": {"id": 30}, "assignee": {"id": 539}, "project": {"id": 313, "owner": {"id": 718}, "assignee": {"id": 813}}, "task": {"id": 312, "owner": {"id": 972}, "assignee": {"id": 1060}}, "job": {"id": 328, "assignee": {"id": 1195}}, "organization": {"id": 1224}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 33, "privilege": "none"}, "organization": {"id": 183, "owner": {"id": 283}, "user": {"role": "supervisor"}}}, "resource": {"id": 333, "owner": {"id": 33}, "assignee": {"id": 581}, "project": {"id": 364, "owner": {"id": 790}, "assignee": {"id": 837}}, "task": {"id": 331, "owner": {"id": 992}, "assignee": {"id": 1040}}, "job": {"id": 348, "assignee": {"id": 1147}}, "organization": {"id": 1252}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 76, "privilege": "none"}, "organization": {"id": 179, "owner": {"id": 287}, "user": {"role": "worker"}}}, "resource": {"id": 372, "owner": {"id": 76}, "assignee": {"id": 564}, "project": {"id": 363, "owner": {"id": 782}, "assignee": {"id": 816}}, "task": {"id": 345, "owner": {"id": 936}, "assignee": {"id": 1022}}, "job": {"id": 399, "assignee": {"id": 1173}}, "organization": {"id": 179}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 39, "privilege": "none"}, "organization": {"id": 103, "owner": {"id": 207}, "user": {"role": "worker"}}}, "resource": {"id": 328, "owner": {"id": 39}, "assignee": {"id": 567}, "project": {"id": 301, "owner": {"id": 759}, "assignee": {"id": 872}}, "task": {"id": 300, "owner": {"id": 991}, "assignee": {"id": 1032}}, "job": {"id": 317, "assignee": {"id": 1138}}, "organization": {"id": 103}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 71, "privilege": "none"}, "organization": {"id": 130, "owner": {"id": 258}, "user": {"role": "worker"}}}, "resource": {"id": 317, "owner": {"id": 71}, "assignee": {"id": 542}, "project": {"id": 331, "owner": {"id": 752}, "assignee": {"id": 813}}, "task": {"id": 308, "owner": {"id": 930}, "assignee": {"id": 1029}}, "job": {"id": 334, "assignee": {"id": 1128}}, "organization": {"id": 130}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 68, "privilege": "none"}, "organization": {"id": 193, "owner": {"id": 241}, "user": {"role": "worker"}}}, "resource": {"id": 367, "owner": {"id": 68}, "assignee": {"id": 546}, "project": {"id": 350, "owner": {"id": 752}, "assignee": {"id": 808}}, "task": {"id": 304, "owner": {"id": 932}, "assignee": {"id": 1022}}, "job": {"id": 359, "assignee": {"id": 1183}}, "organization": {"id": 193}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 18, "privilege": "none"}, "organization": {"id": 146, "owner": {"id": 240}, "user": {"role": "worker"}}}, "resource": {"id": 346, "owner": {"id": 18}, "assignee": {"id": 506}, "project": {"id": 303, "owner": {"id": 716}, "assignee": {"id": 805}}, "task": {"id": 348, "owner": {"id": 942}, "assignee": {"id": 1003}}, "job": {"id": 323, "assignee": {"id": 1173}}, "organization": {"id": 1238}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 66, "privilege": "none"}, "organization": {"id": 157, "owner": {"id": 259}, "user": {"role": "worker"}}}, "resource": {"id": 391, "owner": {"id": 66}, "assignee": {"id": 591}, "project": {"id": 308, "owner": {"id": 715}, "assignee": {"id": 882}}, "task": {"id": 322, "owner": {"id": 973}, "assignee": {"id": 1021}}, "job": {"id": 313, "assignee": {"id": 1102}}, "organization": {"id": 1273}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 90, "privilege": "none"}, "organization": {"id": 177, "owner": {"id": 296}, "user": {"role": "worker"}}}, "resource": {"id": 356, "owner": {"id": 90}, "assignee": {"id": 553}, "project": {"id": 321, "owner": {"id": 747}, "assignee": {"id": 856}}, "task": {"id": 398, "owner": {"id": 981}, "assignee": {"id": 1007}}, "job": {"id": 353, "assignee": {"id": 1120}}, "organization": {"id": 1297}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 85, "privilege": "none"}, "organization": {"id": 125, "owner": {"id": 284}, "user": {"role": "worker"}}}, "resource": {"id": 310, "owner": {"id": 85}, "assignee": {"id": 572}, "project": {"id": 378, "owner": {"id": 719}, "assignee": {"id": 826}}, "task": {"id": 338, "owner": {"id": 904}, "assignee": {"id": 1023}}, "job": {"id": 336, "assignee": {"id": 1115}}, "organization": {"id": 1275}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 80, "privilege": "none"}, "organization": {"id": 102, "owner": {"id": 233}, "user": {"role": null}}}, "resource": {"id": 330, "owner": {"id": 80}, "assignee": {"id": 523}, "project": {"id": 379, "owner": {"id": 720}, "assignee": {"id": 839}}, "task": {"id": 397, "owner": {"id": 971}, "assignee": {"id": 1005}}, "job": {"id": 332, "assignee": {"id": 1181}}, "organization": {"id": 102}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 18, "privilege": "none"}, "organization": {"id": 114, "owner": {"id": 211}, "user": {"role": null}}}, "resource": {"id": 326, "owner": {"id": 18}, "assignee": {"id": 556}, "project": {"id": 379, "owner": {"id": 716}, "assignee": {"id": 873}}, "task": {"id": 321, "owner": {"id": 964}, "assignee": {"id": 1012}}, "job": {"id": 395, "assignee": {"id": 1142}}, "organization": {"id": 114}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 81, "privilege": "none"}, "organization": {"id": 154, "owner": {"id": 261}, "user": {"role": null}}}, "resource": {"id": 309, "owner": {"id": 81}, "assignee": {"id": 569}, "project": {"id": 319, "owner": {"id": 742}, "assignee": {"id": 863}}, "task": {"id": 362, "owner": {"id": 905}, "assignee": {"id": 1071}}, "job": {"id": 323, "assignee": {"id": 1130}}, "organization": {"id": 154}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 36, "privilege": "none"}, "organization": {"id": 187, "owner": {"id": 207}, "user": {"role": null}}}, "resource": {"id": 352, "owner": {"id": 36}, "assignee": {"id": 544}, "project": {"id": 369, "owner": {"id": 701}, "assignee": {"id": 873}}, "task": {"id": 309, "owner": {"id": 906}, "assignee": {"id": 1032}}, "job": {"id": 383, "assignee": {"id": 1181}}, "organization": {"id": 187}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 8, "privilege": "none"}, "organization": {"id": 133, "owner": {"id": 239}, "user": {"role": null}}}, "resource": {"id": 309, "owner": {"id": 8}, "assignee": {"id": 550}, "project": {"id": 392, "owner": {"id": 754}, "assignee": {"id": 893}}, "task": {"id": 333, "owner": {"id": 951}, "assignee": {"id": 1016}}, "job": {"id": 364, "assignee": {"id": 1156}}, "organization": {"id": 1223}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 3, "privilege": "none"}, "organization": {"id": 162, "owner": {"id": 211}, "user": {"role": null}}}, "resource": {"id": 321, "owner": {"id": 3}, "assignee": {"id": 598}, "project": {"id": 327, "owner": {"id": 723}, "assignee": {"id": 800}}, "task": {"id": 364, "owner": {"id": 900}, "assignee": {"id": 1033}}, "job": {"id": 387, "assignee": {"id": 1143}}, "organization": {"id": 1271}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 83, "privilege": "none"}, "organization": {"id": 105, "owner": {"id": 228}, "user": {"role": null}}}, "resource": {"id": 378, "owner": {"id": 83}, "assignee": {"id": 508}, "project": {"id": 391, "owner": {"id": 792}, "assignee": {"id": 861}}, "task": {"id": 347, "owner": {"id": 914}, "assignee": {"id": 1061}}, "job": {"id": 314, "assignee": {"id": 1119}}, "organization": {"id": 1227}}} +test_scope_VIEW_context_ORGANIZATION_ownership_OWNER_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 71, "privilege": "none"}, "organization": {"id": 186, "owner": {"id": 265}, "user": {"role": null}}}, "resource": {"id": 362, "owner": {"id": 71}, "assignee": {"id": 501}, "project": {"id": 394, "owner": {"id": 756}, "assignee": {"id": 897}}, "task": {"id": 327, "owner": {"id": 908}, "assignee": {"id": 1057}}, "job": {"id": 382, "assignee": {"id": 1101}}, "organization": {"id": 1280}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 70, "privilege": "admin"}, "organization": {"id": 158, "owner": {"id": 70}, "user": {"role": "owner"}}}, "resource": {"id": 379, "owner": {"id": 665}, "assignee": {"id": 70}, "project": {"id": 398, "owner": {"id": 719}, "assignee": {"id": 891}}, "task": {"id": 366, "owner": {"id": 952}, "assignee": {"id": 1095}}, "job": {"id": 381, "assignee": {"id": 1123}}, "organization": {"id": 158}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 76, "privilege": "admin"}, "organization": {"id": 191, "owner": {"id": 76}, "user": {"role": "owner"}}}, "resource": {"id": 347, "owner": {"id": 633}, "assignee": {"id": 76}, "project": {"id": 317, "owner": {"id": 700}, "assignee": {"id": 866}}, "task": {"id": 376, "owner": {"id": 996}, "assignee": {"id": 1097}}, "job": {"id": 346, "assignee": {"id": 1140}}, "organization": {"id": 191}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 50, "privilege": "admin"}, "organization": {"id": 119, "owner": {"id": 50}, "user": {"role": "owner"}}}, "resource": {"id": 334, "owner": {"id": 665}, "assignee": {"id": 50}, "project": {"id": 393, "owner": {"id": 715}, "assignee": {"id": 826}}, "task": {"id": 324, "owner": {"id": 921}, "assignee": {"id": 1013}}, "job": {"id": 306, "assignee": {"id": 1146}}, "organization": {"id": 119}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 44, "privilege": "admin"}, "organization": {"id": 109, "owner": {"id": 44}, "user": {"role": "owner"}}}, "resource": {"id": 304, "owner": {"id": 642}, "assignee": {"id": 44}, "project": {"id": 375, "owner": {"id": 711}, "assignee": {"id": 877}}, "task": {"id": 345, "owner": {"id": 986}, "assignee": {"id": 1004}}, "job": {"id": 345, "assignee": {"id": 1179}}, "organization": {"id": 109}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 3, "privilege": "admin"}, "organization": {"id": 155, "owner": {"id": 3}, "user": {"role": "owner"}}}, "resource": {"id": 376, "owner": {"id": 612}, "assignee": {"id": 3}, "project": {"id": 357, "owner": {"id": 771}, "assignee": {"id": 831}}, "task": {"id": 308, "owner": {"id": 928}, "assignee": {"id": 1099}}, "job": {"id": 354, "assignee": {"id": 1149}}, "organization": {"id": 1231}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 86, "privilege": "admin"}, "organization": {"id": 191, "owner": {"id": 86}, "user": {"role": "owner"}}}, "resource": {"id": 369, "owner": {"id": 689}, "assignee": {"id": 86}, "project": {"id": 340, "owner": {"id": 747}, "assignee": {"id": 898}}, "task": {"id": 318, "owner": {"id": 950}, "assignee": {"id": 1051}}, "job": {"id": 392, "assignee": {"id": 1186}}, "organization": {"id": 1280}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 88, "privilege": "admin"}, "organization": {"id": 185, "owner": {"id": 88}, "user": {"role": "owner"}}}, "resource": {"id": 310, "owner": {"id": 670}, "assignee": {"id": 88}, "project": {"id": 369, "owner": {"id": 757}, "assignee": {"id": 806}}, "task": {"id": 368, "owner": {"id": 967}, "assignee": {"id": 1053}}, "job": {"id": 340, "assignee": {"id": 1149}}, "organization": {"id": 1259}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 5, "privilege": "admin"}, "organization": {"id": 170, "owner": {"id": 5}, "user": {"role": "owner"}}}, "resource": {"id": 375, "owner": {"id": 690}, "assignee": {"id": 5}, "project": {"id": 395, "owner": {"id": 781}, "assignee": {"id": 862}}, "task": {"id": 394, "owner": {"id": 911}, "assignee": {"id": 1015}}, "job": {"id": 328, "assignee": {"id": 1150}}, "organization": {"id": 1265}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 25, "privilege": "admin"}, "organization": {"id": 141, "owner": {"id": 297}, "user": {"role": "maintainer"}}}, "resource": {"id": 382, "owner": {"id": 616}, "assignee": {"id": 25}, "project": {"id": 313, "owner": {"id": 758}, "assignee": {"id": 893}}, "task": {"id": 303, "owner": {"id": 963}, "assignee": {"id": 1004}}, "job": {"id": 323, "assignee": {"id": 1113}}, "organization": {"id": 141}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 37, "privilege": "admin"}, "organization": {"id": 180, "owner": {"id": 277}, "user": {"role": "maintainer"}}}, "resource": {"id": 341, "owner": {"id": 643}, "assignee": {"id": 37}, "project": {"id": 347, "owner": {"id": 787}, "assignee": {"id": 803}}, "task": {"id": 331, "owner": {"id": 909}, "assignee": {"id": 1062}}, "job": {"id": 304, "assignee": {"id": 1116}}, "organization": {"id": 180}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 69, "privilege": "admin"}, "organization": {"id": 170, "owner": {"id": 297}, "user": {"role": "maintainer"}}}, "resource": {"id": 334, "owner": {"id": 631}, "assignee": {"id": 69}, "project": {"id": 309, "owner": {"id": 738}, "assignee": {"id": 891}}, "task": {"id": 319, "owner": {"id": 973}, "assignee": {"id": 1032}}, "job": {"id": 326, "assignee": {"id": 1159}}, "organization": {"id": 170}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 96, "privilege": "admin"}, "organization": {"id": 120, "owner": {"id": 259}, "user": {"role": "maintainer"}}}, "resource": {"id": 350, "owner": {"id": 634}, "assignee": {"id": 96}, "project": {"id": 368, "owner": {"id": 717}, "assignee": {"id": 847}}, "task": {"id": 372, "owner": {"id": 949}, "assignee": {"id": 1048}}, "job": {"id": 345, "assignee": {"id": 1191}}, "organization": {"id": 120}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 85, "privilege": "admin"}, "organization": {"id": 192, "owner": {"id": 216}, "user": {"role": "maintainer"}}}, "resource": {"id": 390, "owner": {"id": 637}, "assignee": {"id": 85}, "project": {"id": 397, "owner": {"id": 795}, "assignee": {"id": 878}}, "task": {"id": 318, "owner": {"id": 978}, "assignee": {"id": 1090}}, "job": {"id": 340, "assignee": {"id": 1158}}, "organization": {"id": 1237}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 25, "privilege": "admin"}, "organization": {"id": 138, "owner": {"id": 295}, "user": {"role": "maintainer"}}}, "resource": {"id": 376, "owner": {"id": 605}, "assignee": {"id": 25}, "project": {"id": 380, "owner": {"id": 737}, "assignee": {"id": 825}}, "task": {"id": 306, "owner": {"id": 990}, "assignee": {"id": 1025}}, "job": {"id": 380, "assignee": {"id": 1190}}, "organization": {"id": 1265}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 52, "privilege": "admin"}, "organization": {"id": 139, "owner": {"id": 293}, "user": {"role": "maintainer"}}}, "resource": {"id": 376, "owner": {"id": 604}, "assignee": {"id": 52}, "project": {"id": 313, "owner": {"id": 768}, "assignee": {"id": 856}}, "task": {"id": 375, "owner": {"id": 905}, "assignee": {"id": 1027}}, "job": {"id": 367, "assignee": {"id": 1121}}, "organization": {"id": 1285}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 33, "privilege": "admin"}, "organization": {"id": 165, "owner": {"id": 204}, "user": {"role": "maintainer"}}}, "resource": {"id": 306, "owner": {"id": 611}, "assignee": {"id": 33}, "project": {"id": 388, "owner": {"id": 741}, "assignee": {"id": 871}}, "task": {"id": 363, "owner": {"id": 958}, "assignee": {"id": 1017}}, "job": {"id": 390, "assignee": {"id": 1186}}, "organization": {"id": 1208}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 55, "privilege": "admin"}, "organization": {"id": 157, "owner": {"id": 230}, "user": {"role": "supervisor"}}}, "resource": {"id": 362, "owner": {"id": 657}, "assignee": {"id": 55}, "project": {"id": 343, "owner": {"id": 711}, "assignee": {"id": 888}}, "task": {"id": 370, "owner": {"id": 983}, "assignee": {"id": 1083}}, "job": {"id": 354, "assignee": {"id": 1126}}, "organization": {"id": 157}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 43, "privilege": "admin"}, "organization": {"id": 166, "owner": {"id": 203}, "user": {"role": "supervisor"}}}, "resource": {"id": 310, "owner": {"id": 674}, "assignee": {"id": 43}, "project": {"id": 308, "owner": {"id": 769}, "assignee": {"id": 844}}, "task": {"id": 396, "owner": {"id": 942}, "assignee": {"id": 1060}}, "job": {"id": 398, "assignee": {"id": 1141}}, "organization": {"id": 166}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 52, "privilege": "admin"}, "organization": {"id": 162, "owner": {"id": 236}, "user": {"role": "supervisor"}}}, "resource": {"id": 349, "owner": {"id": 666}, "assignee": {"id": 52}, "project": {"id": 367, "owner": {"id": 729}, "assignee": {"id": 844}}, "task": {"id": 377, "owner": {"id": 980}, "assignee": {"id": 1098}}, "job": {"id": 316, "assignee": {"id": 1123}}, "organization": {"id": 162}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 46, "privilege": "admin"}, "organization": {"id": 112, "owner": {"id": 276}, "user": {"role": "supervisor"}}}, "resource": {"id": 329, "owner": {"id": 609}, "assignee": {"id": 46}, "project": {"id": 301, "owner": {"id": 707}, "assignee": {"id": 821}}, "task": {"id": 378, "owner": {"id": 968}, "assignee": {"id": 1022}}, "job": {"id": 344, "assignee": {"id": 1164}}, "organization": {"id": 112}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 8, "privilege": "admin"}, "organization": {"id": 164, "owner": {"id": 265}, "user": {"role": "supervisor"}}}, "resource": {"id": 399, "owner": {"id": 651}, "assignee": {"id": 8}, "project": {"id": 303, "owner": {"id": 784}, "assignee": {"id": 811}}, "task": {"id": 305, "owner": {"id": 994}, "assignee": {"id": 1077}}, "job": {"id": 343, "assignee": {"id": 1170}}, "organization": {"id": 1231}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 91, "privilege": "admin"}, "organization": {"id": 140, "owner": {"id": 292}, "user": {"role": "supervisor"}}}, "resource": {"id": 319, "owner": {"id": 638}, "assignee": {"id": 91}, "project": {"id": 304, "owner": {"id": 795}, "assignee": {"id": 817}}, "task": {"id": 314, "owner": {"id": 973}, "assignee": {"id": 1014}}, "job": {"id": 321, "assignee": {"id": 1155}}, "organization": {"id": 1278}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 34, "privilege": "admin"}, "organization": {"id": 106, "owner": {"id": 249}, "user": {"role": "supervisor"}}}, "resource": {"id": 339, "owner": {"id": 639}, "assignee": {"id": 34}, "project": {"id": 306, "owner": {"id": 722}, "assignee": {"id": 892}}, "task": {"id": 377, "owner": {"id": 954}, "assignee": {"id": 1055}}, "job": {"id": 349, "assignee": {"id": 1182}}, "organization": {"id": 1248}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 65, "privilege": "admin"}, "organization": {"id": 176, "owner": {"id": 217}, "user": {"role": "supervisor"}}}, "resource": {"id": 311, "owner": {"id": 645}, "assignee": {"id": 65}, "project": {"id": 390, "owner": {"id": 791}, "assignee": {"id": 833}}, "task": {"id": 337, "owner": {"id": 950}, "assignee": {"id": 1026}}, "job": {"id": 392, "assignee": {"id": 1127}}, "organization": {"id": 1259}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 80, "privilege": "admin"}, "organization": {"id": 143, "owner": {"id": 209}, "user": {"role": "worker"}}}, "resource": {"id": 377, "owner": {"id": 666}, "assignee": {"id": 80}, "project": {"id": 319, "owner": {"id": 747}, "assignee": {"id": 896}}, "task": {"id": 319, "owner": {"id": 980}, "assignee": {"id": 1089}}, "job": {"id": 359, "assignee": {"id": 1181}}, "organization": {"id": 143}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 74, "privilege": "admin"}, "organization": {"id": 178, "owner": {"id": 221}, "user": {"role": "worker"}}}, "resource": {"id": 380, "owner": {"id": 635}, "assignee": {"id": 74}, "project": {"id": 319, "owner": {"id": 737}, "assignee": {"id": 835}}, "task": {"id": 372, "owner": {"id": 982}, "assignee": {"id": 1061}}, "job": {"id": 338, "assignee": {"id": 1136}}, "organization": {"id": 178}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 15, "privilege": "admin"}, "organization": {"id": 157, "owner": {"id": 275}, "user": {"role": "worker"}}}, "resource": {"id": 332, "owner": {"id": 644}, "assignee": {"id": 15}, "project": {"id": 302, "owner": {"id": 753}, "assignee": {"id": 853}}, "task": {"id": 395, "owner": {"id": 995}, "assignee": {"id": 1026}}, "job": {"id": 343, "assignee": {"id": 1164}}, "organization": {"id": 157}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 32, "privilege": "admin"}, "organization": {"id": 107, "owner": {"id": 278}, "user": {"role": "worker"}}}, "resource": {"id": 301, "owner": {"id": 696}, "assignee": {"id": 32}, "project": {"id": 331, "owner": {"id": 711}, "assignee": {"id": 864}}, "task": {"id": 397, "owner": {"id": 937}, "assignee": {"id": 1047}}, "job": {"id": 376, "assignee": {"id": 1140}}, "organization": {"id": 107}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 49, "privilege": "admin"}, "organization": {"id": 162, "owner": {"id": 246}, "user": {"role": "worker"}}}, "resource": {"id": 376, "owner": {"id": 628}, "assignee": {"id": 49}, "project": {"id": 300, "owner": {"id": 728}, "assignee": {"id": 848}}, "task": {"id": 301, "owner": {"id": 920}, "assignee": {"id": 1083}}, "job": {"id": 389, "assignee": {"id": 1119}}, "organization": {"id": 1248}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 3, "privilege": "admin"}, "organization": {"id": 151, "owner": {"id": 208}, "user": {"role": "worker"}}}, "resource": {"id": 344, "owner": {"id": 629}, "assignee": {"id": 3}, "project": {"id": 388, "owner": {"id": 793}, "assignee": {"id": 875}}, "task": {"id": 307, "owner": {"id": 976}, "assignee": {"id": 1061}}, "job": {"id": 360, "assignee": {"id": 1183}}, "organization": {"id": 1227}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 88, "privilege": "admin"}, "organization": {"id": 152, "owner": {"id": 292}, "user": {"role": "worker"}}}, "resource": {"id": 383, "owner": {"id": 692}, "assignee": {"id": 88}, "project": {"id": 378, "owner": {"id": 711}, "assignee": {"id": 853}}, "task": {"id": 321, "owner": {"id": 970}, "assignee": {"id": 1076}}, "job": {"id": 356, "assignee": {"id": 1134}}, "organization": {"id": 1262}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 92, "privilege": "admin"}, "organization": {"id": 149, "owner": {"id": 229}, "user": {"role": "worker"}}}, "resource": {"id": 308, "owner": {"id": 683}, "assignee": {"id": 92}, "project": {"id": 379, "owner": {"id": 726}, "assignee": {"id": 813}}, "task": {"id": 328, "owner": {"id": 949}, "assignee": {"id": 1084}}, "job": {"id": 322, "assignee": {"id": 1166}}, "organization": {"id": 1251}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 1, "privilege": "admin"}, "organization": {"id": 186, "owner": {"id": 263}, "user": {"role": null}}}, "resource": {"id": 396, "owner": {"id": 602}, "assignee": {"id": 1}, "project": {"id": 309, "owner": {"id": 749}, "assignee": {"id": 862}}, "task": {"id": 395, "owner": {"id": 903}, "assignee": {"id": 1080}}, "job": {"id": 341, "assignee": {"id": 1142}}, "organization": {"id": 186}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 7, "privilege": "admin"}, "organization": {"id": 168, "owner": {"id": 277}, "user": {"role": null}}}, "resource": {"id": 315, "owner": {"id": 661}, "assignee": {"id": 7}, "project": {"id": 389, "owner": {"id": 729}, "assignee": {"id": 841}}, "task": {"id": 399, "owner": {"id": 965}, "assignee": {"id": 1063}}, "job": {"id": 399, "assignee": {"id": 1158}}, "organization": {"id": 168}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 38, "privilege": "admin"}, "organization": {"id": 161, "owner": {"id": 262}, "user": {"role": null}}}, "resource": {"id": 350, "owner": {"id": 681}, "assignee": {"id": 38}, "project": {"id": 395, "owner": {"id": 710}, "assignee": {"id": 899}}, "task": {"id": 387, "owner": {"id": 932}, "assignee": {"id": 1014}}, "job": {"id": 351, "assignee": {"id": 1100}}, "organization": {"id": 161}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 84, "privilege": "admin"}, "organization": {"id": 108, "owner": {"id": 255}, "user": {"role": null}}}, "resource": {"id": 350, "owner": {"id": 631}, "assignee": {"id": 84}, "project": {"id": 348, "owner": {"id": 709}, "assignee": {"id": 882}}, "task": {"id": 385, "owner": {"id": 904}, "assignee": {"id": 1069}}, "job": {"id": 392, "assignee": {"id": 1155}}, "organization": {"id": 108}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 42, "privilege": "admin"}, "organization": {"id": 104, "owner": {"id": 226}, "user": {"role": null}}}, "resource": {"id": 307, "owner": {"id": 615}, "assignee": {"id": 42}, "project": {"id": 335, "owner": {"id": 788}, "assignee": {"id": 857}}, "task": {"id": 380, "owner": {"id": 992}, "assignee": {"id": 1065}}, "job": {"id": 331, "assignee": {"id": 1150}}, "organization": {"id": 1234}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 8, "privilege": "admin"}, "organization": {"id": 196, "owner": {"id": 220}, "user": {"role": null}}}, "resource": {"id": 372, "owner": {"id": 656}, "assignee": {"id": 8}, "project": {"id": 325, "owner": {"id": 799}, "assignee": {"id": 828}}, "task": {"id": 365, "owner": {"id": 933}, "assignee": {"id": 1049}}, "job": {"id": 336, "assignee": {"id": 1183}}, "organization": {"id": 1262}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 28, "privilege": "admin"}, "organization": {"id": 125, "owner": {"id": 229}, "user": {"role": null}}}, "resource": {"id": 304, "owner": {"id": 619}, "assignee": {"id": 28}, "project": {"id": 342, "owner": {"id": 737}, "assignee": {"id": 879}}, "task": {"id": 325, "owner": {"id": 982}, "assignee": {"id": 1024}}, "job": {"id": 360, "assignee": {"id": 1142}}, "organization": {"id": 1263}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 27, "privilege": "admin"}, "organization": {"id": 101, "owner": {"id": 202}, "user": {"role": null}}}, "resource": {"id": 379, "owner": {"id": 604}, "assignee": {"id": 27}, "project": {"id": 341, "owner": {"id": 752}, "assignee": {"id": 877}}, "task": {"id": 357, "owner": {"id": 952}, "assignee": {"id": 1038}}, "job": {"id": 333, "assignee": {"id": 1117}}, "organization": {"id": 1229}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 26, "privilege": "business"}, "organization": {"id": 143, "owner": {"id": 26}, "user": {"role": "owner"}}}, "resource": {"id": 350, "owner": {"id": 643}, "assignee": {"id": 26}, "project": {"id": 320, "owner": {"id": 722}, "assignee": {"id": 814}}, "task": {"id": 340, "owner": {"id": 928}, "assignee": {"id": 1009}}, "job": {"id": 368, "assignee": {"id": 1148}}, "organization": {"id": 143}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 53, "privilege": "business"}, "organization": {"id": 151, "owner": {"id": 53}, "user": {"role": "owner"}}}, "resource": {"id": 317, "owner": {"id": 680}, "assignee": {"id": 53}, "project": {"id": 307, "owner": {"id": 707}, "assignee": {"id": 843}}, "task": {"id": 302, "owner": {"id": 952}, "assignee": {"id": 1094}}, "job": {"id": 360, "assignee": {"id": 1195}}, "organization": {"id": 151}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 67, "privilege": "business"}, "organization": {"id": 126, "owner": {"id": 67}, "user": {"role": "owner"}}}, "resource": {"id": 363, "owner": {"id": 627}, "assignee": {"id": 67}, "project": {"id": 390, "owner": {"id": 790}, "assignee": {"id": 817}}, "task": {"id": 379, "owner": {"id": 900}, "assignee": {"id": 1019}}, "job": {"id": 385, "assignee": {"id": 1127}}, "organization": {"id": 126}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 19, "privilege": "business"}, "organization": {"id": 162, "owner": {"id": 19}, "user": {"role": "owner"}}}, "resource": {"id": 363, "owner": {"id": 632}, "assignee": {"id": 19}, "project": {"id": 380, "owner": {"id": 791}, "assignee": {"id": 836}}, "task": {"id": 326, "owner": {"id": 914}, "assignee": {"id": 1075}}, "job": {"id": 338, "assignee": {"id": 1187}}, "organization": {"id": 162}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 4, "privilege": "business"}, "organization": {"id": 101, "owner": {"id": 4}, "user": {"role": "owner"}}}, "resource": {"id": 357, "owner": {"id": 667}, "assignee": {"id": 4}, "project": {"id": 329, "owner": {"id": 734}, "assignee": {"id": 841}}, "task": {"id": 339, "owner": {"id": 945}, "assignee": {"id": 1060}}, "job": {"id": 334, "assignee": {"id": 1128}}, "organization": {"id": 1291}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 56, "privilege": "business"}, "organization": {"id": 127, "owner": {"id": 56}, "user": {"role": "owner"}}}, "resource": {"id": 399, "owner": {"id": 693}, "assignee": {"id": 56}, "project": {"id": 314, "owner": {"id": 709}, "assignee": {"id": 803}}, "task": {"id": 306, "owner": {"id": 901}, "assignee": {"id": 1032}}, "job": {"id": 305, "assignee": {"id": 1140}}, "organization": {"id": 1251}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 71, "privilege": "business"}, "organization": {"id": 195, "owner": {"id": 71}, "user": {"role": "owner"}}}, "resource": {"id": 370, "owner": {"id": 687}, "assignee": {"id": 71}, "project": {"id": 380, "owner": {"id": 702}, "assignee": {"id": 857}}, "task": {"id": 310, "owner": {"id": 982}, "assignee": {"id": 1050}}, "job": {"id": 373, "assignee": {"id": 1127}}, "organization": {"id": 1244}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 96, "privilege": "business"}, "organization": {"id": 128, "owner": {"id": 96}, "user": {"role": "owner"}}}, "resource": {"id": 387, "owner": {"id": 678}, "assignee": {"id": 96}, "project": {"id": 326, "owner": {"id": 769}, "assignee": {"id": 888}}, "task": {"id": 353, "owner": {"id": 946}, "assignee": {"id": 1032}}, "job": {"id": 388, "assignee": {"id": 1114}}, "organization": {"id": 1277}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 98, "privilege": "business"}, "organization": {"id": 169, "owner": {"id": 267}, "user": {"role": "maintainer"}}}, "resource": {"id": 385, "owner": {"id": 605}, "assignee": {"id": 98}, "project": {"id": 395, "owner": {"id": 779}, "assignee": {"id": 806}}, "task": {"id": 371, "owner": {"id": 947}, "assignee": {"id": 1073}}, "job": {"id": 364, "assignee": {"id": 1139}}, "organization": {"id": 169}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 6, "privilege": "business"}, "organization": {"id": 147, "owner": {"id": 215}, "user": {"role": "maintainer"}}}, "resource": {"id": 356, "owner": {"id": 642}, "assignee": {"id": 6}, "project": {"id": 380, "owner": {"id": 700}, "assignee": {"id": 803}}, "task": {"id": 377, "owner": {"id": 908}, "assignee": {"id": 1044}}, "job": {"id": 358, "assignee": {"id": 1150}}, "organization": {"id": 147}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 90, "privilege": "business"}, "organization": {"id": 199, "owner": {"id": 257}, "user": {"role": "maintainer"}}}, "resource": {"id": 337, "owner": {"id": 685}, "assignee": {"id": 90}, "project": {"id": 312, "owner": {"id": 702}, "assignee": {"id": 819}}, "task": {"id": 347, "owner": {"id": 952}, "assignee": {"id": 1072}}, "job": {"id": 356, "assignee": {"id": 1107}}, "organization": {"id": 199}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 58, "privilege": "business"}, "organization": {"id": 189, "owner": {"id": 224}, "user": {"role": "maintainer"}}}, "resource": {"id": 371, "owner": {"id": 658}, "assignee": {"id": 58}, "project": {"id": 358, "owner": {"id": 716}, "assignee": {"id": 822}}, "task": {"id": 368, "owner": {"id": 912}, "assignee": {"id": 1034}}, "job": {"id": 309, "assignee": {"id": 1115}}, "organization": {"id": 189}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 2, "privilege": "business"}, "organization": {"id": 188, "owner": {"id": 278}, "user": {"role": "maintainer"}}}, "resource": {"id": 326, "owner": {"id": 698}, "assignee": {"id": 2}, "project": {"id": 325, "owner": {"id": 733}, "assignee": {"id": 872}}, "task": {"id": 318, "owner": {"id": 922}, "assignee": {"id": 1071}}, "job": {"id": 346, "assignee": {"id": 1193}}, "organization": {"id": 1258}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 98, "privilege": "business"}, "organization": {"id": 101, "owner": {"id": 223}, "user": {"role": "maintainer"}}}, "resource": {"id": 302, "owner": {"id": 677}, "assignee": {"id": 98}, "project": {"id": 318, "owner": {"id": 701}, "assignee": {"id": 821}}, "task": {"id": 333, "owner": {"id": 911}, "assignee": {"id": 1019}}, "job": {"id": 337, "assignee": {"id": 1116}}, "organization": {"id": 1292}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 79, "privilege": "business"}, "organization": {"id": 180, "owner": {"id": 203}, "user": {"role": "maintainer"}}}, "resource": {"id": 348, "owner": {"id": 692}, "assignee": {"id": 79}, "project": {"id": 393, "owner": {"id": 742}, "assignee": {"id": 833}}, "task": {"id": 308, "owner": {"id": 950}, "assignee": {"id": 1052}}, "job": {"id": 330, "assignee": {"id": 1175}}, "organization": {"id": 1206}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 28, "privilege": "business"}, "organization": {"id": 115, "owner": {"id": 267}, "user": {"role": "maintainer"}}}, "resource": {"id": 315, "owner": {"id": 686}, "assignee": {"id": 28}, "project": {"id": 386, "owner": {"id": 764}, "assignee": {"id": 815}}, "task": {"id": 315, "owner": {"id": 906}, "assignee": {"id": 1038}}, "job": {"id": 392, "assignee": {"id": 1122}}, "organization": {"id": 1270}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 72, "privilege": "business"}, "organization": {"id": 161, "owner": {"id": 202}, "user": {"role": "supervisor"}}}, "resource": {"id": 379, "owner": {"id": 686}, "assignee": {"id": 72}, "project": {"id": 310, "owner": {"id": 714}, "assignee": {"id": 827}}, "task": {"id": 308, "owner": {"id": 978}, "assignee": {"id": 1045}}, "job": {"id": 347, "assignee": {"id": 1121}}, "organization": {"id": 161}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 16, "privilege": "business"}, "organization": {"id": 126, "owner": {"id": 235}, "user": {"role": "supervisor"}}}, "resource": {"id": 369, "owner": {"id": 673}, "assignee": {"id": 16}, "project": {"id": 359, "owner": {"id": 712}, "assignee": {"id": 848}}, "task": {"id": 300, "owner": {"id": 916}, "assignee": {"id": 1024}}, "job": {"id": 397, "assignee": {"id": 1115}}, "organization": {"id": 126}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 63, "privilege": "business"}, "organization": {"id": 167, "owner": {"id": 211}, "user": {"role": "supervisor"}}}, "resource": {"id": 328, "owner": {"id": 659}, "assignee": {"id": 63}, "project": {"id": 309, "owner": {"id": 715}, "assignee": {"id": 856}}, "task": {"id": 346, "owner": {"id": 939}, "assignee": {"id": 1027}}, "job": {"id": 397, "assignee": {"id": 1121}}, "organization": {"id": 167}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 7, "privilege": "business"}, "organization": {"id": 119, "owner": {"id": 216}, "user": {"role": "supervisor"}}}, "resource": {"id": 316, "owner": {"id": 661}, "assignee": {"id": 7}, "project": {"id": 335, "owner": {"id": 716}, "assignee": {"id": 803}}, "task": {"id": 348, "owner": {"id": 990}, "assignee": {"id": 1018}}, "job": {"id": 333, "assignee": {"id": 1111}}, "organization": {"id": 119}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 53, "privilege": "business"}, "organization": {"id": 188, "owner": {"id": 206}, "user": {"role": "supervisor"}}}, "resource": {"id": 309, "owner": {"id": 612}, "assignee": {"id": 53}, "project": {"id": 337, "owner": {"id": 727}, "assignee": {"id": 829}}, "task": {"id": 371, "owner": {"id": 903}, "assignee": {"id": 1055}}, "job": {"id": 368, "assignee": {"id": 1168}}, "organization": {"id": 1262}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 22, "privilege": "business"}, "organization": {"id": 103, "owner": {"id": 287}, "user": {"role": "supervisor"}}}, "resource": {"id": 331, "owner": {"id": 676}, "assignee": {"id": 22}, "project": {"id": 314, "owner": {"id": 754}, "assignee": {"id": 803}}, "task": {"id": 305, "owner": {"id": 933}, "assignee": {"id": 1072}}, "job": {"id": 355, "assignee": {"id": 1186}}, "organization": {"id": 1242}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 43, "privilege": "business"}, "organization": {"id": 191, "owner": {"id": 269}, "user": {"role": "supervisor"}}}, "resource": {"id": 349, "owner": {"id": 628}, "assignee": {"id": 43}, "project": {"id": 303, "owner": {"id": 758}, "assignee": {"id": 851}}, "task": {"id": 375, "owner": {"id": 966}, "assignee": {"id": 1001}}, "job": {"id": 342, "assignee": {"id": 1140}}, "organization": {"id": 1274}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 73, "privilege": "business"}, "organization": {"id": 161, "owner": {"id": 297}, "user": {"role": "supervisor"}}}, "resource": {"id": 396, "owner": {"id": 656}, "assignee": {"id": 73}, "project": {"id": 332, "owner": {"id": 732}, "assignee": {"id": 873}}, "task": {"id": 316, "owner": {"id": 928}, "assignee": {"id": 1085}}, "job": {"id": 387, "assignee": {"id": 1121}}, "organization": {"id": 1243}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 19, "privilege": "business"}, "organization": {"id": 128, "owner": {"id": 247}, "user": {"role": "worker"}}}, "resource": {"id": 396, "owner": {"id": 698}, "assignee": {"id": 19}, "project": {"id": 334, "owner": {"id": 777}, "assignee": {"id": 865}}, "task": {"id": 365, "owner": {"id": 968}, "assignee": {"id": 1035}}, "job": {"id": 308, "assignee": {"id": 1142}}, "organization": {"id": 128}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 95, "privilege": "business"}, "organization": {"id": 194, "owner": {"id": 260}, "user": {"role": "worker"}}}, "resource": {"id": 319, "owner": {"id": 675}, "assignee": {"id": 95}, "project": {"id": 312, "owner": {"id": 741}, "assignee": {"id": 811}}, "task": {"id": 382, "owner": {"id": 987}, "assignee": {"id": 1036}}, "job": {"id": 374, "assignee": {"id": 1194}}, "organization": {"id": 194}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 19, "privilege": "business"}, "organization": {"id": 189, "owner": {"id": 233}, "user": {"role": "worker"}}}, "resource": {"id": 341, "owner": {"id": 610}, "assignee": {"id": 19}, "project": {"id": 397, "owner": {"id": 770}, "assignee": {"id": 858}}, "task": {"id": 392, "owner": {"id": 975}, "assignee": {"id": 1086}}, "job": {"id": 338, "assignee": {"id": 1180}}, "organization": {"id": 189}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 65, "privilege": "business"}, "organization": {"id": 107, "owner": {"id": 230}, "user": {"role": "worker"}}}, "resource": {"id": 399, "owner": {"id": 686}, "assignee": {"id": 65}, "project": {"id": 342, "owner": {"id": 716}, "assignee": {"id": 820}}, "task": {"id": 377, "owner": {"id": 998}, "assignee": {"id": 1044}}, "job": {"id": 338, "assignee": {"id": 1113}}, "organization": {"id": 107}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 4, "privilege": "business"}, "organization": {"id": 194, "owner": {"id": 236}, "user": {"role": "worker"}}}, "resource": {"id": 378, "owner": {"id": 655}, "assignee": {"id": 4}, "project": {"id": 350, "owner": {"id": 769}, "assignee": {"id": 868}}, "task": {"id": 378, "owner": {"id": 928}, "assignee": {"id": 1004}}, "job": {"id": 393, "assignee": {"id": 1104}}, "organization": {"id": 1200}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 1, "privilege": "business"}, "organization": {"id": 185, "owner": {"id": 236}, "user": {"role": "worker"}}}, "resource": {"id": 310, "owner": {"id": 620}, "assignee": {"id": 1}, "project": {"id": 320, "owner": {"id": 706}, "assignee": {"id": 820}}, "task": {"id": 361, "owner": {"id": 938}, "assignee": {"id": 1096}}, "job": {"id": 352, "assignee": {"id": 1191}}, "organization": {"id": 1237}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 53, "privilege": "business"}, "organization": {"id": 115, "owner": {"id": 289}, "user": {"role": "worker"}}}, "resource": {"id": 306, "owner": {"id": 670}, "assignee": {"id": 53}, "project": {"id": 392, "owner": {"id": 756}, "assignee": {"id": 858}}, "task": {"id": 345, "owner": {"id": 922}, "assignee": {"id": 1021}}, "job": {"id": 324, "assignee": {"id": 1100}}, "organization": {"id": 1265}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 60, "privilege": "business"}, "organization": {"id": 146, "owner": {"id": 243}, "user": {"role": "worker"}}}, "resource": {"id": 316, "owner": {"id": 695}, "assignee": {"id": 60}, "project": {"id": 310, "owner": {"id": 738}, "assignee": {"id": 836}}, "task": {"id": 351, "owner": {"id": 944}, "assignee": {"id": 1009}}, "job": {"id": 385, "assignee": {"id": 1179}}, "organization": {"id": 1283}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 87, "privilege": "business"}, "organization": {"id": 183, "owner": {"id": 206}, "user": {"role": null}}}, "resource": {"id": 321, "owner": {"id": 694}, "assignee": {"id": 87}, "project": {"id": 303, "owner": {"id": 748}, "assignee": {"id": 879}}, "task": {"id": 325, "owner": {"id": 947}, "assignee": {"id": 1039}}, "job": {"id": 333, "assignee": {"id": 1185}}, "organization": {"id": 183}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 93, "privilege": "business"}, "organization": {"id": 113, "owner": {"id": 211}, "user": {"role": null}}}, "resource": {"id": 386, "owner": {"id": 688}, "assignee": {"id": 93}, "project": {"id": 328, "owner": {"id": 727}, "assignee": {"id": 866}}, "task": {"id": 390, "owner": {"id": 969}, "assignee": {"id": 1084}}, "job": {"id": 310, "assignee": {"id": 1151}}, "organization": {"id": 113}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 49, "privilege": "business"}, "organization": {"id": 101, "owner": {"id": 207}, "user": {"role": null}}}, "resource": {"id": 341, "owner": {"id": 678}, "assignee": {"id": 49}, "project": {"id": 312, "owner": {"id": 793}, "assignee": {"id": 863}}, "task": {"id": 338, "owner": {"id": 979}, "assignee": {"id": 1029}}, "job": {"id": 399, "assignee": {"id": 1148}}, "organization": {"id": 101}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 6, "privilege": "business"}, "organization": {"id": 182, "owner": {"id": 262}, "user": {"role": null}}}, "resource": {"id": 392, "owner": {"id": 690}, "assignee": {"id": 6}, "project": {"id": 388, "owner": {"id": 715}, "assignee": {"id": 833}}, "task": {"id": 392, "owner": {"id": 941}, "assignee": {"id": 1058}}, "job": {"id": 356, "assignee": {"id": 1190}}, "organization": {"id": 182}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 77, "privilege": "business"}, "organization": {"id": 113, "owner": {"id": 201}, "user": {"role": null}}}, "resource": {"id": 375, "owner": {"id": 625}, "assignee": {"id": 77}, "project": {"id": 394, "owner": {"id": 711}, "assignee": {"id": 829}}, "task": {"id": 302, "owner": {"id": 907}, "assignee": {"id": 1086}}, "job": {"id": 351, "assignee": {"id": 1103}}, "organization": {"id": 1228}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 7, "privilege": "business"}, "organization": {"id": 145, "owner": {"id": 288}, "user": {"role": null}}}, "resource": {"id": 399, "owner": {"id": 641}, "assignee": {"id": 7}, "project": {"id": 328, "owner": {"id": 743}, "assignee": {"id": 872}}, "task": {"id": 393, "owner": {"id": 938}, "assignee": {"id": 1069}}, "job": {"id": 352, "assignee": {"id": 1164}}, "organization": {"id": 1270}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 47, "privilege": "business"}, "organization": {"id": 142, "owner": {"id": 285}, "user": {"role": null}}}, "resource": {"id": 390, "owner": {"id": 664}, "assignee": {"id": 47}, "project": {"id": 300, "owner": {"id": 744}, "assignee": {"id": 852}}, "task": {"id": 323, "owner": {"id": 920}, "assignee": {"id": 1090}}, "job": {"id": 377, "assignee": {"id": 1106}}, "organization": {"id": 1273}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 59, "privilege": "business"}, "organization": {"id": 162, "owner": {"id": 268}, "user": {"role": null}}}, "resource": {"id": 328, "owner": {"id": 659}, "assignee": {"id": 59}, "project": {"id": 399, "owner": {"id": 773}, "assignee": {"id": 880}}, "task": {"id": 318, "owner": {"id": 941}, "assignee": {"id": 1083}}, "job": {"id": 333, "assignee": {"id": 1109}}, "organization": {"id": 1280}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 64, "privilege": "user"}, "organization": {"id": 161, "owner": {"id": 64}, "user": {"role": "owner"}}}, "resource": {"id": 312, "owner": {"id": 661}, "assignee": {"id": 64}, "project": {"id": 373, "owner": {"id": 772}, "assignee": {"id": 809}}, "task": {"id": 366, "owner": {"id": 990}, "assignee": {"id": 1080}}, "job": {"id": 307, "assignee": {"id": 1173}}, "organization": {"id": 161}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 21, "privilege": "user"}, "organization": {"id": 167, "owner": {"id": 21}, "user": {"role": "owner"}}}, "resource": {"id": 333, "owner": {"id": 629}, "assignee": {"id": 21}, "project": {"id": 392, "owner": {"id": 733}, "assignee": {"id": 835}}, "task": {"id": 389, "owner": {"id": 992}, "assignee": {"id": 1073}}, "job": {"id": 374, "assignee": {"id": 1188}}, "organization": {"id": 167}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 46, "privilege": "user"}, "organization": {"id": 115, "owner": {"id": 46}, "user": {"role": "owner"}}}, "resource": {"id": 324, "owner": {"id": 642}, "assignee": {"id": 46}, "project": {"id": 306, "owner": {"id": 781}, "assignee": {"id": 845}}, "task": {"id": 334, "owner": {"id": 944}, "assignee": {"id": 1000}}, "job": {"id": 333, "assignee": {"id": 1150}}, "organization": {"id": 115}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 69, "privilege": "user"}, "organization": {"id": 193, "owner": {"id": 69}, "user": {"role": "owner"}}}, "resource": {"id": 356, "owner": {"id": 645}, "assignee": {"id": 69}, "project": {"id": 391, "owner": {"id": 762}, "assignee": {"id": 809}}, "task": {"id": 325, "owner": {"id": 965}, "assignee": {"id": 1001}}, "job": {"id": 398, "assignee": {"id": 1191}}, "organization": {"id": 193}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 91, "privilege": "user"}, "organization": {"id": 161, "owner": {"id": 91}, "user": {"role": "owner"}}}, "resource": {"id": 378, "owner": {"id": 625}, "assignee": {"id": 91}, "project": {"id": 312, "owner": {"id": 779}, "assignee": {"id": 831}}, "task": {"id": 310, "owner": {"id": 999}, "assignee": {"id": 1027}}, "job": {"id": 312, "assignee": {"id": 1107}}, "organization": {"id": 1297}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 5, "privilege": "user"}, "organization": {"id": 191, "owner": {"id": 5}, "user": {"role": "owner"}}}, "resource": {"id": 338, "owner": {"id": 679}, "assignee": {"id": 5}, "project": {"id": 367, "owner": {"id": 798}, "assignee": {"id": 886}}, "task": {"id": 338, "owner": {"id": 911}, "assignee": {"id": 1001}}, "job": {"id": 327, "assignee": {"id": 1127}}, "organization": {"id": 1219}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 27, "privilege": "user"}, "organization": {"id": 179, "owner": {"id": 27}, "user": {"role": "owner"}}}, "resource": {"id": 351, "owner": {"id": 695}, "assignee": {"id": 27}, "project": {"id": 309, "owner": {"id": 764}, "assignee": {"id": 829}}, "task": {"id": 307, "owner": {"id": 967}, "assignee": {"id": 1050}}, "job": {"id": 326, "assignee": {"id": 1179}}, "organization": {"id": 1218}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 40, "privilege": "user"}, "organization": {"id": 158, "owner": {"id": 40}, "user": {"role": "owner"}}}, "resource": {"id": 378, "owner": {"id": 623}, "assignee": {"id": 40}, "project": {"id": 324, "owner": {"id": 751}, "assignee": {"id": 812}}, "task": {"id": 378, "owner": {"id": 974}, "assignee": {"id": 1006}}, "job": {"id": 340, "assignee": {"id": 1134}}, "organization": {"id": 1229}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 17, "privilege": "user"}, "organization": {"id": 133, "owner": {"id": 244}, "user": {"role": "maintainer"}}}, "resource": {"id": 334, "owner": {"id": 678}, "assignee": {"id": 17}, "project": {"id": 395, "owner": {"id": 729}, "assignee": {"id": 806}}, "task": {"id": 371, "owner": {"id": 921}, "assignee": {"id": 1047}}, "job": {"id": 373, "assignee": {"id": 1130}}, "organization": {"id": 133}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 88, "privilege": "user"}, "organization": {"id": 150, "owner": {"id": 254}, "user": {"role": "maintainer"}}}, "resource": {"id": 361, "owner": {"id": 625}, "assignee": {"id": 88}, "project": {"id": 349, "owner": {"id": 702}, "assignee": {"id": 852}}, "task": {"id": 396, "owner": {"id": 909}, "assignee": {"id": 1085}}, "job": {"id": 315, "assignee": {"id": 1180}}, "organization": {"id": 150}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 53, "privilege": "user"}, "organization": {"id": 165, "owner": {"id": 282}, "user": {"role": "maintainer"}}}, "resource": {"id": 324, "owner": {"id": 623}, "assignee": {"id": 53}, "project": {"id": 394, "owner": {"id": 793}, "assignee": {"id": 859}}, "task": {"id": 319, "owner": {"id": 941}, "assignee": {"id": 1035}}, "job": {"id": 381, "assignee": {"id": 1180}}, "organization": {"id": 165}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 15, "privilege": "user"}, "organization": {"id": 191, "owner": {"id": 223}, "user": {"role": "maintainer"}}}, "resource": {"id": 312, "owner": {"id": 650}, "assignee": {"id": 15}, "project": {"id": 342, "owner": {"id": 723}, "assignee": {"id": 813}}, "task": {"id": 393, "owner": {"id": 966}, "assignee": {"id": 1062}}, "job": {"id": 367, "assignee": {"id": 1185}}, "organization": {"id": 191}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 37, "privilege": "user"}, "organization": {"id": 107, "owner": {"id": 225}, "user": {"role": "maintainer"}}}, "resource": {"id": 313, "owner": {"id": 661}, "assignee": {"id": 37}, "project": {"id": 373, "owner": {"id": 791}, "assignee": {"id": 860}}, "task": {"id": 321, "owner": {"id": 972}, "assignee": {"id": 1013}}, "job": {"id": 342, "assignee": {"id": 1193}}, "organization": {"id": 1252}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 66, "privilege": "user"}, "organization": {"id": 125, "owner": {"id": 211}, "user": {"role": "maintainer"}}}, "resource": {"id": 348, "owner": {"id": 614}, "assignee": {"id": 66}, "project": {"id": 369, "owner": {"id": 705}, "assignee": {"id": 889}}, "task": {"id": 334, "owner": {"id": 932}, "assignee": {"id": 1088}}, "job": {"id": 361, "assignee": {"id": 1151}}, "organization": {"id": 1286}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 79, "privilege": "user"}, "organization": {"id": 142, "owner": {"id": 280}, "user": {"role": "maintainer"}}}, "resource": {"id": 396, "owner": {"id": 612}, "assignee": {"id": 79}, "project": {"id": 363, "owner": {"id": 726}, "assignee": {"id": 834}}, "task": {"id": 393, "owner": {"id": 970}, "assignee": {"id": 1039}}, "job": {"id": 371, "assignee": {"id": 1140}}, "organization": {"id": 1295}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 59, "privilege": "user"}, "organization": {"id": 192, "owner": {"id": 238}, "user": {"role": "maintainer"}}}, "resource": {"id": 330, "owner": {"id": 697}, "assignee": {"id": 59}, "project": {"id": 366, "owner": {"id": 765}, "assignee": {"id": 878}}, "task": {"id": 354, "owner": {"id": 973}, "assignee": {"id": 1064}}, "job": {"id": 328, "assignee": {"id": 1199}}, "organization": {"id": 1250}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 58, "privilege": "user"}, "organization": {"id": 190, "owner": {"id": 295}, "user": {"role": "supervisor"}}}, "resource": {"id": 391, "owner": {"id": 655}, "assignee": {"id": 58}, "project": {"id": 328, "owner": {"id": 760}, "assignee": {"id": 814}}, "task": {"id": 338, "owner": {"id": 959}, "assignee": {"id": 1004}}, "job": {"id": 394, "assignee": {"id": 1100}}, "organization": {"id": 190}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 23, "privilege": "user"}, "organization": {"id": 128, "owner": {"id": 271}, "user": {"role": "supervisor"}}}, "resource": {"id": 316, "owner": {"id": 645}, "assignee": {"id": 23}, "project": {"id": 336, "owner": {"id": 763}, "assignee": {"id": 836}}, "task": {"id": 379, "owner": {"id": 924}, "assignee": {"id": 1013}}, "job": {"id": 313, "assignee": {"id": 1167}}, "organization": {"id": 128}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 71, "privilege": "user"}, "organization": {"id": 139, "owner": {"id": 261}, "user": {"role": "supervisor"}}}, "resource": {"id": 393, "owner": {"id": 672}, "assignee": {"id": 71}, "project": {"id": 340, "owner": {"id": 710}, "assignee": {"id": 837}}, "task": {"id": 370, "owner": {"id": 934}, "assignee": {"id": 1088}}, "job": {"id": 312, "assignee": {"id": 1114}}, "organization": {"id": 139}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 65, "privilege": "user"}, "organization": {"id": 192, "owner": {"id": 263}, "user": {"role": "supervisor"}}}, "resource": {"id": 346, "owner": {"id": 631}, "assignee": {"id": 65}, "project": {"id": 388, "owner": {"id": 771}, "assignee": {"id": 850}}, "task": {"id": 347, "owner": {"id": 941}, "assignee": {"id": 1077}}, "job": {"id": 360, "assignee": {"id": 1123}}, "organization": {"id": 192}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 51, "privilege": "user"}, "organization": {"id": 117, "owner": {"id": 291}, "user": {"role": "supervisor"}}}, "resource": {"id": 382, "owner": {"id": 603}, "assignee": {"id": 51}, "project": {"id": 389, "owner": {"id": 717}, "assignee": {"id": 889}}, "task": {"id": 350, "owner": {"id": 945}, "assignee": {"id": 1079}}, "job": {"id": 367, "assignee": {"id": 1187}}, "organization": {"id": 1202}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 24, "privilege": "user"}, "organization": {"id": 162, "owner": {"id": 215}, "user": {"role": "supervisor"}}}, "resource": {"id": 385, "owner": {"id": 642}, "assignee": {"id": 24}, "project": {"id": 302, "owner": {"id": 728}, "assignee": {"id": 867}}, "task": {"id": 340, "owner": {"id": 957}, "assignee": {"id": 1099}}, "job": {"id": 341, "assignee": {"id": 1149}}, "organization": {"id": 1252}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 71, "privilege": "user"}, "organization": {"id": 195, "owner": {"id": 213}, "user": {"role": "supervisor"}}}, "resource": {"id": 307, "owner": {"id": 654}, "assignee": {"id": 71}, "project": {"id": 392, "owner": {"id": 765}, "assignee": {"id": 806}}, "task": {"id": 303, "owner": {"id": 941}, "assignee": {"id": 1080}}, "job": {"id": 362, "assignee": {"id": 1196}}, "organization": {"id": 1248}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 1, "privilege": "user"}, "organization": {"id": 156, "owner": {"id": 254}, "user": {"role": "supervisor"}}}, "resource": {"id": 373, "owner": {"id": 643}, "assignee": {"id": 1}, "project": {"id": 317, "owner": {"id": 702}, "assignee": {"id": 847}}, "task": {"id": 325, "owner": {"id": 945}, "assignee": {"id": 1061}}, "job": {"id": 347, "assignee": {"id": 1170}}, "organization": {"id": 1241}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 52, "privilege": "user"}, "organization": {"id": 164, "owner": {"id": 250}, "user": {"role": "worker"}}}, "resource": {"id": 350, "owner": {"id": 630}, "assignee": {"id": 52}, "project": {"id": 308, "owner": {"id": 714}, "assignee": {"id": 876}}, "task": {"id": 362, "owner": {"id": 960}, "assignee": {"id": 1002}}, "job": {"id": 360, "assignee": {"id": 1163}}, "organization": {"id": 164}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 54, "privilege": "user"}, "organization": {"id": 193, "owner": {"id": 207}, "user": {"role": "worker"}}}, "resource": {"id": 350, "owner": {"id": 660}, "assignee": {"id": 54}, "project": {"id": 336, "owner": {"id": 729}, "assignee": {"id": 887}}, "task": {"id": 389, "owner": {"id": 968}, "assignee": {"id": 1034}}, "job": {"id": 320, "assignee": {"id": 1155}}, "organization": {"id": 193}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 12, "privilege": "user"}, "organization": {"id": 177, "owner": {"id": 280}, "user": {"role": "worker"}}}, "resource": {"id": 301, "owner": {"id": 639}, "assignee": {"id": 12}, "project": {"id": 389, "owner": {"id": 746}, "assignee": {"id": 887}}, "task": {"id": 349, "owner": {"id": 902}, "assignee": {"id": 1038}}, "job": {"id": 348, "assignee": {"id": 1187}}, "organization": {"id": 177}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 30, "privilege": "user"}, "organization": {"id": 186, "owner": {"id": 231}, "user": {"role": "worker"}}}, "resource": {"id": 356, "owner": {"id": 642}, "assignee": {"id": 30}, "project": {"id": 333, "owner": {"id": 756}, "assignee": {"id": 867}}, "task": {"id": 324, "owner": {"id": 929}, "assignee": {"id": 1054}}, "job": {"id": 326, "assignee": {"id": 1169}}, "organization": {"id": 186}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 74, "privilege": "user"}, "organization": {"id": 118, "owner": {"id": 245}, "user": {"role": "worker"}}}, "resource": {"id": 346, "owner": {"id": 626}, "assignee": {"id": 74}, "project": {"id": 322, "owner": {"id": 776}, "assignee": {"id": 866}}, "task": {"id": 375, "owner": {"id": 912}, "assignee": {"id": 1097}}, "job": {"id": 339, "assignee": {"id": 1150}}, "organization": {"id": 1298}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 5, "privilege": "user"}, "organization": {"id": 151, "owner": {"id": 226}, "user": {"role": "worker"}}}, "resource": {"id": 360, "owner": {"id": 685}, "assignee": {"id": 5}, "project": {"id": 392, "owner": {"id": 774}, "assignee": {"id": 823}}, "task": {"id": 315, "owner": {"id": 979}, "assignee": {"id": 1075}}, "job": {"id": 357, "assignee": {"id": 1143}}, "organization": {"id": 1243}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 12, "privilege": "user"}, "organization": {"id": 150, "owner": {"id": 201}, "user": {"role": "worker"}}}, "resource": {"id": 303, "owner": {"id": 676}, "assignee": {"id": 12}, "project": {"id": 383, "owner": {"id": 781}, "assignee": {"id": 820}}, "task": {"id": 372, "owner": {"id": 931}, "assignee": {"id": 1020}}, "job": {"id": 347, "assignee": {"id": 1187}}, "organization": {"id": 1296}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 49, "privilege": "user"}, "organization": {"id": 164, "owner": {"id": 238}, "user": {"role": "worker"}}}, "resource": {"id": 308, "owner": {"id": 602}, "assignee": {"id": 49}, "project": {"id": 338, "owner": {"id": 773}, "assignee": {"id": 853}}, "task": {"id": 320, "owner": {"id": 959}, "assignee": {"id": 1072}}, "job": {"id": 347, "assignee": {"id": 1153}}, "organization": {"id": 1244}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 94, "privilege": "user"}, "organization": {"id": 178, "owner": {"id": 261}, "user": {"role": null}}}, "resource": {"id": 335, "owner": {"id": 665}, "assignee": {"id": 94}, "project": {"id": 373, "owner": {"id": 707}, "assignee": {"id": 880}}, "task": {"id": 389, "owner": {"id": 903}, "assignee": {"id": 1054}}, "job": {"id": 397, "assignee": {"id": 1151}}, "organization": {"id": 178}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 60, "privilege": "user"}, "organization": {"id": 157, "owner": {"id": 288}, "user": {"role": null}}}, "resource": {"id": 350, "owner": {"id": 621}, "assignee": {"id": 60}, "project": {"id": 396, "owner": {"id": 769}, "assignee": {"id": 871}}, "task": {"id": 371, "owner": {"id": 999}, "assignee": {"id": 1060}}, "job": {"id": 316, "assignee": {"id": 1177}}, "organization": {"id": 157}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 61, "privilege": "user"}, "organization": {"id": 101, "owner": {"id": 283}, "user": {"role": null}}}, "resource": {"id": 378, "owner": {"id": 697}, "assignee": {"id": 61}, "project": {"id": 380, "owner": {"id": 741}, "assignee": {"id": 807}}, "task": {"id": 372, "owner": {"id": 955}, "assignee": {"id": 1063}}, "job": {"id": 350, "assignee": {"id": 1175}}, "organization": {"id": 101}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 35, "privilege": "user"}, "organization": {"id": 156, "owner": {"id": 291}, "user": {"role": null}}}, "resource": {"id": 396, "owner": {"id": 660}, "assignee": {"id": 35}, "project": {"id": 332, "owner": {"id": 709}, "assignee": {"id": 856}}, "task": {"id": 390, "owner": {"id": 926}, "assignee": {"id": 1038}}, "job": {"id": 384, "assignee": {"id": 1193}}, "organization": {"id": 156}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 78, "privilege": "user"}, "organization": {"id": 177, "owner": {"id": 212}, "user": {"role": null}}}, "resource": {"id": 354, "owner": {"id": 617}, "assignee": {"id": 78}, "project": {"id": 313, "owner": {"id": 790}, "assignee": {"id": 881}}, "task": {"id": 313, "owner": {"id": 923}, "assignee": {"id": 1095}}, "job": {"id": 321, "assignee": {"id": 1160}}, "organization": {"id": 1236}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 9, "privilege": "user"}, "organization": {"id": 113, "owner": {"id": 222}, "user": {"role": null}}}, "resource": {"id": 302, "owner": {"id": 666}, "assignee": {"id": 9}, "project": {"id": 341, "owner": {"id": 745}, "assignee": {"id": 820}}, "task": {"id": 332, "owner": {"id": 963}, "assignee": {"id": 1097}}, "job": {"id": 361, "assignee": {"id": 1160}}, "organization": {"id": 1295}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 23, "privilege": "user"}, "organization": {"id": 129, "owner": {"id": 237}, "user": {"role": null}}}, "resource": {"id": 320, "owner": {"id": 644}, "assignee": {"id": 23}, "project": {"id": 342, "owner": {"id": 785}, "assignee": {"id": 852}}, "task": {"id": 373, "owner": {"id": 979}, "assignee": {"id": 1064}}, "job": {"id": 391, "assignee": {"id": 1117}}, "organization": {"id": 1249}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 79, "privilege": "user"}, "organization": {"id": 104, "owner": {"id": 245}, "user": {"role": null}}}, "resource": {"id": 332, "owner": {"id": 675}, "assignee": {"id": 79}, "project": {"id": 391, "owner": {"id": 782}, "assignee": {"id": 853}}, "task": {"id": 358, "owner": {"id": 978}, "assignee": {"id": 1095}}, "job": {"id": 343, "assignee": {"id": 1194}}, "organization": {"id": 1266}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 8, "privilege": "worker"}, "organization": {"id": 116, "owner": {"id": 8}, "user": {"role": "owner"}}}, "resource": {"id": 311, "owner": {"id": 681}, "assignee": {"id": 8}, "project": {"id": 396, "owner": {"id": 702}, "assignee": {"id": 861}}, "task": {"id": 323, "owner": {"id": 985}, "assignee": {"id": 1060}}, "job": {"id": 334, "assignee": {"id": 1144}}, "organization": {"id": 116}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 88, "privilege": "worker"}, "organization": {"id": 111, "owner": {"id": 88}, "user": {"role": "owner"}}}, "resource": {"id": 309, "owner": {"id": 625}, "assignee": {"id": 88}, "project": {"id": 344, "owner": {"id": 744}, "assignee": {"id": 806}}, "task": {"id": 385, "owner": {"id": 951}, "assignee": {"id": 1036}}, "job": {"id": 359, "assignee": {"id": 1126}}, "organization": {"id": 111}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 88, "privilege": "worker"}, "organization": {"id": 175, "owner": {"id": 88}, "user": {"role": "owner"}}}, "resource": {"id": 385, "owner": {"id": 620}, "assignee": {"id": 88}, "project": {"id": 301, "owner": {"id": 748}, "assignee": {"id": 830}}, "task": {"id": 364, "owner": {"id": 909}, "assignee": {"id": 1012}}, "job": {"id": 337, "assignee": {"id": 1137}}, "organization": {"id": 175}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 83, "privilege": "worker"}, "organization": {"id": 104, "owner": {"id": 83}, "user": {"role": "owner"}}}, "resource": {"id": 336, "owner": {"id": 643}, "assignee": {"id": 83}, "project": {"id": 394, "owner": {"id": 776}, "assignee": {"id": 862}}, "task": {"id": 324, "owner": {"id": 982}, "assignee": {"id": 1011}}, "job": {"id": 394, "assignee": {"id": 1194}}, "organization": {"id": 104}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 10, "privilege": "worker"}, "organization": {"id": 190, "owner": {"id": 10}, "user": {"role": "owner"}}}, "resource": {"id": 343, "owner": {"id": 638}, "assignee": {"id": 10}, "project": {"id": 361, "owner": {"id": 741}, "assignee": {"id": 836}}, "task": {"id": 321, "owner": {"id": 936}, "assignee": {"id": 1017}}, "job": {"id": 370, "assignee": {"id": 1136}}, "organization": {"id": 1241}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 30, "privilege": "worker"}, "organization": {"id": 186, "owner": {"id": 30}, "user": {"role": "owner"}}}, "resource": {"id": 308, "owner": {"id": 623}, "assignee": {"id": 30}, "project": {"id": 355, "owner": {"id": 741}, "assignee": {"id": 851}}, "task": {"id": 311, "owner": {"id": 978}, "assignee": {"id": 1038}}, "job": {"id": 374, "assignee": {"id": 1133}}, "organization": {"id": 1255}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 53, "privilege": "worker"}, "organization": {"id": 147, "owner": {"id": 53}, "user": {"role": "owner"}}}, "resource": {"id": 364, "owner": {"id": 637}, "assignee": {"id": 53}, "project": {"id": 322, "owner": {"id": 764}, "assignee": {"id": 812}}, "task": {"id": 324, "owner": {"id": 934}, "assignee": {"id": 1043}}, "job": {"id": 321, "assignee": {"id": 1166}}, "organization": {"id": 1205}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 65, "privilege": "worker"}, "organization": {"id": 119, "owner": {"id": 65}, "user": {"role": "owner"}}}, "resource": {"id": 395, "owner": {"id": 697}, "assignee": {"id": 65}, "project": {"id": 311, "owner": {"id": 765}, "assignee": {"id": 810}}, "task": {"id": 313, "owner": {"id": 981}, "assignee": {"id": 1066}}, "job": {"id": 315, "assignee": {"id": 1186}}, "organization": {"id": 1209}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 78, "privilege": "worker"}, "organization": {"id": 163, "owner": {"id": 207}, "user": {"role": "maintainer"}}}, "resource": {"id": 338, "owner": {"id": 632}, "assignee": {"id": 78}, "project": {"id": 379, "owner": {"id": 725}, "assignee": {"id": 807}}, "task": {"id": 354, "owner": {"id": 937}, "assignee": {"id": 1024}}, "job": {"id": 397, "assignee": {"id": 1157}}, "organization": {"id": 163}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 30, "privilege": "worker"}, "organization": {"id": 153, "owner": {"id": 270}, "user": {"role": "maintainer"}}}, "resource": {"id": 386, "owner": {"id": 692}, "assignee": {"id": 30}, "project": {"id": 336, "owner": {"id": 789}, "assignee": {"id": 887}}, "task": {"id": 326, "owner": {"id": 928}, "assignee": {"id": 1069}}, "job": {"id": 388, "assignee": {"id": 1146}}, "organization": {"id": 153}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 73, "privilege": "worker"}, "organization": {"id": 178, "owner": {"id": 257}, "user": {"role": "maintainer"}}}, "resource": {"id": 316, "owner": {"id": 683}, "assignee": {"id": 73}, "project": {"id": 328, "owner": {"id": 773}, "assignee": {"id": 870}}, "task": {"id": 306, "owner": {"id": 976}, "assignee": {"id": 1039}}, "job": {"id": 366, "assignee": {"id": 1151}}, "organization": {"id": 178}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 39, "privilege": "worker"}, "organization": {"id": 155, "owner": {"id": 283}, "user": {"role": "maintainer"}}}, "resource": {"id": 321, "owner": {"id": 633}, "assignee": {"id": 39}, "project": {"id": 391, "owner": {"id": 741}, "assignee": {"id": 816}}, "task": {"id": 378, "owner": {"id": 979}, "assignee": {"id": 1076}}, "job": {"id": 378, "assignee": {"id": 1155}}, "organization": {"id": 155}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 44, "privilege": "worker"}, "organization": {"id": 129, "owner": {"id": 240}, "user": {"role": "maintainer"}}}, "resource": {"id": 382, "owner": {"id": 687}, "assignee": {"id": 44}, "project": {"id": 368, "owner": {"id": 719}, "assignee": {"id": 894}}, "task": {"id": 336, "owner": {"id": 948}, "assignee": {"id": 1000}}, "job": {"id": 329, "assignee": {"id": 1191}}, "organization": {"id": 1222}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 22, "privilege": "worker"}, "organization": {"id": 183, "owner": {"id": 258}, "user": {"role": "maintainer"}}}, "resource": {"id": 307, "owner": {"id": 698}, "assignee": {"id": 22}, "project": {"id": 396, "owner": {"id": 772}, "assignee": {"id": 866}}, "task": {"id": 318, "owner": {"id": 935}, "assignee": {"id": 1005}}, "job": {"id": 350, "assignee": {"id": 1161}}, "organization": {"id": 1284}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 94, "privilege": "worker"}, "organization": {"id": 104, "owner": {"id": 269}, "user": {"role": "maintainer"}}}, "resource": {"id": 394, "owner": {"id": 636}, "assignee": {"id": 94}, "project": {"id": 366, "owner": {"id": 716}, "assignee": {"id": 827}}, "task": {"id": 382, "owner": {"id": 941}, "assignee": {"id": 1043}}, "job": {"id": 354, "assignee": {"id": 1131}}, "organization": {"id": 1243}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 78, "privilege": "worker"}, "organization": {"id": 130, "owner": {"id": 234}, "user": {"role": "maintainer"}}}, "resource": {"id": 372, "owner": {"id": 695}, "assignee": {"id": 78}, "project": {"id": 307, "owner": {"id": 732}, "assignee": {"id": 845}}, "task": {"id": 331, "owner": {"id": 962}, "assignee": {"id": 1020}}, "job": {"id": 325, "assignee": {"id": 1180}}, "organization": {"id": 1228}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 4, "privilege": "worker"}, "organization": {"id": 125, "owner": {"id": 262}, "user": {"role": "supervisor"}}}, "resource": {"id": 351, "owner": {"id": 652}, "assignee": {"id": 4}, "project": {"id": 393, "owner": {"id": 718}, "assignee": {"id": 890}}, "task": {"id": 380, "owner": {"id": 967}, "assignee": {"id": 1070}}, "job": {"id": 335, "assignee": {"id": 1124}}, "organization": {"id": 125}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 10, "privilege": "worker"}, "organization": {"id": 139, "owner": {"id": 291}, "user": {"role": "supervisor"}}}, "resource": {"id": 371, "owner": {"id": 614}, "assignee": {"id": 10}, "project": {"id": 332, "owner": {"id": 737}, "assignee": {"id": 843}}, "task": {"id": 329, "owner": {"id": 929}, "assignee": {"id": 1061}}, "job": {"id": 374, "assignee": {"id": 1161}}, "organization": {"id": 139}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 32, "privilege": "worker"}, "organization": {"id": 141, "owner": {"id": 270}, "user": {"role": "supervisor"}}}, "resource": {"id": 364, "owner": {"id": 656}, "assignee": {"id": 32}, "project": {"id": 395, "owner": {"id": 760}, "assignee": {"id": 813}}, "task": {"id": 388, "owner": {"id": 915}, "assignee": {"id": 1005}}, "job": {"id": 341, "assignee": {"id": 1108}}, "organization": {"id": 141}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 62, "privilege": "worker"}, "organization": {"id": 158, "owner": {"id": 210}, "user": {"role": "supervisor"}}}, "resource": {"id": 324, "owner": {"id": 669}, "assignee": {"id": 62}, "project": {"id": 383, "owner": {"id": 791}, "assignee": {"id": 803}}, "task": {"id": 378, "owner": {"id": 927}, "assignee": {"id": 1061}}, "job": {"id": 391, "assignee": {"id": 1141}}, "organization": {"id": 158}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 51, "privilege": "worker"}, "organization": {"id": 138, "owner": {"id": 268}, "user": {"role": "supervisor"}}}, "resource": {"id": 359, "owner": {"id": 618}, "assignee": {"id": 51}, "project": {"id": 310, "owner": {"id": 782}, "assignee": {"id": 809}}, "task": {"id": 312, "owner": {"id": 981}, "assignee": {"id": 1044}}, "job": {"id": 399, "assignee": {"id": 1172}}, "organization": {"id": 1205}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 80, "privilege": "worker"}, "organization": {"id": 176, "owner": {"id": 248}, "user": {"role": "supervisor"}}}, "resource": {"id": 335, "owner": {"id": 656}, "assignee": {"id": 80}, "project": {"id": 342, "owner": {"id": 749}, "assignee": {"id": 846}}, "task": {"id": 360, "owner": {"id": 978}, "assignee": {"id": 1079}}, "job": {"id": 310, "assignee": {"id": 1175}}, "organization": {"id": 1207}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 68, "privilege": "worker"}, "organization": {"id": 127, "owner": {"id": 283}, "user": {"role": "supervisor"}}}, "resource": {"id": 326, "owner": {"id": 680}, "assignee": {"id": 68}, "project": {"id": 383, "owner": {"id": 767}, "assignee": {"id": 881}}, "task": {"id": 371, "owner": {"id": 901}, "assignee": {"id": 1033}}, "job": {"id": 396, "assignee": {"id": 1198}}, "organization": {"id": 1208}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 40, "privilege": "worker"}, "organization": {"id": 132, "owner": {"id": 264}, "user": {"role": "supervisor"}}}, "resource": {"id": 378, "owner": {"id": 661}, "assignee": {"id": 40}, "project": {"id": 325, "owner": {"id": 712}, "assignee": {"id": 845}}, "task": {"id": 302, "owner": {"id": 917}, "assignee": {"id": 1084}}, "job": {"id": 357, "assignee": {"id": 1125}}, "organization": {"id": 1291}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 46, "privilege": "worker"}, "organization": {"id": 152, "owner": {"id": 289}, "user": {"role": "worker"}}}, "resource": {"id": 395, "owner": {"id": 664}, "assignee": {"id": 46}, "project": {"id": 313, "owner": {"id": 724}, "assignee": {"id": 870}}, "task": {"id": 359, "owner": {"id": 902}, "assignee": {"id": 1038}}, "job": {"id": 312, "assignee": {"id": 1102}}, "organization": {"id": 152}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 25, "privilege": "worker"}, "organization": {"id": 174, "owner": {"id": 225}, "user": {"role": "worker"}}}, "resource": {"id": 326, "owner": {"id": 665}, "assignee": {"id": 25}, "project": {"id": 369, "owner": {"id": 749}, "assignee": {"id": 879}}, "task": {"id": 324, "owner": {"id": 990}, "assignee": {"id": 1061}}, "job": {"id": 360, "assignee": {"id": 1175}}, "organization": {"id": 174}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 54, "privilege": "worker"}, "organization": {"id": 142, "owner": {"id": 228}, "user": {"role": "worker"}}}, "resource": {"id": 367, "owner": {"id": 659}, "assignee": {"id": 54}, "project": {"id": 319, "owner": {"id": 780}, "assignee": {"id": 821}}, "task": {"id": 300, "owner": {"id": 991}, "assignee": {"id": 1076}}, "job": {"id": 355, "assignee": {"id": 1116}}, "organization": {"id": 142}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 94, "privilege": "worker"}, "organization": {"id": 179, "owner": {"id": 298}, "user": {"role": "worker"}}}, "resource": {"id": 324, "owner": {"id": 684}, "assignee": {"id": 94}, "project": {"id": 333, "owner": {"id": 743}, "assignee": {"id": 869}}, "task": {"id": 344, "owner": {"id": 976}, "assignee": {"id": 1056}}, "job": {"id": 385, "assignee": {"id": 1105}}, "organization": {"id": 179}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 46, "privilege": "worker"}, "organization": {"id": 124, "owner": {"id": 294}, "user": {"role": "worker"}}}, "resource": {"id": 361, "owner": {"id": 656}, "assignee": {"id": 46}, "project": {"id": 327, "owner": {"id": 730}, "assignee": {"id": 860}}, "task": {"id": 358, "owner": {"id": 992}, "assignee": {"id": 1095}}, "job": {"id": 316, "assignee": {"id": 1177}}, "organization": {"id": 1240}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 56, "privilege": "worker"}, "organization": {"id": 154, "owner": {"id": 278}, "user": {"role": "worker"}}}, "resource": {"id": 364, "owner": {"id": 697}, "assignee": {"id": 56}, "project": {"id": 386, "owner": {"id": 725}, "assignee": {"id": 837}}, "task": {"id": 378, "owner": {"id": 931}, "assignee": {"id": 1070}}, "job": {"id": 345, "assignee": {"id": 1129}}, "organization": {"id": 1284}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 47, "privilege": "worker"}, "organization": {"id": 119, "owner": {"id": 263}, "user": {"role": "worker"}}}, "resource": {"id": 376, "owner": {"id": 679}, "assignee": {"id": 47}, "project": {"id": 377, "owner": {"id": 756}, "assignee": {"id": 817}}, "task": {"id": 340, "owner": {"id": 981}, "assignee": {"id": 1071}}, "job": {"id": 395, "assignee": {"id": 1160}}, "organization": {"id": 1240}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 6, "privilege": "worker"}, "organization": {"id": 147, "owner": {"id": 288}, "user": {"role": "worker"}}}, "resource": {"id": 311, "owner": {"id": 661}, "assignee": {"id": 6}, "project": {"id": 352, "owner": {"id": 732}, "assignee": {"id": 850}}, "task": {"id": 343, "owner": {"id": 969}, "assignee": {"id": 1002}}, "job": {"id": 395, "assignee": {"id": 1166}}, "organization": {"id": 1234}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 5, "privilege": "worker"}, "organization": {"id": 159, "owner": {"id": 287}, "user": {"role": null}}}, "resource": {"id": 343, "owner": {"id": 630}, "assignee": {"id": 5}, "project": {"id": 303, "owner": {"id": 709}, "assignee": {"id": 871}}, "task": {"id": 345, "owner": {"id": 902}, "assignee": {"id": 1042}}, "job": {"id": 390, "assignee": {"id": 1126}}, "organization": {"id": 159}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 0, "privilege": "worker"}, "organization": {"id": 154, "owner": {"id": 226}, "user": {"role": null}}}, "resource": {"id": 320, "owner": {"id": 687}, "assignee": {"id": 0}, "project": {"id": 373, "owner": {"id": 728}, "assignee": {"id": 859}}, "task": {"id": 376, "owner": {"id": 950}, "assignee": {"id": 1053}}, "job": {"id": 382, "assignee": {"id": 1103}}, "organization": {"id": 154}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 47, "privilege": "worker"}, "organization": {"id": 181, "owner": {"id": 251}, "user": {"role": null}}}, "resource": {"id": 377, "owner": {"id": 647}, "assignee": {"id": 47}, "project": {"id": 347, "owner": {"id": 744}, "assignee": {"id": 822}}, "task": {"id": 365, "owner": {"id": 938}, "assignee": {"id": 1092}}, "job": {"id": 355, "assignee": {"id": 1158}}, "organization": {"id": 181}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 36, "privilege": "worker"}, "organization": {"id": 103, "owner": {"id": 246}, "user": {"role": null}}}, "resource": {"id": 341, "owner": {"id": 616}, "assignee": {"id": 36}, "project": {"id": 368, "owner": {"id": 755}, "assignee": {"id": 888}}, "task": {"id": 387, "owner": {"id": 987}, "assignee": {"id": 1011}}, "job": {"id": 387, "assignee": {"id": 1155}}, "organization": {"id": 103}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 35, "privilege": "worker"}, "organization": {"id": 190, "owner": {"id": 225}, "user": {"role": null}}}, "resource": {"id": 366, "owner": {"id": 644}, "assignee": {"id": 35}, "project": {"id": 352, "owner": {"id": 746}, "assignee": {"id": 832}}, "task": {"id": 389, "owner": {"id": 940}, "assignee": {"id": 1034}}, "job": {"id": 345, "assignee": {"id": 1198}}, "organization": {"id": 1269}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 48, "privilege": "worker"}, "organization": {"id": 162, "owner": {"id": 238}, "user": {"role": null}}}, "resource": {"id": 366, "owner": {"id": 667}, "assignee": {"id": 48}, "project": {"id": 356, "owner": {"id": 761}, "assignee": {"id": 838}}, "task": {"id": 326, "owner": {"id": 917}, "assignee": {"id": 1003}}, "job": {"id": 392, "assignee": {"id": 1194}}, "organization": {"id": 1243}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 50, "privilege": "worker"}, "organization": {"id": 172, "owner": {"id": 291}, "user": {"role": null}}}, "resource": {"id": 328, "owner": {"id": 608}, "assignee": {"id": 50}, "project": {"id": 344, "owner": {"id": 718}, "assignee": {"id": 885}}, "task": {"id": 373, "owner": {"id": 911}, "assignee": {"id": 1047}}, "job": {"id": 306, "assignee": {"id": 1150}}, "organization": {"id": 1290}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 46, "privilege": "worker"}, "organization": {"id": 188, "owner": {"id": 289}, "user": {"role": null}}}, "resource": {"id": 325, "owner": {"id": 679}, "assignee": {"id": 46}, "project": {"id": 391, "owner": {"id": 754}, "assignee": {"id": 822}}, "task": {"id": 365, "owner": {"id": 970}, "assignee": {"id": 1074}}, "job": {"id": 345, "assignee": {"id": 1180}}, "organization": {"id": 1271}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 64, "privilege": "none"}, "organization": {"id": 116, "owner": {"id": 64}, "user": {"role": "owner"}}}, "resource": {"id": 342, "owner": {"id": 675}, "assignee": {"id": 64}, "project": {"id": 395, "owner": {"id": 782}, "assignee": {"id": 850}}, "task": {"id": 353, "owner": {"id": 993}, "assignee": {"id": 1089}}, "job": {"id": 376, "assignee": {"id": 1178}}, "organization": {"id": 116}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 12, "privilege": "none"}, "organization": {"id": 166, "owner": {"id": 12}, "user": {"role": "owner"}}}, "resource": {"id": 351, "owner": {"id": 660}, "assignee": {"id": 12}, "project": {"id": 362, "owner": {"id": 708}, "assignee": {"id": 861}}, "task": {"id": 343, "owner": {"id": 900}, "assignee": {"id": 1097}}, "job": {"id": 332, "assignee": {"id": 1102}}, "organization": {"id": 166}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 97, "privilege": "none"}, "organization": {"id": 146, "owner": {"id": 97}, "user": {"role": "owner"}}}, "resource": {"id": 333, "owner": {"id": 691}, "assignee": {"id": 97}, "project": {"id": 359, "owner": {"id": 742}, "assignee": {"id": 838}}, "task": {"id": 331, "owner": {"id": 980}, "assignee": {"id": 1083}}, "job": {"id": 305, "assignee": {"id": 1182}}, "organization": {"id": 146}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 31, "privilege": "none"}, "organization": {"id": 153, "owner": {"id": 31}, "user": {"role": "owner"}}}, "resource": {"id": 387, "owner": {"id": 656}, "assignee": {"id": 31}, "project": {"id": 309, "owner": {"id": 744}, "assignee": {"id": 896}}, "task": {"id": 382, "owner": {"id": 972}, "assignee": {"id": 1041}}, "job": {"id": 318, "assignee": {"id": 1111}}, "organization": {"id": 153}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 64, "privilege": "none"}, "organization": {"id": 147, "owner": {"id": 64}, "user": {"role": "owner"}}}, "resource": {"id": 395, "owner": {"id": 654}, "assignee": {"id": 64}, "project": {"id": 306, "owner": {"id": 747}, "assignee": {"id": 870}}, "task": {"id": 305, "owner": {"id": 911}, "assignee": {"id": 1024}}, "job": {"id": 373, "assignee": {"id": 1128}}, "organization": {"id": 1290}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 85, "privilege": "none"}, "organization": {"id": 139, "owner": {"id": 85}, "user": {"role": "owner"}}}, "resource": {"id": 320, "owner": {"id": 632}, "assignee": {"id": 85}, "project": {"id": 322, "owner": {"id": 723}, "assignee": {"id": 898}}, "task": {"id": 340, "owner": {"id": 958}, "assignee": {"id": 1069}}, "job": {"id": 317, "assignee": {"id": 1197}}, "organization": {"id": 1217}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 30, "privilege": "none"}, "organization": {"id": 142, "owner": {"id": 30}, "user": {"role": "owner"}}}, "resource": {"id": 362, "owner": {"id": 641}, "assignee": {"id": 30}, "project": {"id": 374, "owner": {"id": 704}, "assignee": {"id": 803}}, "task": {"id": 336, "owner": {"id": 914}, "assignee": {"id": 1006}}, "job": {"id": 393, "assignee": {"id": 1161}}, "organization": {"id": 1238}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 87, "privilege": "none"}, "organization": {"id": 152, "owner": {"id": 87}, "user": {"role": "owner"}}}, "resource": {"id": 342, "owner": {"id": 679}, "assignee": {"id": 87}, "project": {"id": 336, "owner": {"id": 709}, "assignee": {"id": 862}}, "task": {"id": 328, "owner": {"id": 917}, "assignee": {"id": 1039}}, "job": {"id": 365, "assignee": {"id": 1107}}, "organization": {"id": 1233}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 85, "privilege": "none"}, "organization": {"id": 149, "owner": {"id": 280}, "user": {"role": "maintainer"}}}, "resource": {"id": 315, "owner": {"id": 655}, "assignee": {"id": 85}, "project": {"id": 329, "owner": {"id": 721}, "assignee": {"id": 861}}, "task": {"id": 347, "owner": {"id": 999}, "assignee": {"id": 1080}}, "job": {"id": 365, "assignee": {"id": 1135}}, "organization": {"id": 149}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 10, "privilege": "none"}, "organization": {"id": 196, "owner": {"id": 228}, "user": {"role": "maintainer"}}}, "resource": {"id": 359, "owner": {"id": 600}, "assignee": {"id": 10}, "project": {"id": 316, "owner": {"id": 710}, "assignee": {"id": 821}}, "task": {"id": 302, "owner": {"id": 991}, "assignee": {"id": 1064}}, "job": {"id": 308, "assignee": {"id": 1199}}, "organization": {"id": 196}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 3, "privilege": "none"}, "organization": {"id": 184, "owner": {"id": 279}, "user": {"role": "maintainer"}}}, "resource": {"id": 337, "owner": {"id": 604}, "assignee": {"id": 3}, "project": {"id": 305, "owner": {"id": 749}, "assignee": {"id": 862}}, "task": {"id": 335, "owner": {"id": 968}, "assignee": {"id": 1023}}, "job": {"id": 327, "assignee": {"id": 1120}}, "organization": {"id": 184}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 7, "privilege": "none"}, "organization": {"id": 151, "owner": {"id": 244}, "user": {"role": "maintainer"}}}, "resource": {"id": 356, "owner": {"id": 640}, "assignee": {"id": 7}, "project": {"id": 306, "owner": {"id": 744}, "assignee": {"id": 801}}, "task": {"id": 347, "owner": {"id": 957}, "assignee": {"id": 1039}}, "job": {"id": 382, "assignee": {"id": 1128}}, "organization": {"id": 151}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 62, "privilege": "none"}, "organization": {"id": 139, "owner": {"id": 252}, "user": {"role": "maintainer"}}}, "resource": {"id": 391, "owner": {"id": 640}, "assignee": {"id": 62}, "project": {"id": 371, "owner": {"id": 778}, "assignee": {"id": 842}}, "task": {"id": 369, "owner": {"id": 975}, "assignee": {"id": 1055}}, "job": {"id": 323, "assignee": {"id": 1180}}, "organization": {"id": 1227}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 12, "privilege": "none"}, "organization": {"id": 143, "owner": {"id": 245}, "user": {"role": "maintainer"}}}, "resource": {"id": 369, "owner": {"id": 618}, "assignee": {"id": 12}, "project": {"id": 378, "owner": {"id": 729}, "assignee": {"id": 826}}, "task": {"id": 303, "owner": {"id": 910}, "assignee": {"id": 1072}}, "job": {"id": 307, "assignee": {"id": 1145}}, "organization": {"id": 1225}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 92, "privilege": "none"}, "organization": {"id": 198, "owner": {"id": 259}, "user": {"role": "maintainer"}}}, "resource": {"id": 352, "owner": {"id": 611}, "assignee": {"id": 92}, "project": {"id": 313, "owner": {"id": 783}, "assignee": {"id": 877}}, "task": {"id": 319, "owner": {"id": 902}, "assignee": {"id": 1037}}, "job": {"id": 345, "assignee": {"id": 1199}}, "organization": {"id": 1215}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 98, "privilege": "none"}, "organization": {"id": 183, "owner": {"id": 257}, "user": {"role": "maintainer"}}}, "resource": {"id": 339, "owner": {"id": 679}, "assignee": {"id": 98}, "project": {"id": 385, "owner": {"id": 762}, "assignee": {"id": 803}}, "task": {"id": 300, "owner": {"id": 941}, "assignee": {"id": 1047}}, "job": {"id": 304, "assignee": {"id": 1186}}, "organization": {"id": 1225}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 73, "privilege": "none"}, "organization": {"id": 183, "owner": {"id": 275}, "user": {"role": "supervisor"}}}, "resource": {"id": 351, "owner": {"id": 697}, "assignee": {"id": 73}, "project": {"id": 362, "owner": {"id": 702}, "assignee": {"id": 848}}, "task": {"id": 325, "owner": {"id": 934}, "assignee": {"id": 1004}}, "job": {"id": 391, "assignee": {"id": 1160}}, "organization": {"id": 183}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 28, "privilege": "none"}, "organization": {"id": 190, "owner": {"id": 252}, "user": {"role": "supervisor"}}}, "resource": {"id": 352, "owner": {"id": 664}, "assignee": {"id": 28}, "project": {"id": 346, "owner": {"id": 706}, "assignee": {"id": 891}}, "task": {"id": 335, "owner": {"id": 977}, "assignee": {"id": 1009}}, "job": {"id": 364, "assignee": {"id": 1104}}, "organization": {"id": 190}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 45, "privilege": "none"}, "organization": {"id": 117, "owner": {"id": 259}, "user": {"role": "supervisor"}}}, "resource": {"id": 337, "owner": {"id": 605}, "assignee": {"id": 45}, "project": {"id": 322, "owner": {"id": 704}, "assignee": {"id": 865}}, "task": {"id": 395, "owner": {"id": 940}, "assignee": {"id": 1032}}, "job": {"id": 308, "assignee": {"id": 1126}}, "organization": {"id": 117}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 21, "privilege": "none"}, "organization": {"id": 108, "owner": {"id": 208}, "user": {"role": "supervisor"}}}, "resource": {"id": 373, "owner": {"id": 640}, "assignee": {"id": 21}, "project": {"id": 390, "owner": {"id": 774}, "assignee": {"id": 804}}, "task": {"id": 344, "owner": {"id": 946}, "assignee": {"id": 1017}}, "job": {"id": 336, "assignee": {"id": 1139}}, "organization": {"id": 108}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 36, "privilege": "none"}, "organization": {"id": 136, "owner": {"id": 207}, "user": {"role": "supervisor"}}}, "resource": {"id": 354, "owner": {"id": 651}, "assignee": {"id": 36}, "project": {"id": 351, "owner": {"id": 704}, "assignee": {"id": 888}}, "task": {"id": 315, "owner": {"id": 919}, "assignee": {"id": 1096}}, "job": {"id": 382, "assignee": {"id": 1166}}, "organization": {"id": 1294}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 13, "privilege": "none"}, "organization": {"id": 182, "owner": {"id": 265}, "user": {"role": "supervisor"}}}, "resource": {"id": 314, "owner": {"id": 619}, "assignee": {"id": 13}, "project": {"id": 386, "owner": {"id": 720}, "assignee": {"id": 881}}, "task": {"id": 386, "owner": {"id": 931}, "assignee": {"id": 1023}}, "job": {"id": 337, "assignee": {"id": 1132}}, "organization": {"id": 1251}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 89, "privilege": "none"}, "organization": {"id": 189, "owner": {"id": 221}, "user": {"role": "supervisor"}}}, "resource": {"id": 335, "owner": {"id": 687}, "assignee": {"id": 89}, "project": {"id": 384, "owner": {"id": 779}, "assignee": {"id": 867}}, "task": {"id": 306, "owner": {"id": 929}, "assignee": {"id": 1010}}, "job": {"id": 334, "assignee": {"id": 1149}}, "organization": {"id": 1223}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 43, "privilege": "none"}, "organization": {"id": 135, "owner": {"id": 214}, "user": {"role": "supervisor"}}}, "resource": {"id": 331, "owner": {"id": 610}, "assignee": {"id": 43}, "project": {"id": 369, "owner": {"id": 733}, "assignee": {"id": 897}}, "task": {"id": 368, "owner": {"id": 953}, "assignee": {"id": 1096}}, "job": {"id": 308, "assignee": {"id": 1120}}, "organization": {"id": 1220}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 9, "privilege": "none"}, "organization": {"id": 107, "owner": {"id": 290}, "user": {"role": "worker"}}}, "resource": {"id": 394, "owner": {"id": 613}, "assignee": {"id": 9}, "project": {"id": 338, "owner": {"id": 773}, "assignee": {"id": 830}}, "task": {"id": 388, "owner": {"id": 946}, "assignee": {"id": 1068}}, "job": {"id": 357, "assignee": {"id": 1108}}, "organization": {"id": 107}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 35, "privilege": "none"}, "organization": {"id": 118, "owner": {"id": 242}, "user": {"role": "worker"}}}, "resource": {"id": 394, "owner": {"id": 697}, "assignee": {"id": 35}, "project": {"id": 342, "owner": {"id": 709}, "assignee": {"id": 889}}, "task": {"id": 390, "owner": {"id": 907}, "assignee": {"id": 1057}}, "job": {"id": 346, "assignee": {"id": 1106}}, "organization": {"id": 118}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 90, "privilege": "none"}, "organization": {"id": 180, "owner": {"id": 274}, "user": {"role": "worker"}}}, "resource": {"id": 317, "owner": {"id": 680}, "assignee": {"id": 90}, "project": {"id": 372, "owner": {"id": 745}, "assignee": {"id": 847}}, "task": {"id": 323, "owner": {"id": 957}, "assignee": {"id": 1068}}, "job": {"id": 316, "assignee": {"id": 1197}}, "organization": {"id": 180}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 81, "privilege": "none"}, "organization": {"id": 138, "owner": {"id": 257}, "user": {"role": "worker"}}}, "resource": {"id": 345, "owner": {"id": 643}, "assignee": {"id": 81}, "project": {"id": 318, "owner": {"id": 701}, "assignee": {"id": 846}}, "task": {"id": 309, "owner": {"id": 907}, "assignee": {"id": 1019}}, "job": {"id": 354, "assignee": {"id": 1181}}, "organization": {"id": 138}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 48, "privilege": "none"}, "organization": {"id": 122, "owner": {"id": 290}, "user": {"role": "worker"}}}, "resource": {"id": 383, "owner": {"id": 678}, "assignee": {"id": 48}, "project": {"id": 347, "owner": {"id": 703}, "assignee": {"id": 847}}, "task": {"id": 362, "owner": {"id": 926}, "assignee": {"id": 1086}}, "job": {"id": 365, "assignee": {"id": 1197}}, "organization": {"id": 1281}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 45, "privilege": "none"}, "organization": {"id": 107, "owner": {"id": 299}, "user": {"role": "worker"}}}, "resource": {"id": 380, "owner": {"id": 633}, "assignee": {"id": 45}, "project": {"id": 395, "owner": {"id": 748}, "assignee": {"id": 867}}, "task": {"id": 341, "owner": {"id": 996}, "assignee": {"id": 1051}}, "job": {"id": 378, "assignee": {"id": 1175}}, "organization": {"id": 1218}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 41, "privilege": "none"}, "organization": {"id": 123, "owner": {"id": 297}, "user": {"role": "worker"}}}, "resource": {"id": 376, "owner": {"id": 691}, "assignee": {"id": 41}, "project": {"id": 312, "owner": {"id": 714}, "assignee": {"id": 822}}, "task": {"id": 341, "owner": {"id": 903}, "assignee": {"id": 1077}}, "job": {"id": 389, "assignee": {"id": 1171}}, "organization": {"id": 1244}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 94, "privilege": "none"}, "organization": {"id": 192, "owner": {"id": 209}, "user": {"role": "worker"}}}, "resource": {"id": 394, "owner": {"id": 612}, "assignee": {"id": 94}, "project": {"id": 332, "owner": {"id": 743}, "assignee": {"id": 815}}, "task": {"id": 393, "owner": {"id": 962}, "assignee": {"id": 1049}}, "job": {"id": 327, "assignee": {"id": 1185}}, "organization": {"id": 1271}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 32, "privilege": "none"}, "organization": {"id": 121, "owner": {"id": 245}, "user": {"role": null}}}, "resource": {"id": 398, "owner": {"id": 632}, "assignee": {"id": 32}, "project": {"id": 364, "owner": {"id": 787}, "assignee": {"id": 844}}, "task": {"id": 307, "owner": {"id": 941}, "assignee": {"id": 1036}}, "job": {"id": 378, "assignee": {"id": 1183}}, "organization": {"id": 121}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 62, "privilege": "none"}, "organization": {"id": 177, "owner": {"id": 239}, "user": {"role": null}}}, "resource": {"id": 311, "owner": {"id": 671}, "assignee": {"id": 62}, "project": {"id": 337, "owner": {"id": 770}, "assignee": {"id": 851}}, "task": {"id": 379, "owner": {"id": 913}, "assignee": {"id": 1044}}, "job": {"id": 373, "assignee": {"id": 1163}}, "organization": {"id": 177}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 99, "privilege": "none"}, "organization": {"id": 171, "owner": {"id": 200}, "user": {"role": null}}}, "resource": {"id": 399, "owner": {"id": 679}, "assignee": {"id": 99}, "project": {"id": 352, "owner": {"id": 779}, "assignee": {"id": 876}}, "task": {"id": 325, "owner": {"id": 960}, "assignee": {"id": 1093}}, "job": {"id": 390, "assignee": {"id": 1153}}, "organization": {"id": 171}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 94, "privilege": "none"}, "organization": {"id": 156, "owner": {"id": 280}, "user": {"role": null}}}, "resource": {"id": 346, "owner": {"id": 688}, "assignee": {"id": 94}, "project": {"id": 313, "owner": {"id": 706}, "assignee": {"id": 839}}, "task": {"id": 330, "owner": {"id": 927}, "assignee": {"id": 1025}}, "job": {"id": 309, "assignee": {"id": 1101}}, "organization": {"id": 156}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 39, "privilege": "none"}, "organization": {"id": 188, "owner": {"id": 245}, "user": {"role": null}}}, "resource": {"id": 308, "owner": {"id": 678}, "assignee": {"id": 39}, "project": {"id": 389, "owner": {"id": 753}, "assignee": {"id": 835}}, "task": {"id": 301, "owner": {"id": 922}, "assignee": {"id": 1072}}, "job": {"id": 346, "assignee": {"id": 1126}}, "organization": {"id": 1241}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 63, "privilege": "none"}, "organization": {"id": 188, "owner": {"id": 294}, "user": {"role": null}}}, "resource": {"id": 326, "owner": {"id": 691}, "assignee": {"id": 63}, "project": {"id": 321, "owner": {"id": 786}, "assignee": {"id": 804}}, "task": {"id": 316, "owner": {"id": 995}, "assignee": {"id": 1053}}, "job": {"id": 315, "assignee": {"id": 1164}}, "organization": {"id": 1249}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 12, "privilege": "none"}, "organization": {"id": 159, "owner": {"id": 246}, "user": {"role": null}}}, "resource": {"id": 333, "owner": {"id": 656}, "assignee": {"id": 12}, "project": {"id": 301, "owner": {"id": 729}, "assignee": {"id": 874}}, "task": {"id": 304, "owner": {"id": 970}, "assignee": {"id": 1039}}, "job": {"id": 385, "assignee": {"id": 1111}}, "organization": {"id": 1208}}} +test_scope_VIEW_context_ORGANIZATION_ownership_ASSIGNEE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 86, "privilege": "none"}, "organization": {"id": 148, "owner": {"id": 260}, "user": {"role": null}}}, "resource": {"id": 356, "owner": {"id": 613}, "assignee": {"id": 86}, "project": {"id": 379, "owner": {"id": 736}, "assignee": {"id": 842}}, "task": {"id": 334, "owner": {"id": 915}, "assignee": {"id": 1050}}, "job": {"id": 351, "assignee": {"id": 1120}}, "organization": {"id": 1218}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 40, "privilege": "admin"}, "organization": {"id": 156, "owner": {"id": 40}, "user": {"role": "owner"}}}, "resource": {"id": 391, "owner": {"id": 632}, "assignee": {"id": 541}, "project": {"id": 331, "owner": {"id": 763}, "assignee": {"id": 837}}, "task": {"id": 323, "owner": {"id": 964}, "assignee": {"id": 1024}}, "job": {"id": 386, "assignee": {"id": 1112}}, "organization": {"id": 156}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 38, "privilege": "admin"}, "organization": {"id": 131, "owner": {"id": 38}, "user": {"role": "owner"}}}, "resource": {"id": 306, "owner": {"id": 638}, "assignee": {"id": 540}, "project": {"id": 322, "owner": {"id": 761}, "assignee": {"id": 879}}, "task": {"id": 306, "owner": {"id": 952}, "assignee": {"id": 1085}}, "job": {"id": 324, "assignee": {"id": 1168}}, "organization": {"id": 131}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 60, "privilege": "admin"}, "organization": {"id": 181, "owner": {"id": 60}, "user": {"role": "owner"}}}, "resource": {"id": 385, "owner": {"id": 658}, "assignee": {"id": 520}, "project": {"id": 330, "owner": {"id": 797}, "assignee": {"id": 867}}, "task": {"id": 353, "owner": {"id": 956}, "assignee": {"id": 1074}}, "job": {"id": 393, "assignee": {"id": 1106}}, "organization": {"id": 181}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 8, "privilege": "admin"}, "organization": {"id": 100, "owner": {"id": 8}, "user": {"role": "owner"}}}, "resource": {"id": 303, "owner": {"id": 654}, "assignee": {"id": 521}, "project": {"id": 326, "owner": {"id": 783}, "assignee": {"id": 809}}, "task": {"id": 379, "owner": {"id": 915}, "assignee": {"id": 1049}}, "job": {"id": 393, "assignee": {"id": 1126}}, "organization": {"id": 100}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 36, "privilege": "admin"}, "organization": {"id": 192, "owner": {"id": 36}, "user": {"role": "owner"}}}, "resource": {"id": 307, "owner": {"id": 699}, "assignee": {"id": 581}, "project": {"id": 353, "owner": {"id": 740}, "assignee": {"id": 814}}, "task": {"id": 386, "owner": {"id": 917}, "assignee": {"id": 1068}}, "job": {"id": 315, "assignee": {"id": 1118}}, "organization": {"id": 1264}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 91, "privilege": "admin"}, "organization": {"id": 114, "owner": {"id": 91}, "user": {"role": "owner"}}}, "resource": {"id": 376, "owner": {"id": 667}, "assignee": {"id": 548}, "project": {"id": 381, "owner": {"id": 727}, "assignee": {"id": 882}}, "task": {"id": 351, "owner": {"id": 939}, "assignee": {"id": 1011}}, "job": {"id": 346, "assignee": {"id": 1134}}, "organization": {"id": 1252}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 0, "privilege": "admin"}, "organization": {"id": 102, "owner": {"id": 0}, "user": {"role": "owner"}}}, "resource": {"id": 308, "owner": {"id": 617}, "assignee": {"id": 584}, "project": {"id": 384, "owner": {"id": 732}, "assignee": {"id": 800}}, "task": {"id": 310, "owner": {"id": 908}, "assignee": {"id": 1014}}, "job": {"id": 351, "assignee": {"id": 1197}}, "organization": {"id": 1294}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_OWNER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 17, "privilege": "admin"}, "organization": {"id": 101, "owner": {"id": 17}, "user": {"role": "owner"}}}, "resource": {"id": 395, "owner": {"id": 669}, "assignee": {"id": 506}, "project": {"id": 334, "owner": {"id": 777}, "assignee": {"id": 874}}, "task": {"id": 374, "owner": {"id": 913}, "assignee": {"id": 1097}}, "job": {"id": 344, "assignee": {"id": 1131}}, "organization": {"id": 1213}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 63, "privilege": "admin"}, "organization": {"id": 156, "owner": {"id": 244}, "user": {"role": "maintainer"}}}, "resource": {"id": 364, "owner": {"id": 644}, "assignee": {"id": 569}, "project": {"id": 305, "owner": {"id": 727}, "assignee": {"id": 845}}, "task": {"id": 379, "owner": {"id": 969}, "assignee": {"id": 1041}}, "job": {"id": 314, "assignee": {"id": 1157}}, "organization": {"id": 156}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 81, "privilege": "admin"}, "organization": {"id": 110, "owner": {"id": 288}, "user": {"role": "maintainer"}}}, "resource": {"id": 360, "owner": {"id": 632}, "assignee": {"id": 511}, "project": {"id": 329, "owner": {"id": 779}, "assignee": {"id": 885}}, "task": {"id": 396, "owner": {"id": 900}, "assignee": {"id": 1021}}, "job": {"id": 388, "assignee": {"id": 1132}}, "organization": {"id": 110}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 26, "privilege": "admin"}, "organization": {"id": 147, "owner": {"id": 228}, "user": {"role": "maintainer"}}}, "resource": {"id": 367, "owner": {"id": 623}, "assignee": {"id": 584}, "project": {"id": 372, "owner": {"id": 773}, "assignee": {"id": 851}}, "task": {"id": 338, "owner": {"id": 921}, "assignee": {"id": 1053}}, "job": {"id": 349, "assignee": {"id": 1135}}, "organization": {"id": 147}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 54, "privilege": "admin"}, "organization": {"id": 132, "owner": {"id": 290}, "user": {"role": "maintainer"}}}, "resource": {"id": 363, "owner": {"id": 607}, "assignee": {"id": 511}, "project": {"id": 305, "owner": {"id": 714}, "assignee": {"id": 823}}, "task": {"id": 322, "owner": {"id": 972}, "assignee": {"id": 1006}}, "job": {"id": 331, "assignee": {"id": 1160}}, "organization": {"id": 132}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 58, "privilege": "admin"}, "organization": {"id": 151, "owner": {"id": 272}, "user": {"role": "maintainer"}}}, "resource": {"id": 354, "owner": {"id": 673}, "assignee": {"id": 537}, "project": {"id": 359, "owner": {"id": 701}, "assignee": {"id": 837}}, "task": {"id": 334, "owner": {"id": 918}, "assignee": {"id": 1026}}, "job": {"id": 354, "assignee": {"id": 1164}}, "organization": {"id": 1259}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 87, "privilege": "admin"}, "organization": {"id": 115, "owner": {"id": 278}, "user": {"role": "maintainer"}}}, "resource": {"id": 301, "owner": {"id": 696}, "assignee": {"id": 502}, "project": {"id": 360, "owner": {"id": 756}, "assignee": {"id": 896}}, "task": {"id": 325, "owner": {"id": 907}, "assignee": {"id": 1071}}, "job": {"id": 327, "assignee": {"id": 1119}}, "organization": {"id": 1260}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 27, "privilege": "admin"}, "organization": {"id": 106, "owner": {"id": 205}, "user": {"role": "maintainer"}}}, "resource": {"id": 392, "owner": {"id": 676}, "assignee": {"id": 582}, "project": {"id": 330, "owner": {"id": 799}, "assignee": {"id": 866}}, "task": {"id": 357, "owner": {"id": 954}, "assignee": {"id": 1050}}, "job": {"id": 303, "assignee": {"id": 1129}}, "organization": {"id": 1279}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 38, "privilege": "admin"}, "organization": {"id": 110, "owner": {"id": 279}, "user": {"role": "maintainer"}}}, "resource": {"id": 339, "owner": {"id": 619}, "assignee": {"id": 544}, "project": {"id": 341, "owner": {"id": 768}, "assignee": {"id": 846}}, "task": {"id": 387, "owner": {"id": 943}, "assignee": {"id": 1084}}, "job": {"id": 313, "assignee": {"id": 1155}}, "organization": {"id": 1237}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 66, "privilege": "admin"}, "organization": {"id": 141, "owner": {"id": 234}, "user": {"role": "supervisor"}}}, "resource": {"id": 326, "owner": {"id": 653}, "assignee": {"id": 533}, "project": {"id": 384, "owner": {"id": 773}, "assignee": {"id": 895}}, "task": {"id": 396, "owner": {"id": 960}, "assignee": {"id": 1073}}, "job": {"id": 367, "assignee": {"id": 1181}}, "organization": {"id": 141}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 35, "privilege": "admin"}, "organization": {"id": 129, "owner": {"id": 247}, "user": {"role": "supervisor"}}}, "resource": {"id": 321, "owner": {"id": 606}, "assignee": {"id": 593}, "project": {"id": 349, "owner": {"id": 734}, "assignee": {"id": 865}}, "task": {"id": 387, "owner": {"id": 993}, "assignee": {"id": 1037}}, "job": {"id": 364, "assignee": {"id": 1183}}, "organization": {"id": 129}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 46, "privilege": "admin"}, "organization": {"id": 171, "owner": {"id": 211}, "user": {"role": "supervisor"}}}, "resource": {"id": 393, "owner": {"id": 620}, "assignee": {"id": 506}, "project": {"id": 377, "owner": {"id": 761}, "assignee": {"id": 888}}, "task": {"id": 365, "owner": {"id": 981}, "assignee": {"id": 1079}}, "job": {"id": 302, "assignee": {"id": 1124}}, "organization": {"id": 171}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 55, "privilege": "admin"}, "organization": {"id": 196, "owner": {"id": 287}, "user": {"role": "supervisor"}}}, "resource": {"id": 320, "owner": {"id": 662}, "assignee": {"id": 571}, "project": {"id": 358, "owner": {"id": 727}, "assignee": {"id": 820}}, "task": {"id": 303, "owner": {"id": 974}, "assignee": {"id": 1019}}, "job": {"id": 381, "assignee": {"id": 1190}}, "organization": {"id": 196}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 71, "privilege": "admin"}, "organization": {"id": 133, "owner": {"id": 206}, "user": {"role": "supervisor"}}}, "resource": {"id": 345, "owner": {"id": 671}, "assignee": {"id": 585}, "project": {"id": 314, "owner": {"id": 754}, "assignee": {"id": 830}}, "task": {"id": 306, "owner": {"id": 937}, "assignee": {"id": 1089}}, "job": {"id": 336, "assignee": {"id": 1146}}, "organization": {"id": 1204}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 99, "privilege": "admin"}, "organization": {"id": 191, "owner": {"id": 271}, "user": {"role": "supervisor"}}}, "resource": {"id": 304, "owner": {"id": 618}, "assignee": {"id": 507}, "project": {"id": 386, "owner": {"id": 774}, "assignee": {"id": 812}}, "task": {"id": 353, "owner": {"id": 980}, "assignee": {"id": 1089}}, "job": {"id": 307, "assignee": {"id": 1125}}, "organization": {"id": 1204}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 1, "privilege": "admin"}, "organization": {"id": 102, "owner": {"id": 257}, "user": {"role": "supervisor"}}}, "resource": {"id": 306, "owner": {"id": 629}, "assignee": {"id": 548}, "project": {"id": 320, "owner": {"id": 794}, "assignee": {"id": 841}}, "task": {"id": 399, "owner": {"id": 960}, "assignee": {"id": 1019}}, "job": {"id": 314, "assignee": {"id": 1187}}, "organization": {"id": 1257}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 84, "privilege": "admin"}, "organization": {"id": 135, "owner": {"id": 214}, "user": {"role": "supervisor"}}}, "resource": {"id": 383, "owner": {"id": 672}, "assignee": {"id": 561}, "project": {"id": 336, "owner": {"id": 719}, "assignee": {"id": 828}}, "task": {"id": 314, "owner": {"id": 979}, "assignee": {"id": 1001}}, "job": {"id": 357, "assignee": {"id": 1166}}, "organization": {"id": 1267}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 45, "privilege": "admin"}, "organization": {"id": 124, "owner": {"id": 211}, "user": {"role": "worker"}}}, "resource": {"id": 320, "owner": {"id": 608}, "assignee": {"id": 518}, "project": {"id": 308, "owner": {"id": 737}, "assignee": {"id": 895}}, "task": {"id": 366, "owner": {"id": 984}, "assignee": {"id": 1010}}, "job": {"id": 310, "assignee": {"id": 1166}}, "organization": {"id": 124}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 82, "privilege": "admin"}, "organization": {"id": 112, "owner": {"id": 228}, "user": {"role": "worker"}}}, "resource": {"id": 341, "owner": {"id": 621}, "assignee": {"id": 572}, "project": {"id": 324, "owner": {"id": 745}, "assignee": {"id": 877}}, "task": {"id": 373, "owner": {"id": 970}, "assignee": {"id": 1066}}, "job": {"id": 313, "assignee": {"id": 1166}}, "organization": {"id": 112}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 55, "privilege": "admin"}, "organization": {"id": 197, "owner": {"id": 257}, "user": {"role": "worker"}}}, "resource": {"id": 330, "owner": {"id": 613}, "assignee": {"id": 522}, "project": {"id": 312, "owner": {"id": 739}, "assignee": {"id": 884}}, "task": {"id": 348, "owner": {"id": 936}, "assignee": {"id": 1019}}, "job": {"id": 323, "assignee": {"id": 1157}}, "organization": {"id": 197}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 84, "privilege": "admin"}, "organization": {"id": 131, "owner": {"id": 265}, "user": {"role": "worker"}}}, "resource": {"id": 318, "owner": {"id": 621}, "assignee": {"id": 555}, "project": {"id": 313, "owner": {"id": 731}, "assignee": {"id": 828}}, "task": {"id": 302, "owner": {"id": 915}, "assignee": {"id": 1009}}, "job": {"id": 360, "assignee": {"id": 1188}}, "organization": {"id": 131}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 22, "privilege": "admin"}, "organization": {"id": 136, "owner": {"id": 292}, "user": {"role": "worker"}}}, "resource": {"id": 307, "owner": {"id": 642}, "assignee": {"id": 529}, "project": {"id": 394, "owner": {"id": 707}, "assignee": {"id": 847}}, "task": {"id": 324, "owner": {"id": 932}, "assignee": {"id": 1029}}, "job": {"id": 394, "assignee": {"id": 1183}}, "organization": {"id": 1271}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 61, "privilege": "admin"}, "organization": {"id": 142, "owner": {"id": 299}, "user": {"role": "worker"}}}, "resource": {"id": 363, "owner": {"id": 609}, "assignee": {"id": 595}, "project": {"id": 383, "owner": {"id": 784}, "assignee": {"id": 803}}, "task": {"id": 381, "owner": {"id": 926}, "assignee": {"id": 1070}}, "job": {"id": 377, "assignee": {"id": 1123}}, "organization": {"id": 1261}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 53, "privilege": "admin"}, "organization": {"id": 116, "owner": {"id": 298}, "user": {"role": "worker"}}}, "resource": {"id": 398, "owner": {"id": 614}, "assignee": {"id": 551}, "project": {"id": 359, "owner": {"id": 700}, "assignee": {"id": 837}}, "task": {"id": 387, "owner": {"id": 957}, "assignee": {"id": 1048}}, "job": {"id": 380, "assignee": {"id": 1141}}, "organization": {"id": 1275}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_WORKER_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 55, "privilege": "admin"}, "organization": {"id": 127, "owner": {"id": 279}, "user": {"role": "worker"}}}, "resource": {"id": 327, "owner": {"id": 610}, "assignee": {"id": 511}, "project": {"id": 335, "owner": {"id": 787}, "assignee": {"id": 874}}, "task": {"id": 330, "owner": {"id": 987}, "assignee": {"id": 1069}}, "job": {"id": 363, "assignee": {"id": 1134}}, "organization": {"id": 1239}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 30, "privilege": "admin"}, "organization": {"id": 138, "owner": {"id": 272}, "user": {"role": null}}}, "resource": {"id": 374, "owner": {"id": 640}, "assignee": {"id": 501}, "project": {"id": 317, "owner": {"id": 748}, "assignee": {"id": 828}}, "task": {"id": 380, "owner": {"id": 985}, "assignee": {"id": 1036}}, "job": {"id": 304, "assignee": {"id": 1189}}, "organization": {"id": 138}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 89, "privilege": "admin"}, "organization": {"id": 159, "owner": {"id": 287}, "user": {"role": null}}}, "resource": {"id": 377, "owner": {"id": 609}, "assignee": {"id": 570}, "project": {"id": 377, "owner": {"id": 727}, "assignee": {"id": 861}}, "task": {"id": 316, "owner": {"id": 914}, "assignee": {"id": 1042}}, "job": {"id": 314, "assignee": {"id": 1173}}, "organization": {"id": 159}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 25, "privilege": "admin"}, "organization": {"id": 128, "owner": {"id": 267}, "user": {"role": null}}}, "resource": {"id": 369, "owner": {"id": 687}, "assignee": {"id": 565}, "project": {"id": 300, "owner": {"id": 798}, "assignee": {"id": 814}}, "task": {"id": 359, "owner": {"id": 920}, "assignee": {"id": 1091}}, "job": {"id": 366, "assignee": {"id": 1111}}, "organization": {"id": 128}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 79, "privilege": "admin"}, "organization": {"id": 193, "owner": {"id": 201}, "user": {"role": null}}}, "resource": {"id": 362, "owner": {"id": 631}, "assignee": {"id": 572}, "project": {"id": 327, "owner": {"id": 733}, "assignee": {"id": 810}}, "task": {"id": 356, "owner": {"id": 958}, "assignee": {"id": 1035}}, "job": {"id": 374, "assignee": {"id": 1170}}, "organization": {"id": 193}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 33, "privilege": "admin"}, "organization": {"id": 166, "owner": {"id": 242}, "user": {"role": null}}}, "resource": {"id": 343, "owner": {"id": 669}, "assignee": {"id": 585}, "project": {"id": 375, "owner": {"id": 777}, "assignee": {"id": 803}}, "task": {"id": 313, "owner": {"id": 905}, "assignee": {"id": 1085}}, "job": {"id": 371, "assignee": {"id": 1166}}, "organization": {"id": 1279}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 76, "privilege": "admin"}, "organization": {"id": 128, "owner": {"id": 228}, "user": {"role": null}}}, "resource": {"id": 325, "owner": {"id": 620}, "assignee": {"id": 524}, "project": {"id": 319, "owner": {"id": 779}, "assignee": {"id": 871}}, "task": {"id": 348, "owner": {"id": 914}, "assignee": {"id": 1051}}, "job": {"id": 327, "assignee": {"id": 1152}}, "organization": {"id": 1210}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 8, "privilege": "admin"}, "organization": {"id": 188, "owner": {"id": 211}, "user": {"role": null}}}, "resource": {"id": 345, "owner": {"id": 614}, "assignee": {"id": 575}, "project": {"id": 360, "owner": {"id": 765}, "assignee": {"id": 812}}, "task": {"id": 393, "owner": {"id": 986}, "assignee": {"id": 1002}}, "job": {"id": 311, "assignee": {"id": 1125}}, "organization": {"id": 1280}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_ADMIN_membership_NONE_same_org_FALSE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 2, "privilege": "admin"}, "organization": {"id": 185, "owner": {"id": 294}, "user": {"role": null}}}, "resource": {"id": 387, "owner": {"id": 689}, "assignee": {"id": 541}, "project": {"id": 308, "owner": {"id": 744}, "assignee": {"id": 838}}, "task": {"id": 300, "owner": {"id": 950}, "assignee": {"id": 1009}}, "job": {"id": 387, "assignee": {"id": 1107}}, "organization": {"id": 1221}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 45, "privilege": "business"}, "organization": {"id": 172, "owner": {"id": 45}, "user": {"role": "owner"}}}, "resource": {"id": 322, "owner": {"id": 603}, "assignee": {"id": 582}, "project": {"id": 349, "owner": {"id": 706}, "assignee": {"id": 844}}, "task": {"id": 310, "owner": {"id": 981}, "assignee": {"id": 1088}}, "job": {"id": 375, "assignee": {"id": 1152}}, "organization": {"id": 172}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 73, "privilege": "business"}, "organization": {"id": 148, "owner": {"id": 73}, "user": {"role": "owner"}}}, "resource": {"id": 302, "owner": {"id": 694}, "assignee": {"id": 557}, "project": {"id": 349, "owner": {"id": 762}, "assignee": {"id": 895}}, "task": {"id": 363, "owner": {"id": 996}, "assignee": {"id": 1000}}, "job": {"id": 352, "assignee": {"id": 1154}}, "organization": {"id": 148}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 12, "privilege": "business"}, "organization": {"id": 102, "owner": {"id": 12}, "user": {"role": "owner"}}}, "resource": {"id": 335, "owner": {"id": 654}, "assignee": {"id": 546}, "project": {"id": 360, "owner": {"id": 700}, "assignee": {"id": 885}}, "task": {"id": 367, "owner": {"id": 968}, "assignee": {"id": 1054}}, "job": {"id": 345, "assignee": {"id": 1134}}, "organization": {"id": 102}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 32, "privilege": "business"}, "organization": {"id": 137, "owner": {"id": 32}, "user": {"role": "owner"}}}, "resource": {"id": 315, "owner": {"id": 650}, "assignee": {"id": 594}, "project": {"id": 376, "owner": {"id": 740}, "assignee": {"id": 889}}, "task": {"id": 337, "owner": {"id": 980}, "assignee": {"id": 1097}}, "job": {"id": 339, "assignee": {"id": 1114}}, "organization": {"id": 137}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 75, "privilege": "business"}, "organization": {"id": 199, "owner": {"id": 75}, "user": {"role": "owner"}}}, "resource": {"id": 353, "owner": {"id": 604}, "assignee": {"id": 564}, "project": {"id": 332, "owner": {"id": 791}, "assignee": {"id": 803}}, "task": {"id": 326, "owner": {"id": 982}, "assignee": {"id": 1013}}, "job": {"id": 316, "assignee": {"id": 1138}}, "organization": {"id": 1258}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 16, "privilege": "business"}, "organization": {"id": 128, "owner": {"id": 16}, "user": {"role": "owner"}}}, "resource": {"id": 380, "owner": {"id": 630}, "assignee": {"id": 563}, "project": {"id": 336, "owner": {"id": 704}, "assignee": {"id": 863}}, "task": {"id": 332, "owner": {"id": 969}, "assignee": {"id": 1001}}, "job": {"id": 393, "assignee": {"id": 1199}}, "organization": {"id": 1238}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 3, "privilege": "business"}, "organization": {"id": 177, "owner": {"id": 3}, "user": {"role": "owner"}}}, "resource": {"id": 311, "owner": {"id": 602}, "assignee": {"id": 558}, "project": {"id": 385, "owner": {"id": 789}, "assignee": {"id": 823}}, "task": {"id": 397, "owner": {"id": 943}, "assignee": {"id": 1094}}, "job": {"id": 371, "assignee": {"id": 1123}}, "organization": {"id": 1266}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 19, "privilege": "business"}, "organization": {"id": 190, "owner": {"id": 19}, "user": {"role": "owner"}}}, "resource": {"id": 389, "owner": {"id": 693}, "assignee": {"id": 558}, "project": {"id": 339, "owner": {"id": 728}, "assignee": {"id": 847}}, "task": {"id": 339, "owner": {"id": 990}, "assignee": {"id": 1023}}, "job": {"id": 386, "assignee": {"id": 1167}}, "organization": {"id": 1298}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 14, "privilege": "business"}, "organization": {"id": 185, "owner": {"id": 239}, "user": {"role": "maintainer"}}}, "resource": {"id": 321, "owner": {"id": 668}, "assignee": {"id": 564}, "project": {"id": 323, "owner": {"id": 798}, "assignee": {"id": 892}}, "task": {"id": 393, "owner": {"id": 961}, "assignee": {"id": 1084}}, "job": {"id": 359, "assignee": {"id": 1166}}, "organization": {"id": 185}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 8, "privilege": "business"}, "organization": {"id": 135, "owner": {"id": 217}, "user": {"role": "maintainer"}}}, "resource": {"id": 346, "owner": {"id": 607}, "assignee": {"id": 527}, "project": {"id": 309, "owner": {"id": 799}, "assignee": {"id": 855}}, "task": {"id": 313, "owner": {"id": 944}, "assignee": {"id": 1042}}, "job": {"id": 315, "assignee": {"id": 1140}}, "organization": {"id": 135}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 65, "privilege": "business"}, "organization": {"id": 162, "owner": {"id": 239}, "user": {"role": "maintainer"}}}, "resource": {"id": 379, "owner": {"id": 680}, "assignee": {"id": 582}, "project": {"id": 317, "owner": {"id": 776}, "assignee": {"id": 890}}, "task": {"id": 388, "owner": {"id": 970}, "assignee": {"id": 1057}}, "job": {"id": 301, "assignee": {"id": 1113}}, "organization": {"id": 162}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 28, "privilege": "business"}, "organization": {"id": 174, "owner": {"id": 202}, "user": {"role": "maintainer"}}}, "resource": {"id": 353, "owner": {"id": 673}, "assignee": {"id": 538}, "project": {"id": 325, "owner": {"id": 708}, "assignee": {"id": 833}}, "task": {"id": 304, "owner": {"id": 950}, "assignee": {"id": 1012}}, "job": {"id": 367, "assignee": {"id": 1149}}, "organization": {"id": 174}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 17, "privilege": "business"}, "organization": {"id": 121, "owner": {"id": 229}, "user": {"role": "maintainer"}}}, "resource": {"id": 386, "owner": {"id": 624}, "assignee": {"id": 559}, "project": {"id": 395, "owner": {"id": 715}, "assignee": {"id": 823}}, "task": {"id": 315, "owner": {"id": 928}, "assignee": {"id": 1042}}, "job": {"id": 338, "assignee": {"id": 1110}}, "organization": {"id": 1298}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 6, "privilege": "business"}, "organization": {"id": 109, "owner": {"id": 286}, "user": {"role": "maintainer"}}}, "resource": {"id": 384, "owner": {"id": 686}, "assignee": {"id": 545}, "project": {"id": 335, "owner": {"id": 770}, "assignee": {"id": 860}}, "task": {"id": 364, "owner": {"id": 922}, "assignee": {"id": 1025}}, "job": {"id": 388, "assignee": {"id": 1135}}, "organization": {"id": 1215}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 17, "privilege": "business"}, "organization": {"id": 129, "owner": {"id": 230}, "user": {"role": "maintainer"}}}, "resource": {"id": 378, "owner": {"id": 675}, "assignee": {"id": 556}, "project": {"id": 392, "owner": {"id": 728}, "assignee": {"id": 841}}, "task": {"id": 332, "owner": {"id": 977}, "assignee": {"id": 1001}}, "job": {"id": 350, "assignee": {"id": 1198}}, "organization": {"id": 1247}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 19, "privilege": "business"}, "organization": {"id": 107, "owner": {"id": 203}, "user": {"role": "maintainer"}}}, "resource": {"id": 363, "owner": {"id": 681}, "assignee": {"id": 572}, "project": {"id": 353, "owner": {"id": 730}, "assignee": {"id": 889}}, "task": {"id": 344, "owner": {"id": 928}, "assignee": {"id": 1011}}, "job": {"id": 398, "assignee": {"id": 1190}}, "organization": {"id": 1212}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 62, "privilege": "business"}, "organization": {"id": 174, "owner": {"id": 246}, "user": {"role": "supervisor"}}}, "resource": {"id": 336, "owner": {"id": 683}, "assignee": {"id": 527}, "project": {"id": 339, "owner": {"id": 780}, "assignee": {"id": 806}}, "task": {"id": 338, "owner": {"id": 943}, "assignee": {"id": 1006}}, "job": {"id": 302, "assignee": {"id": 1187}}, "organization": {"id": 174}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 56, "privilege": "business"}, "organization": {"id": 105, "owner": {"id": 276}, "user": {"role": "supervisor"}}}, "resource": {"id": 368, "owner": {"id": 697}, "assignee": {"id": 569}, "project": {"id": 327, "owner": {"id": 736}, "assignee": {"id": 863}}, "task": {"id": 313, "owner": {"id": 958}, "assignee": {"id": 1065}}, "job": {"id": 338, "assignee": {"id": 1102}}, "organization": {"id": 105}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 97, "privilege": "business"}, "organization": {"id": 178, "owner": {"id": 203}, "user": {"role": "supervisor"}}}, "resource": {"id": 393, "owner": {"id": 681}, "assignee": {"id": 577}, "project": {"id": 315, "owner": {"id": 796}, "assignee": {"id": 862}}, "task": {"id": 312, "owner": {"id": 917}, "assignee": {"id": 1017}}, "job": {"id": 307, "assignee": {"id": 1136}}, "organization": {"id": 178}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 32, "privilege": "business"}, "organization": {"id": 173, "owner": {"id": 288}, "user": {"role": "supervisor"}}}, "resource": {"id": 320, "owner": {"id": 660}, "assignee": {"id": 509}, "project": {"id": 336, "owner": {"id": 700}, "assignee": {"id": 880}}, "task": {"id": 338, "owner": {"id": 919}, "assignee": {"id": 1037}}, "job": {"id": 393, "assignee": {"id": 1103}}, "organization": {"id": 173}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 79, "privilege": "business"}, "organization": {"id": 198, "owner": {"id": 280}, "user": {"role": "supervisor"}}}, "resource": {"id": 388, "owner": {"id": 609}, "assignee": {"id": 585}, "project": {"id": 310, "owner": {"id": 731}, "assignee": {"id": 824}}, "task": {"id": 396, "owner": {"id": 962}, "assignee": {"id": 1001}}, "job": {"id": 358, "assignee": {"id": 1148}}, "organization": {"id": 1294}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 50, "privilege": "business"}, "organization": {"id": 112, "owner": {"id": 286}, "user": {"role": "supervisor"}}}, "resource": {"id": 384, "owner": {"id": 693}, "assignee": {"id": 584}, "project": {"id": 305, "owner": {"id": 756}, "assignee": {"id": 886}}, "task": {"id": 349, "owner": {"id": 942}, "assignee": {"id": 1091}}, "job": {"id": 384, "assignee": {"id": 1109}}, "organization": {"id": 1221}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 72, "privilege": "business"}, "organization": {"id": 180, "owner": {"id": 285}, "user": {"role": "supervisor"}}}, "resource": {"id": 349, "owner": {"id": 641}, "assignee": {"id": 557}, "project": {"id": 336, "owner": {"id": 702}, "assignee": {"id": 844}}, "task": {"id": 340, "owner": {"id": 982}, "assignee": {"id": 1016}}, "job": {"id": 386, "assignee": {"id": 1157}}, "organization": {"id": 1229}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 91, "privilege": "business"}, "organization": {"id": 113, "owner": {"id": 291}, "user": {"role": "supervisor"}}}, "resource": {"id": 319, "owner": {"id": 654}, "assignee": {"id": 559}, "project": {"id": 358, "owner": {"id": 722}, "assignee": {"id": 858}}, "task": {"id": 379, "owner": {"id": 958}, "assignee": {"id": 1017}}, "job": {"id": 368, "assignee": {"id": 1188}}, "organization": {"id": 1270}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 21, "privilege": "business"}, "organization": {"id": 192, "owner": {"id": 290}, "user": {"role": "worker"}}}, "resource": {"id": 355, "owner": {"id": 670}, "assignee": {"id": 531}, "project": {"id": 373, "owner": {"id": 735}, "assignee": {"id": 828}}, "task": {"id": 363, "owner": {"id": 965}, "assignee": {"id": 1019}}, "job": {"id": 324, "assignee": {"id": 1171}}, "organization": {"id": 192}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 43, "privilege": "business"}, "organization": {"id": 159, "owner": {"id": 250}, "user": {"role": "worker"}}}, "resource": {"id": 343, "owner": {"id": 620}, "assignee": {"id": 520}, "project": {"id": 313, "owner": {"id": 766}, "assignee": {"id": 817}}, "task": {"id": 309, "owner": {"id": 986}, "assignee": {"id": 1042}}, "job": {"id": 329, "assignee": {"id": 1102}}, "organization": {"id": 159}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 82, "privilege": "business"}, "organization": {"id": 107, "owner": {"id": 200}, "user": {"role": "worker"}}}, "resource": {"id": 380, "owner": {"id": 660}, "assignee": {"id": 540}, "project": {"id": 313, "owner": {"id": 772}, "assignee": {"id": 820}}, "task": {"id": 326, "owner": {"id": 915}, "assignee": {"id": 1005}}, "job": {"id": 342, "assignee": {"id": 1149}}, "organization": {"id": 107}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 69, "privilege": "business"}, "organization": {"id": 102, "owner": {"id": 261}, "user": {"role": "worker"}}}, "resource": {"id": 381, "owner": {"id": 655}, "assignee": {"id": 594}, "project": {"id": 333, "owner": {"id": 773}, "assignee": {"id": 885}}, "task": {"id": 312, "owner": {"id": 902}, "assignee": {"id": 1078}}, "job": {"id": 363, "assignee": {"id": 1123}}, "organization": {"id": 102}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 5, "privilege": "business"}, "organization": {"id": 134, "owner": {"id": 283}, "user": {"role": "worker"}}}, "resource": {"id": 320, "owner": {"id": 668}, "assignee": {"id": 597}, "project": {"id": 332, "owner": {"id": 743}, "assignee": {"id": 819}}, "task": {"id": 336, "owner": {"id": 900}, "assignee": {"id": 1053}}, "job": {"id": 301, "assignee": {"id": 1183}}, "organization": {"id": 1228}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 60, "privilege": "business"}, "organization": {"id": 134, "owner": {"id": 258}, "user": {"role": "worker"}}}, "resource": {"id": 334, "owner": {"id": 649}, "assignee": {"id": 526}, "project": {"id": 323, "owner": {"id": 747}, "assignee": {"id": 866}}, "task": {"id": 329, "owner": {"id": 972}, "assignee": {"id": 1030}}, "job": {"id": 327, "assignee": {"id": 1147}}, "organization": {"id": 1250}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 43, "privilege": "business"}, "organization": {"id": 112, "owner": {"id": 291}, "user": {"role": "worker"}}}, "resource": {"id": 374, "owner": {"id": 636}, "assignee": {"id": 575}, "project": {"id": 358, "owner": {"id": 736}, "assignee": {"id": 883}}, "task": {"id": 325, "owner": {"id": 937}, "assignee": {"id": 1017}}, "job": {"id": 393, "assignee": {"id": 1185}}, "organization": {"id": 1228}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 24, "privilege": "business"}, "organization": {"id": 142, "owner": {"id": 250}, "user": {"role": "worker"}}}, "resource": {"id": 388, "owner": {"id": 693}, "assignee": {"id": 570}, "project": {"id": 361, "owner": {"id": 712}, "assignee": {"id": 855}}, "task": {"id": 302, "owner": {"id": 979}, "assignee": {"id": 1060}}, "job": {"id": 385, "assignee": {"id": 1181}}, "organization": {"id": 1227}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 48, "privilege": "business"}, "organization": {"id": 123, "owner": {"id": 251}, "user": {"role": null}}}, "resource": {"id": 327, "owner": {"id": 653}, "assignee": {"id": 557}, "project": {"id": 391, "owner": {"id": 762}, "assignee": {"id": 857}}, "task": {"id": 320, "owner": {"id": 902}, "assignee": {"id": 1016}}, "job": {"id": 346, "assignee": {"id": 1105}}, "organization": {"id": 123}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 74, "privilege": "business"}, "organization": {"id": 135, "owner": {"id": 253}, "user": {"role": null}}}, "resource": {"id": 362, "owner": {"id": 638}, "assignee": {"id": 568}, "project": {"id": 362, "owner": {"id": 708}, "assignee": {"id": 808}}, "task": {"id": 334, "owner": {"id": 947}, "assignee": {"id": 1030}}, "job": {"id": 370, "assignee": {"id": 1159}}, "organization": {"id": 135}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 68, "privilege": "business"}, "organization": {"id": 104, "owner": {"id": 286}, "user": {"role": null}}}, "resource": {"id": 378, "owner": {"id": 600}, "assignee": {"id": 573}, "project": {"id": 323, "owner": {"id": 735}, "assignee": {"id": 882}}, "task": {"id": 399, "owner": {"id": 936}, "assignee": {"id": 1087}}, "job": {"id": 306, "assignee": {"id": 1140}}, "organization": {"id": 104}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 99, "privilege": "business"}, "organization": {"id": 181, "owner": {"id": 285}, "user": {"role": null}}}, "resource": {"id": 340, "owner": {"id": 634}, "assignee": {"id": 564}, "project": {"id": 312, "owner": {"id": 794}, "assignee": {"id": 871}}, "task": {"id": 377, "owner": {"id": 948}, "assignee": {"id": 1052}}, "job": {"id": 319, "assignee": {"id": 1124}}, "organization": {"id": 181}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 37, "privilege": "business"}, "organization": {"id": 115, "owner": {"id": 250}, "user": {"role": null}}}, "resource": {"id": 387, "owner": {"id": 630}, "assignee": {"id": 575}, "project": {"id": 388, "owner": {"id": 720}, "assignee": {"id": 883}}, "task": {"id": 340, "owner": {"id": 918}, "assignee": {"id": 1000}}, "job": {"id": 309, "assignee": {"id": 1169}}, "organization": {"id": 1201}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 41, "privilege": "business"}, "organization": {"id": 168, "owner": {"id": 293}, "user": {"role": null}}}, "resource": {"id": 358, "owner": {"id": 614}, "assignee": {"id": 551}, "project": {"id": 331, "owner": {"id": 730}, "assignee": {"id": 801}}, "task": {"id": 316, "owner": {"id": 936}, "assignee": {"id": 1013}}, "job": {"id": 350, "assignee": {"id": 1160}}, "organization": {"id": 1284}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 55, "privilege": "business"}, "organization": {"id": 179, "owner": {"id": 255}, "user": {"role": null}}}, "resource": {"id": 321, "owner": {"id": 688}, "assignee": {"id": 572}, "project": {"id": 381, "owner": {"id": 796}, "assignee": {"id": 817}}, "task": {"id": 379, "owner": {"id": 997}, "assignee": {"id": 1064}}, "job": {"id": 348, "assignee": {"id": 1178}}, "organization": {"id": 1243}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_BUSINESS_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 6, "privilege": "business"}, "organization": {"id": 113, "owner": {"id": 212}, "user": {"role": null}}}, "resource": {"id": 350, "owner": {"id": 678}, "assignee": {"id": 549}, "project": {"id": 342, "owner": {"id": 708}, "assignee": {"id": 804}}, "task": {"id": 392, "owner": {"id": 924}, "assignee": {"id": 1069}}, "job": {"id": 341, "assignee": {"id": 1152}}, "organization": {"id": 1237}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 59, "privilege": "user"}, "organization": {"id": 193, "owner": {"id": 59}, "user": {"role": "owner"}}}, "resource": {"id": 398, "owner": {"id": 667}, "assignee": {"id": 556}, "project": {"id": 343, "owner": {"id": 732}, "assignee": {"id": 889}}, "task": {"id": 367, "owner": {"id": 900}, "assignee": {"id": 1028}}, "job": {"id": 324, "assignee": {"id": 1193}}, "organization": {"id": 193}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 61, "privilege": "user"}, "organization": {"id": 110, "owner": {"id": 61}, "user": {"role": "owner"}}}, "resource": {"id": 392, "owner": {"id": 632}, "assignee": {"id": 527}, "project": {"id": 327, "owner": {"id": 705}, "assignee": {"id": 884}}, "task": {"id": 384, "owner": {"id": 914}, "assignee": {"id": 1049}}, "job": {"id": 386, "assignee": {"id": 1141}}, "organization": {"id": 110}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 28, "privilege": "user"}, "organization": {"id": 185, "owner": {"id": 28}, "user": {"role": "owner"}}}, "resource": {"id": 387, "owner": {"id": 644}, "assignee": {"id": 549}, "project": {"id": 349, "owner": {"id": 783}, "assignee": {"id": 895}}, "task": {"id": 343, "owner": {"id": 919}, "assignee": {"id": 1022}}, "job": {"id": 397, "assignee": {"id": 1159}}, "organization": {"id": 185}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 47, "privilege": "user"}, "organization": {"id": 120, "owner": {"id": 47}, "user": {"role": "owner"}}}, "resource": {"id": 373, "owner": {"id": 614}, "assignee": {"id": 508}, "project": {"id": 308, "owner": {"id": 706}, "assignee": {"id": 819}}, "task": {"id": 387, "owner": {"id": 968}, "assignee": {"id": 1029}}, "job": {"id": 379, "assignee": {"id": 1195}}, "organization": {"id": 120}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 27, "privilege": "user"}, "organization": {"id": 198, "owner": {"id": 27}, "user": {"role": "owner"}}}, "resource": {"id": 305, "owner": {"id": 641}, "assignee": {"id": 537}, "project": {"id": 396, "owner": {"id": 755}, "assignee": {"id": 891}}, "task": {"id": 330, "owner": {"id": 908}, "assignee": {"id": 1053}}, "job": {"id": 369, "assignee": {"id": 1144}}, "organization": {"id": 1210}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 33, "privilege": "user"}, "organization": {"id": 162, "owner": {"id": 33}, "user": {"role": "owner"}}}, "resource": {"id": 344, "owner": {"id": 679}, "assignee": {"id": 529}, "project": {"id": 329, "owner": {"id": 733}, "assignee": {"id": 808}}, "task": {"id": 329, "owner": {"id": 972}, "assignee": {"id": 1036}}, "job": {"id": 369, "assignee": {"id": 1116}}, "organization": {"id": 1224}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 95, "privilege": "user"}, "organization": {"id": 178, "owner": {"id": 95}, "user": {"role": "owner"}}}, "resource": {"id": 378, "owner": {"id": 672}, "assignee": {"id": 562}, "project": {"id": 361, "owner": {"id": 775}, "assignee": {"id": 823}}, "task": {"id": 303, "owner": {"id": 992}, "assignee": {"id": 1010}}, "job": {"id": 382, "assignee": {"id": 1121}}, "organization": {"id": 1226}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 38, "privilege": "user"}, "organization": {"id": 117, "owner": {"id": 38}, "user": {"role": "owner"}}}, "resource": {"id": 365, "owner": {"id": 625}, "assignee": {"id": 542}, "project": {"id": 376, "owner": {"id": 730}, "assignee": {"id": 874}}, "task": {"id": 322, "owner": {"id": 940}, "assignee": {"id": 1003}}, "job": {"id": 336, "assignee": {"id": 1123}}, "organization": {"id": 1207}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 76, "privilege": "user"}, "organization": {"id": 102, "owner": {"id": 275}, "user": {"role": "maintainer"}}}, "resource": {"id": 383, "owner": {"id": 636}, "assignee": {"id": 500}, "project": {"id": 335, "owner": {"id": 791}, "assignee": {"id": 855}}, "task": {"id": 380, "owner": {"id": 932}, "assignee": {"id": 1042}}, "job": {"id": 332, "assignee": {"id": 1127}}, "organization": {"id": 102}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + allow with input as {"scope": "view", "auth": {"user": {"id": 44, "privilege": "user"}, "organization": {"id": 168, "owner": {"id": 243}, "user": {"role": "maintainer"}}}, "resource": {"id": 336, "owner": {"id": 604}, "assignee": {"id": 580}, "project": {"id": 303, "owner": {"id": 706}, "assignee": {"id": 803}}, "task": {"id": 308, "owner": {"id": 914}, "assignee": {"id": 1076}}, "job": {"id": 380, "assignee": {"id": 1179}}, "organization": {"id": 168}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - allow with input as {"scope": "delete", "auth": {"user": {"id": 73, "privilege": "user"}, "organization": {"id": 198, "owner": {"id": 248}, "user": {"role": "maintainer"}}}, "resource": {"id": 362, "owner": {"id": 685}, "assignee": {"id": 528}, "project": {"id": 351, "owner": {"id": 724}, "assignee": {"id": 880}}, "task": {"id": 365, "owner": {"id": 947}, "assignee": {"id": 1072}}, "job": {"id": 384, "assignee": {"id": 1101}}, "organization": {"id": 198}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + allow with input as {"scope": "view", "auth": {"user": {"id": 71, "privilege": "user"}, "organization": {"id": 193, "owner": {"id": 283}, "user": {"role": "maintainer"}}}, "resource": {"id": 329, "owner": {"id": 684}, "assignee": {"id": 502}, "project": {"id": 367, "owner": {"id": 789}, "assignee": {"id": 845}}, "task": {"id": 341, "owner": {"id": 930}, "assignee": {"id": 1023}}, "job": {"id": 343, "assignee": {"id": 1149}}, "organization": {"id": 193}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 4, "privilege": "user"}, "organization": {"id": 190, "owner": {"id": 299}, "user": {"role": "maintainer"}}}, "resource": {"id": 381, "owner": {"id": 638}, "assignee": {"id": 572}, "project": {"id": 313, "owner": {"id": 721}, "assignee": {"id": 882}}, "task": {"id": 337, "owner": {"id": 996}, "assignee": {"id": 1026}}, "job": {"id": 375, "assignee": {"id": 1110}}, "organization": {"id": 1221}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 82, "privilege": "user"}, "organization": {"id": 174, "owner": {"id": 257}, "user": {"role": "maintainer"}}}, "resource": {"id": 380, "owner": {"id": 690}, "assignee": {"id": 542}, "project": {"id": 358, "owner": {"id": 732}, "assignee": {"id": 865}}, "task": {"id": 396, "owner": {"id": 984}, "assignee": {"id": 1078}}, "job": {"id": 339, "assignee": {"id": 1197}}, "organization": {"id": 1214}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 13, "privilege": "user"}, "organization": {"id": 112, "owner": {"id": 206}, "user": {"role": "maintainer"}}}, "resource": {"id": 382, "owner": {"id": 665}, "assignee": {"id": 569}, "project": {"id": 312, "owner": {"id": 718}, "assignee": {"id": 863}}, "task": {"id": 301, "owner": {"id": 933}, "assignee": {"id": 1062}}, "job": {"id": 332, "assignee": {"id": 1125}}, "organization": {"id": 1267}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 15, "privilege": "user"}, "organization": {"id": 176, "owner": {"id": 203}, "user": {"role": "maintainer"}}}, "resource": {"id": 392, "owner": {"id": 674}, "assignee": {"id": 583}, "project": {"id": 302, "owner": {"id": 789}, "assignee": {"id": 815}}, "task": {"id": 313, "owner": {"id": 961}, "assignee": {"id": 1050}}, "job": {"id": 358, "assignee": {"id": 1153}}, "organization": {"id": 1294}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 9, "privilege": "user"}, "organization": {"id": 116, "owner": {"id": 270}, "user": {"role": "supervisor"}}}, "resource": {"id": 376, "owner": {"id": 697}, "assignee": {"id": 562}, "project": {"id": 317, "owner": {"id": 797}, "assignee": {"id": 860}}, "task": {"id": 324, "owner": {"id": 977}, "assignee": {"id": 1070}}, "job": {"id": 373, "assignee": {"id": 1150}}, "organization": {"id": 116}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 2, "privilege": "user"}, "organization": {"id": 120, "owner": {"id": 207}, "user": {"role": "supervisor"}}}, "resource": {"id": 311, "owner": {"id": 689}, "assignee": {"id": 585}, "project": {"id": 396, "owner": {"id": 793}, "assignee": {"id": 831}}, "task": {"id": 301, "owner": {"id": 985}, "assignee": {"id": 1081}}, "job": {"id": 302, "assignee": {"id": 1176}}, "organization": {"id": 120}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 23, "privilege": "user"}, "organization": {"id": 136, "owner": {"id": 241}, "user": {"role": "supervisor"}}}, "resource": {"id": 366, "owner": {"id": 680}, "assignee": {"id": 512}, "project": {"id": 387, "owner": {"id": 768}, "assignee": {"id": 832}}, "task": {"id": 322, "owner": {"id": 911}, "assignee": {"id": 1004}}, "job": {"id": 378, "assignee": {"id": 1188}}, "organization": {"id": 136}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 0, "privilege": "user"}, "organization": {"id": 157, "owner": {"id": 249}, "user": {"role": "supervisor"}}}, "resource": {"id": 340, "owner": {"id": 667}, "assignee": {"id": 541}, "project": {"id": 375, "owner": {"id": 797}, "assignee": {"id": 802}}, "task": {"id": 397, "owner": {"id": 995}, "assignee": {"id": 1098}}, "job": {"id": 327, "assignee": {"id": 1176}}, "organization": {"id": 157}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 58, "privilege": "user"}, "organization": {"id": 186, "owner": {"id": 291}, "user": {"role": "supervisor"}}}, "resource": {"id": 308, "owner": {"id": 659}, "assignee": {"id": 507}, "project": {"id": 312, "owner": {"id": 731}, "assignee": {"id": 848}}, "task": {"id": 362, "owner": {"id": 992}, "assignee": {"id": 1049}}, "job": {"id": 366, "assignee": {"id": 1182}}, "organization": {"id": 1280}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 2, "privilege": "user"}, "organization": {"id": 101, "owner": {"id": 243}, "user": {"role": "supervisor"}}}, "resource": {"id": 339, "owner": {"id": 644}, "assignee": {"id": 542}, "project": {"id": 395, "owner": {"id": 725}, "assignee": {"id": 877}}, "task": {"id": 327, "owner": {"id": 928}, "assignee": {"id": 1050}}, "job": {"id": 341, "assignee": {"id": 1149}}, "organization": {"id": 1260}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 35, "privilege": "user"}, "organization": {"id": 143, "owner": {"id": 291}, "user": {"role": "supervisor"}}}, "resource": {"id": 382, "owner": {"id": 692}, "assignee": {"id": 598}, "project": {"id": 328, "owner": {"id": 723}, "assignee": {"id": 817}}, "task": {"id": 380, "owner": {"id": 997}, "assignee": {"id": 1067}}, "job": {"id": 373, "assignee": {"id": 1116}}, "organization": {"id": 1260}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 45, "privilege": "user"}, "organization": {"id": 151, "owner": {"id": 204}, "user": {"role": "supervisor"}}}, "resource": {"id": 337, "owner": {"id": 624}, "assignee": {"id": 510}, "project": {"id": 357, "owner": {"id": 735}, "assignee": {"id": 835}}, "task": {"id": 351, "owner": {"id": 934}, "assignee": {"id": 1096}}, "job": {"id": 326, "assignee": {"id": 1187}}, "organization": {"id": 1245}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 65, "privilege": "user"}, "organization": {"id": 194, "owner": {"id": 250}, "user": {"role": "worker"}}}, "resource": {"id": 335, "owner": {"id": 671}, "assignee": {"id": 539}, "project": {"id": 358, "owner": {"id": 793}, "assignee": {"id": 821}}, "task": {"id": 352, "owner": {"id": 989}, "assignee": {"id": 1026}}, "job": {"id": 333, "assignee": {"id": 1118}}, "organization": {"id": 194}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 46, "privilege": "user"}, "organization": {"id": 176, "owner": {"id": 243}, "user": {"role": "worker"}}}, "resource": {"id": 321, "owner": {"id": 639}, "assignee": {"id": 547}, "project": {"id": 398, "owner": {"id": 767}, "assignee": {"id": 836}}, "task": {"id": 398, "owner": {"id": 929}, "assignee": {"id": 1037}}, "job": {"id": 379, "assignee": {"id": 1127}}, "organization": {"id": 176}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 78, "privilege": "user"}, "organization": {"id": 190, "owner": {"id": 295}, "user": {"role": "worker"}}}, "resource": {"id": 324, "owner": {"id": 651}, "assignee": {"id": 525}, "project": {"id": 385, "owner": {"id": 748}, "assignee": {"id": 872}}, "task": {"id": 380, "owner": {"id": 953}, "assignee": {"id": 1015}}, "job": {"id": 363, "assignee": {"id": 1169}}, "organization": {"id": 190}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 49, "privilege": "user"}, "organization": {"id": 180, "owner": {"id": 242}, "user": {"role": "worker"}}}, "resource": {"id": 350, "owner": {"id": 676}, "assignee": {"id": 543}, "project": {"id": 369, "owner": {"id": 728}, "assignee": {"id": 805}}, "task": {"id": 332, "owner": {"id": 903}, "assignee": {"id": 1078}}, "job": {"id": 324, "assignee": {"id": 1152}}, "organization": {"id": 180}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 44, "privilege": "user"}, "organization": {"id": 194, "owner": {"id": 289}, "user": {"role": "worker"}}}, "resource": {"id": 359, "owner": {"id": 695}, "assignee": {"id": 548}, "project": {"id": 337, "owner": {"id": 737}, "assignee": {"id": 882}}, "task": {"id": 369, "owner": {"id": 929}, "assignee": {"id": 1073}}, "job": {"id": 355, "assignee": {"id": 1124}}, "organization": {"id": 1214}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 23, "privilege": "user"}, "organization": {"id": 108, "owner": {"id": 285}, "user": {"role": "worker"}}}, "resource": {"id": 329, "owner": {"id": 647}, "assignee": {"id": 508}, "project": {"id": 333, "owner": {"id": 782}, "assignee": {"id": 837}}, "task": {"id": 332, "owner": {"id": 909}, "assignee": {"id": 1010}}, "job": {"id": 395, "assignee": {"id": 1159}}, "organization": {"id": 1238}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 98, "privilege": "user"}, "organization": {"id": 108, "owner": {"id": 210}, "user": {"role": "worker"}}}, "resource": {"id": 358, "owner": {"id": 691}, "assignee": {"id": 564}, "project": {"id": 331, "owner": {"id": 798}, "assignee": {"id": 804}}, "task": {"id": 304, "owner": {"id": 987}, "assignee": {"id": 1001}}, "job": {"id": 336, "assignee": {"id": 1162}}, "organization": {"id": 1281}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 64, "privilege": "user"}, "organization": {"id": 148, "owner": {"id": 289}, "user": {"role": "worker"}}}, "resource": {"id": 375, "owner": {"id": 677}, "assignee": {"id": 578}, "project": {"id": 335, "owner": {"id": 791}, "assignee": {"id": 870}}, "task": {"id": 364, "owner": {"id": 975}, "assignee": {"id": 1016}}, "job": {"id": 334, "assignee": {"id": 1115}}, "organization": {"id": 1243}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 98, "privilege": "user"}, "organization": {"id": 138, "owner": {"id": 226}, "user": {"role": null}}}, "resource": {"id": 378, "owner": {"id": 611}, "assignee": {"id": 506}, "project": {"id": 330, "owner": {"id": 789}, "assignee": {"id": 807}}, "task": {"id": 364, "owner": {"id": 972}, "assignee": {"id": 1004}}, "job": {"id": 368, "assignee": {"id": 1136}}, "organization": {"id": 138}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 91, "privilege": "user"}, "organization": {"id": 166, "owner": {"id": 263}, "user": {"role": null}}}, "resource": {"id": 369, "owner": {"id": 629}, "assignee": {"id": 583}, "project": {"id": 378, "owner": {"id": 771}, "assignee": {"id": 842}}, "task": {"id": 313, "owner": {"id": 903}, "assignee": {"id": 1047}}, "job": {"id": 370, "assignee": {"id": 1196}}, "organization": {"id": 166}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 69, "privilege": "user"}, "organization": {"id": 133, "owner": {"id": 257}, "user": {"role": null}}}, "resource": {"id": 350, "owner": {"id": 604}, "assignee": {"id": 519}, "project": {"id": 385, "owner": {"id": 727}, "assignee": {"id": 840}}, "task": {"id": 359, "owner": {"id": 938}, "assignee": {"id": 1071}}, "job": {"id": 345, "assignee": {"id": 1101}}, "organization": {"id": 133}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 75, "privilege": "user"}, "organization": {"id": 112, "owner": {"id": 260}, "user": {"role": null}}}, "resource": {"id": 336, "owner": {"id": 681}, "assignee": {"id": 533}, "project": {"id": 315, "owner": {"id": 759}, "assignee": {"id": 826}}, "task": {"id": 343, "owner": {"id": 942}, "assignee": {"id": 1076}}, "job": {"id": 356, "assignee": {"id": 1120}}, "organization": {"id": 112}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 38, "privilege": "user"}, "organization": {"id": 184, "owner": {"id": 275}, "user": {"role": null}}}, "resource": {"id": 389, "owner": {"id": 608}, "assignee": {"id": 504}, "project": {"id": 385, "owner": {"id": 743}, "assignee": {"id": 847}}, "task": {"id": 332, "owner": {"id": 996}, "assignee": {"id": 1010}}, "job": {"id": 388, "assignee": {"id": 1135}}, "organization": {"id": 1280}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 47, "privilege": "user"}, "organization": {"id": 147, "owner": {"id": 288}, "user": {"role": null}}}, "resource": {"id": 305, "owner": {"id": 667}, "assignee": {"id": 598}, "project": {"id": 301, "owner": {"id": 784}, "assignee": {"id": 883}}, "task": {"id": 341, "owner": {"id": 900}, "assignee": {"id": 1095}}, "job": {"id": 342, "assignee": {"id": 1193}}, "organization": {"id": 1269}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 91, "privilege": "user"}, "organization": {"id": 192, "owner": {"id": 275}, "user": {"role": null}}}, "resource": {"id": 339, "owner": {"id": 665}, "assignee": {"id": 518}, "project": {"id": 381, "owner": {"id": 789}, "assignee": {"id": 887}}, "task": {"id": 367, "owner": {"id": 935}, "assignee": {"id": 1048}}, "job": {"id": 387, "assignee": {"id": 1157}}, "organization": {"id": 1255}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_USER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 0, "privilege": "user"}, "organization": {"id": 125, "owner": {"id": 253}, "user": {"role": null}}}, "resource": {"id": 318, "owner": {"id": 608}, "assignee": {"id": 597}, "project": {"id": 357, "owner": {"id": 772}, "assignee": {"id": 851}}, "task": {"id": 381, "owner": {"id": 989}, "assignee": {"id": 1027}}, "job": {"id": 396, "assignee": {"id": 1163}}, "organization": {"id": 1298}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 18, "privilege": "worker"}, "organization": {"id": 134, "owner": {"id": 18}, "user": {"role": "owner"}}}, "resource": {"id": 388, "owner": {"id": 648}, "assignee": {"id": 502}, "project": {"id": 358, "owner": {"id": 703}, "assignee": {"id": 837}}, "task": {"id": 364, "owner": {"id": 936}, "assignee": {"id": 1021}}, "job": {"id": 391, "assignee": {"id": 1144}}, "organization": {"id": 134}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 75, "privilege": "worker"}, "organization": {"id": 103, "owner": {"id": 75}, "user": {"role": "owner"}}}, "resource": {"id": 331, "owner": {"id": 607}, "assignee": {"id": 504}, "project": {"id": 308, "owner": {"id": 728}, "assignee": {"id": 884}}, "task": {"id": 369, "owner": {"id": 903}, "assignee": {"id": 1008}}, "job": {"id": 327, "assignee": {"id": 1128}}, "organization": {"id": 103}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 44, "privilege": "worker"}, "organization": {"id": 194, "owner": {"id": 44}, "user": {"role": "owner"}}}, "resource": {"id": 375, "owner": {"id": 625}, "assignee": {"id": 563}, "project": {"id": 354, "owner": {"id": 784}, "assignee": {"id": 849}}, "task": {"id": 361, "owner": {"id": 995}, "assignee": {"id": 1046}}, "job": {"id": 310, "assignee": {"id": 1107}}, "organization": {"id": 194}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 59, "privilege": "worker"}, "organization": {"id": 146, "owner": {"id": 59}, "user": {"role": "owner"}}}, "resource": {"id": 323, "owner": {"id": 615}, "assignee": {"id": 562}, "project": {"id": 309, "owner": {"id": 750}, "assignee": {"id": 805}}, "task": {"id": 327, "owner": {"id": 969}, "assignee": {"id": 1084}}, "job": {"id": 309, "assignee": {"id": 1106}}, "organization": {"id": 146}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 39, "privilege": "worker"}, "organization": {"id": 157, "owner": {"id": 39}, "user": {"role": "owner"}}}, "resource": {"id": 318, "owner": {"id": 626}, "assignee": {"id": 584}, "project": {"id": 368, "owner": {"id": 787}, "assignee": {"id": 868}}, "task": {"id": 364, "owner": {"id": 923}, "assignee": {"id": 1066}}, "job": {"id": 378, "assignee": {"id": 1135}}, "organization": {"id": 1259}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 13, "privilege": "worker"}, "organization": {"id": 172, "owner": {"id": 13}, "user": {"role": "owner"}}}, "resource": {"id": 324, "owner": {"id": 618}, "assignee": {"id": 589}, "project": {"id": 368, "owner": {"id": 775}, "assignee": {"id": 878}}, "task": {"id": 395, "owner": {"id": 957}, "assignee": {"id": 1094}}, "job": {"id": 319, "assignee": {"id": 1164}}, "organization": {"id": 1253}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 33, "privilege": "worker"}, "organization": {"id": 163, "owner": {"id": 33}, "user": {"role": "owner"}}}, "resource": {"id": 303, "owner": {"id": 613}, "assignee": {"id": 539}, "project": {"id": 341, "owner": {"id": 723}, "assignee": {"id": 800}}, "task": {"id": 311, "owner": {"id": 991}, "assignee": {"id": 1038}}, "job": {"id": 380, "assignee": {"id": 1115}}, "organization": {"id": 1205}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 33, "privilege": "worker"}, "organization": {"id": 136, "owner": {"id": 33}, "user": {"role": "owner"}}}, "resource": {"id": 339, "owner": {"id": 612}, "assignee": {"id": 517}, "project": {"id": 350, "owner": {"id": 713}, "assignee": {"id": 877}}, "task": {"id": 375, "owner": {"id": 986}, "assignee": {"id": 1063}}, "job": {"id": 378, "assignee": {"id": 1110}}, "organization": {"id": 1289}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 87, "privilege": "worker"}, "organization": {"id": 188, "owner": {"id": 285}, "user": {"role": "maintainer"}}}, "resource": {"id": 340, "owner": {"id": 675}, "assignee": {"id": 585}, "project": {"id": 325, "owner": {"id": 798}, "assignee": {"id": 862}}, "task": {"id": 302, "owner": {"id": 927}, "assignee": {"id": 1020}}, "job": {"id": 372, "assignee": {"id": 1185}}, "organization": {"id": 188}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 78, "privilege": "worker"}, "organization": {"id": 153, "owner": {"id": 298}, "user": {"role": "maintainer"}}}, "resource": {"id": 324, "owner": {"id": 640}, "assignee": {"id": 590}, "project": {"id": 317, "owner": {"id": 718}, "assignee": {"id": 812}}, "task": {"id": 381, "owner": {"id": 987}, "assignee": {"id": 1007}}, "job": {"id": 394, "assignee": {"id": 1163}}, "organization": {"id": 153}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 9, "privilege": "worker"}, "organization": {"id": 165, "owner": {"id": 244}, "user": {"role": "maintainer"}}}, "resource": {"id": 343, "owner": {"id": 668}, "assignee": {"id": 596}, "project": {"id": 380, "owner": {"id": 765}, "assignee": {"id": 880}}, "task": {"id": 357, "owner": {"id": 922}, "assignee": {"id": 1085}}, "job": {"id": 310, "assignee": {"id": 1151}}, "organization": {"id": 165}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 82, "privilege": "worker"}, "organization": {"id": 195, "owner": {"id": 283}, "user": {"role": "maintainer"}}}, "resource": {"id": 328, "owner": {"id": 609}, "assignee": {"id": 591}, "project": {"id": 355, "owner": {"id": 719}, "assignee": {"id": 849}}, "task": {"id": 342, "owner": {"id": 956}, "assignee": {"id": 1058}}, "job": {"id": 320, "assignee": {"id": 1124}}, "organization": {"id": 195}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 81, "privilege": "worker"}, "organization": {"id": 144, "owner": {"id": 212}, "user": {"role": "maintainer"}}}, "resource": {"id": 396, "owner": {"id": 625}, "assignee": {"id": 591}, "project": {"id": 354, "owner": {"id": 750}, "assignee": {"id": 815}}, "task": {"id": 327, "owner": {"id": 936}, "assignee": {"id": 1091}}, "job": {"id": 380, "assignee": {"id": 1111}}, "organization": {"id": 1200}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 60, "privilege": "worker"}, "organization": {"id": 136, "owner": {"id": 284}, "user": {"role": "maintainer"}}}, "resource": {"id": 328, "owner": {"id": 684}, "assignee": {"id": 510}, "project": {"id": 309, "owner": {"id": 709}, "assignee": {"id": 895}}, "task": {"id": 309, "owner": {"id": 908}, "assignee": {"id": 1078}}, "job": {"id": 366, "assignee": {"id": 1100}}, "organization": {"id": 1287}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 22, "privilege": "worker"}, "organization": {"id": 188, "owner": {"id": 266}, "user": {"role": "maintainer"}}}, "resource": {"id": 351, "owner": {"id": 601}, "assignee": {"id": 547}, "project": {"id": 375, "owner": {"id": 794}, "assignee": {"id": 882}}, "task": {"id": 379, "owner": {"id": 984}, "assignee": {"id": 1078}}, "job": {"id": 312, "assignee": {"id": 1117}}, "organization": {"id": 1259}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 68, "privilege": "worker"}, "organization": {"id": 129, "owner": {"id": 201}, "user": {"role": "maintainer"}}}, "resource": {"id": 323, "owner": {"id": 643}, "assignee": {"id": 525}, "project": {"id": 321, "owner": {"id": 792}, "assignee": {"id": 812}}, "task": {"id": 364, "owner": {"id": 988}, "assignee": {"id": 1021}}, "job": {"id": 321, "assignee": {"id": 1194}}, "organization": {"id": 1228}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 42, "privilege": "worker"}, "organization": {"id": 195, "owner": {"id": 268}, "user": {"role": "supervisor"}}}, "resource": {"id": 350, "owner": {"id": 647}, "assignee": {"id": 521}, "project": {"id": 302, "owner": {"id": 744}, "assignee": {"id": 890}}, "task": {"id": 384, "owner": {"id": 999}, "assignee": {"id": 1009}}, "job": {"id": 317, "assignee": {"id": 1101}}, "organization": {"id": 195}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 14, "privilege": "worker"}, "organization": {"id": 140, "owner": {"id": 236}, "user": {"role": "supervisor"}}}, "resource": {"id": 349, "owner": {"id": 692}, "assignee": {"id": 530}, "project": {"id": 381, "owner": {"id": 753}, "assignee": {"id": 887}}, "task": {"id": 356, "owner": {"id": 922}, "assignee": {"id": 1019}}, "job": {"id": 379, "assignee": {"id": 1111}}, "organization": {"id": 140}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 10, "privilege": "worker"}, "organization": {"id": 123, "owner": {"id": 242}, "user": {"role": "supervisor"}}}, "resource": {"id": 345, "owner": {"id": 643}, "assignee": {"id": 561}, "project": {"id": 376, "owner": {"id": 760}, "assignee": {"id": 884}}, "task": {"id": 383, "owner": {"id": 950}, "assignee": {"id": 1048}}, "job": {"id": 399, "assignee": {"id": 1149}}, "organization": {"id": 123}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 77, "privilege": "worker"}, "organization": {"id": 193, "owner": {"id": 205}, "user": {"role": "supervisor"}}}, "resource": {"id": 320, "owner": {"id": 679}, "assignee": {"id": 529}, "project": {"id": 391, "owner": {"id": 782}, "assignee": {"id": 831}}, "task": {"id": 300, "owner": {"id": 954}, "assignee": {"id": 1035}}, "job": {"id": 393, "assignee": {"id": 1151}}, "organization": {"id": 193}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 63, "privilege": "worker"}, "organization": {"id": 133, "owner": {"id": 257}, "user": {"role": "supervisor"}}}, "resource": {"id": 356, "owner": {"id": 680}, "assignee": {"id": 523}, "project": {"id": 335, "owner": {"id": 708}, "assignee": {"id": 879}}, "task": {"id": 354, "owner": {"id": 998}, "assignee": {"id": 1063}}, "job": {"id": 371, "assignee": {"id": 1126}}, "organization": {"id": 1243}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 76, "privilege": "worker"}, "organization": {"id": 179, "owner": {"id": 282}, "user": {"role": "supervisor"}}}, "resource": {"id": 346, "owner": {"id": 630}, "assignee": {"id": 575}, "project": {"id": 370, "owner": {"id": 757}, "assignee": {"id": 878}}, "task": {"id": 382, "owner": {"id": 949}, "assignee": {"id": 1021}}, "job": {"id": 384, "assignee": {"id": 1125}}, "organization": {"id": 1297}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 8, "privilege": "worker"}, "organization": {"id": 182, "owner": {"id": 288}, "user": {"role": "supervisor"}}}, "resource": {"id": 349, "owner": {"id": 612}, "assignee": {"id": 523}, "project": {"id": 394, "owner": {"id": 735}, "assignee": {"id": 897}}, "task": {"id": 398, "owner": {"id": 957}, "assignee": {"id": 1002}}, "job": {"id": 330, "assignee": {"id": 1161}}, "organization": {"id": 1289}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 12, "privilege": "worker"}, "organization": {"id": 134, "owner": {"id": 276}, "user": {"role": "supervisor"}}}, "resource": {"id": 301, "owner": {"id": 638}, "assignee": {"id": 555}, "project": {"id": 348, "owner": {"id": 742}, "assignee": {"id": 807}}, "task": {"id": 373, "owner": {"id": 931}, "assignee": {"id": 1030}}, "job": {"id": 347, "assignee": {"id": 1163}}, "organization": {"id": 1254}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 51, "privilege": "worker"}, "organization": {"id": 149, "owner": {"id": 208}, "user": {"role": "worker"}}}, "resource": {"id": 361, "owner": {"id": 621}, "assignee": {"id": 503}, "project": {"id": 316, "owner": {"id": 709}, "assignee": {"id": 812}}, "task": {"id": 360, "owner": {"id": 924}, "assignee": {"id": 1044}}, "job": {"id": 337, "assignee": {"id": 1179}}, "organization": {"id": 149}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 28, "privilege": "worker"}, "organization": {"id": 154, "owner": {"id": 279}, "user": {"role": "worker"}}}, "resource": {"id": 365, "owner": {"id": 665}, "assignee": {"id": 578}, "project": {"id": 348, "owner": {"id": 799}, "assignee": {"id": 813}}, "task": {"id": 382, "owner": {"id": 974}, "assignee": {"id": 1074}}, "job": {"id": 376, "assignee": {"id": 1159}}, "organization": {"id": 154}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 25, "privilege": "worker"}, "organization": {"id": 195, "owner": {"id": 278}, "user": {"role": "worker"}}}, "resource": {"id": 313, "owner": {"id": 662}, "assignee": {"id": 557}, "project": {"id": 320, "owner": {"id": 798}, "assignee": {"id": 801}}, "task": {"id": 350, "owner": {"id": 951}, "assignee": {"id": 1014}}, "job": {"id": 358, "assignee": {"id": 1128}}, "organization": {"id": 195}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 3, "privilege": "worker"}, "organization": {"id": 157, "owner": {"id": 288}, "user": {"role": "worker"}}}, "resource": {"id": 322, "owner": {"id": 633}, "assignee": {"id": 575}, "project": {"id": 342, "owner": {"id": 746}, "assignee": {"id": 815}}, "task": {"id": 317, "owner": {"id": 991}, "assignee": {"id": 1049}}, "job": {"id": 398, "assignee": {"id": 1164}}, "organization": {"id": 157}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 29, "privilege": "worker"}, "organization": {"id": 123, "owner": {"id": 224}, "user": {"role": "worker"}}}, "resource": {"id": 326, "owner": {"id": 613}, "assignee": {"id": 525}, "project": {"id": 359, "owner": {"id": 749}, "assignee": {"id": 841}}, "task": {"id": 357, "owner": {"id": 939}, "assignee": {"id": 1099}}, "job": {"id": 303, "assignee": {"id": 1110}}, "organization": {"id": 1206}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 19, "privilege": "worker"}, "organization": {"id": 130, "owner": {"id": 212}, "user": {"role": "worker"}}}, "resource": {"id": 308, "owner": {"id": 634}, "assignee": {"id": 540}, "project": {"id": 387, "owner": {"id": 781}, "assignee": {"id": 829}}, "task": {"id": 314, "owner": {"id": 985}, "assignee": {"id": 1003}}, "job": {"id": 355, "assignee": {"id": 1137}}, "organization": {"id": 1252}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 11, "privilege": "worker"}, "organization": {"id": 101, "owner": {"id": 245}, "user": {"role": "worker"}}}, "resource": {"id": 382, "owner": {"id": 622}, "assignee": {"id": 500}, "project": {"id": 372, "owner": {"id": 700}, "assignee": {"id": 839}}, "task": {"id": 346, "owner": {"id": 980}, "assignee": {"id": 1098}}, "job": {"id": 340, "assignee": {"id": 1121}}, "organization": {"id": 1239}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 82, "privilege": "worker"}, "organization": {"id": 130, "owner": {"id": 248}, "user": {"role": "worker"}}}, "resource": {"id": 334, "owner": {"id": 655}, "assignee": {"id": 515}, "project": {"id": 375, "owner": {"id": 730}, "assignee": {"id": 810}}, "task": {"id": 308, "owner": {"id": 950}, "assignee": {"id": 1082}}, "job": {"id": 330, "assignee": {"id": 1117}}, "organization": {"id": 1210}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 85, "privilege": "worker"}, "organization": {"id": 152, "owner": {"id": 260}, "user": {"role": null}}}, "resource": {"id": 333, "owner": {"id": 637}, "assignee": {"id": 505}, "project": {"id": 341, "owner": {"id": 746}, "assignee": {"id": 803}}, "task": {"id": 380, "owner": {"id": 968}, "assignee": {"id": 1014}}, "job": {"id": 300, "assignee": {"id": 1176}}, "organization": {"id": 152}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 66, "privilege": "worker"}, "organization": {"id": 118, "owner": {"id": 282}, "user": {"role": null}}}, "resource": {"id": 328, "owner": {"id": 652}, "assignee": {"id": 525}, "project": {"id": 324, "owner": {"id": 720}, "assignee": {"id": 833}}, "task": {"id": 323, "owner": {"id": 929}, "assignee": {"id": 1017}}, "job": {"id": 328, "assignee": {"id": 1156}}, "organization": {"id": 118}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 31, "privilege": "worker"}, "organization": {"id": 121, "owner": {"id": 265}, "user": {"role": null}}}, "resource": {"id": 334, "owner": {"id": 602}, "assignee": {"id": 564}, "project": {"id": 348, "owner": {"id": 750}, "assignee": {"id": 852}}, "task": {"id": 338, "owner": {"id": 967}, "assignee": {"id": 1002}}, "job": {"id": 348, "assignee": {"id": 1166}}, "organization": {"id": 121}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 37, "privilege": "worker"}, "organization": {"id": 107, "owner": {"id": 291}, "user": {"role": null}}}, "resource": {"id": 365, "owner": {"id": 615}, "assignee": {"id": 512}, "project": {"id": 314, "owner": {"id": 746}, "assignee": {"id": 842}}, "task": {"id": 356, "owner": {"id": 961}, "assignee": {"id": 1051}}, "job": {"id": 360, "assignee": {"id": 1167}}, "organization": {"id": 107}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 97, "privilege": "worker"}, "organization": {"id": 106, "owner": {"id": 219}, "user": {"role": null}}}, "resource": {"id": 305, "owner": {"id": 667}, "assignee": {"id": 564}, "project": {"id": 335, "owner": {"id": 733}, "assignee": {"id": 891}}, "task": {"id": 393, "owner": {"id": 917}, "assignee": {"id": 1083}}, "job": {"id": 327, "assignee": {"id": 1131}}, "organization": {"id": 1284}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 16, "privilege": "worker"}, "organization": {"id": 175, "owner": {"id": 272}, "user": {"role": null}}}, "resource": {"id": 317, "owner": {"id": 638}, "assignee": {"id": 540}, "project": {"id": 342, "owner": {"id": 757}, "assignee": {"id": 852}}, "task": {"id": 340, "owner": {"id": 915}, "assignee": {"id": 1076}}, "job": {"id": 333, "assignee": {"id": 1154}}, "organization": {"id": 1294}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 21, "privilege": "worker"}, "organization": {"id": 143, "owner": {"id": 215}, "user": {"role": null}}}, "resource": {"id": 392, "owner": {"id": 611}, "assignee": {"id": 505}, "project": {"id": 313, "owner": {"id": 773}, "assignee": {"id": 869}}, "task": {"id": 305, "owner": {"id": 946}, "assignee": {"id": 1087}}, "job": {"id": 312, "assignee": {"id": 1187}}, "organization": {"id": 1213}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_WORKER_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 8, "privilege": "worker"}, "organization": {"id": 117, "owner": {"id": 265}, "user": {"role": null}}}, "resource": {"id": 358, "owner": {"id": 628}, "assignee": {"id": 538}, "project": {"id": 337, "owner": {"id": 751}, "assignee": {"id": 854}}, "task": {"id": 356, "owner": {"id": 986}, "assignee": {"id": 1038}}, "job": {"id": 372, "assignee": {"id": 1189}}, "organization": {"id": 1203}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 26, "privilege": "none"}, "organization": {"id": 193, "owner": {"id": 26}, "user": {"role": "owner"}}}, "resource": {"id": 359, "owner": {"id": 673}, "assignee": {"id": 513}, "project": {"id": 350, "owner": {"id": 753}, "assignee": {"id": 840}}, "task": {"id": 353, "owner": {"id": 932}, "assignee": {"id": 1030}}, "job": {"id": 316, "assignee": {"id": 1101}}, "organization": {"id": 193}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 24, "privilege": "none"}, "organization": {"id": 195, "owner": {"id": 24}, "user": {"role": "owner"}}}, "resource": {"id": 382, "owner": {"id": 687}, "assignee": {"id": 591}, "project": {"id": 398, "owner": {"id": 785}, "assignee": {"id": 804}}, "task": {"id": 338, "owner": {"id": 901}, "assignee": {"id": 1050}}, "job": {"id": 395, "assignee": {"id": 1196}}, "organization": {"id": 195}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 91, "privilege": "none"}, "organization": {"id": 149, "owner": {"id": 91}, "user": {"role": "owner"}}}, "resource": {"id": 355, "owner": {"id": 625}, "assignee": {"id": 512}, "project": {"id": 348, "owner": {"id": 790}, "assignee": {"id": 836}}, "task": {"id": 315, "owner": {"id": 968}, "assignee": {"id": 1031}}, "job": {"id": 300, "assignee": {"id": 1177}}, "organization": {"id": 149}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 35, "privilege": "none"}, "organization": {"id": 173, "owner": {"id": 35}, "user": {"role": "owner"}}}, "resource": {"id": 323, "owner": {"id": 689}, "assignee": {"id": 509}, "project": {"id": 397, "owner": {"id": 786}, "assignee": {"id": 822}}, "task": {"id": 340, "owner": {"id": 974}, "assignee": {"id": 1099}}, "job": {"id": 395, "assignee": {"id": 1174}}, "organization": {"id": 173}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 39, "privilege": "none"}, "organization": {"id": 121, "owner": {"id": 39}, "user": {"role": "owner"}}}, "resource": {"id": 341, "owner": {"id": 655}, "assignee": {"id": 524}, "project": {"id": 300, "owner": {"id": 709}, "assignee": {"id": 872}}, "task": {"id": 364, "owner": {"id": 984}, "assignee": {"id": 1070}}, "job": {"id": 390, "assignee": {"id": 1101}}, "organization": {"id": 1234}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 31, "privilege": "none"}, "organization": {"id": 116, "owner": {"id": 31}, "user": {"role": "owner"}}}, "resource": {"id": 327, "owner": {"id": 685}, "assignee": {"id": 504}, "project": {"id": 377, "owner": {"id": 749}, "assignee": {"id": 833}}, "task": {"id": 331, "owner": {"id": 940}, "assignee": {"id": 1041}}, "job": {"id": 339, "assignee": {"id": 1108}}, "organization": {"id": 1262}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 29, "privilege": "none"}, "organization": {"id": 166, "owner": {"id": 29}, "user": {"role": "owner"}}}, "resource": {"id": 303, "owner": {"id": 651}, "assignee": {"id": 540}, "project": {"id": 361, "owner": {"id": 740}, "assignee": {"id": 890}}, "task": {"id": 324, "owner": {"id": 995}, "assignee": {"id": 1092}}, "job": {"id": 374, "assignee": {"id": 1124}}, "organization": {"id": 1260}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_OWNER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 82, "privilege": "none"}, "organization": {"id": 192, "owner": {"id": 82}, "user": {"role": "owner"}}}, "resource": {"id": 368, "owner": {"id": 691}, "assignee": {"id": 556}, "project": {"id": 395, "owner": {"id": 785}, "assignee": {"id": 844}}, "task": {"id": 383, "owner": {"id": 931}, "assignee": {"id": 1072}}, "job": {"id": 346, "assignee": {"id": 1187}}, "organization": {"id": 1236}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 1, "privilege": "none"}, "organization": {"id": 188, "owner": {"id": 224}, "user": {"role": "maintainer"}}}, "resource": {"id": 344, "owner": {"id": 653}, "assignee": {"id": 542}, "project": {"id": 309, "owner": {"id": 727}, "assignee": {"id": 853}}, "task": {"id": 372, "owner": {"id": 918}, "assignee": {"id": 1035}}, "job": {"id": 363, "assignee": {"id": 1199}}, "organization": {"id": 188}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 58, "privilege": "none"}, "organization": {"id": 185, "owner": {"id": 230}, "user": {"role": "maintainer"}}}, "resource": {"id": 340, "owner": {"id": 642}, "assignee": {"id": 581}, "project": {"id": 370, "owner": {"id": 785}, "assignee": {"id": 829}}, "task": {"id": 353, "owner": {"id": 983}, "assignee": {"id": 1091}}, "job": {"id": 317, "assignee": {"id": 1176}}, "organization": {"id": 185}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 18, "privilege": "none"}, "organization": {"id": 145, "owner": {"id": 289}, "user": {"role": "maintainer"}}}, "resource": {"id": 301, "owner": {"id": 676}, "assignee": {"id": 532}, "project": {"id": 356, "owner": {"id": 768}, "assignee": {"id": 894}}, "task": {"id": 365, "owner": {"id": 916}, "assignee": {"id": 1072}}, "job": {"id": 344, "assignee": {"id": 1141}}, "organization": {"id": 145}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 74, "privilege": "none"}, "organization": {"id": 152, "owner": {"id": 272}, "user": {"role": "maintainer"}}}, "resource": {"id": 397, "owner": {"id": 613}, "assignee": {"id": 579}, "project": {"id": 317, "owner": {"id": 717}, "assignee": {"id": 805}}, "task": {"id": 307, "owner": {"id": 977}, "assignee": {"id": 1087}}, "job": {"id": 377, "assignee": {"id": 1136}}, "organization": {"id": 152}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 13, "privilege": "none"}, "organization": {"id": 122, "owner": {"id": 204}, "user": {"role": "maintainer"}}}, "resource": {"id": 373, "owner": {"id": 679}, "assignee": {"id": 526}, "project": {"id": 325, "owner": {"id": 783}, "assignee": {"id": 889}}, "task": {"id": 369, "owner": {"id": 914}, "assignee": {"id": 1067}}, "job": {"id": 359, "assignee": {"id": 1156}}, "organization": {"id": 1250}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 38, "privilege": "none"}, "organization": {"id": 168, "owner": {"id": 287}, "user": {"role": "maintainer"}}}, "resource": {"id": 309, "owner": {"id": 600}, "assignee": {"id": 506}, "project": {"id": 333, "owner": {"id": 782}, "assignee": {"id": 827}}, "task": {"id": 309, "owner": {"id": 911}, "assignee": {"id": 1045}}, "job": {"id": 304, "assignee": {"id": 1147}}, "organization": {"id": 1241}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 74, "privilege": "none"}, "organization": {"id": 150, "owner": {"id": 241}, "user": {"role": "maintainer"}}}, "resource": {"id": 392, "owner": {"id": 672}, "assignee": {"id": 524}, "project": {"id": 335, "owner": {"id": 730}, "assignee": {"id": 897}}, "task": {"id": 335, "owner": {"id": 987}, "assignee": {"id": 1055}}, "job": {"id": 359, "assignee": {"id": 1119}}, "organization": {"id": 1245}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_MAINTAINER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 81, "privilege": "none"}, "organization": {"id": 143, "owner": {"id": 262}, "user": {"role": "maintainer"}}}, "resource": {"id": 305, "owner": {"id": 653}, "assignee": {"id": 528}, "project": {"id": 329, "owner": {"id": 709}, "assignee": {"id": 873}}, "task": {"id": 360, "owner": {"id": 972}, "assignee": {"id": 1038}}, "job": {"id": 322, "assignee": {"id": 1113}}, "organization": {"id": 1261}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 32, "privilege": "none"}, "organization": {"id": 132, "owner": {"id": 204}, "user": {"role": "supervisor"}}}, "resource": {"id": 358, "owner": {"id": 614}, "assignee": {"id": 525}, "project": {"id": 301, "owner": {"id": 747}, "assignee": {"id": 833}}, "task": {"id": 383, "owner": {"id": 944}, "assignee": {"id": 1008}}, "job": {"id": 336, "assignee": {"id": 1183}}, "organization": {"id": 132}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 30, "privilege": "none"}, "organization": {"id": 192, "owner": {"id": 215}, "user": {"role": "supervisor"}}}, "resource": {"id": 305, "owner": {"id": 620}, "assignee": {"id": 575}, "project": {"id": 351, "owner": {"id": 718}, "assignee": {"id": 851}}, "task": {"id": 311, "owner": {"id": 933}, "assignee": {"id": 1052}}, "job": {"id": 328, "assignee": {"id": 1196}}, "organization": {"id": 192}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 56, "privilege": "none"}, "organization": {"id": 166, "owner": {"id": 222}, "user": {"role": "supervisor"}}}, "resource": {"id": 383, "owner": {"id": 637}, "assignee": {"id": 551}, "project": {"id": 362, "owner": {"id": 794}, "assignee": {"id": 805}}, "task": {"id": 313, "owner": {"id": 927}, "assignee": {"id": 1073}}, "job": {"id": 383, "assignee": {"id": 1106}}, "organization": {"id": 166}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 75, "privilege": "none"}, "organization": {"id": 174, "owner": {"id": 250}, "user": {"role": "supervisor"}}}, "resource": {"id": 358, "owner": {"id": 668}, "assignee": {"id": 571}, "project": {"id": 323, "owner": {"id": 778}, "assignee": {"id": 860}}, "task": {"id": 362, "owner": {"id": 954}, "assignee": {"id": 1065}}, "job": {"id": 313, "assignee": {"id": 1185}}, "organization": {"id": 174}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 60, "privilege": "none"}, "organization": {"id": 148, "owner": {"id": 262}, "user": {"role": "supervisor"}}}, "resource": {"id": 379, "owner": {"id": 618}, "assignee": {"id": 570}, "project": {"id": 320, "owner": {"id": 710}, "assignee": {"id": 829}}, "task": {"id": 333, "owner": {"id": 984}, "assignee": {"id": 1024}}, "job": {"id": 331, "assignee": {"id": 1158}}, "organization": {"id": 1234}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 97, "privilege": "none"}, "organization": {"id": 175, "owner": {"id": 224}, "user": {"role": "supervisor"}}}, "resource": {"id": 375, "owner": {"id": 646}, "assignee": {"id": 596}, "project": {"id": 352, "owner": {"id": 783}, "assignee": {"id": 858}}, "task": {"id": 324, "owner": {"id": 936}, "assignee": {"id": 1052}}, "job": {"id": 395, "assignee": {"id": 1140}}, "organization": {"id": 1263}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 15, "privilege": "none"}, "organization": {"id": 113, "owner": {"id": 203}, "user": {"role": "supervisor"}}}, "resource": {"id": 339, "owner": {"id": 696}, "assignee": {"id": 522}, "project": {"id": 304, "owner": {"id": 738}, "assignee": {"id": 860}}, "task": {"id": 353, "owner": {"id": 915}, "assignee": {"id": 1052}}, "job": {"id": 399, "assignee": {"id": 1170}}, "organization": {"id": 1260}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_SUPERVISOR_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 54, "privilege": "none"}, "organization": {"id": 130, "owner": {"id": 247}, "user": {"role": "supervisor"}}}, "resource": {"id": 322, "owner": {"id": 645}, "assignee": {"id": 599}, "project": {"id": 340, "owner": {"id": 722}, "assignee": {"id": 801}}, "task": {"id": 393, "owner": {"id": 951}, "assignee": {"id": 1034}}, "job": {"id": 323, "assignee": {"id": 1184}}, "organization": {"id": 1260}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 83, "privilege": "none"}, "organization": {"id": 101, "owner": {"id": 285}, "user": {"role": "worker"}}}, "resource": {"id": 361, "owner": {"id": 640}, "assignee": {"id": 538}, "project": {"id": 380, "owner": {"id": 763}, "assignee": {"id": 851}}, "task": {"id": 398, "owner": {"id": 900}, "assignee": {"id": 1023}}, "job": {"id": 372, "assignee": {"id": 1105}}, "organization": {"id": 101}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 86, "privilege": "none"}, "organization": {"id": 136, "owner": {"id": 208}, "user": {"role": "worker"}}}, "resource": {"id": 380, "owner": {"id": 679}, "assignee": {"id": 583}, "project": {"id": 329, "owner": {"id": 750}, "assignee": {"id": 804}}, "task": {"id": 379, "owner": {"id": 962}, "assignee": {"id": 1067}}, "job": {"id": 396, "assignee": {"id": 1150}}, "organization": {"id": 136}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 90, "privilege": "none"}, "organization": {"id": 190, "owner": {"id": 258}, "user": {"role": "worker"}}}, "resource": {"id": 355, "owner": {"id": 667}, "assignee": {"id": 508}, "project": {"id": 378, "owner": {"id": 744}, "assignee": {"id": 891}}, "task": {"id": 300, "owner": {"id": 972}, "assignee": {"id": 1065}}, "job": {"id": 386, "assignee": {"id": 1109}}, "organization": {"id": 190}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 49, "privilege": "none"}, "organization": {"id": 122, "owner": {"id": 202}, "user": {"role": "worker"}}}, "resource": {"id": 391, "owner": {"id": 678}, "assignee": {"id": 506}, "project": {"id": 301, "owner": {"id": 758}, "assignee": {"id": 897}}, "task": {"id": 389, "owner": {"id": 945}, "assignee": {"id": 1071}}, "job": {"id": 302, "assignee": {"id": 1139}}, "organization": {"id": 122}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 29, "privilege": "none"}, "organization": {"id": 166, "owner": {"id": 212}, "user": {"role": "worker"}}}, "resource": {"id": 386, "owner": {"id": 622}, "assignee": {"id": 512}, "project": {"id": 345, "owner": {"id": 712}, "assignee": {"id": 844}}, "task": {"id": 361, "owner": {"id": 951}, "assignee": {"id": 1093}}, "job": {"id": 393, "assignee": {"id": 1177}}, "organization": {"id": 1264}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 76, "privilege": "none"}, "organization": {"id": 110, "owner": {"id": 226}, "user": {"role": "worker"}}}, "resource": {"id": 396, "owner": {"id": 631}, "assignee": {"id": 524}, "project": {"id": 391, "owner": {"id": 795}, "assignee": {"id": 891}}, "task": {"id": 393, "owner": {"id": 943}, "assignee": {"id": 1013}}, "job": {"id": 353, "assignee": {"id": 1163}}, "organization": {"id": 1293}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 14, "privilege": "none"}, "organization": {"id": 182, "owner": {"id": 210}, "user": {"role": "worker"}}}, "resource": {"id": 327, "owner": {"id": 653}, "assignee": {"id": 521}, "project": {"id": 348, "owner": {"id": 721}, "assignee": {"id": 877}}, "task": {"id": 375, "owner": {"id": 948}, "assignee": {"id": 1077}}, "job": {"id": 393, "assignee": {"id": 1155}}, "organization": {"id": 1268}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_WORKER_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 63, "privilege": "none"}, "organization": {"id": 106, "owner": {"id": 283}, "user": {"role": "worker"}}}, "resource": {"id": 333, "owner": {"id": 676}, "assignee": {"id": 594}, "project": {"id": 354, "owner": {"id": 732}, "assignee": {"id": 854}}, "task": {"id": 370, "owner": {"id": 925}, "assignee": {"id": 1083}}, "job": {"id": 301, "assignee": {"id": 1175}}, "organization": {"id": 1208}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 57, "privilege": "none"}, "organization": {"id": 110, "owner": {"id": 287}, "user": {"role": null}}}, "resource": {"id": 398, "owner": {"id": 671}, "assignee": {"id": 560}, "project": {"id": 375, "owner": {"id": 768}, "assignee": {"id": 835}}, "task": {"id": 338, "owner": {"id": 953}, "assignee": {"id": 1002}}, "job": {"id": 340, "assignee": {"id": 1139}}, "organization": {"id": 110}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 54, "privilege": "none"}, "organization": {"id": 165, "owner": {"id": 234}, "user": {"role": null}}}, "resource": {"id": 349, "owner": {"id": 633}, "assignee": {"id": 541}, "project": {"id": 380, "owner": {"id": 705}, "assignee": {"id": 896}}, "task": {"id": 399, "owner": {"id": 955}, "assignee": {"id": 1043}}, "job": {"id": 369, "assignee": {"id": 1129}}, "organization": {"id": 165}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 23, "privilege": "none"}, "organization": {"id": 181, "owner": {"id": 205}, "user": {"role": null}}}, "resource": {"id": 334, "owner": {"id": 678}, "assignee": {"id": 553}, "project": {"id": 335, "owner": {"id": 775}, "assignee": {"id": 839}}, "task": {"id": 377, "owner": {"id": 934}, "assignee": {"id": 1098}}, "job": {"id": 368, "assignee": {"id": 1199}}, "organization": {"id": 181}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_TRUE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 99, "privilege": "none"}, "organization": {"id": 125, "owner": {"id": 212}, "user": {"role": null}}}, "resource": {"id": 331, "owner": {"id": 696}, "assignee": {"id": 535}, "project": {"id": 379, "owner": {"id": 792}, "assignee": {"id": 853}}, "task": {"id": 370, "owner": {"id": 943}, "assignee": {"id": 1049}}, "job": {"id": 321, "assignee": {"id": 1119}}, "organization": {"id": 125}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 76, "privilege": "none"}, "organization": {"id": 129, "owner": {"id": 258}, "user": {"role": null}}}, "resource": {"id": 303, "owner": {"id": 601}, "assignee": {"id": 569}, "project": {"id": 354, "owner": {"id": 760}, "assignee": {"id": 842}}, "task": {"id": 398, "owner": {"id": 913}, "assignee": {"id": 1071}}, "job": {"id": 341, "assignee": {"id": 1164}}, "organization": {"id": 1230}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_TRUE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 78, "privilege": "none"}, "organization": {"id": 163, "owner": {"id": 270}, "user": {"role": null}}}, "resource": {"id": 394, "owner": {"id": 679}, "assignee": {"id": 565}, "project": {"id": 357, "owner": {"id": 739}, "assignee": {"id": 804}}, "task": {"id": 318, "owner": {"id": 974}, "assignee": {"id": 1040}}, "job": {"id": 344, "assignee": {"id": 1185}}, "organization": {"id": 1252}}} } -test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { - not allow with input as {"scope": "delete", "auth": {"user": {"id": 6, "privilege": "none"}, "organization": {"id": 190, "owner": {"id": 254}, "user": {"role": null}}}, "resource": {"id": 330, "owner": {"id": 688}, "assignee": {"id": 546}, "project": {"id": 315, "owner": {"id": 768}, "assignee": {"id": 883}}, "task": {"id": 347, "owner": {"id": 985}, "assignee": {"id": 1076}}, "job": {"id": 359, "assignee": {"id": 1128}}, "organization": {"id": 1278}}} +test_scope_VIEW_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_NONE_same_org_FALSE_has_proj_FALSE { + not allow with input as {"scope": "view", "auth": {"user": {"id": 98, "privilege": "none"}, "organization": {"id": 123, "owner": {"id": 224}, "user": {"role": null}}}, "resource": {"id": 385, "owner": {"id": 673}, "assignee": {"id": 598}, "project": {"id": 384, "owner": {"id": 795}, "assignee": {"id": 877}}, "task": {"id": 381, "owner": {"id": 961}, "assignee": {"id": 1084}}, "job": {"id": 310, "assignee": {"id": 1118}}, "organization": {"id": 1241}}} } # issues_test.gen.rego.py +# # issues_test.gen.rego.py # # Copyright (C) 2021 Intel Corporation # # # # SPDX-License-Identifier: MIT @@ -11677,10 +11678,10 @@ test_scope_DELETE_context_ORGANIZATION_ownership_NONE_privilege_NONE_membership_ # view,Issue,Organization,N/A,,GET,/issues/{id},User,Maintainer # view,Issue,Organization,"Project:owner, Project:assignee, Task:owner, Task:assignee, Job:assignee, Owner, Assignee",,GET,/issues/{id},None,Worker # update,Issue,Sandbox,N/A,,PATCH,/issues/{id},Admin,N/A -# update,Issue,Sandbox,"Project:owner, Project:assignee, Task:owner, Task:assignee, Job:assignee, Owner",,PATCH,/issues/{id},Worker,N/A +# update,Issue,Sandbox,"Project:owner, Project:assignee, Task:owner, Task:assignee, Owner",,PATCH,/issues/{id},Worker,N/A # update,Issue,Organization,N/A,,PATCH,/issues/{id},User,Maintainer -# update,Issue,Organization,"Project:owner, Project:assignee, Task:owner, Task:assignee, Job:assignee, Owner",,PATCH,/issues/{id},Worker,Worker +# update,Issue,Organization,"Project:owner, Project:assignee, Task:owner, Task:assignee, Owner",,PATCH,/issues/{id},Worker,Worker # delete,Issue,Sandbox,N/A,,DELETE,/issues/{id},Admin,N/A -# delete,Issue,Sandbox,"Project:owner, Project:assignee, Task:owner, Task:assignee, Job:assignee, Owner",,DELETE,/issues/{id},Worker,N/A +# delete,Issue,Sandbox,"Project:owner, Project:assignee, Task:owner, Task:assignee, Owner",,DELETE,/issues/{id},Worker,N/A # delete,Issue,Organization,N/A,,DELETE,/issues/{id},User,Maintainer -# delete,Issue,Organization,"Project:owner, Project:assignee, Task:owner, Task:assignee, Job:assignee, Owner",,DELETE,/issues/{id},Worker,Worker \ No newline at end of file +# delete,Issue,Organization,"Project:owner, Project:assignee, Task:owner, Task:assignee, Owner",,DELETE,/issues/{id},Worker,Worker \ No newline at end of file