Updates the list of groups assigned to a secured database.

Data source security enables you to restrict access to a secured resource. If a database is secured, the owner of that database can grant or revoke access to that database on a group-by-group basis.

The request package defines an array of operations that grant or revoke access to the specified secured database.

[
  {
    "operation": "Add",
    "targetProperty": "groupId",
    "value": "8e676a8f-63ed-4cc0-8678-9a20ce41a80a"
  },
  {
    "operation": "Remove",
    "targetProperty": "groupId",
    "value": "4x679a8a-74et-4cc0-8678-7g90ee96d00f"
  }
]

🍐

Secured Data Resource Permissions

This operation can only be performed the owner of a secured database. To learn more, see Administer Server and Database Security.

Language
URL