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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/iap_v1/classes.rb +10 -10
- data/lib/google/apis/iap_v1/gem_version.rb +3 -3
- data/lib/google/apis/iap_v1/service.rb +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4dce63458c7a15d2908b2cea154cd80bcfc2ad7510224084c5fcc73d3d3f2de0
|
4
|
+
data.tar.gz: 739425b1083e686b1c102320581861e7d9473c3666d884246ba864bf83fb073e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
123
|
-
# RCTokens are IAP generated JWTs that can be verified at the application.
|
124
|
-
# RCToken is primarily used for
|
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
|
277
|
-
# RCTokens are IAP generated JWTs that can be verified at the application.
|
278
|
-
# RCToken is primarily used for
|
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
|
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.
|
19
|
+
GEM_VERSION = "0.18.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.5.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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.
|
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-
|
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.
|
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.
|
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.
|
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.
|
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
|