DataMaskingPolicy.UpdateStages.WithDataMaskingState Interface

public static interface DataMaskingPolicy.UpdateStages.WithDataMaskingState

The stage of the DataMaskingPolicy update allowing to specify dataMaskingState.

Method Summary

Modifier and Type Method and Description
abstract Update withDataMaskingState(DataMaskingState dataMaskingState)

Specifies the dataMaskingState property: The state of the data masking policy..

Method Details

withDataMaskingState

public abstract DataMaskingPolicy.Update withDataMaskingState(DataMaskingState dataMaskingState)

Specifies the dataMaskingState property: The state of the data masking policy..

Parameters:

dataMaskingState - The state of the data masking policy.

Returns:

the next definition stage.

Applies to