Show / Hide Table of Contents

Class GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings

Per-action challenge settings.

Inheritance
object
GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ScoreThreshold

Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive).

Declaration
[JsonProperty("scoreThreshold")]
public virtual float? ScoreThreshold { get; set; }
Property Value
Type Description
float?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX