Show / Hide Table of Contents

Class GoogleCloudRecaptchaenterpriseV1ProtectedEndpointGroup

Configuration for API endpoints to protect with reCAPTCHA.

Inheritance
object
GoogleCloudRecaptchaenterpriseV1ProtectedEndpointGroup
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX