Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
TablesForDiscovery |
TablesForDiscovery.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<TablesForDiscovery> |
CreateDiscoveryJobDetails.getTablesForDiscovery()
The data discovery jobs will scan the tables specified here, including both schemas and
tables.
|
List<TablesForDiscovery> |
CreateSensitiveDataModelDetails.getTablesForDiscovery()
The data discovery jobs will scan the tables specified here, including both schemas and
tables.
|
List<TablesForDiscovery> |
UpdateSensitiveDataModelDetails.getTablesForDiscovery()
The data discovery jobs will scan the tables specified here, including both schemas and
tables.
|
List<TablesForDiscovery> |
SensitiveDataModel.getTablesForDiscovery()
The data discovery jobs will scan the tables specified here, including both schemas and
tables.
|
List<TablesForDiscovery> |
DiscoveryJob.getTablesForDiscovery()
The data discovery jobs will scan the tables specified here, including both schemas and
tables.
|
Modifier and Type | Method and Description |
---|---|
TablesForDiscovery.Builder |
TablesForDiscovery.Builder.copy(TablesForDiscovery model) |
Modifier and Type | Method and Description |
---|---|
CreateDiscoveryJobDetails.Builder |
CreateDiscoveryJobDetails.Builder.tablesForDiscovery(List<TablesForDiscovery> tablesForDiscovery)
The data discovery jobs will scan the tables specified here, including both schemas and
tables.
|
CreateSensitiveDataModelDetails.Builder |
CreateSensitiveDataModelDetails.Builder.tablesForDiscovery(List<TablesForDiscovery> tablesForDiscovery)
The data discovery jobs will scan the tables specified here, including both schemas and
tables.
|
UpdateSensitiveDataModelDetails.Builder |
UpdateSensitiveDataModelDetails.Builder.tablesForDiscovery(List<TablesForDiscovery> tablesForDiscovery)
The data discovery jobs will scan the tables specified here, including both schemas and
tables.
|
SensitiveDataModel.Builder |
SensitiveDataModel.Builder.tablesForDiscovery(List<TablesForDiscovery> tablesForDiscovery)
The data discovery jobs will scan the tables specified here, including both schemas and
tables.
|
DiscoveryJob.Builder |
DiscoveryJob.Builder.tablesForDiscovery(List<TablesForDiscovery> tablesForDiscovery)
The data discovery jobs will scan the tables specified here, including both schemas and
tables.
|
Constructor and Description |
---|
CreateDiscoveryJobDetails(DiscoveryJob.DiscoveryType discoveryType,
String sensitiveDataModelId,
String compartmentId,
String displayName,
List<String> schemasForDiscovery,
List<TablesForDiscovery> tablesForDiscovery,
List<String> sensitiveTypeIdsForDiscovery,
Boolean isSampleDataCollectionEnabled,
Boolean isAppDefinedRelationDiscoveryEnabled,
Boolean isIncludeAllSchemas,
Boolean isIncludeAllSensitiveTypes,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
CreateSensitiveDataModelDetails(String displayName,
String compartmentId,
String targetId,
String appSuiteName,
String description,
List<String> schemasForDiscovery,
List<TablesForDiscovery> tablesForDiscovery,
List<String> sensitiveTypeIdsForDiscovery,
Boolean isSampleDataCollectionEnabled,
Boolean isAppDefinedRelationDiscoveryEnabled,
Boolean isIncludeAllSchemas,
Boolean isIncludeAllSensitiveTypes,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
DiscoveryJob(String id,
DiscoveryJob.DiscoveryType discoveryType,
String displayName,
String compartmentId,
Date timeStarted,
Date timeFinished,
DiscoveryLifecycleState lifecycleState,
String sensitiveDataModelId,
String targetId,
List<String> schemasForDiscovery,
List<TablesForDiscovery> tablesForDiscovery,
List<String> sensitiveTypeIdsForDiscovery,
Boolean isSampleDataCollectionEnabled,
Boolean isAppDefinedRelationDiscoveryEnabled,
Boolean isIncludeAllSchemas,
Boolean isIncludeAllSensitiveTypes,
Long totalSchemasScanned,
Long totalObjectsScanned,
Long totalColumnsScanned,
Long totalNewSensitiveColumns,
Long totalModifiedSensitiveColumns,
Long totalDeletedSensitiveColumns,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
SensitiveDataModel(String id,
String displayName,
String compartmentId,
String targetId,
Date timeCreated,
Date timeUpdated,
DiscoveryLifecycleState lifecycleState,
String appSuiteName,
String description,
List<String> schemasForDiscovery,
List<TablesForDiscovery> tablesForDiscovery,
List<String> sensitiveTypeIdsForDiscovery,
Boolean isSampleDataCollectionEnabled,
Boolean isAppDefinedRelationDiscoveryEnabled,
Boolean isIncludeAllSchemas,
Boolean isIncludeAllSensitiveTypes,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
UpdateSensitiveDataModelDetails(String displayName,
String targetId,
String appSuiteName,
String description,
List<String> schemasForDiscovery,
List<TablesForDiscovery> tablesForDiscovery,
List<String> sensitiveTypeIdsForDiscovery,
Boolean isSampleDataCollectionEnabled,
Boolean isAppDefinedRelationDiscoveryEnabled,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.