Gets the access control policy for a database or backup resource. Returns an empty policy if a database or backup exists but does not have a policy set.
Authorization requires spanner.databases.getIamPolicy permission on resource. For backups, authorization requires spanner.backups.getIamPolicy permission on resource. For backup schedules, authorization requires spanner.backupSchedules.getIamPolicy permission on resource.
HTTP request
POST https://spanner.googleapis.com/v1/{resource=projects/*/instances/*/backups/*}:getIamPolicy The URLs use gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
resource |
REQUIRED: The Cloud Spanner resource for which the policy is being retrieved. The format is |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{
"options": {
object ( |
| Fields | |
|---|---|
options |
OPTIONAL: A |
Response body
If successful, the response body contains an instance of Policy.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/spanner.adminhttps://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.