Show / Hide Table of Contents

Class GoogleCloudRecaptchaenterpriseV1WebKeySettingsChallengeSettings

Settings for POLICY_BASED_CHALLENGE keys to control when a challenge is triggered.

Inheritance
object
GoogleCloudRecaptchaenterpriseV1WebKeySettingsChallengeSettings
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 GoogleCloudRecaptchaenterpriseV1WebKeySettingsChallengeSettings : IDirectResponseSchema

Properties

ActionSettings

Optional. The action to score threshold map. The action name should be the same as the action name passed in the data-action attribute (see https://cloud.google.com/recaptcha/docs/actions-website). Action names are case-insensitive. There is a maximum of 100 action settings. An action name has a maximum length of 100.

Declaration
[JsonProperty("actionSettings")]
public virtual IDictionary<string, GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings> ActionSettings { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings>

DefaultSettings

Required. Defines when a challenge is triggered (unless the default threshold is overridden for the given action, see action_settings).

Declaration
[JsonProperty("defaultSettings")]
public virtual GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings DefaultSettings { get; set; }
Property Value
Type Description
GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX