google-apis-iap_v1 0.53.0 → 0.54.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b8837ff09dd5d5babbbb076e579e6818462cd92a79ecc8ccd7f8c7be3f0ca27c
4
- data.tar.gz: 27d783a2f5ca266053f2841c19ad134bbcfcf8d730961c424faeb337397d1069
3
+ metadata.gz: dba1a78d2ffe77f35e1fd5afdf8aa3bedd1270f3f70795c140ea177ff7f18f2a
4
+ data.tar.gz: a2f6c8a2a3537214fa6506540061bdceebf1340eeae170f5aec8b1b74e14cd9d
5
5
  SHA512:
6
- metadata.gz: 934c9e85ee1eca1c006a04ed541d5752f79eafe4a67dfa36139b92d8ec82616414f4446c27fdea3de3e9c8b11aafcf59a636849802dd5ed68217bcde1a3bebd2
7
- data.tar.gz: c6a4b068a6e9f11fb2f86293285cf521322ed4270a7f222ad0ae78a4e12550a217fb8233e92960655516c45793394d14dcc2c809beb5474942379735fd6aa7c5
6
+ metadata.gz: 611c3bb3c13dfd5a009f6bea9be221c6a8bd301510177df82df4f253bf21deb562795533ea5d8eb080d511bc5369cae09bbe8211f354fccfafeb4a35dc76395b
7
+ data.tar.gz: a00aa29a7a3df84b6116bd6024d427bea0f86e8e44984b1d39c694c1d4443391274e06c77eee18cf67f674e9dd810befc26fb0731538aa2677c9f3f3e786f3ce
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-iap_v1
2
2
 
3
+ ### v0.54.0 (2025-06-01)
4
+
5
+ * Regenerated from discovery document revision 20250524
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.53.0 (2025-05-04)
4
9
 
5
10
  * Regenerated using generator version 0.17.0
@@ -70,13 +70,14 @@ module Google
70
70
  # @return [Google::Apis::IapV1::AllowedDomainsSettings]
71
71
  attr_accessor :allowed_domains_settings
72
72
 
73
- # Allows customers to configure HTTP request paths that'll allow HTTP OPTIONS
73
+ # Allows customers to configure HTTP request paths that'll allow HTTP `OPTIONS`
74
74
  # call to bypass authentication and authorization.
75
75
  # Corresponds to the JSON property `corsSettings`
76
76
  # @return [Google::Apis::IapV1::CorsSettings]
77
77
  attr_accessor :cors_settings
78
78
 
79
- # Allows customers to configure tenant_id for GCIP instance per-app.
79
+ # Allows customers to configure tenant IDs for a Cloud Identity Platform (GCIP)
80
+ # instance for each application.
80
81
  # Corresponds to the JSON property `gcipSettings`
81
82
  # @return [Google::Apis::IapV1::GcipSettings]
82
83
  attr_accessor :gcip_settings
@@ -393,13 +394,14 @@ module Google
393
394
  end
394
395
  end
395
396
 
396
- # Allows customers to configure HTTP request paths that'll allow HTTP OPTIONS
397
+ # Allows customers to configure HTTP request paths that'll allow HTTP `OPTIONS`
397
398
  # call to bypass authentication and authorization.
398
399
  class CorsSettings
399
400
  include Google::Apis::Core::Hashable
400
401
 
401
- # Configuration to allow HTTP OPTIONS calls to skip authorization. If undefined,
402
- # IAP will not apply any special logic to OPTIONS requests.
402
+ # Configuration to allow HTTP `OPTIONS` calls to skip authentication and
403
+ # authorization. If undefined, IAP will not apply any special logic to `OPTIONS`
404
+ # requests.
403
405
  # Corresponds to the JSON property `allowHttpOptions`
404
406
  # @return [Boolean]
405
407
  attr_accessor :allow_http_options
@@ -508,7 +510,8 @@ module Google
508
510
  end
509
511
  end
510
512
 
511
- # Allows customers to configure tenant_id for GCIP instance per-app.
513
+ # Allows customers to configure tenant IDs for a Cloud Identity Platform (GCIP)
514
+ # instance for each application.
512
515
  class GcipSettings
513
516
  include Google::Apis::Core::Hashable
514
517
 
@@ -519,11 +522,11 @@ module Google
519
522
  # @return [String]
520
523
  attr_accessor :login_page_uri
521
524
 
522
- # Optional. GCIP tenant ids that are linked to the IAP resource. tenant_ids
525
+ # Optional. GCIP tenant IDs that are linked to the IAP resource. `tenant_ids`
523
526
  # 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
+ # with GCIP tenant flow, or in the format of `_` to indicate authenticating with
528
+ # GCIP agent flow. If agent flow is used, `tenant_ids` should only contain one
529
+ # single element, while for tenant flow, `tenant_ids` can contain multiple
527
530
  # elements.
528
531
  # Corresponds to the JSON property `tenantIds`
529
532
  # @return [Array<String>]
@@ -1072,6 +1075,18 @@ module Google
1072
1075
  # @return [Hash<String,String>]
1073
1076
  attr_accessor :labels
1074
1077
 
1078
+ # The locations of the resource. This field is used to determine whether the
1079
+ # request is compliant with Trust Boundaries. Usage: - If unset or empty, the
1080
+ # location of authorization is used as the target location. - For global
1081
+ # resources: use a single value of "global". - For regional/multi-regional
1082
+ # resources: use name of the GCP region(s) where the resource exists (e.g., ["us-
1083
+ # east1", "us-west1"]). For multi-regional resources specify the name of each
1084
+ # GCP region in the resource's multi-region. NOTE: Only GCP cloud region names
1085
+ # are supported - go/cloud-region-names.
1086
+ # Corresponds to the JSON property `locations`
1087
+ # @return [Array<String>]
1088
+ attr_accessor :locations
1089
+
1075
1090
  # The **relative** name of the resource, which is the URI path of the resource
1076
1091
  # without the leading "/". See https://cloud.google.com/iam/docs/conditions-
1077
1092
  # resource-attributes#resource-name for examples used by other GCP Services.
@@ -1127,6 +1142,7 @@ module Google
1127
1142
  def update!(**args)
1128
1143
  @expected_next_state = args[:expected_next_state] if args.key?(:expected_next_state)
1129
1144
  @labels = args[:labels] if args.key?(:labels)
1145
+ @locations = args[:locations] if args.key?(:locations)
1130
1146
  @name = args[:name] if args.key?(:name)
1131
1147
  @next_state_of_tags = args[:next_state_of_tags] if args.key?(:next_state_of_tags)
1132
1148
  @service = args[:service] if args.key?(:service)
@@ -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.53.0"
19
+ GEM_VERSION = "0.54.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250407"
25
+ REVISION = "20250524"
26
26
  end
27
27
  end
28
28
  end
@@ -503,6 +503,7 @@ module Google
503
503
  class Representation < Google::Apis::Core::JsonRepresentation
504
504
  hash :expected_next_state, as: 'expectedNextState'
505
505
  hash :labels, as: 'labels'
506
+ collection :locations, as: 'locations'
506
507
  property :name, as: 'name'
507
508
  property :next_state_of_tags, as: 'nextStateOfTags', class: Google::Apis::IapV1::NextStateOfTags, decorator: Google::Apis::IapV1::NextStateOfTags::Representation
508
509
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-iap_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.53.0
4
+ version: 0.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iap_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.53.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.54.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iap_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Cloud Identity-Aware Proxy API V1
79
79
  test_files: []