google-native logo
Google Cloud Native v0.28.0, Feb 2 23

google-native.securitycenter/v1.getFolderBigQueryExport

Gets a BigQuery export.

Using getFolderBigQueryExport

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getFolderBigQueryExport(args: GetFolderBigQueryExportArgs, opts?: InvokeOptions): Promise<GetFolderBigQueryExportResult>
function getFolderBigQueryExportOutput(args: GetFolderBigQueryExportOutputArgs, opts?: InvokeOptions): Output<GetFolderBigQueryExportResult>
def get_folder_big_query_export(big_query_export_id: Optional[str] = None,
                                folder_id: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetFolderBigQueryExportResult
def get_folder_big_query_export_output(big_query_export_id: Optional[pulumi.Input[str]] = None,
                                folder_id: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetFolderBigQueryExportResult]
func LookupFolderBigQueryExport(ctx *Context, args *LookupFolderBigQueryExportArgs, opts ...InvokeOption) (*LookupFolderBigQueryExportResult, error)
func LookupFolderBigQueryExportOutput(ctx *Context, args *LookupFolderBigQueryExportOutputArgs, opts ...InvokeOption) LookupFolderBigQueryExportResultOutput

> Note: This function is named LookupFolderBigQueryExport in the Go SDK.

public static class GetFolderBigQueryExport 
{
    public static Task<GetFolderBigQueryExportResult> InvokeAsync(GetFolderBigQueryExportArgs args, InvokeOptions? opts = null)
    public static Output<GetFolderBigQueryExportResult> Invoke(GetFolderBigQueryExportInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFolderBigQueryExportResult> getFolderBigQueryExport(GetFolderBigQueryExportArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: google-native:securitycenter/v1:getFolderBigQueryExport
  arguments:
    # arguments dictionary

The following arguments are supported:

getFolderBigQueryExport Result

The following output properties are available:

CreateTime string

The time at which the BigQuery export was created. This field is set by the server and will be ignored if provided on export on creation.

Dataset string

The dataset to write findings' updates to. Its format is "projects/[project_id]/datasets/[bigquery_dataset_id]". BigQuery Dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).

Description string

The description of the export (max of 1024 characters).

Filter string

Expression that defines the filter to apply across create/update events of findings. The expression is a list of zero or more restrictions combined via logical operators AND and OR. Parentheses are supported, and OR has higher precedence than AND. Restrictions have the form and may have a - character in front of them to indicate negation. The fields map to those defined in the corresponding resource. The supported operators are: * = for all value types. * >, <, >=, <= for integer values. * :, meaning substring matching, for strings. The supported value types are: * string literals in quotes. * integer literals without quotes. * boolean literals true and false without quotes.

MostRecentEditor string

Email address of the user who last edited the BigQuery export. This field is set by the server and will be ignored if provided on export creation or update.

Name string

The relative resource name of this export. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name. Example format: "organizations/{organization_id}/bigQueryExports/{export_id}" Example format: "folders/{folder_id}/bigQueryExports/{export_id}" Example format: "projects/{project_id}/bigQueryExports/{export_id}" This field is provided in responses, and is ignored when provided in create requests.

Principal string

The service account that needs permission to create table and upload data to the BigQuery dataset.

UpdateTime string

The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.

CreateTime string

The time at which the BigQuery export was created. This field is set by the server and will be ignored if provided on export on creation.

Dataset string

The dataset to write findings' updates to. Its format is "projects/[project_id]/datasets/[bigquery_dataset_id]". BigQuery Dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).

Description string

The description of the export (max of 1024 characters).

Filter string

Expression that defines the filter to apply across create/update events of findings. The expression is a list of zero or more restrictions combined via logical operators AND and OR. Parentheses are supported, and OR has higher precedence than AND. Restrictions have the form and may have a - character in front of them to indicate negation. The fields map to those defined in the corresponding resource. The supported operators are: * = for all value types. * >, <, >=, <= for integer values. * :, meaning substring matching, for strings. The supported value types are: * string literals in quotes. * integer literals without quotes. * boolean literals true and false without quotes.

MostRecentEditor string

Email address of the user who last edited the BigQuery export. This field is set by the server and will be ignored if provided on export creation or update.

Name string

The relative resource name of this export. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name. Example format: "organizations/{organization_id}/bigQueryExports/{export_id}" Example format: "folders/{folder_id}/bigQueryExports/{export_id}" Example format: "projects/{project_id}/bigQueryExports/{export_id}" This field is provided in responses, and is ignored when provided in create requests.

Principal string

The service account that needs permission to create table and upload data to the BigQuery dataset.

UpdateTime string

The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.

createTime String

The time at which the BigQuery export was created. This field is set by the server and will be ignored if provided on export on creation.

dataset String

The dataset to write findings' updates to. Its format is "projects/[project_id]/datasets/[bigquery_dataset_id]". BigQuery Dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).

description String

The description of the export (max of 1024 characters).

filter String

Expression that defines the filter to apply across create/update events of findings. The expression is a list of zero or more restrictions combined via logical operators AND and OR. Parentheses are supported, and OR has higher precedence than AND. Restrictions have the form and may have a - character in front of them to indicate negation. The fields map to those defined in the corresponding resource. The supported operators are: * = for all value types. * >, <, >=, <= for integer values. * :, meaning substring matching, for strings. The supported value types are: * string literals in quotes. * integer literals without quotes. * boolean literals true and false without quotes.

mostRecentEditor String

Email address of the user who last edited the BigQuery export. This field is set by the server and will be ignored if provided on export creation or update.

name String

The relative resource name of this export. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name. Example format: "organizations/{organization_id}/bigQueryExports/{export_id}" Example format: "folders/{folder_id}/bigQueryExports/{export_id}" Example format: "projects/{project_id}/bigQueryExports/{export_id}" This field is provided in responses, and is ignored when provided in create requests.

principal String

The service account that needs permission to create table and upload data to the BigQuery dataset.

updateTime String

The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.

createTime string

The time at which the BigQuery export was created. This field is set by the server and will be ignored if provided on export on creation.

dataset string

The dataset to write findings' updates to. Its format is "projects/[project_id]/datasets/[bigquery_dataset_id]". BigQuery Dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).

description string

The description of the export (max of 1024 characters).

filter string

Expression that defines the filter to apply across create/update events of findings. The expression is a list of zero or more restrictions combined via logical operators AND and OR. Parentheses are supported, and OR has higher precedence than AND. Restrictions have the form and may have a - character in front of them to indicate negation. The fields map to those defined in the corresponding resource. The supported operators are: * = for all value types. * >, <, >=, <= for integer values. * :, meaning substring matching, for strings. The supported value types are: * string literals in quotes. * integer literals without quotes. * boolean literals true and false without quotes.

mostRecentEditor string

Email address of the user who last edited the BigQuery export. This field is set by the server and will be ignored if provided on export creation or update.

name string

The relative resource name of this export. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name. Example format: "organizations/{organization_id}/bigQueryExports/{export_id}" Example format: "folders/{folder_id}/bigQueryExports/{export_id}" Example format: "projects/{project_id}/bigQueryExports/{export_id}" This field is provided in responses, and is ignored when provided in create requests.

principal string

The service account that needs permission to create table and upload data to the BigQuery dataset.

updateTime string

The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.

create_time str

The time at which the BigQuery export was created. This field is set by the server and will be ignored if provided on export on creation.

dataset str

The dataset to write findings' updates to. Its format is "projects/[project_id]/datasets/[bigquery_dataset_id]". BigQuery Dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).

description str

The description of the export (max of 1024 characters).

filter str

Expression that defines the filter to apply across create/update events of findings. The expression is a list of zero or more restrictions combined via logical operators AND and OR. Parentheses are supported, and OR has higher precedence than AND. Restrictions have the form and may have a - character in front of them to indicate negation. The fields map to those defined in the corresponding resource. The supported operators are: * = for all value types. * >, <, >=, <= for integer values. * :, meaning substring matching, for strings. The supported value types are: * string literals in quotes. * integer literals without quotes. * boolean literals true and false without quotes.

most_recent_editor str

Email address of the user who last edited the BigQuery export. This field is set by the server and will be ignored if provided on export creation or update.

name str

The relative resource name of this export. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name. Example format: "organizations/{organization_id}/bigQueryExports/{export_id}" Example format: "folders/{folder_id}/bigQueryExports/{export_id}" Example format: "projects/{project_id}/bigQueryExports/{export_id}" This field is provided in responses, and is ignored when provided in create requests.

principal str

The service account that needs permission to create table and upload data to the BigQuery dataset.

update_time str

The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.

createTime String

The time at which the BigQuery export was created. This field is set by the server and will be ignored if provided on export on creation.

dataset String

The dataset to write findings' updates to. Its format is "projects/[project_id]/datasets/[bigquery_dataset_id]". BigQuery Dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).

description String

The description of the export (max of 1024 characters).

filter String

Expression that defines the filter to apply across create/update events of findings. The expression is a list of zero or more restrictions combined via logical operators AND and OR. Parentheses are supported, and OR has higher precedence than AND. Restrictions have the form and may have a - character in front of them to indicate negation. The fields map to those defined in the corresponding resource. The supported operators are: * = for all value types. * >, <, >=, <= for integer values. * :, meaning substring matching, for strings. The supported value types are: * string literals in quotes. * integer literals without quotes. * boolean literals true and false without quotes.

mostRecentEditor String

Email address of the user who last edited the BigQuery export. This field is set by the server and will be ignored if provided on export creation or update.

name String

The relative resource name of this export. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name. Example format: "organizations/{organization_id}/bigQueryExports/{export_id}" Example format: "folders/{folder_id}/bigQueryExports/{export_id}" Example format: "projects/{project_id}/bigQueryExports/{export_id}" This field is provided in responses, and is ignored when provided in create requests.

principal String

The service account that needs permission to create table and upload data to the BigQuery dataset.

updateTime String

The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0