google-apis-iam_v2 0.5.0 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/iam_v2/classes.rb +49 -27
- data/lib/google/apis/iam_v2/gem_version.rb +3 -3
- data/lib/google/apis/iam_v2/service.rb +3 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 63a107bf2c12b4ddde6614476adc08a5307c01d808c4fd86205343412ea835e4
|
4
|
+
data.tar.gz: c94c1f9bc7b6d06e0712b99984ae57f23eeb7b0ea090d224f84afe36bfd6e584
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12ce42763ac5a8cebbd417d6328e94bde4871d29a6545e8fad2c4eb6d8f91fea0750fbd0de4f3f7aa0a8dc4036e3bce2ac53faefe4813f14861a0ab616d81708
|
7
|
+
data.tar.gz: 2e89483bcab3868cbea45a92f938fd538e5f68171a21aee4407156d016e88f07c74d3e132ed0e327f904e8fb6a982fddc4acdb7648d27ee2d692c66a5b041d91
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-iam_v2
|
2
2
|
|
3
|
+
### v0.7.0 (2024-02-23)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.14.0
|
6
|
+
|
7
|
+
### v0.6.0 (2024-01-22)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240108
|
10
|
+
* Regenerated using generator version 0.13.0
|
11
|
+
|
3
12
|
### v0.5.0 (2023-09-24)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20230914
|
data/OVERVIEW.md
CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/iam/) may provide guidance
|
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
86
|
-
This library is supported on Ruby 2.
|
86
|
+
This library is supported on Ruby 2.7+.
|
87
87
|
|
88
|
-
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life.
|
88
|
+
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
89
|
|
90
90
|
## License
|
91
91
|
|
@@ -267,33 +267,55 @@ module Google
|
|
267
267
|
attr_accessor :denied_permissions
|
268
268
|
|
269
269
|
# The identities that are prevented from using one or more permissions on Google
|
270
|
-
# Cloud resources. This field can contain the following values: * `
|
271
|
-
#
|
272
|
-
#
|
273
|
-
#
|
274
|
-
#
|
275
|
-
# example, `principal://
|
276
|
-
# goog/
|
277
|
-
#
|
278
|
-
#
|
279
|
-
# the
|
280
|
-
#
|
281
|
-
#
|
282
|
-
#
|
283
|
-
#
|
284
|
-
#
|
285
|
-
#
|
286
|
-
#
|
287
|
-
#
|
288
|
-
#
|
289
|
-
#
|
290
|
-
#
|
291
|
-
#
|
292
|
-
#
|
293
|
-
#
|
294
|
-
#
|
295
|
-
#
|
296
|
-
# principalSet://
|
270
|
+
# Cloud resources. This field can contain the following values: * `principal://
|
271
|
+
# goog/subject/`email_id``: A specific Google Account. Includes Gmail, Cloud
|
272
|
+
# Identity, and Google Workspace user accounts. For example, `principal://goog/
|
273
|
+
# subject/alice@example.com`. * `principal://iam.googleapis.com/projects/-/
|
274
|
+
# serviceAccounts/`service_account_id``: A Google Cloud service account. For
|
275
|
+
# example, `principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-
|
276
|
+
# account@iam.gserviceaccount.com`. * `principalSet://goog/group/`group_id``: A
|
277
|
+
# Google group. For example, `principalSet://goog/group/admins@example.com`. * `
|
278
|
+
# principalSet://goog/public:all`: A special identifier that represents any
|
279
|
+
# principal that is on the internet, even if they do not have a Google Account
|
280
|
+
# or are not logged in. * `principalSet://goog/cloudIdentityCustomerId/`
|
281
|
+
# customer_id``: All of the principals associated with the specified Google
|
282
|
+
# Workspace or Cloud Identity customer ID. For example, `principalSet://goog/
|
283
|
+
# cloudIdentityCustomerId/C01Abc35`. * `principal://iam.googleapis.com/locations/
|
284
|
+
# global/workforcePools/`pool_id`/subject/`subject_attribute_value``: A single
|
285
|
+
# identity in a workforce identity pool. * `principalSet://iam.googleapis.com/
|
286
|
+
# locations/global/workforcePools/`pool_id`/group/`group_id``: All workforce
|
287
|
+
# identities in a group. * `principalSet://iam.googleapis.com/locations/global/
|
288
|
+
# workforcePools/`pool_id`/attribute.`attribute_name`/`attribute_value``: All
|
289
|
+
# workforce identities with a specific attribute value. * `principalSet://iam.
|
290
|
+
# googleapis.com/locations/global/workforcePools/`pool_id`/*`: All identities in
|
291
|
+
# a workforce identity pool. * `principal://iam.googleapis.com/projects/`
|
292
|
+
# project_number`/locations/global/workloadIdentityPools/`pool_id`/subject/`
|
293
|
+
# subject_attribute_value``: A single identity in a workload identity pool. * `
|
294
|
+
# principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
|
295
|
+
# workloadIdentityPools/`pool_id`/group/`group_id``: A workload identity pool
|
296
|
+
# group. * `principalSet://iam.googleapis.com/projects/`project_number`/
|
297
|
+
# locations/global/workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`
|
298
|
+
# attribute_value``: All identities in a workload identity pool with a certain
|
299
|
+
# attribute. * `principalSet://iam.googleapis.com/projects/`project_number`/
|
300
|
+
# locations/global/workloadIdentityPools/`pool_id`/*`: All identities in a
|
301
|
+
# workload identity pool. * `deleted:principal://goog/subject/`email_id`?uid=`
|
302
|
+
# uid``: A specific Google Account that was deleted recently. For example, `
|
303
|
+
# deleted:principal://goog/subject/alice@example.com?uid=1234567890`. If the
|
304
|
+
# Google Account is recovered, this identifier reverts to the standard
|
305
|
+
# identifier for a Google Account. * `deleted:principalSet://goog/group/`
|
306
|
+
# group_id`?uid=`uid``: A Google group that was deleted recently. For example, `
|
307
|
+
# deleted:principalSet://goog/group/admins@example.com?uid=1234567890`. If the
|
308
|
+
# Google group is restored, this identifier reverts to the standard identifier
|
309
|
+
# for a Google group. * `deleted:principal://iam.googleapis.com/projects/-/
|
310
|
+
# serviceAccounts/`service_account_id`?uid=`uid``: A Google Cloud service
|
311
|
+
# account that was deleted recently. For example, `deleted:principal://iam.
|
312
|
+
# googleapis.com/projects/-/serviceAccounts/my-service-account@iam.
|
313
|
+
# gserviceaccount.com?uid=1234567890`. If the service account is undeleted, this
|
314
|
+
# identifier reverts to the standard identifier for a service account. * `
|
315
|
+
# deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
|
316
|
+
# pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
|
317
|
+
# workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
|
318
|
+
# locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
|
297
319
|
# Corresponds to the JSON property `deniedPrincipals`
|
298
320
|
# @return [Array<String>]
|
299
321
|
attr_accessor :denied_principals
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module IamV2
|
18
18
|
# Version of the google-apis-iam_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.7.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240108"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -34,6 +34,8 @@ module Google
|
|
34
34
|
#
|
35
35
|
# @see https://cloud.google.com/iam/
|
36
36
|
class IamService < Google::Apis::Core::BaseService
|
37
|
+
DEFAULT_ENDPOINT_TEMPLATE = "https://iam.$UNIVERSE_DOMAIN$/"
|
38
|
+
|
37
39
|
# @return [String]
|
38
40
|
# API key. Your API key identifies your project and provides you with API access,
|
39
41
|
# quota, and reports. Required unless you provide an OAuth 2.0 token.
|
@@ -45,7 +47,7 @@ module Google
|
|
45
47
|
attr_accessor :quota_user
|
46
48
|
|
47
49
|
def initialize
|
48
|
-
super(
|
50
|
+
super(DEFAULT_ENDPOINT_TEMPLATE, '',
|
49
51
|
client_name: 'google-apis-iam_v2',
|
50
52
|
client_version: Google::Apis::IamV2::GEM_VERSION)
|
51
53
|
@batch_path = 'batch'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-iam_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-02-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.14.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.14.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -59,7 +59,7 @@ licenses:
|
|
59
59
|
metadata:
|
60
60
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
61
61
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v2/CHANGELOG.md
|
62
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v2/v0.
|
62
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v2/v0.7.0
|
63
63
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v2
|
64
64
|
post_install_message:
|
65
65
|
rdoc_options: []
|
@@ -69,14 +69,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
69
69
|
requirements:
|
70
70
|
- - ">="
|
71
71
|
- !ruby/object:Gem::Version
|
72
|
-
version: '2.
|
72
|
+
version: '2.7'
|
73
73
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
74
74
|
requirements:
|
75
75
|
- - ">="
|
76
76
|
- !ruby/object:Gem::Version
|
77
77
|
version: '0'
|
78
78
|
requirements: []
|
79
|
-
rubygems_version: 3.
|
79
|
+
rubygems_version: 3.5.6
|
80
80
|
signing_key:
|
81
81
|
specification_version: 4
|
82
82
|
summary: Simple REST client for Identity and Access Management (IAM) API V2
|