Method: projects.locations.autoProtectionPolicies.bindings.create

Creates a new AutoProtectionPolicyBinding in a given project and location.

HTTP request


POST https://backupdr.googleapis.com/v1beta/{parent=projects/*/locations/*/autoProtectionPolicies/*}/bindings

The URLs use gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent resource where this binding will be created. Format: projects/{project}/locations/{location}/autoProtectionPolicies/{autoProtectionPolicy}

Query parameters

Parameters
autoProtectionPolicyBindingId

string

Required. The ID to use for the binding. This will become the final component of the binding's resource name.

Request body

The request body contains an instance of AutoProtectionPolicyBinding.

Response body

If successful, the response body contains a newly created instance of Operation.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/cloud-backupdr

For more information, see the Authentication Overview.