google-apis-cloudidentity_v1 0.19.0 → 0.20.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: 04d7a79fface86225f33bfb95ddc220fdcf608cf05a0f5d811cbde622d1365a8
4
- data.tar.gz: b44dcd081a37f398e3b74c51da6ea95a39741ed1364f8abc96c3ae7b420c2135
3
+ metadata.gz: 0736c8091c57c30f1246a67974a3473a0ba601b7bed08ce95266ed778c231868
4
+ data.tar.gz: 3327790b2852951f1e98511ed610102eef7e26ce3746764b1fc8d6fbe19f6526
5
5
  SHA512:
6
- metadata.gz: 3b9c981bc4772554358d2413a0accf26958cfea421d98a27e5d05f237712fb44e75f76ce42ab1d6f5e536fabeb523d528b5463ce40fcf9b9096de236855d7b32
7
- data.tar.gz: f26555f29c35a0a137e149a7a0a8dd9f324e9e08809baa8d66b62d7b98d30584001cd346bec3c3bad1ac9a6dbcdf3a062e2466e5574626e76766b560b111048c
6
+ metadata.gz: 1444a72b9249ae123cc4949181654d17e439d1b0edd0d854d0ff5ba0672db5bb16a9518067df1258c5a54220d22efd72173545aeb59a74103c76a15935c218d0
7
+ data.tar.gz: ce074b7140eb0f963896c3d3a7fbdb29b7b4b6e90f531f30359da98b7e5f7ad76bdacd2970b0c627e250e38d0e413685b1b264a3f4b4018d79a7b56b32178b2f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudidentity_v1
2
2
 
3
+ ### v0.20.0 (2022-03-02)
4
+
5
+ * Regenerated from discovery document revision 20220301
6
+
3
7
  ### v0.19.0 (2022-02-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20220221
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudidentityV1
18
18
  # Version of the google-apis-cloudidentity_v1 gem
19
- GEM_VERSION = "0.19.0"
19
+ GEM_VERSION = "0.20.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 = "20220221"
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 = 'V1'
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.20.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-28 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.20.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1
63
63
  post_install_message:
64
64
  rdoc_options: []