google-apis-iam_v1 0.73.0 → 0.74.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: 579535822ccae323ee8884fd64230e97790c277addc36b2e8d77cab3731d0afa
4
+ data.tar.gz: 5e18cd4ed00a57058dc3bec55915336d0feab239fc72800909a6e6bf805b1799
5
5
  SHA512:
6
- metadata.gz: 93545470c82960ce38c071bf68dc9e63b985bea7a3b707532a03e5cb079c5472ce1edcee0e997207efef920429b1e4204d286e166dc4d027bf92124f77ad1ddb
7
- data.tar.gz: f345cb3c999f9c130e7f0bc850e3bce814b5e86018393c600500c568d777e06e0cf3d88537340eb45108883427d26681db1fc539bd0c4fffe0180b3f3f1acd2f
6
+ metadata.gz: 62d3c5f538d167399440ec71ab73f892925cb7bdff90debe8a7f6d9c361693df1f12b0b91e586ac68048b4ebd2c18b45b6411c7fcf36abe5a3402ad4f6a48da2
7
+ data.tar.gz: a4ef6072448dd8989c65d21d0bdbeb604b480e69a45a4ec63baa5bb6c617a5a0a753504447de9e41a2cc2cedc481a9791151ac1206753059397a1a6f14eea917
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.74.0 (2025-08-24)
4
+
5
+ * Regenerated from discovery document revision 20250815
6
+
3
7
  ### v0.73.0 (2025-07-27)
4
8
 
5
9
  * 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.74.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 = "20250815"
26
26
  end
27
27
  end
28
28
  end
@@ -3035,7 +3035,7 @@ module Google
3035
3035
  # Updates an existing WorkloadIdentityPoolManagedIdentity in a
3036
3036
  # WorkloadIdentityPoolNamespace.
3037
3037
  # @param [String] name
3038
- # Output only. The resource name of the managed identity.
3038
+ # Identifier. The resource name of the managed identity.
3039
3039
  # @param [Google::Apis::IamV1::WorkloadIdentityPoolManagedIdentity] workload_identity_pool_managed_identity_object
3040
3040
  # @param [String] update_mask
3041
3041
  # Required. The list of fields to update.
@@ -3444,7 +3444,7 @@ module Google
3444
3444
 
3445
3445
  # Updates an existing WorkloadIdentityPoolProvider.
3446
3446
  # @param [String] name
3447
- # Output only. The resource name of the provider.
3447
+ # Identifier. The resource name of the provider.
3448
3448
  # @param [Google::Apis::IamV1::WorkloadIdentityPoolProvider] workload_identity_pool_provider_object
3449
3449
  # @param [String] update_mask
3450
3450
  # 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.74.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.74.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: