Show / Hide Table of Contents

Class ProjectsResource.AppsResource.DeviceCheckConfigResource

The "deviceCheckConfig" collection of methods.

Inheritance
object
ProjectsResource.AppsResource.DeviceCheckConfigResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

projects/{project_number}

The parent collection in the name field of any resource being retrieved must match this field, or the entire batch fails.

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:

projects/{project_number}/apps/{app_id}/deviceCheckConfig
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:

projects/{project_number}/apps/{app_id}/deviceCheckConfig
Returns
Type Description
ProjectsResource.AppsResource.DeviceCheckConfigResource.PatchRequest
In This Article
Back to top Generated by DocFX