Class GoogleCloudDatacatalogV1OrganizationConfig
The 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.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1OrganizationConfig : IDirectResponseSchema
Properties
Config
Map of organizations and project resource names and their configuration. The format for the map keys is
organizations/{organizationId}
or projects/{projectId}
.
Declaration
[JsonProperty("config")]
public virtual IDictionary<string, GoogleCloudDatacatalogV1MigrationConfig> Config { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudDatacatalogV1MigrationConfig> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |