Navigation Menu

Skip to content

Commit

Permalink
feat(firebaseappcheck): update the api
Browse files Browse the repository at this point in the history
#### firebaseappcheck:v1

The following keys were added:
- resources.projects.resources.apps.resources.safetyNetConfig.deprecated (Total Keys: 1)

#### firebaseappcheck:v1beta

The following keys were added:
- resources.projects.resources.apps.resources.recaptchaConfig.deprecated (Total Keys: 1)
- resources.projects.resources.apps.resources.safetyNetConfig.deprecated (Total Keys: 1)
  • Loading branch information
yoshi-automation committed May 30, 2023
1 parent ad82dc5 commit d500efb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Expand Up @@ -1107,6 +1107,7 @@
}
},
"safetyNetConfig": {
"deprecated": true,
"methods": {
"batchGet": {
"deprecated": true,
Expand Down Expand Up @@ -1342,7 +1343,7 @@
}
}
},
"revision": "20230515",
"revision": "20230522",
"rootUrl": "https://firebaseappcheck.googleapis.com/",
"schemas": {
"GoogleFirebaseAppcheckV1AppAttestConfig": {
Expand Down
Expand Up @@ -974,6 +974,7 @@
}
},
"recaptchaConfig": {
"deprecated": true,
"methods": {
"batchGet": {
"deprecated": true,
Expand Down Expand Up @@ -1268,6 +1269,7 @@
}
},
"safetyNetConfig": {
"deprecated": true,
"methods": {
"batchGet": {
"deprecated": true,
Expand Down Expand Up @@ -1503,7 +1505,7 @@
}
}
},
"revision": "20230515",
"revision": "20230522",
"rootUrl": "https://firebaseappcheck.googleapis.com/",
"schemas": {
"GoogleFirebaseAppcheckV1betaAppAttestConfig": {
Expand Down Expand Up @@ -2129,7 +2131,7 @@
"ENFORCED"
],
"enumDescriptions": [
"Firebase App Check is not enforced for the service, nor are App Check metrics collected. Though the service is not protected by App Check in this mode, other applicable protections, such as user authorization, are still enforced. An unconfigured service is in this mode by default.",
"Firebase App Check is not enforced for the service, nor are App Check metrics collected. Though the service is not protected by App Check in this mode, other applicable protections, such as user authorization, are still enforced. An unconfigured service is in this mode by default. Note that resource policies behave slightly differently as an unconfigured resource policy means that the resource will inherit the EnforcementMode configured for the service it belongs to and will not be considered as being in OFF mode by default.",
"Firebase App Check is not enforced for the service. App Check metrics are collected to help you decide when to turn on enforcement for the service. Though the service is not protected by App Check in this mode, other applicable protections, such as user authorization, are still enforced.",
"Firebase App Check is enforced for the service. The service will reject any request that attempts to access your project's resources if it does not have valid App Check token attached, with some exceptions depending on the service; for example, some services will still allow requests bearing the developer's privileged service account credentials without an App Check token. App Check metrics continue to be collected to help you detect issues with your App Check integration and monitor the composition of your callers. While the service is protected by App Check, other applicable protections, such as user authorization, continue to be enforced at the same time. Use caution when choosing to enforce App Check on a Firebase service. If your users have not updated to an App Check capable version of your app, their apps will no longer be able to use your Firebase services that are enforcing App Check. App Check metrics can help you decide whether to enforce App Check on your Firebase services. If your app has not launched yet, you should enable enforcement immediately, since there are no outdated clients in use."
],
Expand Down

0 comments on commit d500efb

Please sign in to comment.