google-apis-iam_v1 0.62.0 → 0.64.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/iam_v1/classes.rb +8 -4
- data/lib/google/apis/iam_v1/gem_version.rb +3 -3
- data/lib/google/apis/iam_v1/service.rb +2 -2
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0944cd434aef1a9a53ce2af8bc46fb03a50368a08a8731216005b9b822017a08'
|
4
|
+
data.tar.gz: 200153f1a9b7a031cbb0a7fd4a226df497cb1ad699068bf6d2e9b9dc74514b91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd693237a8153a9b516ed21888fec8e924349fa12091fe9a0a7741fba9355d891b6d47825fc3663bbd3b644bcdac63312f4bd23a760bd54b939a0c59f322cc92
|
7
|
+
data.tar.gz: 38adebfeac9e98e4e647246733b3800ac3912f26b8dc355488460670862515bd8f6b7d13dbd5bbcb31fbf5ba6ba7cc00c2b6581df8766b3112b7a752c87add93
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-iam_v1
|
2
2
|
|
3
|
+
### v0.64.0 (2025-01-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250116
|
6
|
+
|
7
|
+
### v0.63.0 (2025-01-12)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250102
|
10
|
+
* Regenerated using generator version 0.16.0
|
11
|
+
|
3
12
|
### v0.62.0 (2024-12-02)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20241114
|
@@ -1355,7 +1355,10 @@ module Google
|
|
1355
1355
|
# Required. The list of scopes that the OauthClient is allowed to request during
|
1356
1356
|
# OAuth flows. The following scopes are supported: * `https://www.googleapis.com/
|
1357
1357
|
# auth/cloud-platform`: See, edit, configure, and delete your Google Cloud data
|
1358
|
-
# and see the email address for your Google Account.
|
1358
|
+
# and see the email address for your Google Account. * `openid`: The OAuth
|
1359
|
+
# client can associate you with your personal information on Google Cloud. * `
|
1360
|
+
# email`: The OAuth client can read a federated identity's email address. * `
|
1361
|
+
# groups`: The OAuth client can read a federated identity's groups.
|
1359
1362
|
# Corresponds to the JSON property `allowedScopes`
|
1360
1363
|
# @return [Array<String>]
|
1361
1364
|
attr_accessor :allowed_scopes
|
@@ -2856,7 +2859,7 @@ module Google
|
|
2856
2859
|
# @return [String]
|
2857
2860
|
attr_accessor :expire_time
|
2858
2861
|
|
2859
|
-
#
|
2862
|
+
# Identifier. The resource name of the pool. Format: `locations/`location`/
|
2860
2863
|
# workforcePools/`workforce_pool_id``
|
2861
2864
|
# Corresponds to the JSON property `name`
|
2862
2865
|
# @return [String]
|
@@ -3002,7 +3005,7 @@ module Google
|
|
3002
3005
|
# @return [Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client]
|
3003
3006
|
attr_accessor :extra_attributes_oauth2_client
|
3004
3007
|
|
3005
|
-
#
|
3008
|
+
# Identifier. The resource name of the provider. Format: `locations/`location`/
|
3006
3009
|
# workforcePools/`workforce_pool_id`/providers/`provider_id``
|
3007
3010
|
# Corresponds to the JSON property `name`
|
3008
3011
|
# @return [String]
|
@@ -3061,7 +3064,8 @@ module Google
|
|
3061
3064
|
# @return [Google::Apis::IamV1::KeyData]
|
3062
3065
|
attr_accessor :key_data
|
3063
3066
|
|
3064
|
-
#
|
3067
|
+
# Identifier. The resource name of the key. Format: `locations/`location`/
|
3068
|
+
# workforcePools/`workforce_pool_id`/providers/`provider_id`/keys/`key_id``
|
3065
3069
|
# Corresponds to the JSON property `name`
|
3066
3070
|
# @return [String]
|
3067
3071
|
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.
|
19
|
+
GEM_VERSION = "0.64.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250116"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -313,7 +313,7 @@ module Google
|
|
313
313
|
|
314
314
|
# Updates an existing WorkforcePool.
|
315
315
|
# @param [String] name
|
316
|
-
#
|
316
|
+
# Identifier. The resource name of the pool. Format: `locations/`location`/
|
317
317
|
# workforcePools/`workforce_pool_id``
|
318
318
|
# @param [Google::Apis::IamV1::WorkforcePool] workforce_pool_object
|
319
319
|
# @param [String] update_mask
|
@@ -637,7 +637,7 @@ module Google
|
|
637
637
|
|
638
638
|
# Updates an existing WorkforcePoolProvider.
|
639
639
|
# @param [String] name
|
640
|
-
#
|
640
|
+
# Identifier. The resource name of the provider. Format: `locations/`location`/
|
641
641
|
# workforcePools/`workforce_pool_id`/providers/`provider_id``
|
642
642
|
# @param [Google::Apis::IamV1::WorkforcePoolProvider] workforce_pool_provider_object
|
643
643
|
# @param [String] update_mask
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-iam_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.64.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -59,9 +58,8 @@ licenses:
|
|
59
58
|
metadata:
|
60
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
61
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1/CHANGELOG.md
|
62
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.64.0
|
63
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1
|
64
|
-
post_install_message:
|
65
63
|
rdoc_options: []
|
66
64
|
require_paths:
|
67
65
|
- lib
|
@@ -76,8 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
74
|
- !ruby/object:Gem::Version
|
77
75
|
version: '0'
|
78
76
|
requirements: []
|
79
|
-
rubygems_version: 3.5
|
80
|
-
signing_key:
|
77
|
+
rubygems_version: 3.6.5
|
81
78
|
specification_version: 4
|
82
79
|
summary: Simple REST client for Identity and Access Management (IAM) API V1
|
83
80
|
test_files: []
|