google-apis-iap_v1 0.32.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: 806c0b92de4ce4e943b1dfc3c79b3968bad9b68201e1bf4b3e97fc1245d31df9
4
- data.tar.gz: 71e6c4c219daee41bea36fa02d3bf643bce36c3d174890371a322245bd6699d6
3
+ metadata.gz: 300752684ef2a95f8bb63a895a6fa2f8ce21076fdc787efe93fc66ecbc300d48
4
+ data.tar.gz: 8d248e5310a8d678b2af7126c5c901700fba140e080b06856d89570f2aa02321
5
5
  SHA512:
6
- metadata.gz: eba9fe469228c97a3de3420aa43ea0b60c6d4273c7114a821bc14a737cc6187abc850c8ab24a4353d6f08a042f3cd6e423f167bfb85985b1b38eb7c4f400d49a
7
- data.tar.gz: ca277d4871d48ee0c1fcf107fb9a73976b6e3f7b08b22f1bf158fa3f15312fa60dd4970cb6dc353a0c05ca5548f043b82c6d81c995b5840881508264006e001e
6
+ metadata.gz: 17fb69cb48512246dc7c7b7d2de8ace896000ab26c292590af265dd84b49f1315bfae1974d202b50e0d0c747d683ab1ec6b2dbc3e708cd48b371caec8c016f47
7
+ data.tar.gz: 7d7053208784ced55ddfe95e49401a89b59df252184dcc0dba73f5445b68e3609f83c00fd994d92817baeedc664847a36186364cd2fa476353ae339ab206fc6a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.32.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -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.32.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
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.32.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-19 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
@@ -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.32.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: []