mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-02-06 19:02:24 +00:00
18 lines
384 B
JSON
18 lines
384 B
JSON
{
|
|
"name": "AutoClassificationBotRole",
|
|
"displayName": "Auto Classification bot role",
|
|
"description": "Role corresponding to a Auto Classification bot.",
|
|
"allowDelete": false,
|
|
"provider": "system",
|
|
"policies" : [
|
|
{
|
|
"type" : "policy",
|
|
"name" : "DefaultBotPolicy"
|
|
},
|
|
{
|
|
"type" : "policy",
|
|
"name" : "AutoClassificationBotPolicy"
|
|
}
|
|
]
|
|
}
|