Method: domains.enableMigration

Full name: projects.locations.global.domains.enableMigration

Enable Domain Migration

HTTP request

POST https://managedidentities.googleapis.com/v1beta1/{domain=projects/*/locations/global/domains/*}:enableMigration

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
domain

string

Required. The domain resource name using the form: projects/{projectId}/locations/global/domains/{domainName}

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

  • managedidentities.domains.enableMigration

Request body

The request body contains data with the following structure:

JSON representation
{
  "migratingDomains": [
    {
      object (OnPremDomainDetails)
    }
  ]
}
Fields
migratingDomains[]

object (OnPremDomainDetails)

Required. List of the on-prem domains to be migrated.

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.

OnPremDomainDetails

OnPremDomainDetails is the message which contains details of on-prem domain which is trusted and needs to be migrated.

JSON representation
{
  "domainName": string,
  "disableSidFiltering": boolean
}
Fields
domainName

string

Required. FQDN of the on-prem domain being migrated.

disableSidFiltering

boolean

Optional. Option to disable SID filtering.