Updates a Registration's management settings.
HTTP request
POST https://domains.googleapis.com/v1beta1/{registration=projects/*/locations/*/registrations/*}:configureManagementSettings
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| registration | 
 Required. The name of the  Authorization requires the following IAM permission on the specified resource  
 | 
Request body
The request body contains data with the following structure:
| JSON representation | 
|---|
| {
  "managementSettings": {
    object ( | 
| Fields | |
|---|---|
| managementSettings | 
 Fields of the  | 
| updateMask | 
 Required. The field mask describing which fields to update as a comma-separated list. For example, if only the transfer lock is being updated, the  This is a comma-separated list of fully qualified names of fields. Example:  | 
Response body
If successful, the response body contains an instance of Operation.
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.