Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.DataSafe.getDiscoveryJob
Explore with Pulumi AI
This data source provides details about a specific Discovery Job resource in Oracle Cloud Infrastructure Data Safe service.
Gets the details of the specified discovery job.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDiscoveryJob = oci.DataSafe.getDiscoveryJob({
discoveryJobId: testDiscoveryJobOciDataSafeDiscoveryJob.id,
});
import pulumi
import pulumi_oci as oci
test_discovery_job = oci.DataSafe.get_discovery_job(discovery_job_id=test_discovery_job_oci_data_safe_discovery_job["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/DataSafe"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := DataSafe.GetDiscoveryJob(ctx, &datasafe.GetDiscoveryJobArgs{
DiscoveryJobId: testDiscoveryJobOciDataSafeDiscoveryJob.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testDiscoveryJob = Oci.DataSafe.GetDiscoveryJob.Invoke(new()
{
DiscoveryJobId = testDiscoveryJobOciDataSafeDiscoveryJob.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataSafe.DataSafeFunctions;
import com.pulumi.oci.DataSafe.inputs.GetDiscoveryJobArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testDiscoveryJob = DataSafeFunctions.getDiscoveryJob(GetDiscoveryJobArgs.builder()
.discoveryJobId(testDiscoveryJobOciDataSafeDiscoveryJob.id())
.build());
}
}
variables:
testDiscoveryJob:
fn::invoke:
Function: oci:DataSafe:getDiscoveryJob
Arguments:
discoveryJobId: ${testDiscoveryJobOciDataSafeDiscoveryJob.id}
Using getDiscoveryJob
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 getDiscoveryJob(args: GetDiscoveryJobArgs, opts?: InvokeOptions): Promise<GetDiscoveryJobResult>
function getDiscoveryJobOutput(args: GetDiscoveryJobOutputArgs, opts?: InvokeOptions): Output<GetDiscoveryJobResult>
def get_discovery_job(discovery_job_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDiscoveryJobResult
def get_discovery_job_output(discovery_job_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDiscoveryJobResult]
func GetDiscoveryJob(ctx *Context, args *GetDiscoveryJobArgs, opts ...InvokeOption) (*GetDiscoveryJobResult, error)
func GetDiscoveryJobOutput(ctx *Context, args *GetDiscoveryJobOutputArgs, opts ...InvokeOption) GetDiscoveryJobResultOutput
> Note: This function is named GetDiscoveryJob
in the Go SDK.
public static class GetDiscoveryJob
{
public static Task<GetDiscoveryJobResult> InvokeAsync(GetDiscoveryJobArgs args, InvokeOptions? opts = null)
public static Output<GetDiscoveryJobResult> Invoke(GetDiscoveryJobInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDiscoveryJobResult> getDiscoveryJob(GetDiscoveryJobArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:DataSafe/getDiscoveryJob:getDiscoveryJob
arguments:
# arguments dictionary
The following arguments are supported:
- Discovery
Job stringId - The OCID of the discovery job.
- Discovery
Job stringId - The OCID of the discovery job.
- discovery
Job StringId - The OCID of the discovery job.
- discovery
Job stringId - The OCID of the discovery job.
- discovery_
job_ strid - The OCID of the discovery job.
- discovery
Job StringId - The OCID of the discovery job.
getDiscoveryJob Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment that contains the discovery job.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example:
{"Operations.CostCenter": "42"}
- Discovery
Job stringId - Discovery
Type string - The type of the discovery job. It defines the job's scope. NEW identifies new sensitive columns in the target database that are not in the sensitive data model. DELETED identifies columns that are present in the sensitive data model but have been deleted from the target database. MODIFIED identifies columns that are present in the target database as well as the sensitive data model but some of their attributes have been modified. ALL covers all the above three scenarios and reports new, deleted and modified columns.
- Display
Name string - The display name of the discovery job.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"}
- Id string
- The OCID of the discovery job.
- Is
App boolDefined Relation Discovery Enabled - Indicates if the discovery job should identify potential application-level (non-dictionary) referential relationships between columns. Note that data discovery automatically identifies and adds database-level (dictionary-defined) relationships. This option helps identify application-level relationships that are not defined in the database dictionary, which in turn, helps identify additional sensitive columns and preserve referential integrity during data masking. It's disabled by default and should be used only if there is a need to identify application-level relationships.
- Is
Include boolAll Schemas - Indicates if all the schemas in the associated target database are used for data discovery. If it is set to true, sensitive data is discovered in all schemas (except for schemas maintained by Oracle).
- Is
Include boolAll Sensitive Types - Indicates if all the existing sensitive types are used for data discovery. If it's set to true, the sensitiveTypeIdsForDiscovery attribute is ignored and all sensitive types are used.
- Is
Sample boolData Collection Enabled - Indicates if the discovery job should collect and store sample data values for the discovered columns. Sample data helps review the discovered columns and ensure that they actually contain sensitive data. As it collects original data from the target database, it's disabled by default and should be used only if it's acceptable to store sample data in Data Safe's repository in Oracle Cloud. Note that sample data values are not collected for columns with the following data types: LONG, LOB, RAW, XMLTYPE and BFILE.
- Schemas
For List<string>Discoveries - The schemas used for data discovery.
- Sensitive
Data stringModel Id - The OCID of the sensitive data model associated with the discovery job.
- Sensitive
Type List<string>Ids For Discoveries - The OCIDs of the sensitive types used for data discovery.
- State string
- The current state of the discovery job.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Tables
For List<GetDiscoveries Discovery Job Tables For Discovery> - The data discovery jobs will scan the tables specified here, including both schemas and tables.
- Target
Id string - The OCID of the target database associated with the discovery job.
- Time
Finished string - The date and time the discovery job finished, in the format defined by RFC3339..
- Time
Started string - The date and time the discovery job started, in the format defined by RFC3339.
- Total
Columns stringScanned - The total number of columns scanned by the discovery job.
- Total
Deleted stringSensitive Columns - The total number of deleted sensitive columns identified by the discovery job.
- Total
Modified stringSensitive Columns - The total number of modified sensitive columns identified by the discovery job.
- Total
New stringSensitive Columns - The total number of new sensitive columns identified by the discovery job.
- Total
Objects stringScanned - The total number of objects (tables and editioning views) scanned by the discovery job.
- Total
Schemas stringScanned - The total number of schemas scanned by the discovery job.
- Compartment
Id string - The OCID of the compartment that contains the discovery job.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example:
{"Operations.CostCenter": "42"}
- Discovery
Job stringId - Discovery
Type string - The type of the discovery job. It defines the job's scope. NEW identifies new sensitive columns in the target database that are not in the sensitive data model. DELETED identifies columns that are present in the sensitive data model but have been deleted from the target database. MODIFIED identifies columns that are present in the target database as well as the sensitive data model but some of their attributes have been modified. ALL covers all the above three scenarios and reports new, deleted and modified columns.
- Display
Name string - The display name of the discovery job.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"}
- Id string
- The OCID of the discovery job.
- Is
App boolDefined Relation Discovery Enabled - Indicates if the discovery job should identify potential application-level (non-dictionary) referential relationships between columns. Note that data discovery automatically identifies and adds database-level (dictionary-defined) relationships. This option helps identify application-level relationships that are not defined in the database dictionary, which in turn, helps identify additional sensitive columns and preserve referential integrity during data masking. It's disabled by default and should be used only if there is a need to identify application-level relationships.
- Is
Include boolAll Schemas - Indicates if all the schemas in the associated target database are used for data discovery. If it is set to true, sensitive data is discovered in all schemas (except for schemas maintained by Oracle).
- Is
Include boolAll Sensitive Types - Indicates if all the existing sensitive types are used for data discovery. If it's set to true, the sensitiveTypeIdsForDiscovery attribute is ignored and all sensitive types are used.
- Is
Sample boolData Collection Enabled - Indicates if the discovery job should collect and store sample data values for the discovered columns. Sample data helps review the discovered columns and ensure that they actually contain sensitive data. As it collects original data from the target database, it's disabled by default and should be used only if it's acceptable to store sample data in Data Safe's repository in Oracle Cloud. Note that sample data values are not collected for columns with the following data types: LONG, LOB, RAW, XMLTYPE and BFILE.
- Schemas
For []stringDiscoveries - The schemas used for data discovery.
- Sensitive
Data stringModel Id - The OCID of the sensitive data model associated with the discovery job.
- Sensitive
Type []stringIds For Discoveries - The OCIDs of the sensitive types used for data discovery.
- State string
- The current state of the discovery job.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Tables
For []GetDiscoveries Discovery Job Tables For Discovery - The data discovery jobs will scan the tables specified here, including both schemas and tables.
- Target
Id string - The OCID of the target database associated with the discovery job.
- Time
Finished string - The date and time the discovery job finished, in the format defined by RFC3339..
- Time
Started string - The date and time the discovery job started, in the format defined by RFC3339.
- Total
Columns stringScanned - The total number of columns scanned by the discovery job.
- Total
Deleted stringSensitive Columns - The total number of deleted sensitive columns identified by the discovery job.
- Total
Modified stringSensitive Columns - The total number of modified sensitive columns identified by the discovery job.
- Total
New stringSensitive Columns - The total number of new sensitive columns identified by the discovery job.
- Total
Objects stringScanned - The total number of objects (tables and editioning views) scanned by the discovery job.
- Total
Schemas stringScanned - The total number of schemas scanned by the discovery job.
- compartment
Id String - The OCID of the compartment that contains the discovery job.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example:
{"Operations.CostCenter": "42"}
- discovery
Job StringId - discovery
Type String - The type of the discovery job. It defines the job's scope. NEW identifies new sensitive columns in the target database that are not in the sensitive data model. DELETED identifies columns that are present in the sensitive data model but have been deleted from the target database. MODIFIED identifies columns that are present in the target database as well as the sensitive data model but some of their attributes have been modified. ALL covers all the above three scenarios and reports new, deleted and modified columns.
- display
Name String - The display name of the discovery job.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"}
- id String
- The OCID of the discovery job.
- is
App BooleanDefined Relation Discovery Enabled - Indicates if the discovery job should identify potential application-level (non-dictionary) referential relationships between columns. Note that data discovery automatically identifies and adds database-level (dictionary-defined) relationships. This option helps identify application-level relationships that are not defined in the database dictionary, which in turn, helps identify additional sensitive columns and preserve referential integrity during data masking. It's disabled by default and should be used only if there is a need to identify application-level relationships.
- is
Include BooleanAll Schemas - Indicates if all the schemas in the associated target database are used for data discovery. If it is set to true, sensitive data is discovered in all schemas (except for schemas maintained by Oracle).
- is
Include BooleanAll Sensitive Types - Indicates if all the existing sensitive types are used for data discovery. If it's set to true, the sensitiveTypeIdsForDiscovery attribute is ignored and all sensitive types are used.
- is
Sample BooleanData Collection Enabled - Indicates if the discovery job should collect and store sample data values for the discovered columns. Sample data helps review the discovered columns and ensure that they actually contain sensitive data. As it collects original data from the target database, it's disabled by default and should be used only if it's acceptable to store sample data in Data Safe's repository in Oracle Cloud. Note that sample data values are not collected for columns with the following data types: LONG, LOB, RAW, XMLTYPE and BFILE.
- schemas
For List<String>Discoveries - The schemas used for data discovery.
- sensitive
Data StringModel Id - The OCID of the sensitive data model associated with the discovery job.
- sensitive
Type List<String>Ids For Discoveries - The OCIDs of the sensitive types used for data discovery.
- state String
- The current state of the discovery job.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- tables
For List<GetDiscoveries Discovery Job Tables For Discovery> - The data discovery jobs will scan the tables specified here, including both schemas and tables.
- target
Id String - The OCID of the target database associated with the discovery job.
- time
Finished String - The date and time the discovery job finished, in the format defined by RFC3339..
- time
Started String - The date and time the discovery job started, in the format defined by RFC3339.
- total
Columns StringScanned - The total number of columns scanned by the discovery job.
- total
Deleted StringSensitive Columns - The total number of deleted sensitive columns identified by the discovery job.
- total
Modified StringSensitive Columns - The total number of modified sensitive columns identified by the discovery job.
- total
New StringSensitive Columns - The total number of new sensitive columns identified by the discovery job.
- total
Objects StringScanned - The total number of objects (tables and editioning views) scanned by the discovery job.
- total
Schemas StringScanned - The total number of schemas scanned by the discovery job.
- compartment
Id string - The OCID of the compartment that contains the discovery job.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example:
{"Operations.CostCenter": "42"}
- discovery
Job stringId - discovery
Type string - The type of the discovery job. It defines the job's scope. NEW identifies new sensitive columns in the target database that are not in the sensitive data model. DELETED identifies columns that are present in the sensitive data model but have been deleted from the target database. MODIFIED identifies columns that are present in the target database as well as the sensitive data model but some of their attributes have been modified. ALL covers all the above three scenarios and reports new, deleted and modified columns.
- display
Name string - The display name of the discovery job.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"}
- id string
- The OCID of the discovery job.
- is
App booleanDefined Relation Discovery Enabled - Indicates if the discovery job should identify potential application-level (non-dictionary) referential relationships between columns. Note that data discovery automatically identifies and adds database-level (dictionary-defined) relationships. This option helps identify application-level relationships that are not defined in the database dictionary, which in turn, helps identify additional sensitive columns and preserve referential integrity during data masking. It's disabled by default and should be used only if there is a need to identify application-level relationships.
- is
Include booleanAll Schemas - Indicates if all the schemas in the associated target database are used for data discovery. If it is set to true, sensitive data is discovered in all schemas (except for schemas maintained by Oracle).
- is
Include booleanAll Sensitive Types - Indicates if all the existing sensitive types are used for data discovery. If it's set to true, the sensitiveTypeIdsForDiscovery attribute is ignored and all sensitive types are used.
- is
Sample booleanData Collection Enabled - Indicates if the discovery job should collect and store sample data values for the discovered columns. Sample data helps review the discovered columns and ensure that they actually contain sensitive data. As it collects original data from the target database, it's disabled by default and should be used only if it's acceptable to store sample data in Data Safe's repository in Oracle Cloud. Note that sample data values are not collected for columns with the following data types: LONG, LOB, RAW, XMLTYPE and BFILE.
- schemas
For string[]Discoveries - The schemas used for data discovery.
- sensitive
Data stringModel Id - The OCID of the sensitive data model associated with the discovery job.
- sensitive
Type string[]Ids For Discoveries - The OCIDs of the sensitive types used for data discovery.
- state string
- The current state of the discovery job.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- tables
For GetDiscoveries Discovery Job Tables For Discovery[] - The data discovery jobs will scan the tables specified here, including both schemas and tables.
- target
Id string - The OCID of the target database associated with the discovery job.
- time
Finished string - The date and time the discovery job finished, in the format defined by RFC3339..
- time
Started string - The date and time the discovery job started, in the format defined by RFC3339.
- total
Columns stringScanned - The total number of columns scanned by the discovery job.
- total
Deleted stringSensitive Columns - The total number of deleted sensitive columns identified by the discovery job.
- total
Modified stringSensitive Columns - The total number of modified sensitive columns identified by the discovery job.
- total
New stringSensitive Columns - The total number of new sensitive columns identified by the discovery job.
- total
Objects stringScanned - The total number of objects (tables and editioning views) scanned by the discovery job.
- total
Schemas stringScanned - The total number of schemas scanned by the discovery job.
- compartment_
id str - The OCID of the compartment that contains the discovery job.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example:
{"Operations.CostCenter": "42"}
- discovery_
job_ strid - discovery_
type str - The type of the discovery job. It defines the job's scope. NEW identifies new sensitive columns in the target database that are not in the sensitive data model. DELETED identifies columns that are present in the sensitive data model but have been deleted from the target database. MODIFIED identifies columns that are present in the target database as well as the sensitive data model but some of their attributes have been modified. ALL covers all the above three scenarios and reports new, deleted and modified columns.
- display_
name str - The display name of the discovery job.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"}
- id str
- The OCID of the discovery job.
- is_
app_ booldefined_ relation_ discovery_ enabled - Indicates if the discovery job should identify potential application-level (non-dictionary) referential relationships between columns. Note that data discovery automatically identifies and adds database-level (dictionary-defined) relationships. This option helps identify application-level relationships that are not defined in the database dictionary, which in turn, helps identify additional sensitive columns and preserve referential integrity during data masking. It's disabled by default and should be used only if there is a need to identify application-level relationships.
- is_
include_ boolall_ schemas - Indicates if all the schemas in the associated target database are used for data discovery. If it is set to true, sensitive data is discovered in all schemas (except for schemas maintained by Oracle).
- is_
include_ boolall_ sensitive_ types - Indicates if all the existing sensitive types are used for data discovery. If it's set to true, the sensitiveTypeIdsForDiscovery attribute is ignored and all sensitive types are used.
- is_
sample_ booldata_ collection_ enabled - Indicates if the discovery job should collect and store sample data values for the discovered columns. Sample data helps review the discovered columns and ensure that they actually contain sensitive data. As it collects original data from the target database, it's disabled by default and should be used only if it's acceptable to store sample data in Data Safe's repository in Oracle Cloud. Note that sample data values are not collected for columns with the following data types: LONG, LOB, RAW, XMLTYPE and BFILE.
- schemas_
for_ Sequence[str]discoveries - The schemas used for data discovery.
- sensitive_
data_ strmodel_ id - The OCID of the sensitive data model associated with the discovery job.
- sensitive_
type_ Sequence[str]ids_ for_ discoveries - The OCIDs of the sensitive types used for data discovery.
- state str
- The current state of the discovery job.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- tables_
for_ Sequence[datasafe.discoveries Get Discovery Job Tables For Discovery] - The data discovery jobs will scan the tables specified here, including both schemas and tables.
- target_
id str - The OCID of the target database associated with the discovery job.
- time_
finished str - The date and time the discovery job finished, in the format defined by RFC3339..
- time_
started str - The date and time the discovery job started, in the format defined by RFC3339.
- total_
columns_ strscanned - The total number of columns scanned by the discovery job.
- total_
deleted_ strsensitive_ columns - The total number of deleted sensitive columns identified by the discovery job.
- total_
modified_ strsensitive_ columns - The total number of modified sensitive columns identified by the discovery job.
- total_
new_ strsensitive_ columns - The total number of new sensitive columns identified by the discovery job.
- total_
objects_ strscanned - The total number of objects (tables and editioning views) scanned by the discovery job.
- total_
schemas_ strscanned - The total number of schemas scanned by the discovery job.
- compartment
Id String - The OCID of the compartment that contains the discovery job.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example:
{"Operations.CostCenter": "42"}
- discovery
Job StringId - discovery
Type String - The type of the discovery job. It defines the job's scope. NEW identifies new sensitive columns in the target database that are not in the sensitive data model. DELETED identifies columns that are present in the sensitive data model but have been deleted from the target database. MODIFIED identifies columns that are present in the target database as well as the sensitive data model but some of their attributes have been modified. ALL covers all the above three scenarios and reports new, deleted and modified columns.
- display
Name String - The display name of the discovery job.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"}
- id String
- The OCID of the discovery job.
- is
App BooleanDefined Relation Discovery Enabled - Indicates if the discovery job should identify potential application-level (non-dictionary) referential relationships between columns. Note that data discovery automatically identifies and adds database-level (dictionary-defined) relationships. This option helps identify application-level relationships that are not defined in the database dictionary, which in turn, helps identify additional sensitive columns and preserve referential integrity during data masking. It's disabled by default and should be used only if there is a need to identify application-level relationships.
- is
Include BooleanAll Schemas - Indicates if all the schemas in the associated target database are used for data discovery. If it is set to true, sensitive data is discovered in all schemas (except for schemas maintained by Oracle).
- is
Include BooleanAll Sensitive Types - Indicates if all the existing sensitive types are used for data discovery. If it's set to true, the sensitiveTypeIdsForDiscovery attribute is ignored and all sensitive types are used.
- is
Sample BooleanData Collection Enabled - Indicates if the discovery job should collect and store sample data values for the discovered columns. Sample data helps review the discovered columns and ensure that they actually contain sensitive data. As it collects original data from the target database, it's disabled by default and should be used only if it's acceptable to store sample data in Data Safe's repository in Oracle Cloud. Note that sample data values are not collected for columns with the following data types: LONG, LOB, RAW, XMLTYPE and BFILE.
- schemas
For List<String>Discoveries - The schemas used for data discovery.
- sensitive
Data StringModel Id - The OCID of the sensitive data model associated with the discovery job.
- sensitive
Type List<String>Ids For Discoveries - The OCIDs of the sensitive types used for data discovery.
- state String
- The current state of the discovery job.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- tables
For List<Property Map>Discoveries - The data discovery jobs will scan the tables specified here, including both schemas and tables.
- target
Id String - The OCID of the target database associated with the discovery job.
- time
Finished String - The date and time the discovery job finished, in the format defined by RFC3339..
- time
Started String - The date and time the discovery job started, in the format defined by RFC3339.
- total
Columns StringScanned - The total number of columns scanned by the discovery job.
- total
Deleted StringSensitive Columns - The total number of deleted sensitive columns identified by the discovery job.
- total
Modified StringSensitive Columns - The total number of modified sensitive columns identified by the discovery job.
- total
New StringSensitive Columns - The total number of new sensitive columns identified by the discovery job.
- total
Objects StringScanned - The total number of objects (tables and editioning views) scanned by the discovery job.
- total
Schemas StringScanned - The total number of schemas scanned by the discovery job.
Supporting Types
GetDiscoveryJobTablesForDiscovery
- Schema
Name string - This contains the name of the schema.
- Table
Names List<string> - This contains an optional list of the table names.
- Schema
Name string - This contains the name of the schema.
- Table
Names []string - This contains an optional list of the table names.
- schema
Name String - This contains the name of the schema.
- table
Names List<String> - This contains an optional list of the table names.
- schema
Name string - This contains the name of the schema.
- table
Names string[] - This contains an optional list of the table names.
- schema_
name str - This contains the name of the schema.
- table_
names Sequence[str] - This contains an optional list of the table names.
- schema
Name String - This contains the name of the schema.
- table
Names List<String> - This contains an optional list of the table names.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.