Sha256: ecf56534539aafed016b949d363ae5ed1bf7299a10e17bc27fb893f46972626b
Contents?: true
Size: 1.23 KB
Versions: 3
Compression:
Stored size: 1.23 KB
Contents
{ "person_core_create": [ { "value": "create", "conditions": { "at_least": {"person_core": "view_people_manager"} } } ], "person_core_edit": [ { "value": "edit", "conditions": { "at_least": {"person_core": "view_people_manager"} } } ], "person_details": [ { "value": "view", "conditions": { "at_least": {"person_core": "attach"} } }, { "value": "edit_public", "conditions": { "one_of": { "person_core_edit": "edit", "person_core_create": "create" } } }, { "value": "view_private", "conditions": { "at_least": {"person_core": "attach" } } }, { "value": "edit_private", "conditions": { "one_of": { "person_core_edit": "edit", "person_core_create": "create" } } } ], "person_account": [ { "value": "view", "conditions": { "at_least": {"person_core": "attach" } } }, { "value": "create", "conditions": { "at_least": {"person_core_create": "create"} } }, { "value": "edit", "conditions": { "at_least": {"person_core_edit": "edit"} } } ] }
Version data entries
3 entries across 3 versions & 1 rubygems