All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.data.policy.OrganizationPolicy.json Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
{
  "name": "OrganizationPolicy",
  "displayName": "Organization Policy",
  "fullyQualifiedName": "OrganizationPolicy",
  "description": "Policy for all the users of an organization.",
  "enabled": true,
  "allowDelete": false,
  "provider": "system",
  "rules": [
    {
      "name": "OrganizationPolicy-Owner-Rule",
      "description" : "Allow all the operations on an entity for the owner.",
      "resources" : ["all"],
      "operations": ["All"],
      "effect": "allow",
      "condition": "isOwner()"
    },
    {
      "name": "OrganizationPolicy-NoOwner-Rule",
      "description" : "Allow any one to set the owner of an entity that has no owner set.",
      "resources" : ["all"],
      "operations": ["EditOwner"],
      "effect": "allow",
      "condition": "noOwner()"
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy