fraudPrevention property

String? fraudPrevention
getter/setter pair

The Fraud Prevention setting for this assessment.

Optional. Possible string values are:

  • "FRAUD_PREVENTION_UNSPECIFIED" : Default, unspecified setting. If opted in for automatic detection, fraud_prevention_assessment is returned based on the request. Otherwise, fraud_prevention_assessment is returned if transaction_data is present in the Event and Fraud Prevention is enabled in the Google Cloud console.
  • "ENABLED" : Enable Fraud Prevention for this assessment, if Fraud Prevention is enabled in the Google Cloud console.
  • "DISABLED" : Disable Fraud Prevention for this assessment, regardless of opt-in status or Google Cloud console settings.

Implementation

core.String? fraudPrevention;