google-apis-iap_v1 0.31.0 → 0.33.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: 9fd5058a6e2ea56f935bdc850832082fe8407db6995df27de084a963404c819d
4
- data.tar.gz: 1f2fa94b224d3f4917bb5e59286a75971565648a570aa1218a14f3b9e3c7a2d0
3
+ metadata.gz: 300752684ef2a95f8bb63a895a6fa2f8ce21076fdc787efe93fc66ecbc300d48
4
+ data.tar.gz: 8d248e5310a8d678b2af7126c5c901700fba140e080b06856d89570f2aa02321
5
5
  SHA512:
6
- metadata.gz: 570ec43dbac5c4bb9054777e79d6e1ff35b4fdb397734ff8dad80c548978b8e0f1cf25027384ba6f9fc20f7fa887e9c08363b9bf6ee2ea576b4c047a92d0c40e
7
- data.tar.gz: c032c02db684e310a5360712e7c0ab86643cc6e1e281d7d0056785f1d767cb3d9d5159c5ceb0967fb7b75ed72501ccad86dead84eddb8dc70daf77a2ef77ebf7
6
+ metadata.gz: 17fb69cb48512246dc7c7b7d2de8ace896000ab26c292590af265dd84b49f1315bfae1974d202b50e0d0c747d683ab1ec6b2dbc3e708cd48b371caec8c016f47
7
+ data.tar.gz: 7d7053208784ced55ddfe95e49401a89b59df252184dcc0dba73f5445b68e3609f83c00fd994d92817baeedc664847a36186364cd2fa476353ae339ab206fc6a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-iap_v1
2
2
 
3
+ ### v0.33.0 (2023-03-12)
4
+
5
+ * Regenerated from discovery document revision 20230303
6
+
7
+ ### v0.32.0 (2023-02-15)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.31.0 (2023-02-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20230127
@@ -199,19 +199,20 @@ module Google
199
199
  attr_accessor :enable
200
200
  alias_method :enable?, :enable
201
201
 
202
- # Raw string CEL expression. Must return a list of attributes. Maximum of 45
202
+ # Raw string CEL expression. Must return a list of attributes. A maximum of 45
203
203
  # attributes can be selected. Expressions can select different attribute types
204
204
  # from `attributes`: `attributes.saml_attributes`, `attributes.iap_attributes`.
205
- # Limited functions are supported: - filter: .filter(, ) -> returns a subset of
206
- # where is true for every item - in: in -> returns true if contains -
207
- # selectByName: .selectByName() -> returns the attribute in with the given name,
208
- # otherwise returns empty. - emitAs: .emitAs() -> sets the name field to the
209
- # given for propagation in selected output credentials. - strict: .strict() ->
210
- # ignore the `x-goog-iap-attr-` prefix for the provided attribute when
211
- # propagating via the `HEADER` output credential, i.e. request headers. - append:
212
- # .append() OR .append() -> append the provided or onto the end of Example
213
- # expression: attributes.saml_attributes.filter(x, x.name in ['test']).append(
214
- # attributes.iap_attributes.selectByName('exact').emitAs('custom').strict())
205
+ # The following functions are supported: - filter `.filter(, )`: Returns a
206
+ # subset of `` where `` is true for every item. - in ` in `: Returns true if ``
207
+ # contains ``. - selectByName `.selectByName()`: Returns the attribute in ``
208
+ # with the given `` name, otherwise returns empty. - emitAs `.emitAs()`: Sets
209
+ # the `` name field to the given `` for propagation in selected output
210
+ # credentials. - strict `.strict()`: Ignores the `x-goog-iap-attr-` prefix for
211
+ # the provided `` when propagating with the `HEADER` output credential, such as
212
+ # request headers. - append `.append()` OR `.append()`: Appends the provided ``
213
+ # or `` to the end of ``. Example expression: `attributes.saml_attributes.filter(
214
+ # x, x.name in ['test']).append(attributes.iap_attributes.selectByName('exact').
215
+ # emitAs('custom').strict())`
215
216
  # Corresponds to the JSON property `expression`
216
217
  # @return [String]
217
218
  attr_accessor :expression
@@ -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.31.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230127"
25
+ REVISION = "20230303"
26
26
  end
27
27
  end
28
28
  end
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.31.0
4
+ version: 0.33.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: 2023-02-12 00:00:00.000000000 Z
11
+ date: 2023-03-12 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.9.1
19
+ version: 0.11.0
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.9.1
29
+ version: 0.11.0
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.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.33.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: []