Prevention Deidentify Template Deidentify Config Record Transformations Record Suppression Condition Expressions Conditions Condition Args
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionArgs(val field: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionFieldArgs>, val operator: Output<String>, val value: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionValueArgs>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionArgs>
Constructors
Link copied to clipboard
constructor(field: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionFieldArgs>, operator: Output<String>, value: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionValueArgs>? = null)
Properties
Link copied to clipboard
val field: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionFieldArgs>
Field within the record this condition is evaluated against. Structure is documented below.
Link copied to clipboard
val value: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionValueArgs>? = null
Value to compare against. Mandatory, except for EXISTS tests. Structure is documented below.