Assessment for Fraud Prevention.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public clearBehavioralTrustVerdict() |
| public clearCardTestingVerdict() |
| public clearStolenInstrumentVerdict() |
| public getBehavioralTrustVerdict() Output only. Assessment of this transaction for behavioral trust. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.BehavioralTrustVerdict behavioral_trust_verdict = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
| public getCardTestingVerdict() Output only. Assessment of this transaction for risk of being part of a card testing attack. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.CardTestingVerdict card_testing_verdict = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
| public getStolenInstrumentVerdict() Output only. Assessment of this transaction for risk of a stolen instrument. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.StolenInstrumentVerdict stolen_instrument_verdict = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
| public getTransactionRisk() Output only. Probability of this transaction being fraudulent. Summarizes the combined risk of attack vectors below. Values are from 0.0 (lowest) to 1.0 (highest). Generated from protobuf field float transaction_risk = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
| public hasBehavioralTrustVerdict() |
| public hasCardTestingVerdict() |
| public hasStolenInstrumentVerdict() |
| public setBehavioralTrustVerdict( $var) Output only. Assessment of this transaction for behavioral trust. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.BehavioralTrustVerdict behavioral_trust_verdict = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
| public setCardTestingVerdict( $var) Output only. Assessment of this transaction for risk of being part of a card testing attack. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.CardTestingVerdict card_testing_verdict = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
| public setStolenInstrumentVerdict( $var) Output only. Assessment of this transaction for risk of a stolen instrument. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.StolenInstrumentVerdict stolen_instrument_verdict = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
| public setTransactionRisk( $var) Output only. Probability of this transaction being fraudulent. Summarizes the combined risk of attack vectors below. Values are from 0.0 (lowest) to 1.0 (highest). Generated from protobuf field float transaction_risk = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
| Properties |
| protected $behavioral_trust_verdict = NULL Output only. Assessment of this transaction for behavioral trust. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.BehavioralTrustVerdict behavioral_trust_verdict = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; |
| protected $card_testing_verdict = NULL Output only. Assessment of this transaction for risk of being part of a card testing attack. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.CardTestingVerdict card_testing_verdict = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; |
| protected $stolen_instrument_verdict = NULL Output only. Assessment of this transaction for risk of a stolen instrument. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.StolenInstrumentVerdict stolen_instrument_verdict = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; |
| protected $transaction_risk = 0 Output only. Probability of this transaction being fraudulent. Summarizes the combined risk of attack vectors below. Values are from 0.0 (lowest) to 1.0 (highest). Generated from protobuf field float transaction_risk = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; |
| Methods |