Method: organizations.sources.locations.findings.export

Kicks off an LRO to export findings for an organization to the customer's BigQuery dataset.

HTTP request


The URLs use gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

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 destination can be only one of the following:
  "bigQueryDestination": {
    object (BigQueryDestination)
  }
  // End of list of possible types for union field destination.
}
Fields
Union field destination. The destination to export findings to. destination can be only one of the following:
bigQueryDestination

object (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.

BigQueryDestination

The destination BigQuery dataset to export findings to.

JSON representation
{
  "dataset": string
}
Fields
dataset

string

Required. The relative resource name of the destination dataset, in the form projects/{projectId}/datasets/{datasetId}.