google-cloud-iap-v1 1.3.1 → 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: fc5a67973982e6e99167561b3ade69ff2b3a35d08ff53a4baf9f8c76bd2d30d3
4
- data.tar.gz: 92e26bee562ceb91668f953094acd5218ead94696f6b9ffea1fb0bf395be9d17
3
+ metadata.gz: c73d737a699bdeec6255847b6610f01d420a9cdf2a49880bafa0ee042aaffe01
4
+ data.tar.gz: ae18f86cc4ce3cb4bd86931cce18c24c841d7f24367841c217673a00fa5f870c
5
5
  SHA512:
6
- metadata.gz: ddcd1b762219c10948f8a47e83736a8b7bf5ae82c2ef8f0d652d55f81b5475d1cde6080341fd1a026dc1415634610a0646c2ca8f079d18bd15684e68060c0ee6
7
- data.tar.gz: 8c229a6cb37fa2718c74a1bd6531aa7996917926cbaeaf3c232053a3a9cc5a7cf7575feb35d5417e827bad3de56a661406a3aecfff10bc7235688696d8deeaca
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.3.1"
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.3.1
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -13,22 +13,16 @@ dependencies:
13
13
  name: gapic-common
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: 0.25.0
19
- - - "<"
16
+ - - "~>"
20
17
  - !ruby/object:Gem::Version
21
- version: 2.a
18
+ version: '1.0'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
22
  requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: 0.25.0
29
- - - "<"
23
+ - - "~>"
30
24
  - !ruby/object:Gem::Version
31
- version: 2.a
25
+ version: '1.0'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-errors
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -49,14 +43,14 @@ dependencies:
49
43
  requirements:
50
44
  - - "~>"
51
45
  - !ruby/object:Gem::Version
52
- version: '1.1'
46
+ version: '1.11'
53
47
  type: :runtime
54
48
  prerelease: false
55
49
  version_requirements: !ruby/object:Gem::Requirement
56
50
  requirements:
57
51
  - - "~>"
58
52
  - !ruby/object:Gem::Version
59
- version: '1.1'
53
+ version: '1.11'
60
54
  description: IAP lets you establish a central authorization layer for applications
61
55
  accessed by HTTPS, so you can use an application-level access control model instead
62
56
  of relying on network-level firewalls. Note that google-cloud-iap-v1 is a version-specific
@@ -115,14 +109,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
115
109
  requirements:
116
110
  - - ">="
117
111
  - !ruby/object:Gem::Version
118
- version: '3.0'
112
+ version: '3.1'
119
113
  required_rubygems_version: !ruby/object:Gem::Requirement
120
114
  requirements:
121
115
  - - ">="
122
116
  - !ruby/object:Gem::Version
123
117
  version: '0'
124
118
  requirements: []
125
- rubygems_version: 3.6.8
119
+ rubygems_version: 3.6.9
126
120
  specification_version: 4
127
121
  summary: Controls access to cloud applications running on Google Cloud Platform.
128
122
  test_files: []