mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-22 05:13:50 +00:00
26 lines
771 B
JSON
26 lines
771 B
JSON
{
|
|
"name": "AutoClassificationBotPolicy",
|
|
"displayName": "AutoClassification Bot Policy",
|
|
"fullyQualifiedName": "AutoClassificationBotPolicy",
|
|
"description": "Policy for AutoClassification Bot to perform operations on metadata entities.",
|
|
"enabled": true,
|
|
"allowDelete": false,
|
|
"provider": "system",
|
|
"rules": [
|
|
{
|
|
"name": "AutoClassificationBotRule-Allow-Table",
|
|
"description" : "Allow adding tags and sample data to the tables",
|
|
"resources" : ["Table"],
|
|
"operations": ["EditAll", "ViewAll"],
|
|
"effect": "allow"
|
|
},
|
|
{
|
|
"name": "AutoClassificationBotRule-ViewAll",
|
|
"description" : "Allow viewing all assets",
|
|
"resources" : ["All"],
|
|
"operations": ["ViewAll"],
|
|
"effect": "allow"
|
|
}
|
|
]
|
|
}
|