google-apis-iap_v1 0.46.0 → 0.47.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: bbd8c6fdbbf7f023da5ab040f7fd9508042edb88d8f916b42687eb0ff5cdd4fb
4
- data.tar.gz: 30cf218efe2e3f9793fe8b44f675b7f95fb9f1fadf90ec264da2a9029a88cd1c
3
+ metadata.gz: 857badfebfd6a865de6f9c986dd0b660b208138cc7f21884cae2b31de7f55b99
4
+ data.tar.gz: cd355886e7c3a2d36d5eea115adf5ef5b0f032064c4c839cd8a894f24ce7a6a5
5
5
  SHA512:
6
- metadata.gz: f380b1a5d72142c97717a840b8b5acfb14d8b338b13ffe0af07d9b708a65e0b8c3c05080089b987d0a6f77860cbb7175448a113c5fb7cfb85bc93e94cadc694f
7
- data.tar.gz: fce5ddfbd98688b19d0d61915e665791c80af7d4033de38a25b9b5b6ed3dcb5ab99fe7b13c2c71ba1847edcacb9d1fd35f4dcb837b353702ff17322cff5267db
6
+ metadata.gz: 04dc7c8f9b1ae5e31ac51cc15563524b3b93de8e01935e5c7ccf14ca0ee14f1646cf170789b34f59911cd8db99bcb177849ae84b14c4702a194fb8a2df05e31a
7
+ data.tar.gz: ada0cac10934c8941f28b87358738666482355be91b184789b20e5b6986efcb4b65770ed73a93f59bcb14be521e599ce757cf5458de957eae4192baf2236ef09
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-iap_v1
2
2
 
3
+ ### v0.47.0 (2024-05-19)
4
+
5
+ * Regenerated from discovery document revision 20240513
6
+ * Regenerated using generator version 0.15.0
7
+
3
8
  ### v0.46.0 (2024-05-05)
4
9
 
5
10
  * Regenerated from discovery document revision 20240430
@@ -136,12 +136,12 @@ module Google
136
136
  class AllowedDomainsSettings
137
137
  include Google::Apis::Core::Hashable
138
138
 
139
- # List of trusted domains.
139
+ # Optional. List of trusted domains.
140
140
  # Corresponds to the JSON property `domains`
141
141
  # @return [Array<String>]
142
142
  attr_accessor :domains
143
143
 
144
- # Configuration for customers to opt in for the feature.
144
+ # Optional. Configuration for customers to opt in for the feature.
145
145
  # Corresponds to the JSON property `enable`
146
146
  # @return [Boolean]
147
147
  attr_accessor :enable
@@ -206,35 +206,35 @@ module Google
206
206
  class AttributePropagationSettings
207
207
  include Google::Apis::Core::Hashable
208
208
 
209
- # Whether the provided attribute propagation settings should be evaluated on
210
- # user requests. If set to true, attributes returned from the expression will be
211
- # propagated in the set output credentials.
209
+ # Optional. Whether the provided attribute propagation settings should be
210
+ # evaluated on user requests. If set to true, attributes returned from the
211
+ # expression will be propagated in the set output credentials.
212
212
  # Corresponds to the JSON property `enable`
213
213
  # @return [Boolean]
214
214
  attr_accessor :enable
215
215
  alias_method :enable?, :enable
216
216
 
217
- # Raw string CEL expression. Must return a list of attributes. A maximum of 45
218
- # attributes can be selected. Expressions can select different attribute types
219
- # from `attributes`: `attributes.saml_attributes`, `attributes.iap_attributes`.
220
- # The following functions are supported: - filter `.filter(, )`: Returns a
221
- # subset of `` where `` is true for every item. - in ` in `: Returns true if ``
222
- # contains ``. - selectByName `.selectByName()`: Returns the attribute in ``
223
- # with the given `` name, otherwise returns empty. - emitAs `.emitAs()`: Sets
224
- # the `` name field to the given `` for propagation in selected output
225
- # credentials. - strict `.strict()`: Ignores the `x-goog-iap-attr-` prefix for
226
- # the provided `` when propagating with the `HEADER` output credential, such as
227
- # request headers. - append `.append()` OR `.append()`: Appends the provided ``
228
- # or `` to the end of ``. Example expression: `attributes.saml_attributes.filter(
229
- # x, x.name in ['test']).append(attributes.iap_attributes.selectByName('exact').
230
- # emitAs('custom').strict())`
217
+ # Optional. Raw string CEL expression. Must return a list of attributes. A
218
+ # maximum of 45 attributes can be selected. Expressions can select different
219
+ # attribute types from `attributes`: `attributes.saml_attributes`, `attributes.
220
+ # iap_attributes`. The following functions are supported: - filter `.filter(, )`:
221
+ # Returns a subset of `` where `` is true for every item. - in ` in `: Returns
222
+ # true if `` contains ``. - selectByName `.selectByName()`: Returns the
223
+ # attribute in `` with the given `` name, otherwise returns empty. - emitAs `.
224
+ # emitAs()`: Sets the `` name field to the given `` for propagation in selected
225
+ # output credentials. - strict `.strict()`: Ignores the `x-goog-iap-attr-`
226
+ # prefix for the provided `` when propagating with the `HEADER` output
227
+ # credential, such as request headers. - append `.append()` OR `.append()`:
228
+ # Appends the provided `` or `` to the end of ``. Example expression: `
229
+ # attributes.saml_attributes.filter(x, x.name in ['test']).append(attributes.
230
+ # iap_attributes.selectByName('exact').emitAs('custom').strict())`
231
231
  # Corresponds to the JSON property `expression`
232
232
  # @return [String]
233
233
  attr_accessor :expression
234
234
 
