- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Retrieves the effective configuration related to the migration from Data Catalog to Dataplex for a specific organization or project. If there is no specific configuration set for the resource, the setting is checked hierarchicahlly through the ancestors of the resource, starting from the resource itself.
HTTP request
GET https://datacatalog.googleapis.com/v1/{name}:retrieveEffectiveConfig
Path parameters
Parameters | |
---|---|
name |
Required. The resource whose effective config is being retrieved. It takes the form |
Request body
The request body must be empty.
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.get
For more information, see the IAM documentation.