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

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

There is a newer version: 1.5.11
Show newest version
{
  "name": "UsageBotPolicy",
  "displayName": "Usage Bot Policy",
  "fullyQualifiedName": "UsageBotPolicy",
  "description": "Policy for Usage Bot to perform operations on metadata entities.",
  "enabled": true,
  "allowDelete": false,
  "provider": "system",
  "rules": [
    {
      "name": "UsageBotRule-Allow-Query-Table",
      "description" : "Allow creating and updated Queries.",
      "resources" : ["query", "table"],
      "operations": ["Create", "EditAll", "ViewAll"],
      "effect": "allow"
    },
    {
      "name": "UsageBotRule-Allow-Usage",
      "description" : "Allow handling usage and lifecycle information.",
      "resources" : ["All"],
      "operations": ["EditAll", "ViewAll"],
      "effect": "allow"
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy