1. Packages
  2. Google Cloud Native
  3. API Docs
  4. securitycenter
  5. securitycenter/v1
  6. getOrganizationBigQueryExport

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-native logo

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:

    getOrganizationBigQueryExport 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
    google-native logo

    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