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