DataMaskingPolicy.DefinitionStages.WithExemptPrincipals Interface

public static interface DataMaskingPolicy.DefinitionStages.WithExemptPrincipals

The stage of the DataMaskingPolicy definition allowing to specify exemptPrincipals.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExemptPrincipals(String exemptPrincipals)

Specifies the exemptPrincipals property: The list of the exempt principals.

Method Details

withExemptPrincipals

public abstract DataMaskingPolicy.DefinitionStages.WithCreate withExemptPrincipals(String exemptPrincipals)

Specifies the exemptPrincipals property: The list of the exempt principals. Specifies the semicolon-separated list of database users for which the data masking policy does not apply. The specified users receive data results without masking for all of the database queries..

Parameters:

exemptPrincipals - The list of the exempt principals. Specifies the semicolon-separated list of database users for which the data masking policy does not apply. The specified users receive data results without masking for all of the database queries.

Returns:

the next definition stage.

Applies to