Class ProjectsResource.AppsResource.RecaptchaConfigResource
The "recaptchaConfig" collection of methods.
Inherited Members
Namespace: Google.Apis.Firebaseappcheck.v1beta
Assembly: Google.Apis.Firebaseappcheck.v1beta.dll
Syntax
public class ProjectsResource.AppsResource.RecaptchaConfigResource
Constructors
RecaptchaConfigResource(IClientService)
Constructs a new resource.
Declaration
public RecaptchaConfigResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
BatchGet(string)
Atomically gets the RecaptchaConfigs for the specified list of apps. For security reasons, the
site_secret field is never populated in the response.
Declaration
public virtual ProjectsResource.AppsResource.RecaptchaConfigResource.BatchGetRequest BatchGet(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The parent project name shared by all RecaptchaConfigs being retrieved, in the format
The parent collection in the |
Returns
| Type | Description |
|---|---|
| ProjectsResource.AppsResource.RecaptchaConfigResource.BatchGetRequest |
Get(string)
Gets the RecaptchaConfig for the specified app. For security reasons, the site_secret field is
never populated in the response.
Declaration
public virtual ProjectsResource.AppsResource.RecaptchaConfigResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The relative resource name of the RecaptchaConfig, in the format:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.AppsResource.RecaptchaConfigResource.GetRequest |
Patch(GoogleFirebaseAppcheckV1betaRecaptchaConfig, string)
Updates the RecaptchaConfig for the specified app. While this configuration is incomplete or
invalid, the app will be unable to exchange reCAPTCHA tokens for App Check tokens. For security
reasons, the site_secret field is never populated in the response.
Declaration
public virtual ProjectsResource.AppsResource.RecaptchaConfigResource.PatchRequest Patch(GoogleFirebaseAppcheckV1betaRecaptchaConfig body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleFirebaseAppcheckV1betaRecaptchaConfig | body | The body of the request. |
| string | name | Required. The relative resource name of the reCAPTCHA v3 configuration object, in the format:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.AppsResource.RecaptchaConfigResource.PatchRequest |