DataMaskingRule.UpdateStages.WithColumnName Interface
public static interface DataMaskingRule.UpdateStages.WithColumnName
The stage of the DataMaskingRule update allowing to specify columnName.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Update |
withColumnName(String columnName)
Specifies the column |
Method Details
withColumnName
public abstract DataMaskingRule.Update withColumnName(String columnName)
Specifies the columnName property: The column name on which the data masking rule is applied..
Parameters:
Returns: