Uses of Class
com.oracle.bmc.datasafe.model.CreateColumnSourceDetails
-
Packages that use CreateColumnSourceDetails Package Description com.oracle.bmc.datasafe.model -
-
Uses of CreateColumnSourceDetails in com.oracle.bmc.datasafe.model
Subclasses of CreateColumnSourceDetails in com.oracle.bmc.datasafe.model Modifier and Type Class 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.Methods in com.oracle.bmc.datasafe.model that return CreateColumnSourceDetails Modifier and Type Method Description CreateColumnSourceDetails
CreateMaskingPolicyDetails. getColumnSource()
Methods in com.oracle.bmc.datasafe.model with parameters of type CreateColumnSourceDetails Modifier and Type Method Description CreateMaskingPolicyDetails.Builder
CreateMaskingPolicyDetails.Builder. columnSource(CreateColumnSourceDetails columnSource)
Constructors in com.oracle.bmc.datasafe.model with parameters of type CreateColumnSourceDetails Constructor 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.
-