MigrationConfig

The configuration related to the migration to Dataplex Universal Catalog applied to an organization or project. It is the response message for locations.setConfig and locations.retrieveEffectiveConfig.

JSON representation
{
  "tagTemplateMigration": enum (TagTemplateMigration),
  "catalogUiExperience": enum (CatalogUIExperience),
  "templateMigrationEnabledTime": string
}
Fields
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.

templateMigrationEnabledTime

string (Timestamp format)

The time when the Tag Template migration was enabled. If the Tag Template migration is not enabled, this field is not set.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".