Package | Description |
---|---|
com.oracle.bmc.datasafe.model | |
com.oracle.bmc.datasafe.requests |
Modifier and Type | Method and Description |
---|---|
static DifferenceColumn.SyncStatus |
DifferenceColumn.SyncStatus.create(String key) |
DifferenceColumn.SyncStatus |
DifferenceColumn.getSyncStatus()
Indicates if the difference column has been processed.
|
DifferenceColumn.SyncStatus |
DifferenceColumnSummary.getSyncStatus()
Indicates if the difference column has been processed.Use GetDifferenceColumn operation to
track whether the difference column has already been processed and applied to the masking
policy.
|
static DifferenceColumn.SyncStatus |
DifferenceColumn.SyncStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DifferenceColumn.SyncStatus[] |
DifferenceColumn.SyncStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DifferenceColumn.Builder |
DifferenceColumn.Builder.syncStatus(DifferenceColumn.SyncStatus syncStatus)
Indicates if the difference column has been processed.
|
DifferenceColumnSummary.Builder |
DifferenceColumnSummary.Builder.syncStatus(DifferenceColumn.SyncStatus syncStatus)
Indicates if the difference column has been processed.Use GetDifferenceColumn operation
to track whether the difference column has already been processed and applied to the
masking policy.
|
Constructor and Description |
---|
DifferenceColumn(String key,
DifferenceColumn.DifferenceType differenceType,
String sensitiveColumnkey,
String maskingColumnkey,
String schemaName,
String objectName,
String columnName,
String sensitiveTypeId,
DifferenceColumn.PlannedAction plannedAction,
DifferenceColumn.SyncStatus syncStatus,
Date timeLastSynced)
Deprecated.
|
DifferenceColumnSummary(String key,
DifferenceColumn.DifferenceType differenceType,
String sensitiveColumnkey,
String maskingColumnkey,
String schemaName,
String objectName,
String columnName,
String sensitiveTypeId,
DifferenceColumn.PlannedAction plannedAction,
DifferenceColumn.SyncStatus syncStatus,
Date timeLastSynced)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DifferenceColumn.SyncStatus |
ListDifferenceColumnsRequest.getSyncStatus()
A filter to return the SDM masking policy difference columns based on the value of their
syncStatus attribute.
|
Modifier and Type | Method and Description |
---|---|
ListDifferenceColumnsRequest.Builder |
ListDifferenceColumnsRequest.Builder.syncStatus(DifferenceColumn.SyncStatus syncStatus)
A filter to return the SDM masking policy difference columns based on the value of their
syncStatus attribute.
|
Copyright © 2016–2024. All rights reserved.