google-apis-iam_v1 0.78.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: 61b17a1136ac75e68c7526f1c125b291e9757f1662f63ca601e07362b657439f
4
- data.tar.gz: bec955b43c2cca89cf8538d9227249874ef32dbda6ea7e115d339c35b5d8cd03
3
+ metadata.gz: 53ebc000983720f4f3ac345b09d6f31196a61dbb88875200a58b0d87b62322cc
4
+ data.tar.gz: '08c56ec38a911fe5dd3c1de10b8d7bf783b3ec13c26daf88b40b3f6b8863bb66'
5
5
  SHA512:
6
- metadata.gz: 460fc26f502ec67a43e3061dc1e82c0ad8f120c158536701d1e59bf506b92f928d1a57374128a4ea8394bc7f8a22024b7ba7f8cd88f01a25dc93186e175ed82e
7
- data.tar.gz: 552dceee3e6ba86d5d682707eb9d6cb2a083c47169b9688f44d387b366b8d86e46e002c5ee495adcf9fd82a4727f1de8466867da7d182cc61e0d3ffdbf6ae592
6
+ metadata.gz: 519fe2bfe6ae1f954c402ad63ee5e432ff004eec0c8d96cfb715a2b055caf4390aae16e7e8654116d959d6d4add198185e79df3c21d58adeb683bfa85e9743f2
7
+ data.tar.gz: e4a8193e3be6f9fe8f54d7d1a106500ee25ffe9c027f5f1fbd307220d7649770449eff6416d6cdf6d069bc84cdb900e7ad0a089afedebe3fe46238964dc4851b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.79.0 (2025-10-12)
8
+
9
+ * Regenerated from discovery document revision 20251003
10
+
3
11
  ### v0.78.0 (2025-10-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20250925
@@ -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.78.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 = "20250925"
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
@@ -993,6 +993,8 @@ module Google
993
993
  # Required. Agentspace only. The name of the scim tenant to delete. Format: `
994
994
  # locations/`location`/workforcePools/`workforce_pool`/providers/`provider`/
995
995
  # scimTenants/`scim_tenant``
996
+ # @param [Boolean] hard_delete
997
+ # Optional. Deletes the SCIM tenant immediately. This operation cannot be undone.
996
998
  # @param [String] fields
997
999
  # Selector specifying which fields to include in a partial response.
998
1000
  # @param [String] quota_user
@@ -1010,11 +1012,12 @@ module Google
1010
1012
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1011
1013
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1012
1014
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1013
- def delete_location_workforce_pool_provider_scim_tenant(name, fields: nil, quota_user: nil, options: nil, &block)
1015
+ def delete_location_workforce_pool_provider_scim_tenant(name, hard_delete: nil, fields: nil, quota_user: nil, options: nil, &block)
1014
1016
  command = make_simple_command(:delete, 'v1/{+name}', options)
1015
1017
  command.response_representation = Google::Apis::IamV1::WorkforcePoolProviderScimTenant::Representation
1016
1018
  command.response_class = Google::Apis::IamV1::WorkforcePoolProviderScimTenant
1017
1019
  command.params['name'] = name unless name.nil?
1020
+ command.query['hardDelete'] = hard_delete unless hard_delete.nil?
1018
1021
  command.query['fields'] = fields unless fields.nil?
1019
1022
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1020
1023
  execute_or_queue_command(command, &block)
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.78.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.78.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: