Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Class and Description |
---|---|
class |
UpdateColumnSourceSdmDetails
Details of the sensitive data model to be associated as the column source with a masking policy.
|
class |
UpdateColumnSourceTargetDetails
Details of the target database to be associated as the column source with a masking policy.
|
Modifier and Type | Method and Description |
---|---|
UpdateColumnSourceDetails |
UpdateMaskingPolicyDetails.getColumnSource() |
Modifier and Type | Method and Description |
---|---|
UpdateMaskingPolicyDetails.Builder |
UpdateMaskingPolicyDetails.Builder.columnSource(UpdateColumnSourceDetails columnSource) |
Constructor and Description |
---|
UpdateMaskingPolicyDetails(String displayName,
String description,
Boolean isDropTempTablesEnabled,
Boolean isRedoLoggingEnabled,
Boolean isRefreshStatsEnabled,
String parallelDegree,
MaskingPolicy.Recompile recompile,
String preMaskingScript,
String postMaskingScript,
UpdateColumnSourceDetails columnSource,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.