json.data.policy.IngestionBotPolicy.json Maven / Gradle / Ivy
{
"name": "IngestionBotPolicy",
"displayName": "Ingestion Bot Policy",
"fullyQualifiedName": "IngestionBotPolicy",
"description": "Policy for ingestion Bots to perform operations on metadata entities.",
"enabled": true,
"allowDelete": false,
"provider": "system",
"rules": [
{
"name": "IngestionBotRule-Allow",
"description" : "Allow ingestion bots to create/update/delete data entities",
"resources" : ["All"],
"operations": ["Create", "EditAll", "ViewAll", "Delete"],
"effect": "allow"
}
]
}