Namespace Google.Apis.RecaptchaEnterprise.v1
Classes
ProjectsResource
The "projects" collection of methods.
ProjectsResource.AssessmentsResource
The "assessments" collection of methods.
ProjectsResource.AssessmentsResource.AnnotateRequest
Annotates a previously created Assessment to provide additional information on whether the event turned out to be authentic or fraudulent.
ProjectsResource.AssessmentsResource.CreateRequest
Creates an Assessment of the likelihood an event is legitimate.
ProjectsResource.FirewallpoliciesResource
The "firewallpolicies" collection of methods.
ProjectsResource.FirewallpoliciesResource.CreateRequest
Creates a new FirewallPolicy, specifying conditions at which reCAPTCHA Enterprise actions can be executed. A project may have a maximum of 1000 policies.
ProjectsResource.FirewallpoliciesResource.DeleteRequest
Deletes the specified firewall policy.
ProjectsResource.FirewallpoliciesResource.GetRequest
Returns the specified firewall policy.
ProjectsResource.FirewallpoliciesResource.ListRequest
Returns the list of all firewall policies that belong to a project.
ProjectsResource.FirewallpoliciesResource.PatchRequest
Updates the specified firewall policy.
ProjectsResource.FirewallpoliciesResource.ReorderRequest
Reorders all firewall policies.
ProjectsResource.KeysResource
The "keys" collection of methods.
ProjectsResource.KeysResource.AddIpOverrideRequest
Adds an IP override to a key. The following restrictions hold: * The maximum number of IP overrides per key is 100. * For any conflict (such as IP already exists or IP part of an existing IP range), an error is returned.
ProjectsResource.KeysResource.CreateRequest
Creates a new reCAPTCHA Enterprise key.
ProjectsResource.KeysResource.DeleteRequest
Deletes the specified key.
ProjectsResource.KeysResource.GetMetricsRequest
Get some aggregated metrics for a Key. This data can be used to build dashboards.
ProjectsResource.KeysResource.GetRequest
Returns the specified key.
ProjectsResource.KeysResource.ListIpOverridesRequest
Lists all IP overrides for a key.
ProjectsResource.KeysResource.ListRequest
Returns the list of all keys that belong to a project.
ProjectsResource.KeysResource.MigrateRequest
Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise. Once a key is migrated, it can be used from either product. SiteVerify requests are billed as CreateAssessment calls. You must be authenticated as one of the current owners of the reCAPTCHA Key, and your user must have the reCAPTCHA Enterprise Admin IAM role in the destination project.
ProjectsResource.KeysResource.PatchRequest
Updates the specified key.
ProjectsResource.KeysResource.RemoveIpOverrideRequest
Removes an IP override from a key. The following restrictions hold: * If the IP isn't found in an
existing IP override, a NOT_FOUND
error is returned. * If the IP is found in an existing IP override,
but the override type does not match, a NOT_FOUND
error is returned.
ProjectsResource.KeysResource.RetrieveLegacySecretKeyRequest
Returns the secret key related to the specified public key. You must use the legacy secret key only in a 3rd party integration with legacy reCAPTCHA.
ProjectsResource.RelatedaccountgroupmembershipsResource
The "relatedaccountgroupmemberships" collection of methods.
ProjectsResource.RelatedaccountgroupmembershipsResource.SearchRequest
Search group memberships related to a given account.
ProjectsResource.RelatedaccountgroupsResource
The "relatedaccountgroups" collection of methods.
ProjectsResource.RelatedaccountgroupsResource.ListRequest
List groups of related accounts.
ProjectsResource.RelatedaccountgroupsResource.MembershipsResource
The "memberships" collection of methods.
ProjectsResource.RelatedaccountgroupsResource.MembershipsResource.ListRequest
Get memberships in a group of related accounts.
RecaptchaEnterpriseBaseServiceRequest<TResponse>
A base abstract class for RecaptchaEnterprise requests.
RecaptchaEnterpriseService
The RecaptchaEnterprise Service.
RecaptchaEnterpriseService.Scope
Available OAuth 2.0 scopes for use with the reCAPTCHA Enterprise API.
RecaptchaEnterpriseService.ScopeConstants
Available OAuth 2.0 scope constants for use with the reCAPTCHA Enterprise API.
Enums
RecaptchaEnterpriseBaseServiceRequest<TResponse>.AltEnum
Data format for response.
RecaptchaEnterpriseBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.