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

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

There is a newer version: 1.5.11
Show newest version
{
  "name": "TeamOnlyPolicy",
  "displayName": "Team only access Policy",
  "fullyQualifiedName": "TeamOnlyPolicy",
  "description": "Policy when attached to a team allows only users with in the team hierarchy to access the resources.",
  "enabled": true,
  "allowDelete": false,
  "provider": "system",
  "rules": [
    {
      "name": "TeamOnlyPolicy-Rule",
      "description" : "Deny all the operations on all the resources for all outside the team hierarchy..",
      "resources" : ["all"],
      "operations": ["All"],
      "effect": "deny",
      "condition": "!matchTeam()"
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy