Show / Hide Table of Contents

Class GoogleCloudRecaptchaenterpriseV1ClientSettings

Configuration for clients to protect with reCAPTCHA.

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

Properties

AllowAllDomains

Optional. If set to true, it means allowed_domains are not enforced.

Declaration
[JsonProperty("allowAllDomains")]
public virtual bool? AllowAllDomains { get; set; }
Property Value
Type Description
bool?

AllowedDomains

Optional. Domains or subdomains of websites allowed to use the policy. All subdomains of an allowed domain are automatically allowed. A valid domain requires a host and must not include any path, port, query or fragment. Examples: 'example.com' or 'subdomain.example.com' Each policy supports a maximum of 250 domains. To use a policy on more domains, set allow_all_domains to true. When this is set, you are responsible for validating the hostname by checking the token_properties.hostname field in each assessment response against your list of allowed domains.

Declaration
[JsonProperty("allowedDomains")]
public virtual IList<string> AllowedDomains { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

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

ProtectedEndpointGroup

Optional. Configuration for all API endpoints to protect with reCAPTCHA. If this field is not set, reCAPTCHA will not automatically request tokens on any API endpoints.

Declaration
[JsonProperty("protectedEndpointGroup")]
public virtual GoogleCloudRecaptchaenterpriseV1ProtectedEndpointGroup ProtectedEndpointGroup { get; set; }
Property Value
Type Description
GoogleCloudRecaptchaenterpriseV1ProtectedEndpointGroup

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX