Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static SensitiveColumn.Source |
SensitiveColumn.Source.create(String key) |
SensitiveColumn.Source |
SensitiveColumn.getSource()
The source of the sensitive column.
|
static SensitiveColumn.Source |
SensitiveColumn.Source.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SensitiveColumn.Source[] |
SensitiveColumn.Source.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SensitiveColumn.Builder |
SensitiveColumn.Builder.source(SensitiveColumn.Source source)
The source of the sensitive column.
|
Constructor and Description |
---|
SensitiveColumn(String key,
String sensitiveDataModelId,
Date timeCreated,
Date timeUpdated,
SensitiveColumnLifecycleState lifecycleState,
String lifecycleDetails,
String appName,
String schemaName,
String objectName,
String columnName,
SensitiveColumn.ObjectType objectType,
String dataType,
SensitiveColumn.Status status,
String sensitiveTypeId,
SensitiveColumn.Source source,
List<String> parentColumnKeys,
SensitiveColumn.RelationType relationType,
Long estimatedDataValueCount,
List<String> sampleDataValues,
List<String> appDefinedChildColumnKeys,
List<String> dbDefinedChildColumnKeys,
List<String> columnGroups)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.