google-apis-firebaseappcheck_v1beta 0.43.0 → 0.44.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 65fe4109237644575a0463bd2ea352aacc21df6c883338275433514e7e0a730b
|
4
|
+
data.tar.gz: 4f0143b619530577af55ef9f124d6cc1d79a630cafe69b08f572711bb847d746
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c131de39b6cd6ff3164e9d0a86d3ba1fe07bc771b203eba0e9ee78e6c580fe9479d96bea98543e602fe1ef24c33da659d49fd1881b77905e6b14920dab218076
|
7
|
+
data.tar.gz: e37c4b8e9e7c946cd21578cd0be40f1b24d446703458b3dbab7a585c7fb09f8d6b4e6f34edaefbc174700c9616501401d98b9aaf0bc54f5727de7cc59c2bbac6
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-firebaseappcheck_v1beta
|
2
2
|
|
3
|
+
### v0.44.0 (2024-12-02)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240930
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
3
8
|
### v0.43.0 (2024-06-02)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240528
|
@@ -56,21 +56,27 @@ module Google
|
|
56
56
|
end
|
57
57
|
end
|
58
58
|
|
59
|
-
# Encapsulates an *App Check token*, which are used to access
|
59
|
+
# Encapsulates an *App Check token*, which are used to access backend services
|
60
60
|
# protected by App Check.
|
61
61
|
class GoogleFirebaseAppcheckV1betaAppCheckToken
|
62
62
|
include Google::Apis::Core::Hashable
|
63
63
|
|
64
|
-
#
|
65
|
-
# html/rfc7519) containing claims that identify the attested app and
|
66
|
-
#
|
64
|
+
# The App Check token. App Check tokens are signed [JWTs](https://tools.ietf.org/
|
65
|
+
# html/rfc7519) containing claims that identify the attested app and GCP project.
|
66
|
+
# This token is used to access Google services protected by App Check. These
|
67
|
+
# tokens can also be [verified by your own custom backends](https://firebase.
|
68
|
+
# google.com/docs/app-check/custom-resource-backend) using the Firebase Admin
|
69
|
+
# SDK or third-party libraries.
|
67
70
|
# Corresponds to the JSON property `attestationToken`
|
68
71
|
# @return [String]
|
69
72
|
attr_accessor :attestation_token
|
70
73
|
|
71
|
-
#
|
72
|
-
# html/rfc7519) containing claims that identify the attested app and
|
73
|
-
#
|
74
|
+
# The App Check token. App Check tokens are signed [JWTs](https://tools.ietf.org/
|
75
|
+
# html/rfc7519) containing claims that identify the attested app and GCP project.
|
76
|
+
# This token is used to access Google services protected by App Check. These
|
77
|
+
# tokens can also be [verified by your own custom backends](https://firebase.
|
78
|
+
# google.com/docs/app-check/custom-resource-backend) using the Firebase Admin
|
79
|
+
# SDK or third-party libraries.
|
74
80
|
# Corresponds to the JSON property `token`
|
75
81
|
# @return [String]
|
76
82
|
attr_accessor :token
|
@@ -555,7 +561,7 @@ module Google
|
|
555
561
|
class GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationResponse
|
556
562
|
include Google::Apis::Core::Hashable
|
557
563
|
|
558
|
-
# Encapsulates an *App Check token*, which are used to access
|
564
|
+
# Encapsulates an *App Check token*, which are used to access backend services
|
559
565
|
# protected by App Check.
|
560
566
|
# Corresponds to the JSON property `appCheckToken`
|
561
567
|
# @return [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaAppCheckToken]
|
@@ -1229,7 +1235,7 @@ module Google
|
|
1229
1235
|
end
|
1230
1236
|
end
|
1231
1237
|
|
1232
|
-
# App Check enforcement policy for a specific resource of a
|
1238
|
+
# App Check enforcement policy for a specific resource of a Google service
|
1233
1239
|
# supported by App Check. Note that this policy will override the service-level
|
1234
1240
|
# configuration.
|
1235
1241
|
class GoogleFirebaseAppcheckV1betaResourcePolicy
|
@@ -1260,13 +1266,13 @@ module Google
|
|
1260
1266
|
attr_accessor :name
|
1261
1267
|
|
1262
1268
|
# Required. Service specific name of the resource object to which this policy
|
1263
|
-
# applies, in the format: * `//
|
1264
|
-
# oauthClients/`oauth_client_id``
|
1265
|
-
# resource must belong to the service specified in the `name` and
|
1266
|
-
# same project as this policy, but the resource is allowed to be
|
1267
|
-
# time of creation of this policy; in that case, we make a best-
|
1268
|
-
# at respecting this policy, but it may not have any effect until
|
1269
|
-
# is fully created.
|
1269
|
+
# applies, in the format: * **iOS OAuth clients** (Google Identity for iOS): `//
|
1270
|
+
# oauth2.googleapis.com/projects/`project_number`/oauthClients/`oauth_client_id``
|
1271
|
+
# Note that the resource must belong to the service specified in the `name` and
|
1272
|
+
# be from the same project as this policy, but the resource is allowed to be
|
1273
|
+
# missing at the time of creation of this policy; in that case, we make a best-
|
1274
|
+
# effort attempt at respecting this policy, but it may not have any effect until
|
1275
|
+
# the resource is fully created.
|
1270
1276
|
# Corresponds to the JSON property `targetResource`
|
1271
1277
|
# @return [String]
|
1272
1278
|
attr_accessor :target_resource
|
@@ -1348,7 +1354,8 @@ module Google
|
|
1348
1354
|
# following service IDs are supported: * `firebasestorage.googleapis.com` (Cloud
|
1349
1355
|
# Storage for Firebase) * `firebasedatabase.googleapis.com` (Firebase Realtime
|
1350
1356
|
# Database) * `firestore.googleapis.com` (Cloud Firestore) * `identitytoolkit.
|
1351
|
-
# googleapis.com` (Firebase Authentication with Identity Platform)
|
1357
|
+
# googleapis.com` (Firebase Authentication with Identity Platform) * `oauth2.
|
1358
|
+
# googleapis.com` (Google Identity for iOS)
|
1352
1359
|
# Corresponds to the JSON property `name`
|
1353
1360
|
# @return [String]
|
1354
1361
|
attr_accessor :name
|
@@ -1377,7 +1384,7 @@ module Google
|
|
1377
1384
|
class GoogleFirebaseAppcheckV1betaUpdateResourcePolicyRequest
|
1378
1385
|
include Google::Apis::Core::Hashable
|
1379
1386
|
|
1380
|
-
# App Check enforcement policy for a specific resource of a
|
1387
|
+
# App Check enforcement policy for a specific resource of a Google service
|
1381
1388
|
# supported by App Check. Note that this policy will override the service-level
|
1382
1389
|
# configuration.
|
1383
1390
|
# Corresponds to the JSON property `resourcePolicy`
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module FirebaseappcheckV1beta
|
18
18
|
# Version of the google-apis-firebaseappcheck_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.44.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240930"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1916,7 +1916,8 @@ module Google
|
|
1916
1916
|
# following service IDs are supported: * `firebasestorage.googleapis.com` (Cloud
|
1917
1917
|
# Storage for Firebase) * `firebasedatabase.googleapis.com` (Firebase Realtime
|
1918
1918
|
# Database) * `firestore.googleapis.com` (Cloud Firestore) * `identitytoolkit.
|
1919
|
-
# googleapis.com` (Firebase Authentication with Identity Platform)
|
1919
|
+
# googleapis.com` (Firebase Authentication with Identity Platform) * `oauth2.
|
1920
|
+
# googleapis.com` (Google Identity for iOS)
|
1920
1921
|
# @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaService] google_firebase_appcheck_v1beta_service_object
|
1921
1922
|
# @param [String] update_mask
|
1922
1923
|
# Required. A comma-separated list of names of fields in the Service to update.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-firebaseappcheck_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.44.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappcheck_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1beta/v0.44.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappcheck_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.22
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Firebase App Check API V1beta
|