public sealed class ProtectedEndpointGroup : IMessage<ProtectedEndpointGroup>, IEquatable<ProtectedEndpointGroup>, IDeepCloneable<ProtectedEndpointGroup>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class ProtectedEndpointGroup.
Configuration for API endpoints to protect with reCAPTCHA.
Implements
IMessageProtectedEndpointGroup, IEquatableProtectedEndpointGroup, IDeepCloneableProtectedEndpointGroup, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
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 |
|