Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static DiscoveryJobResult.ObjectType |
DiscoveryJobResult.ObjectType.create(String key) |
DiscoveryJobResult.ObjectType |
DiscoveryJobResult.getObjectType()
The type of the database object that contains the sensitive column.
|
static DiscoveryJobResult.ObjectType |
DiscoveryJobResult.ObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryJobResult.ObjectType[] |
DiscoveryJobResult.ObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DiscoveryJobResult.Builder |
DiscoveryJobResult.Builder.objectType(DiscoveryJobResult.ObjectType objectType)
The type of the database object that contains the sensitive column.
|
Constructor and Description |
---|
DiscoveryJobResult(String key,
DiscoveryJobResult.DiscoveryType discoveryType,
String sensitiveColumnkey,
String appName,
String schemaName,
String objectName,
String columnName,
DiscoveryJobResult.ObjectType objectType,
String dataType,
String sensitiveTypeId,
List<String> parentColumnKeys,
DiscoveryJobResult.RelationType relationType,
Long estimatedDataValueCount,
List<String> sampleDataValues,
List<String> appDefinedChildColumnKeys,
List<String> dbDefinedChildColumnKeys,
DiscoveryJobResult.PlannedAction plannedAction,
Boolean isResultApplied,
String discoveryJobId,
ModifiedAttributes modifiedAttributes)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.