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

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

There is a newer version: 1.5.11
Show newest version
{
  "name": "DataConsumerPolicy",
  "displayName": "Data Consumer Policy",
  "fullyQualifiedName": "DataConsumerPolicy",
  "description": "Policy for Data Consumer to perform operations on metadata entities",
  "enabled": true,
  "allowDelete": false,
  "provider": "system",
  "rules": [
    {
      "name": "DataConsumerPolicy-EditRule",
      "description" : "Allow some of the edit operations on a resource for everyone.",
      "resources" : ["all"],
      "operations": ["ViewAll", "EditDescription", "EditTags"],
      "effect": "allow"
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy