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