google-cloud-os_login-v1beta 0.16.0 → 0.17.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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/os_login/v1beta/os_login_service/client.rb +7 -0
- data/lib/google/cloud/os_login/v1beta/os_login_service/rest/client.rb +7 -0
- data/lib/google/cloud/os_login/v1beta/version.rb +1 -1
- data/proto_docs/google/cloud/oslogin/v1beta/oslogin.rb +4 -0
- metadata +6 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 47bb9064c90445f44b8d0be9d934783c88ef05c45b6f21df2a7a7a4ecb0c1e34
|
|
4
|
+
data.tar.gz: b9a96328b146d524a03b05ea5ba5db294cfab04d69f54ab8bea558c7b3aa09a9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8920603f45de16635dd30b721145a3607c7753d00f7dda5616ce02c9ddbed728ae6bf69c92d11ac719996762bd0210fc97f8065709daeac5d2f5e361fb1c825c
|
|
7
|
+
data.tar.gz: 56d9366bd98a6b16dacb653a4711184ffbdab59f0c69a94b635047f2b00b05eeaf6b8d59e226f58edc7062d9881e0cf7c24f17094cc88eafb469675013759a76
|
data/README.md
CHANGED
|
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
86
86
|
|
|
87
87
|
## Supported Ruby Versions
|
|
88
88
|
|
|
89
|
-
This library is supported on Ruby
|
|
89
|
+
This library is supported on Ruby 3.0+.
|
|
90
90
|
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -976,6 +976,13 @@ module Google
|
|
|
976
976
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
977
977
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
978
978
|
# * (`nil`) indicating no credentials
|
|
979
|
+
#
|
|
980
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
981
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
982
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
983
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
984
|
+
# For more information, refer to [Validate credential configurations from external
|
|
985
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
979
986
|
# @return [::Object]
|
|
980
987
|
# @!attribute [rw] scope
|
|
981
988
|
# The OAuth scopes
|
|
@@ -911,6 +911,13 @@ module Google
|
|
|
911
911
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
912
912
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
913
913
|
# * (`nil`) indicating no credentials
|
|
914
|
+
#
|
|
915
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
916
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
917
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
918
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
919
|
+
# For more information, refer to [Validate credential configurations from external
|
|
920
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
914
921
|
# @return [::Object]
|
|
915
922
|
# @!attribute [rw] scope
|
|
916
923
|
# The OAuth scopes
|
|
@@ -175,9 +175,13 @@ module Google
|
|
|
175
175
|
# @!attribute [rw] universal_two_factor
|
|
176
176
|
# @return [::Google::Cloud::OsLogin::V1beta::UniversalTwoFactor]
|
|
177
177
|
# The U2F protocol type.
|
|
178
|
+
#
|
|
179
|
+
# Note: The following fields are mutually exclusive: `universal_two_factor`, `web_authn`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
178
180
|
# @!attribute [rw] web_authn
|
|
179
181
|
# @return [::Google::Cloud::OsLogin::V1beta::WebAuthn]
|
|
180
182
|
# The Web Authentication protocol type.
|
|
183
|
+
#
|
|
184
|
+
# Note: The following fields are mutually exclusive: `web_authn`, `universal_two_factor`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
181
185
|
# @!attribute [rw] device_nickname
|
|
182
186
|
# @return [::String]
|
|
183
187
|
# The security key nickname explicitly set by the user.
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-os_login-v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.17.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: gapic-common
|
|
@@ -16,7 +15,7 @@ dependencies:
|
|
|
16
15
|
requirements:
|
|
17
16
|
- - ">="
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
18
|
+
version: 0.25.0
|
|
20
19
|
- - "<"
|
|
21
20
|
- !ruby/object:Gem::Version
|
|
22
21
|
version: 2.a
|
|
@@ -26,7 +25,7 @@ dependencies:
|
|
|
26
25
|
requirements:
|
|
27
26
|
- - ">="
|
|
28
27
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.
|
|
28
|
+
version: 0.25.0
|
|
30
29
|
- - "<"
|
|
31
30
|
- !ruby/object:Gem::Version
|
|
32
31
|
version: 2.a
|
|
@@ -87,7 +86,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
|
87
86
|
licenses:
|
|
88
87
|
- Apache-2.0
|
|
89
88
|
metadata: {}
|
|
90
|
-
post_install_message:
|
|
91
89
|
rdoc_options: []
|
|
92
90
|
require_paths:
|
|
93
91
|
- lib
|
|
@@ -95,15 +93,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
95
93
|
requirements:
|
|
96
94
|
- - ">="
|
|
97
95
|
- !ruby/object:Gem::Version
|
|
98
|
-
version: '
|
|
96
|
+
version: '3.0'
|
|
99
97
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
100
98
|
requirements:
|
|
101
99
|
- - ">="
|
|
102
100
|
- !ruby/object:Gem::Version
|
|
103
101
|
version: '0'
|
|
104
102
|
requirements: []
|
|
105
|
-
rubygems_version: 3.
|
|
106
|
-
signing_key:
|
|
103
|
+
rubygems_version: 3.6.2
|
|
107
104
|
specification_version: 4
|
|
108
105
|
summary: You can use OS Login to manage access to your VM instances using IAM roles.
|
|
109
106
|
test_files: []
|