play_integrity_config
Overview
Name | play_integrity_config |
Type | Resource |
Id | firebase.firebaseappcheck.play_integrity_config |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Required. The relative resource name of the Play Integrity configuration object, in the format: projects/{project_number}/apps/{app_id}/playIntegrityConfig |
tokenTtl | string | Specifies the duration for which App Check tokens exchanged from Play Integrity tokens will be valid. If unset, a default value of 1 hour is assumed. Must be between 30 minutes and 7 days, inclusive. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
projects_apps_playIntegrityConfig_get | SELECT | appsId, projectsId | Gets the PlayIntegrityConfig for the specified app. |
projects_apps_playIntegrityConfig_batchGet | EXEC | projectsId | Atomically gets the PlayIntegrityConfigs for the specified list of apps. |
projects_apps_playIntegrityConfig_patch | EXEC | appsId, projectsId | Updates the PlayIntegrityConfig for the specified app. While this configuration is incomplete or invalid, the app will be unable to exchange Play Integrity tokens for App Check tokens. |