Update database security

Updates the group access to a secured database.

Tenant security enables the owner of a database to restrict access to that 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.

Tenant security is an optional Data Bridge feature that enables organizations to segregate data and restrict access to secured resoruces (servers and databases) based on business need. To learn more, see Tenant Security

Path Params
string
required

Name of managed SQL Server instance.

string
required

Name of database.

Body Params
Responses
204

No content.

400

Bad Request. Some of the provided parameters were not valid.

404

Not found. The entity you are trying to interact with does not
exist.

500

Internal Server Error. If the problem persists you may want to
contact the Administrator.

Language
URL