Google Cloud reCAPTCHA Enterprise v1 API - Class AssessmentEnvironment (2.15.0)

public sealed class AssessmentEnvironment : IMessage<AssessmentEnvironment>, IEquatable<AssessmentEnvironment>, IDeepCloneable<AssessmentEnvironment>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class AssessmentEnvironment.

The environment creating the assessment. This describes your environment (the system invoking CreateAssessment), NOT the environment of your user.

Inheritance

object > AssessmentEnvironment

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

AssessmentEnvironment()

public AssessmentEnvironment()

AssessmentEnvironment(AssessmentEnvironment)

public AssessmentEnvironment(AssessmentEnvironment other)
Parameter
Name Description
other AssessmentEnvironment

Properties

Client

public string Client { get; set; }

Optional. Identifies the client module initiating the CreateAssessment request. This can be the link to the client module's project. Examples include:

  • "github.com/GoogleCloudPlatform/recaptcha-enterprise-google-tag-manager"
  • "cloud.google.com/recaptcha/docs/implement-waf-akamai"
  • "cloud.google.com/recaptcha/docs/implement-waf-cloudflare"
  • "wordpress.org/plugins/recaptcha-something"
Property Value
Type Description
string

Version

public string Version { get; set; }

Optional. The version of the client module. For example, "1.0.0".

Property Value
Type Description
string