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

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

There is a newer version: 1.5.11
Show newest version
{
  "name": "LineageBotPolicy",
  "displayName": "Lineage Bot Policy",
  "fullyQualifiedName": "LineageBotPolicy",
  "description": "Policy for Lineage Bot to perform operations on metadata entities.",
  "enabled": true,
  "allowDelete": false,
  "provider": "system",
  "rules": [
    {
      "name": "UsageBotRule-Allow-Query",
      "description" : "Allow creating and updated Queries.",
      "resources" : ["query"],
      "operations": ["Create", "EditAll", "ViewAll"],
      "effect": "allow"
    },
    {
      "name": "LineageBotRule-Allow",
      "description" : "Allow creating and updating lineage",
      "resources" : ["All"],
      "operations": ["EditLineage", "EditQueries", "ViewAll"],
      "effect": "allow"
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy