Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.securitycenter/v1.getOrganizationBigQueryExport
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets a BigQuery export.
Using getOrganizationBigQueryExport
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 getOrganizationBigQueryExport(args: GetOrganizationBigQueryExportArgs, opts?: InvokeOptions): Promise<GetOrganizationBigQueryExportResult>
function getOrganizationBigQueryExportOutput(args: GetOrganizationBigQueryExportOutputArgs, opts?: InvokeOptions): Output<GetOrganizationBigQueryExportResult>
def get_organization_big_query_export(big_query_export_id: Optional[str] = None,
organization_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOrganizationBigQueryExportResult
def get_organization_big_query_export_output(big_query_export_id: Optional[pulumi.Input[str]] = None,
organization_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationBigQueryExportResult]
func LookupOrganizationBigQueryExport(ctx *Context, args *LookupOrganizationBigQueryExportArgs, opts ...InvokeOption) (*LookupOrganizationBigQueryExportResult, error)
func LookupOrganizationBigQueryExportOutput(ctx *Context, args *LookupOrganizationBigQueryExportOutputArgs, opts ...InvokeOption) LookupOrganizationBigQueryExportResultOutput
> Note: This function is named LookupOrganizationBigQueryExport
in the Go SDK.
public static class GetOrganizationBigQueryExport
{
public static Task<GetOrganizationBigQueryExportResult> InvokeAsync(GetOrganizationBigQueryExportArgs args, InvokeOptions? opts = null)
public static Output<GetOrganizationBigQueryExportResult> Invoke(GetOrganizationBigQueryExportInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOrganizationBigQueryExportResult> getOrganizationBigQueryExport(GetOrganizationBigQueryExportArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:securitycenter/v1:getOrganizationBigQueryExport
arguments:
# arguments dictionary
The following arguments are supported:
- Big
Query stringExport Id - Organization
Id string
- Big
Query stringExport Id - Organization
Id string
- big
Query StringExport Id - organization
Id String
- big
Query stringExport Id - organization
Id string
- big
Query StringExport Id - organization
Id String
getOrganizationBigQueryExport Result
The following output properties are available:
- Create
Time 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
andOR
. Parentheses are supported, andOR
has higher precedence thanAND
. Restrictions have the formand 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 literalstrue
andfalse
without quotes. - Most
Recent stringEditor - 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.
- Update
Time 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 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
andOR
. Parentheses are supported, andOR
has higher precedence thanAND
. Restrictions have the formand 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 literalstrue
andfalse
without quotes. - Most
Recent stringEditor - 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.
- Update
Time 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 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
andOR
. Parentheses are supported, andOR
has higher precedence thanAND
. Restrictions have the formand 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 literalstrue
andfalse
without quotes. - most
Recent StringEditor - 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.
- update
Time 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 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
andOR
. Parentheses are supported, andOR
has higher precedence thanAND
. Restrictions have the formand 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 literalstrue
andfalse
without quotes. - most
Recent stringEditor - 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.
- update
Time 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
andOR
. Parentheses are supported, andOR
has higher precedence thanAND
. Restrictions have the formand 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 literalstrue
andfalse
without quotes. - most_
recent_ streditor - 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.
- create
Time 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
andOR
. Parentheses are supported, andOR
has higher precedence thanAND
. Restrictions have the formand 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 literalstrue
andfalse
without quotes. - most
Recent StringEditor - 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.
- update
Time 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
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi