Class CreateBigQueryExportRequest (1.12.0)

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

Request message for creating a big query export.

Attributes

NameDescription
parent str
Required. Resource name of the new big query export's parent. Its format is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
big_query_export google.cloud.securitycenter_v1.types.BigQueryExport
Required. The big query 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.