Interface DataMaskingPolicy.UpdateStages.WithExemptPrincipals

All Known Subinterfaces:
DataMaskingPolicy.Update
Enclosing interface:
DataMaskingPolicy.UpdateStages

public static interface DataMaskingPolicy.UpdateStages.WithExemptPrincipals
The stage of the DataMaskingPolicy update allowing to specify exemptPrincipals.
  • Method Details

    • withExemptPrincipals

      DataMaskingPolicy.Update 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.