- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Sets the configuration related to the migration to Dataplex Universal Catalog for an organization or project.
HTTP request
POST https://datacatalog.googleapis.com/v1/{name}:setConfig
Path parameters
| Parameters | |
|---|---|
name
|
Required. The organization or project whose config is being specified. It takes the form |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{ // Union field |
configuration
. The configuration field to set. configuration
can be only one of the following:tagTemplateMigration
enum (
TagTemplateMigration
)
Opt-in status for the migration of Tag Templates to Dataplex Universal Catalog.
catalogUiExperience
enum (
CatalogUIExperience
)
Opt-in status for the UI switch to Dataplex Universal Catalog.
Response body
If successful, the response body contains an instance of MigrationConfig
.
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview .
IAM Permissions
Requires the following IAM
permission on the name
resource:
-
datacatalog.migrationConfig.set
For more information, see the IAM documentation .

