DataMaskingRule.UpdateStages.WithMaskingFunction Interface

public static interface DataMaskingRule.UpdateStages.WithMaskingFunction

The stage of the DataMaskingRule update allowing to specify maskingFunction.

Method Summary

Modifier and Type Method and Description
abstract Update withMaskingFunction(DataMaskingFunction maskingFunction)

Specifies the maskingFunction property: The masking function that is used for the data masking rule..

Method Details

withMaskingFunction

public abstract DataMaskingRule.Update withMaskingFunction(DataMaskingFunction maskingFunction)

Specifies the maskingFunction property: The masking function that is used for the data masking rule..

Parameters:

maskingFunction - The masking function that is used for the data masking rule.

Returns:

the next definition stage.

Applies to