Class: Google::Cloud::RecaptchaEnterprise::V1::Assessment

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb

Overview

A reCAPTCHA Enterprise assessment resource.

Instance Attribute Summary collapse

Instance Attribute Details

#account_defender_assessment::Google::Cloud::RecaptchaEnterprise::V1::AccountDefenderAssessment (readonly)

Returns Output only. Assessment returned by account defender when an account identifier is provided.

Returns:



434
435
436
437
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 434

class Assessment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#account_verification::Google::Cloud::RecaptchaEnterprise::V1::AccountVerificationInfo

Returns Optional. Account verification information for identity verification. The assessment event must include a token and site key to use this feature.

Returns:



434
435
436
437
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 434

class Assessment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#event::Google::Cloud::RecaptchaEnterprise::V1::Event

Returns Optional. The event being assessed.

Returns:



434
435
436
437
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 434

class Assessment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#firewall_policy_assessment::Google::Cloud::RecaptchaEnterprise::V1::FirewallPolicyAssessment (readonly)

Returns Output only. Assessment returned when firewall policies belonging to the project are evaluated using the field firewall_policy_evaluation.

Returns:



434
435
436
437
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 434

class Assessment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#fraud_prevention_assessment::Google::Cloud::RecaptchaEnterprise::V1::FraudPreventionAssessment (readonly)

Returns Output only. Assessment returned by Fraud Prevention when TransactionData is provided.

Returns:



434
435
436
437
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 434

class Assessment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#fraud_signals::Google::Cloud::RecaptchaEnterprise::V1::FraudSignals (readonly)

Returns Output only. Fraud Signals specific to the users involved in a payment transaction.

Returns:



434
435
436
437
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 434

class Assessment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String (readonly)

Returns Output only. Identifier. The resource name for the Assessment in the format projects/{project}/assessments/{assessment}.

Returns:

  • (::String)

    Output only. Identifier. The resource name for the Assessment in the format projects/{project}/assessments/{assessment}.



434
435
436
437
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 434

class Assessment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#private_password_leak_verification::Google::Cloud::RecaptchaEnterprise::V1::PrivatePasswordLeakVerification

Returns Optional. The private password leak verification field contains the parameters that are used to to check for leaks privately without sharing user credentials.

Returns:



434
435
436
437
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 434

class Assessment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#risk_analysis::Google::Cloud::RecaptchaEnterprise::V1::RiskAnalysis (readonly)

Returns Output only. The risk analysis result for the event being assessed.

Returns:



434
435
436
437
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 434

class Assessment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#token_properties::Google::Cloud::RecaptchaEnterprise::V1::TokenProperties (readonly)

Returns Output only. Properties of the provided event token.

Returns:



434
435
436
437
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 434

class Assessment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end