Export governance information for an EngineConfig resource. For information on the exported fields, see AML output data model.
HTTP request
POST https://financialservices.googleapis.com/v1/{engineConfig=projects/*/locations/*/instances/*/engineConfigs/*}:exportMetadata
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| engineConfig | 
 Required. The resource name of the EngineConfig. Authorization requires the following IAM permission on the specified resource  
 | 
Request body
The request body contains data with the following structure:
| JSON representation | 
|---|
| {
  "structuredMetadataDestination": {
    object ( | 
| Fields | |
|---|---|
| structuredMetadataDestination | 
 Required. BigQuery output where the metadata will be written. | 
Response body
If successful, the response body contains an instance of Operation.
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 engineConfig resource:
- financialservices.v1engineconfigs.exportMetadata
For more information, see the IAM documentation.