ClientSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)Configuration for clients to protect with reCAPTCHA.
Attributes |
|
|---|---|
| Name | Description |
allowed_domains |
MutableSequence[str]
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.
|
allow_all_domains |
bool
Optional. If set to true, it means allowed_domains are not enforced. |
protected_endpoint_group |
google.cloud.recaptchaenterprise_v1.types.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. |