google-apis-iap_v1 0.17.0 → 0.18.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d5db8adbda0b19e56dc2d548a92f0f66322ff49b2857b5ac8a148c29eb6ddda
4
- data.tar.gz: de66a81dcfc5f3f04b6024845f96226c4121ef1013f332cd2f5976a60605aa50
3
+ metadata.gz: 4dce63458c7a15d2908b2cea154cd80bcfc2ad7510224084c5fcc73d3d3f2de0
4
+ data.tar.gz: 739425b1083e686b1c102320581861e7d9473c3666d884246ba864bf83fb073e
5
5
  SHA512:
6
- metadata.gz: 29da0186b9e35c0bfec811f4e147c29e3f604f176706a7f10b1aed489ecc1d5c303b5f5eb07d14b987aa3c364c3385014908207643ba865f184ac0d8415310b4
7
- data.tar.gz: ab1a4e4b21c3c3fea541758766a4d7bde2e484ef00a5844f570a6b8a062cc78eba346fc649ae5f32d0c870d0f821b8058520044b0640e93375a61259568549e9
6
+ metadata.gz: 4b126ef5b544fd2a018e0fb763da8ee39e9da46512629aad37238ecc28703065205c0d8cee6d2d05ba2aa3394651adb01027905a86cf5adc36a81d9c21519f59
7
+ data.tar.gz: d1fa2c66aaffd871a791677b026aa3a565a6ea77dfd41d81f50f1e3027acd8c3ab223ed7c9dc643657a50091fdb5e36c91445d4448089ec9d8af98df96acdc6b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-iap_v1
2
2
 
3
+ ### v0.18.0 (2022-06-08)
4
+
5
+ * Regenerated from discovery document revision 20220603
6
+ * Regenerated using generator version 0.5.0
7
+
3
8
  ### v0.17.0 (2022-05-11)
4
9
 
5
10
  * Regenerated from discovery document revision 20220506
@@ -119,10 +119,10 @@ module Google
119
119
  # @return [String]
120
120
  attr_accessor :cookie_domain
121
121
 
122
- # Configuration for RCTokens generated for CSM workloads protected by IAP.
123
- # RCTokens are IAP generated JWTs that can be verified at the application. The
124
- # RCToken is primarily used for ISTIO deployments, and can be scoped to a single
125
- # mesh by configuring the audience field accordingly
122
+ # Configuration for RCTokens generated for service mesh workloads protected by
123
+ # IAP. RCTokens are IAP generated JWTs that can be verified at the application.
124
+ # The RCToken is primarily used for service mesh deployments, and can be scoped
125
+ # to a single mesh by configuring the audience field accordingly
126
126
  # Corresponds to the JSON property `csmSettings`
127
127
  # @return [Google::Apis::IapV1::CsmSettings]
128
128
  attr_accessor :csm_settings
@@ -273,10 +273,10 @@ module Google
273
273
  end
274
274
  end
275
275
 
276
- # Configuration for RCTokens generated for CSM workloads protected by IAP.
277
- # RCTokens are IAP generated JWTs that can be verified at the application. The
278
- # RCToken is primarily used for ISTIO deployments, and can be scoped to a single
279
- # mesh by configuring the audience field accordingly
276
+ # Configuration for RCTokens generated for service mesh workloads protected by
277
+ # IAP. RCTokens are IAP generated JWTs that can be verified at the application.
278
+ # The RCToken is primarily used for service mesh deployments, and can be scoped
279
+ # to a single mesh by configuring the audience field accordingly
280
280
  class CsmSettings
281
281
  include Google::Apis::Core::Hashable
282
282
 
@@ -784,7 +784,7 @@ module Google
784
784
  # @return [String]
785
785
  attr_accessor :max_age
786
786
 
787
- # Reauth method required by the policy.
787
+ # Reauth method requested.
788
788
  # Corresponds to the JSON property `method`
789
789
  # @return [String]
790
790
  attr_accessor :method_prop
@@ -985,7 +985,7 @@ module Google
985
985
  attr_accessor :fqdns
986
986
 
987
987
  # Required. Immutable. Identifier for the TunnelDestGroup. Must be unique within
988
- # the project.
988
+ # the project and contain only lower case letters (a-z) and dashes (-).
989
989
  # Corresponds to the JSON property `name`
990
990
  # @return [String]
991
991
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IapV1
18
18
  # Version of the google-apis-iap_v1 gem
19
- GEM_VERSION = "0.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220506"
25
+ REVISION = "20220603"
26
26
  end
27
27
  end
28
28
  end
@@ -341,7 +341,7 @@ module Google
341
341
  # @param [String] tunnel_dest_group_id
342
342
  # Required. The ID to use for the TunnelDestGroup, which becomes the final
343
343
  # component of the resource name. This value must be 4-63 characters, and valid
344
- # characters are `a-z-`.
344
+ # characters are `[a-z]-`.
345
345
  # @param [String] fields
346
346
  # Selector specifying which fields to include in a partial response.
347
347
  # @param [String] quota_user
@@ -484,7 +484,7 @@ module Google
484
484
  # Updates a TunnelDestGroup.
485
485
  # @param [String] name
486
486
  # Required. Immutable. Identifier for the TunnelDestGroup. Must be unique within
487
- # the project.
487
+ # the project and contain only lower case letters (a-z) and dashes (-).
488
488
  # @param [Google::Apis::IapV1::TunnelDestGroup] tunnel_dest_group_object
489
489
  # @param [String] update_mask
490
490
  # A field mask that specifies which IAP settings to update. If omitted, then all
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-iap_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-16 00:00:00.000000000 Z
11
+ date: 2022-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.5'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.5'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iap_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iap_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Identity-Aware Proxy API V1