Class GoogleCloudRecaptchaenterpriseV1ProtectedEndpointGroup
Configuration for API endpoints to protect with reCAPTCHA.
Implements
Inherited Members
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1ProtectedEndpointGroup : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProtectedEndpoints
Optional. List of API endpoints to automatically protect with reCAPTCHA. If any of these endpoints is invoked from a page where a key bound to this policy is installed, a reCAPTCHA token is automatically generated and attached to the request. If multiple protected endpoints match a given API endpoint, the first one in the list is used.
Declaration
[JsonProperty("protectedEndpoints")]
public virtual IList<GoogleCloudRecaptchaenterpriseV1ProtectedEndpoint> ProtectedEndpoints { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudRecaptchaenterpriseV1ProtectedEndpoint> |