google-apis-iam_v1 0.73.0 → 0.75.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: ef9460e4ba843432aac8de8e73cdaccff0b158e8615c0d4c12aec6ae9c98c128
4
- data.tar.gz: 62309cd266077ee4259f41b588a68afa276392acebbd2b504bc8ea28ec057048
3
+ metadata.gz: 7c779b761b6e4b22dfe2af196db3eef979ae21b08d3cce0d1e8088df5607359f
4
+ data.tar.gz: e0f3c84932e5ef1835e438220d68c7bcc3d550b2073a45cfaf4affe201965368
5
5
  SHA512:
6
- metadata.gz: 93545470c82960ce38c071bf68dc9e63b985bea7a3b707532a03e5cb079c5472ce1edcee0e997207efef920429b1e4204d286e166dc4d027bf92124f77ad1ddb
7
- data.tar.gz: f345cb3c999f9c130e7f0bc850e3bce814b5e86018393c600500c568d777e06e0cf3d88537340eb45108883427d26681db1fc539bd0c4fffe0180b3f3f1acd2f
6
+ metadata.gz: a255a6cdb9f648a12d27da58ab8f45ec64a8af14409398f67335d54169c481e61ffbadd5912a90de2b22faa8efa07730b0042ecb463e26b6f546ff0978c840f3
7
+ data.tar.gz: a51b7baa1c021d0503309881df0379a676acd405c58bff9d1dde9dcc98ab210c9e28ca27847300826dab8f1c8af066bcb4d4e8fdef1d5501a6e26e01a9b03ca9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.75.0 (2025-08-31)
4
+
5
+ * Regenerated from discovery document revision 20250825
6
+
7
+ ### v0.74.0 (2025-08-24)
8
+
9
+ * Regenerated from discovery document revision 20250815
10
+
3
11
  ### v0.73.0 (2025-07-27)
4
12
 
5
13
  * Regenerated from discovery document revision 20250718
@@ -3747,14 +3747,14 @@ module Google
3747
3747
  class WorkloadIdentityPoolManagedIdentity
3748
3748
  include Google::Apis::Core::Hashable
3749
3749
 
3750
- # A description of the managed identity. Cannot exceed 256 characters.
3750
+ # Optional. A description of the managed identity. Cannot exceed 256 characters.
3751
3751
  # Corresponds to the JSON property `description`
3752
3752
  # @return [String]
3753
3753
  attr_accessor :description
3754
3754
 
3755
- # Whether the managed identity is disabled. If disabled, credentials may no
3756
- # longer be issued for the identity, however existing credentials will still be
3757
- # accepted until they expire.
3755
+ # Optional. Whether the managed identity is disabled. If disabled, credentials
3756
+ # may no longer be issued for the identity, however existing credentials will
3757
+ # still be accepted until they expire.
3758
3758
  # Corresponds to the JSON property `disabled`
3759
3759
  # @return [Boolean]
3760
3760
  attr_accessor :disabled
@@ -3766,7 +3766,7 @@ module Google
3766
3766
  # @return [String]
3767
3767
  attr_accessor :expire_time
3768
3768
 
3769
- # Output only. The resource name of the managed identity.
3769
+ # Identifier. The resource name of the managed identity.
3770
3770
  # Corresponds to the JSON property `name`
3771
3771
  # @return [String]
3772
3772
  attr_accessor :name
@@ -3795,14 +3795,14 @@ module Google
3795
3795
  class WorkloadIdentityPoolNamespace
3796
3796
  include Google::Apis::Core::Hashable
3797
3797
 
3798
- # A description of the namespace. Cannot exceed 256 characters.
3798
+ # Optional. A description of the namespace. Cannot exceed 256 characters.
3799
3799
  # Corresponds to the JSON property `description`
3800
3800
  # @return [String]
3801
3801
  attr_accessor :description
3802
3802
 
3803
- # Whether the namespace is disabled. If disabled, credentials may no longer be
3804
- # issued for identities within this namespace, however existing credentials will
3805
- # still be accepted until they expire.
3803
+ # Optional. Whether the namespace is disabled. If disabled, credentials may no
3804
+ # longer be issued for identities within this namespace, however existing
3805
+ # credentials will still be accepted until they expire.
3806
3806
  # Corresponds to the JSON property `disabled`
3807
3807
  # @return [Boolean]
3808
3808
  attr_accessor :disabled
@@ -3948,7 +3948,7 @@ module Google
3948
3948
  # @return [String]
3949
3949
  attr_accessor :expire_time
3950
3950
 
3951
- # Output only. The resource name of the provider.
3951
+ # Identifier. The resource name of the provider.
3952
3952
  # Corresponds to the JSON property `name`
3953
3953
  # @return [String]
3954
3954
  attr_accessor :name
@@ -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.73.0"
19
+ GEM_VERSION = "0.75.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 = "20250718"
25
+ REVISION = "20250825"
26
26
  end
27
27
  end
28
28
  end
@@ -269,9 +269,8 @@ module Google
269
269
  # @param [String] location
270
270
  # The location of the pool. Format: `locations/`location``.
271
271
  # @param [Fixnum] page_size
272
- # The maximum number of pools to return. If unspecified, at most 50 pools will
273
- # be returned. The maximum value is 1000; values above 1000 are truncated to
274
- # 1000.
272
+ # The maximum number of pools to return. The default value is 50. The maximum
273
+ # value is 100.
275
274
  # @param [String] page_token
276
275
  # A page token, received from a previous `ListWorkforcePools` call. Provide this
277
276
  # to retrieve the subsequent page.
@@ -3035,7 +3034,7 @@ module Google
3035
3034
  # Updates an existing WorkloadIdentityPoolManagedIdentity in a
3036
3035
  # WorkloadIdentityPoolNamespace.
3037
3036
  # @param [String] name
3038
- # Output only. The resource name of the managed identity.
3037
+ # Identifier. The resource name of the managed identity.
3039
3038
  # @param [Google::Apis::IamV1::WorkloadIdentityPoolManagedIdentity] workload_identity_pool_managed_identity_object
3040
3039
  # @param [String] update_mask
3041
3040
  # Required. The list of fields to update.
@@ -3444,7 +3443,7 @@ module Google
3444
3443
 
3445
3444
  # Updates an existing WorkloadIdentityPoolProvider.
3446
3445
  # @param [String] name
3447
- # Output only. The resource name of the provider.
3446
+ # Identifier. The resource name of the provider.
3448
3447
  # @param [Google::Apis::IamV1::WorkloadIdentityPoolProvider] workload_identity_pool_provider_object
3449
3448
  # @param [String] update_mask
3450
3449
  # Required. The list of fields to update.
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.73.0
4
+ version: 0.75.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.73.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.75.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: