GoogleCloudDatacatalogV1OrganizationConfig
import type { GoogleCloudDatacatalogV1OrganizationConfig } from "https://googleapis.deno.dev/v1/datacatalog:v1.ts";
The configuration related to the migration from Data Catalog to Dataplex Universal Catalog that has been applied to an organization and any projects under it. It is the response message for RetrieveConfig.
interface GoogleCloudDatacatalogV1OrganizationConfig {
config?: {};
}[key: string]: GoogleCloudDatacatalogV1MigrationConfig;
§Properties
§
config?: {}
[src][key: string]: GoogleCloudDatacatalogV1MigrationConfig;
Map of organizations and project resource names and their configuration.
The format for the map keys is organizations/{organizationId}
or
projects/{projectId}
.