app_attest_config
Overview
Name | app_attest_config |
Type | Resource |
Id | firebase.firebaseappcheck.app_attest_config |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Required. The relative resource name of the App Attest configuration object, in the format: projects/{project_number}/apps/{app_id}/appAttestConfig |
tokenTtl | string | Specifies the duration for which App Check tokens exchanged from App Attest artifacts 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_appAttestConfig_get | SELECT | appsId, projectsId | Gets the AppAttestConfig for the specified app. |
projects_apps_appAttestConfig_batchGet | EXEC | projectsId | Atomically gets the AppAttestConfigs for the specified list of apps. |
projects_apps_appAttestConfig_patch | EXEC | appsId, projectsId | Updates the AppAttestConfig for the specified app. While this configuration is incomplete or invalid, the app will be unable to exchange AppAttest tokens for App Check tokens. |