Method: projects.locations.registrations.configureManagementSettings

Updates a Registration's management settings.

HTTP request

POST https://domains.googleapis.com/v1/{registration=projects/*/locations/*/registrations/*}:configureManagementSettings

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
registration

string

Required. The name of the Registration whose management settings are being updated, in the format projects/*/locations/*/registrations/*.

Authorization requires the following IAM permission on the specified resource registration:

  • domains.registrations.configureManagement

Request body

The request body contains data with the following structure:

JSON representation
{
  "managementSettings": {
    object (ManagementSettings)
  },
  "updateMask": string
}
Fields
managementSettings

object (ManagementSettings)

Fields of the ManagementSettings to update.

updateMask

string (FieldMask format)

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 updateMask is "transferLockState".

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

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.