protectedEndpoints property
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.
Optional.
Implementation
core.List<GoogleCloudRecaptchaenterpriseV1ProtectedEndpoint>?
protectedEndpoints;