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

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

There is a newer version: 1.5.11
Show newest version
{
  "name": "ApplicationBotPolicy",
  "displayName": "Application Bot Policy",
  "fullyQualifiedName": "ApplicationBotPolicy",
  "description": "Policy for application Bots to perform operations on metadata entities.",
  "enabled": true,
  "allowDelete": false,
  "provider": "system",
  "rules": [
    {
      "name": "ApplicationBotRule-Allow",
      "description" : "Allow ingestion bots to read data entities",
      "resources" : ["All"],
      "operations": ["Create", "EditAll", "ViewAll", "Delete"],
      "effect": "allow"
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy