Snowflake group mapping

The Protect group mapping for Snowflake must follow the syntax for identifiers.

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

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