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