DataMaskingPolicy.DefinitionStages.WithDataMaskingState Interface

public static interface DataMaskingPolicy.DefinitionStages.WithDataMaskingState

The stage of the DataMaskingPolicy definition allowing to specify dataMaskingState.

Method Summary

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

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

Method Details

withDataMaskingState

public abstract DataMaskingPolicy.DefinitionStages.WithCreate 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