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

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

There is a newer version: 1.5.4
Show newest version
{
  "name": "QualityBotPolicy",
  "displayName": "Quality Bot Policy",
  "fullyQualifiedName": "QualityBotPolicy",
  "description": "Policy for Data Quality Bot to perform operations on metadata entities.",
  "enabled": true,
  "allowDelete": false,
  "provider": "system",
  "rules": [
    {
      "name": "QualityBotBotRule-Allow",
      "description" : "Allow updating sample data, profile data, and tests for all the resources.",
      "resources" : ["All"],
      "operations": ["EditAll", "ViewAll"],
      "effect": "allow"
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy