google-apis-iam_v1 0.79.0 → 0.80.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: '0855742e6cc515c8aae0d724c767f77121b58399897e303a0d4a38c8a0b94d12'
4
- data.tar.gz: eae971b163bb60ca5acd5697c451038dfd34731af1103e5aba041c25bfe8b93f
3
+ metadata.gz: 53ebc000983720f4f3ac345b09d6f31196a61dbb88875200a58b0d87b62322cc
4
+ data.tar.gz: '08c56ec38a911fe5dd3c1de10b8d7bf783b3ec13c26daf88b40b3f6b8863bb66'
5
5
  SHA512:
6
- metadata.gz: b6f35a04cc15ff8d3a711e3a08511fc89a2be091593dae33e89dc19edcce02b2f170ed393d176bec2d1c090a190db2dde2a793af30b8aaf9babe57ed6b78436f
7
- data.tar.gz: 92ddebf0ad25af76967624fe4e3a64730dcc4fe4d35ec27ebd8a72680c85f2d1e5aef3c79b81c4bfcc478854fe48a79c577b3460ac3cc7b1135bd29e69a5b80e
6
+ metadata.gz: 519fe2bfe6ae1f954c402ad63ee5e432ff004eec0c8d96cfb715a2b055caf4390aae16e7e8654116d959d6d4add198185e79df3c21d58adeb683bfa85e9743f2
7
+ data.tar.gz: e4a8193e3be6f9fe8f54d7d1a106500ee25ffe9c027f5f1fbd307220d7649770449eff6416d6cdf6d069bc84cdb900e7ad0a089afedebe3fe46238964dc4851b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.80.0 (2025-10-19)
4
+
5
+ * Regenerated from discovery document revision 20251010
6
+
3
7
  ### v0.79.0 (2025-10-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20251003
@@ -3484,6 +3484,16 @@ module Google
3484
3484
  # @return [Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderSaml]
3485
3485
  attr_accessor :saml
3486
3486
 
3487
+ # Optional. Agentspace only. Specifies whether the workforce identity pool
3488
+ # provider uses SCIM-managed groups instead of the `google.groups` attribute
3489
+ # mapping for authorization checks. The `scim_usage` and `
3490
+ # extended_attributes_oauth2_client` fields are mutually exclusive. A request
3491
+ # that enables both fields on the same workforce identity pool provider will
3492
+ # produce an error.
3493
+ # Corresponds to the JSON property `scimUsage`
3494
+ # @return [String]
3495
+ attr_accessor :scim_usage
3496
+
3487
3497
  # Output only. The state of the provider.
3488
3498
  # Corresponds to the JSON property `state`
3489
3499
  # @return [String]
@@ -3507,6 +3517,7 @@ module Google
3507
3517
  @name = args[:name] if args.key?(:name)
3508
3518
  @oidc = args[:oidc] if args.key?(:oidc)
3509
3519
  @saml = args[:saml] if args.key?(:saml)
3520
+ @scim_usage = args[:scim_usage] if args.key?(:scim_usage)
3510
3521
  @state = args[:state] if args.key?(:state)
3511
3522
  end
3512
3523
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IamV1
18
18
  # Version of the google-apis-iam_v1 gem
19
- GEM_VERSION = "0.79.0"
19
+ GEM_VERSION = "0.80.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251003"
25
+ REVISION = "20251010"
26
26
  end
27
27
  end
28
28
  end
@@ -1643,6 +1643,7 @@ module Google
1643
1643
 
1644
1644
  property :saml, as: 'saml', class: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderSaml, decorator: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderSaml::Representation
1645
1645
 
1646
+ property :scim_usage, as: 'scimUsage'
1646
1647
  property :state, as: 'state'
1647
1648
  end
1648
1649
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-iam_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.79.0
4
+ version: 0.80.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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-iam_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.79.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.80.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1
63
63
  rdoc_options: []
64
64
  require_paths: