google-apis-cloudidentity_v1beta1 0.22.0 → 0.23.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: 491f2e80de483e654c20ad586ed1875cd00a5ab7757354e7665514ec0c5dc2c8
4
- data.tar.gz: 5e62adaf52defd5c94bd9e9b43045b18a082b577a6590d22b7fd2d20951b6cd1
3
+ metadata.gz: c925f6df9e94032c45f0e3303c96ab3a3f63fc9b4fed6f4c4512e2fa2215e084
4
+ data.tar.gz: 2b5b476f9a8d4c992a06664a664783b56014c2af4a4a5b5c7cc07d9b14cb3aab
5
5
  SHA512:
6
- metadata.gz: cc4b963b1e48cc805545dbd6e19a202e1169300fee4bc36c9895b2a159daacb266e61072e9fcc6b74b6d6617bbb43d26e7a697a48af83a3e34350dca1c9377d4
7
- data.tar.gz: c4905791a7ebd74231330e8591f671d7c01e0e187a69495931b790f37df46b0489ceecee6e308ce41474169172953ab1f0afdc82e34d13409d8f1a45a263fad3
6
+ metadata.gz: 6c1e5486b8323baf4c31f766c2dc174afed0c9fd6f259b4b91de5ebe3535fc4590c519b4e7a46106b22e5489e1e61d498bcb716085548a96464c2342d8cf03ab
7
+ data.tar.gz: 9afe390faa7de432512bef0d751407d552106eeb2f830a6091d8197246471086161ed97551daf20e5e7dceb84698766dade51d7139e4225541cd7f7dbf1d7053
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudidentity_v1beta1
2
2
 
3
+ ### v0.23.0 (2022-03-02)
4
+
5
+ * Regenerated from discovery document revision 20220301
6
+
3
7
  ### v0.22.0 (2022-02-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20220207
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudidentityV1beta1
18
18
  # Version of the google-apis-cloudidentity_v1beta1 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220207"
25
+ REVISION = "20220301"
26
26
  end
27
27
  end
28
28
  end
@@ -29,9 +29,15 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1beta1'
31
31
 
32
+ # Private Service: https://www.googleapis.com/auth/cloud-identity.devices
33
+ AUTH_CLOUD_IDENTITY_DEVICES = 'https://www.googleapis.com/auth/cloud-identity.devices'
34
+
32
35
  # See your device details
33
36
  AUTH_CLOUD_IDENTITY_DEVICES_LOOKUP = 'https://www.googleapis.com/auth/cloud-identity.devices.lookup'
34
37
 
38
+ # Private Service: https://www.googleapis.com/auth/cloud-identity.devices.readonly
39
+ AUTH_CLOUD_IDENTITY_DEVICES_READONLY = 'https://www.googleapis.com/auth/cloud-identity.devices.readonly'
40
+
35
41
  # See, change, create, and delete any of the Cloud Identity Groups that you can access, including the members of each group
36
42
  AUTH_CLOUD_IDENTITY_GROUPS = 'https://www.googleapis.com/auth/cloud-identity.groups'
37
43
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudidentity_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.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: 2022-02-14 00:00:00.000000000 Z
11
+ date: 2022-03-07 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-cloudidentity_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []