google-cloud-iap-v1 1.1.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/iap/v1/identity_aware_proxy_admin_service/client.rb +7 -0
- data/lib/google/cloud/iap/v1/identity_aware_proxy_admin_service/rest/client.rb +7 -0
- data/lib/google/cloud/iap/v1/identity_aware_proxy_o_auth_service/client.rb +7 -0
- data/lib/google/cloud/iap/v1/identity_aware_proxy_o_auth_service/rest/client.rb +7 -0
- data/lib/google/cloud/iap/v1/version.rb +1 -1
- 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: 202a2cf86212bbdddb24d2e0279778a9862e19cefafb4724bad6dc8c47e38e3c
|
4
|
+
data.tar.gz: b0d412145b4949dfffd42cb7796e98aefea6d5afa0b5a7ed39db2176855506bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1dec44cedae346b77d270dcf706aba8839295e95c7a85b00cdc48d322aabd245907b55a44cb102910cf275ac1f75cc9e4e4a88d6b58eac572bbea3d830066b50
|
7
|
+
data.tar.gz: f1deb1fc05cd0157c81d4d0704a94ba38caac1adbebef7deb843ba6bb890c161600b183487a1282035f3ad56d7a5d0676bf6733aecef5eb6eb56dfbfb5a7dbcb
|
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
|
@@ -1163,6 +1163,13 @@ module Google
|
|
1163
1163
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
1164
1164
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
1165
1165
|
# * (`nil`) indicating no credentials
|
1166
|
+
#
|
1167
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1168
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1169
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1170
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1171
|
+
# For more information, refer to [Validate credential configurations from external
|
1172
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1166
1173
|
# @return [::Object]
|
1167
1174
|
# @!attribute [rw] scope
|
1168
1175
|
# The OAuth scopes
|
@@ -1084,6 +1084,13 @@ module Google
|
|
1084
1084
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
1085
1085
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
1086
1086
|
# * (`nil`) indicating no credentials
|
1087
|
+
#
|
1088
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1089
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1090
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1091
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1092
|
+
# For more information, refer to [Validate credential configurations from external
|
1093
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1087
1094
|
# @return [::Object]
|
1088
1095
|
# @!attribute [rw] scope
|
1089
1096
|
# The OAuth scopes
|
@@ -957,6 +957,13 @@ module Google
|
|
957
957
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
958
958
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
959
959
|
# * (`nil`) indicating no credentials
|
960
|
+
#
|
961
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
962
|
+
# external source for authentication to Google Cloud, you must validate it before
|
963
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
964
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
965
|
+
# For more information, refer to [Validate credential configurations from external
|
966
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
960
967
|
# @return [::Object]
|
961
968
|
# @!attribute [rw] scope
|
962
969
|
# The OAuth scopes
|
@@ -892,6 +892,13 @@ module Google
|
|
892
892
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
893
893
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
894
894
|
# * (`nil`) indicating no credentials
|
895
|
+
#
|
896
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
897
|
+
# external source for authentication to Google Cloud, you must validate it before
|
898
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
899
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
900
|
+
# For more information, refer to [Validate credential configurations from external
|
901
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
895
902
|
# @return [::Object]
|
896
903
|
# @!attribute [rw] scope
|
897
904
|
# The OAuth scopes
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-iap-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.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
|
@@ -109,7 +108,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
109
108
|
licenses:
|
110
109
|
- Apache-2.0
|
111
110
|
metadata: {}
|
112
|
-
post_install_message:
|
113
111
|
rdoc_options: []
|
114
112
|
require_paths:
|
115
113
|
- lib
|
@@ -117,15 +115,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
117
115
|
requirements:
|
118
116
|
- - ">="
|
119
117
|
- !ruby/object:Gem::Version
|
120
|
-
version: '
|
118
|
+
version: '3.0'
|
121
119
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
122
120
|
requirements:
|
123
121
|
- - ">="
|
124
122
|
- !ruby/object:Gem::Version
|
125
123
|
version: '0'
|
126
124
|
requirements: []
|
127
|
-
rubygems_version: 3.
|
128
|
-
signing_key:
|
125
|
+
rubygems_version: 3.6.2
|
129
126
|
specification_version: 4
|
130
127
|
summary: Controls access to cloud applications running on Google Cloud Platform.
|
131
128
|
test_files: []
|