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