Sha256: a16adae5c3b775248497e5f34584ead420529944069a0b25b6ae912f88b6b52e

Contents?: true

Size: 1.36 KB

Versions: 133

Compression:

Stored size: 1.36 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"}
      }
    }
  ],
  "person_abilities": [
    { "value": "view", "conditions": {
        "at_least": {"person_core_edit": "edit"}
      }
    }
  ]
}

Version data entries

133 entries across 133 versions & 1 rubygems

Version Path
eco-helpers-3.0.21 lib/eco/api/organization/presets_integrity.json
eco-helpers-3.0.20 lib/eco/api/organization/presets_integrity.json
eco-helpers-3.0.19 lib/eco/api/organization/presets_integrity.json
eco-helpers-3.0.18 lib/eco/api/organization/presets_integrity.json
eco-helpers-3.0.17 lib/eco/api/organization/presets_integrity.json
eco-helpers-3.0.16 lib/eco/api/organization/presets_integrity.json
eco-helpers-3.0.15 lib/eco/api/organization/presets_integrity.json
eco-helpers-3.0.14 lib/eco/api/organization/presets_integrity.json
eco-helpers-3.0.13 lib/eco/api/organization/presets_integrity.json
eco-helpers-3.0.12 lib/eco/api/organization/presets_integrity.json
eco-helpers-3.0.11 lib/eco/api/organization/presets_integrity.json
eco-helpers-3.0.10 lib/eco/api/organization/presets_integrity.json
eco-helpers-3.0.9 lib/eco/api/organization/presets_integrity.json
eco-helpers-3.0.8 lib/eco/api/organization/presets_integrity.json
eco-helpers-3.0.7 lib/eco/api/organization/presets_integrity.json
eco-helpers-3.0.6 lib/eco/api/organization/presets_integrity.json
eco-helpers-3.0.5 lib/eco/api/organization/presets_integrity.json
eco-helpers-3.0.4 lib/eco/api/organization/presets_integrity.json
eco-helpers-3.0.3 lib/eco/api/organization/presets_integrity.json
eco-helpers-3.0.2 lib/eco/api/organization/presets_integrity.json