DataMaskingRule.DefinitionStages.WithTableName Interface
public static interface DataMaskingRule.DefinitionStages.WithTableName
The stage of the DataMaskingRule definition allowing to specify tableName.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withTableName(String tableName)
Specifies the table |
Method Details
withTableName
public abstract DataMaskingRule.DefinitionStages.WithCreate withTableName(String tableName)
Specifies the tableName property: The table name on which the data masking rule is applied..
Parameters:
Returns: