DataPolicyDataMaskingPolicyArgs

data class DataPolicyDataMaskingPolicyArgs(val predefinedExpression: Output<String>? = null, val routine: Output<String>? = null) : ConvertibleToJava<DataPolicyDataMaskingPolicyArgs>

Constructors

Link copied to clipboard
constructor(predefinedExpression: Output<String>? = null, routine: Output<String>? = null)

Properties

Link copied to clipboard
val predefinedExpression: Output<String>? = null

The available masking rules. Learn more here: https://cloud.google.com/bigquery/docs/column-data-masking-intro#masking_options. Possible values are: SHA256, ALWAYS_NULL, DEFAULT_MASKING_VALUE, LAST_FOUR_CHARACTERS, FIRST_FOUR_CHARACTERS, EMAIL_MASK, DATE_YEAR_MASK.

Link copied to clipboard
val routine: Output<String>? = null

The name of the BigQuery routine that contains the custom masking routine, in the format of projects/{projectNumber}/datasets/{dataset_id}/routines/{routine_id}.

Functions

Link copied to clipboard
open override fun toJava(): DataPolicyDataMaskingPolicyArgs