235
- # Which output credentials attributes selected by the CEL expression should be
236
- # propagated in. All attributes will be fully duplicated in each selected output
237
- # credential.
235
+ # Optional. Which output credentials attributes selected by the CEL expression
236
+ # should be propagated in. All attributes will be fully duplicated in each
237
+ # selected output credential.
238
238
  # Corresponds to the JSON property `outputCredentials`
239
239
  # @return [Array<String>]
240
240
  attr_accessor :output_credentials
@@ -519,11 +519,12 @@ module Google
519
519
  # @return [String]
520
520
  attr_accessor :login_page_uri
521
521
 
522
- # GCIP tenant ids that are linked to the IAP resource. tenant_ids could be a
523
- # string beginning with a number character to indicate authenticating with GCIP
524
- # tenant flow, or in the format of _ to indicate authenticating with GCIP agent
525
- # flow. If agent flow is used, tenant_ids should only contain one single element,
526
- # while for tenant flow, tenant_ids can contain multiple elements.
522
+ # Optional. GCIP tenant ids that are linked to the IAP resource. tenant_ids
523
+ # could be a string beginning with a number character to indicate authenticating
524
+ # with GCIP tenant flow, or in the format of _ to indicate authenticating with
525
+ # GCIP agent flow. If agent flow is used, tenant_ids should only contain one
526
+ # single element, while for tenant flow, tenant_ids can contain multiple
527
+ # elements.
527
528
  # Corresponds to the JSON property `tenantIds`
528
529
  # @return [Array<String>]
529
530
  attr_accessor :tenant_ids
@@ -767,7 +768,7 @@ module Google
767
768
  # @return [String]
768
769
  attr_accessor :login_hint
769
770
 
770
- # List of client ids allowed to use IAP programmatically.
771
+ # Optional. List of client ids allowed to use IAP programmatically.
771
772
  # Corresponds to the JSON property `programmaticClients`
772
773
  # @return [Array<String>]
773
774
  attr_accessor :programmatic_clients
@@ -961,7 +962,8 @@ module Google
961
962
  class ReauthSettings
962
963
  include Google::Apis::Core::Hashable
963
964
 
964
- # Reauth session lifetime, how long before a user has to reauthenticate again.
965
+ # Optional. Reauth session lifetime, how long before a user has to
966
+ # reauthenticate again.
965
967
  # Corresponds to the JSON property `maxAge`
966
968
  # @return [String]
967
969
  attr_accessor :max_age
@@ -971,8 +973,9 @@ module Google
971
973
  # @return [String]
972
974
  attr_accessor :method_prop
973
975
 
974
- # How IAP determines the effective policy in cases of hierarchical policies.
975
- # Policies are merged from higher in the hierarchy to lower in the hierarchy.
976
+ # Optional. How IAP determines the effective policy in cases of hierarchical
977
+ # policies. Policies are merged from higher in the hierarchy to lower in the
978
+ # hierarchy.
976
979
  # Corresponds to the JSON property `policyType`
977
980
  # @return [String]
978
981
  attr_accessor :policy_type
@@ -1180,18 +1183,18 @@ module Google
1180
1183
  class TunnelDestGroup
1181
1184
  include Google::Apis::Core::Hashable
1182
1185
 
1183
- # Unordered list. List of CIDRs that this group applies to.
1186
+ # Optional. Unordered list. List of CIDRs that this group applies to.
1184
1187
  # Corresponds to the JSON property `cidrs`
1185
1188
  # @return [Array<String>]
1186
1189
  attr_accessor :cidrs
1187
1190
 
1188
- # Unordered list. List of FQDNs that this group applies to.
1191
+ # Optional. Unordered list. List of FQDNs that this group applies to.
1189
1192
  # Corresponds to the JSON property `fqdns`
1190
1193
  # @return [Array<String>]
1191
1194
  attr_accessor :fqdns
1192
1195
 
1193
- # Required. Immutable. Identifier for the TunnelDestGroup. Must be unique within
1194
- # the project and contain only lower case letters (a-z) and dashes (-).
1196
+ # Identifier. Identifier for the TunnelDestGroup. Must be unique within the
1197
+ # project and contain only lower case letters (a-z) and dashes (-).
1195
1198
  # Corresponds to the JSON property `name`
1196
1199
  # @return [String]
1197
1200
  attr_accessor :name
@@ -1208,9 +1211,7 @@ module Google
1208
1211
  end
1209
1212
  end
1210
1213
 
1211
- # API requires a return message, but currently all response strings will fit in
1212
- # the status and public message. In the future, this response can hold AST
1213
- # validation info.
1214
+ # IAP Expression Linter endpoint returns empty response body.
1214
1215
  class ValidateIapAttributeExpressionResponse
1215
1216
  include Google::Apis::Core::Hashable
1216
1217
 
@@ -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.46.0"
19
+ GEM_VERSION = "0.47.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240430"
25
+ REVISION = "20240513"
26
26
  end
27
27
  end
28
28
  end
@@ -485,8 +485,8 @@ module Google
485
485
 
486
486
  # Updates a TunnelDestGroup.
487
487
  # @param [String] name
488
- # Required. Immutable. Identifier for the TunnelDestGroup. Must be unique within
489
- # the project and contain only lower case letters (a-z) and dashes (-).
488
+ # Identifier. Identifier for the TunnelDestGroup. Must be unique within the
489
+ # project and contain only lower case letters (a-z) and dashes (-).
490
490
  # @param [Google::Apis::IapV1::TunnelDestGroup] tunnel_dest_group_object
491
491
  # @param [String] update_mask
492
492
  # 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.46.0
4
+ version: 0.47.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: 2024-05-05 00:00:00.000000000 Z
11
+ date: 2024-05-26 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.14.0
19
+ version: 0.15.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.14.0
29
+ version: 0.15.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.46.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.47.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: []