google-apis-iap_v1 0.32.0 → 0.34.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: 1c262ec135958b18240c7419602953ad39d3e26aadd8c0ce3b8f9cce0cabd240
4
+ data.tar.gz: 04f3dfca5fefc596d9a2eaf4089a9281315b4dc43b0d7edd2496d2d279a93672
5
5
  SHA512:
6
- metadata.gz: eba9fe469228c97a3de3420aa43ea0b60c6d4273c7114a821bc14a737cc6187abc850c8ab24a4353d6f08a042f3cd6e423f167bfb85985b1b38eb7c4f400d49a
7
- data.tar.gz: ca277d4871d48ee0c1fcf107fb9a73976b6e3f7b08b22f1bf158fa3f15312fa60dd4970cb6dc353a0c05ca5548f043b82c6d81c995b5840881508264006e001e
6
+ metadata.gz: a4781b07662d18c119dbf7f376145690d3962751d0c31c8c78893e2a34385413e04b5ba3d320b63420fee5a3e9da3e9ec2ae440f500d0d62d435eba57fbb59f1
7
+ data.tar.gz: fcbe4c7f2d92bc70b7802f37a3bfa65c6ebd99134d11c9ae26814fa518f6cbae6da8a75bd47465bd7d8ff9fbf39f7d0ae51c159bc4cc10a58036a3f374546a14
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-iap_v1
2
2
 
3
+ ### v0.34.0 (2023-03-26)
4
+
5
+ * Regenerated from discovery document revision 20230317
6
+
7
+ ### v0.33.0 (2023-03-12)
8
+
9
+ * Regenerated from discovery document revision 20230303
10
+
3
11
  ### v0.32.0 (2023-02-15)
4
12
 
5
13
  * 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.34.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 = "20230317"
26
26
  end
27
27
  end
28
28
  end
@@ -670,8 +670,10 @@ module Google
670
670
  # @param [Google::Apis::IapV1::IapSettings] iap_settings_object
671
671
  # @param [String] update_mask
672
672
  # The field mask specifying which IAP settings should be updated. If omitted,
673
- # the all of the settings are updated. See https://developers.google.com/
674
- # protocol-buffers/docs/reference/google.protobuf#fieldmask
673
+ # then all of the settings are updated. See https://developers.google.com/
674
+ # protocol-buffers/docs/reference/google.protobuf#fieldmask. Note: All IAP
675
+ # reauth settings must always be set together, using the field mask: `
676
+ # iapSettings.accessSettings.reauthSettings`.
675
677
  # @param [String] fields
676
678
  # Selector specifying which fields to include in a partial response.
677
679
  # @param [String] quota_user
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.34.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-26 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.34.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: []