Kicks off an LRO to export findings for an organization to the customer's BigQuery dataset.
HTTP request
POST https://securitycenter.googleapis.com/v2/{parent=folders/*/sources/*/locations/*}/findings:export The URLs use gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The relative name of the export scope. Example formats: organizations/{organization}/sources/-/locations/{location} |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{ // Union field |
| Fields | |
|---|---|
Union field destination. The destination to export findings to. destination can be only one of the following: |
|
bigQueryDestination |
Required. The destination BigQuery dataset to export findings to. |
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.