google-cloud-iap-v1 1.4.0 → 1.4.1
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/lib/google/cloud/iap/v1/version.rb +1 -1
- data/proto_docs/google/cloud/iap/v1/service.rb +13 -11
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c73d737a699bdeec6255847b6610f01d420a9cdf2a49880bafa0ee042aaffe01
|
4
|
+
data.tar.gz: ae18f86cc4ce3cb4bd86931cce18c24c841d7f24367841c217673a00fa5f870c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9bb9d7dcf6eafc05409d93f1b6083285cf1ee98a1a0f6908ba10cc8071362aebb3ca91db3dc0fb7abbe8bcfdbf7231972c4ed39dd61d325066aee750ebcade0b
|
7
|
+
data.tar.gz: d16c30658ad3666d7b9fc4fc1ca18452396bd9911ec39e9c218c7436d721eb4df392b3287cc0161fb91c759e3f4364c6593a9d5e79a010cdbd05764fb5e3a819
|
@@ -222,15 +222,16 @@ module Google
|
|
222
222
|
end
|
223
223
|
end
|
224
224
|
|
225
|
-
# Allows customers to configure
|
225
|
+
# Allows customers to configure tenant IDs for a Cloud Identity Platform (GCIP)
|
226
|
+
# instance for each application.
|
226
227
|
# @!attribute [rw] tenant_ids
|
227
228
|
# @return [::Array<::String>]
|
228
|
-
# Optional. GCIP tenant
|
229
|
-
#
|
230
|
-
# authenticating with GCIP tenant flow, or in the format of
|
231
|
-
# to indicate authenticating with GCIP agent flow.
|
232
|
-
#
|
233
|
-
# while for tenant flow, tenant_ids can contain multiple elements.
|
229
|
+
# Optional. GCIP tenant IDs that are linked to the IAP resource. `tenant_ids`
|
230
|
+
# could be a string beginning with a number character to indicate
|
231
|
+
# authenticating with GCIP tenant flow, or in the format of
|
232
|
+
# `_<ProjectNumber>` to indicate authenticating with GCIP agent flow. If
|
233
|
+
# agent flow is used, `tenant_ids` should only contain one single element,
|
234
|
+
# while for tenant flow, `tenant_ids` can contain multiple elements.
|
234
235
|
# @!attribute [rw] login_page_uri
|
235
236
|
# @return [::Google::Protobuf::StringValue]
|
236
237
|
# Login page URI associated with the GCIP tenants.
|
@@ -241,12 +242,13 @@ module Google
|
|
241
242
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
242
243
|
end
|
243
244
|
|
244
|
-
# Allows customers to configure HTTP request paths that'll allow HTTP
|
245
|
-
# call to bypass authentication and authorization.
|
245
|
+
# Allows customers to configure HTTP request paths that'll allow HTTP
|
246
|
+
# `OPTIONS` call to bypass authentication and authorization.
|
246
247
|
# @!attribute [rw] allow_http_options
|
247
248
|
# @return [::Google::Protobuf::BoolValue]
|
248
|
-
# Configuration to allow HTTP OPTIONS calls to skip
|
249
|
-
# undefined, IAP will not apply any
|
249
|
+
# Configuration to allow HTTP `OPTIONS` calls to skip
|
250
|
+
# authentication and authorization. If undefined, IAP will not apply any
|
251
|
+
# special logic to `OPTIONS` requests.
|
250
252
|
class CorsSettings
|
251
253
|
include ::Google::Protobuf::MessageExts
|
252
254
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-iap-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -116,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
116
116
|
- !ruby/object:Gem::Version
|
117
117
|
version: '0'
|
118
118
|
requirements: []
|
119
|
-
rubygems_version: 3.6.
|
119
|
+
rubygems_version: 3.6.9
|
120
120
|
specification_version: 4
|
121
121
|
summary: Controls access to cloud applications running on Google Cloud Platform.
|
122
122
|
test_files: []
|