Google Cloud reCAPTCHA Enterprise v1 API - Class ProtectedEndpointGroup (2.21.0)

public sealed class ProtectedEndpointGroup : IMessage<ProtectedEndpointGroup>, IEquatable<ProtectedEndpointGroup>, IDeepCloneable<ProtectedEndpointGroup>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class ProtectedEndpointGroup.

Configuration for API endpoints to protect with reCAPTCHA.

Inheritance

object > ProtectedEndpointGroup

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

ProtectedEndpointGroup()

public ProtectedEndpointGroup()

ProtectedEndpointGroup(ProtectedEndpointGroup)

public ProtectedEndpointGroup(ProtectedEndpointGroup other)
Parameter
Name Description
other ProtectedEndpointGroup

Properties

ProtectedEndpoints

public RepeatedField<ProtectedEndpoint> ProtectedEndpoints { get; }

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.

Property Value
Type Description
RepeatedFieldProtectedEndpoint