Class CreateBigQueryExportRequest (1.18.1)

CreateBigQueryExportRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for creating a BigQuery export.

Attributes

NameDescription
parent str
Required. The name of the parent resource of the new BigQuery export. Its format is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
big_query_export google.cloud.securitycenter_v1.types.BigQueryExport
Required. The BigQuery export being created.
big_query_export_id str
Required. Unique identifier provided by the client within the parent scope. It must consist of lower case letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.