google-apis-cloudidentity_v1beta1 0.63.0 → 0.64.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6d656700f355927287b5ad8a65cc0b6cdd235fdd000d60672f6c449f9f6c9038
|
|
4
|
+
data.tar.gz: 62951c6aa6886b8b9f99e21553da83752d46d8bf8e768c7afb98c4be8bfeed14
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 47e01baaf4d5ad91293c1833d314df9106a98fe7ff7d2ae14e43a09239c00ad3404578a62d5c70c47b52aeeca9032ee3ff11f60ab50fd00f6e52a42fab7c924e
|
|
7
|
+
data.tar.gz: 1b17f2be3e10d702e90f06199663ffe77710fc51902b2394c08e098cf0353d8c27170b9e4d29cf52480773a3c61fe051c57b8ed9c14890e1b7af3bca45b6da10
|
data/CHANGELOG.md
CHANGED
|
@@ -99,9 +99,9 @@ module Google
|
|
|
99
99
|
# @return [String]
|
|
100
100
|
attr_accessor :ownership_privilege
|
|
101
101
|
|
|
102
|
-
# Whether device supports Android work profiles. If false, this service will
|
|
103
|
-
# block access to corp data even if an administrator turns on the "Enforce
|
|
104
|
-
# Profile" policy.
|
|
102
|
+
# Whether the device supports Android work profiles. If false, this service will
|
|
103
|
+
# not block access to corp data even if an administrator turns on the "Enforce
|
|
104
|
+
# Work Profile" policy.
|
|
105
105
|
# Corresponds to the JSON property `supportsWorkProfile`
|
|
106
106
|
# @return [Boolean]
|
|
107
107
|
attr_accessor :supports_work_profile
|
|
@@ -222,7 +222,7 @@ module Google
|
|
|
222
222
|
end
|
|
223
223
|
end
|
|
224
224
|
|
|
225
|
-
# Contains information about browser profiles reported by the
|
|
225
|
+
# Contains information about browser profiles reported by the clients on the
|
|
226
226
|
# device (e.g. [Endpoint Verification extension](https://chromewebstore.google.
|
|
227
227
|
# com/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg?pli=1)).
|
|
228
228
|
class BrowserAttributes
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.64.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260317"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudidentity_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.64.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.64.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|