GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1OrganizationConfig (google_api_data_catalog v0.32.2)
View SourceThe configuration related to the migration from Data Catalog to Dataplex that has been applied to an organization and any projects under it. It is the response message for RetrieveConfig.
Attributes
-
config
(type:%{optional(String.t) => GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1MigrationConfig.t}
, default:nil
) - Map of organizations and project resource names and their configuration. The format for the map keys isorganizations/{organizationId}
orprojects/{projectId}
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1OrganizationConfig{ config: %{ optional(String.t()) => GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1MigrationConfig.t() } | nil }