Databricks group mapping

The Protect group mapping for Databricks must follow the syntax for principals.

Suppose that you want to create a Protect group named Sales that maps to the Databricks group SALES. Then, the Protect API to add a new group should have the following syntax.

{
  "name": "Sales",
  "mappings":
  [
    {
     "provider": "Databricks",
     "identity": "SALES"
    }
  ]
}