- HTTP request
- Path parameters
- Request body
- Response body
- Authorization Scopes
- OnPremDomainDetails
- Try it!
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 |
Required. The domain resource name using the form: Authorization requires the following IAM permission on the specified resource
|
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"migratingDomains": [
{
object ( |
Fields | |
---|---|
migratingDomains[] |
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 |
Required. FQDN of the on-prem domain being migrated. |
disableSidFiltering |
Optional. Option to disable SID filtering. |