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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d403e63692d33cab63a2f10fce041523fe05beeb4df0551c8326d25c5f8eb5e
4
- data.tar.gz: a266d972990527fe525ffa033aa8a9f2dbfbf83eb6a0ee8abc4fabb3f7f88439
3
+ metadata.gz: c73d737a699bdeec6255847b6610f01d420a9cdf2a49880bafa0ee042aaffe01
4
+ data.tar.gz: ae18f86cc4ce3cb4bd86931cce18c24c841d7f24367841c217673a00fa5f870c
5
5
  SHA512:
6
- metadata.gz: 5a3ad16020b52f323efb95d70f01df211cc065b85f92ffb866be42e507b4fd455f57b42a3e855e5440989e686e00b266119b597a9f5914edc100fc7b23533eda
7
- data.tar.gz: 735edff48bba521f69be73e7b9136bb90f1bc22eb80b5936263afeaffce02f9f955fccdc354afd7cdfd649c31683c4da7fd93e82767a103ca5c400243354b0f4
6
+ metadata.gz: 9bb9d7dcf6eafc05409d93f1b6083285cf1ee98a1a0f6908ba10cc8071362aebb3ca91db3dc0fb7abbe8bcfdbf7231972c4ed39dd61d325066aee750ebcade0b
7
+ data.tar.gz: d16c30658ad3666d7b9fc4fc1ca18452396bd9911ec39e9c218c7436d721eb4df392b3287cc0161fb91c759e3f4364c6593a9d5e79a010cdbd05764fb5e3a819
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Iap
23
23
  module V1
24
- VERSION = "1.4.0"
24
+ VERSION = "1.4.1"
25
25
  end
26
26
  end
27
27
  end
@@ -222,15 +222,16 @@ module Google
222
222
  end
223
223
  end
224
224
 
225
- # Allows customers to configure tenant_id for GCIP instance per-app.
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 ids that are linked to the IAP resource.
229
- # tenant_ids could be a string beginning with a number character to indicate
230
- # authenticating with GCIP tenant flow, or in the format of _<ProjectNumber>
231
- # to indicate authenticating with GCIP agent flow.
232
- # If agent flow is used, tenant_ids should only contain one single element,
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 OPTIONS
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 authorization. If
249
- # undefined, IAP will not apply any special logic to OPTIONS requests.
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.0
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.8
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: []