google-apis-iam_v2beta 0.19.0 → 0.20.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: 59be5d5a552dd0a88c8b14e22c9028a5435853e9eb9e8a44c38f82359fdfd6e8
4
- data.tar.gz: 73b5013042357866365b3c89cbbc734dd6b9d10a30f8f7b15d532a76dc927099
3
+ metadata.gz: ac5c430f21152859ea0bbe3b9d0aa42baae08e0b3d5f5f90819df2b9e126023a
4
+ data.tar.gz: '059c298073d1e99d178f877c081926997994d77ffb9e3cbb83ca8cebe39adb2f'
5
5
  SHA512:
6
- metadata.gz: cd7fa16f27a3d458a290b6cd08bc4437fd4544a8561f71c98d695032cb85558f795e03fee6703f6ce331386e5371a73f9ac684af3e61a9d65a1ec9ca75f618c7
7
- data.tar.gz: f4426e09a40bd585b12e9a09c21ce70aa1565b720b0ddf815c92998c2c3313f6319659fdbdbafa2e91af543e0ae2b93cf268b73e2fef00b990b7ec475beae3f9
6
+ metadata.gz: 5f5a81f370e7cf6eef57f3ca53aa2ab79aa715da6c4d54a2a876c037ad6f29395c99a91e1ae69bff96f64f9e8311c85dae0310a34355f2f8b7904956c0711aa0
7
+ data.tar.gz: 0d4e2e4691cc1ed20211c1f02c5a77067fad64f4cbb56237207681b569bef39e7236ed24cda6ad53117d57e10e33c0359769e6c7a685b38e20597c72043c2ff2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-iam_v2beta
2
2
 
3
+ ### v0.20.0 (2025-05-11)
4
+
5
+ * Regenerated from discovery document revision 20250502
6
+ * Regenerated using generator version 0.17.0
7
+
3
8
  ### v0.19.0 (2025-02-26)
4
9
 
5
10
  * Regenerated from discovery document revision 20250213
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ 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.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
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
 
@@ -292,62 +292,63 @@ module Google
292
292
  # @return [Array<String>]
293
293
  attr_accessor :denied_permissions
294
294
 
295
- # The identities that are prevented from using one or more permissions on Google
296
- # Cloud resources. This field can contain the following values: * `principal://
297
- # goog/subject/`email_id``: A specific Google Account. Includes Gmail, Cloud
298
- # Identity, and Google Workspace user accounts. For example, `principal://goog/
299
- # subject/alice@example.com`. * `principal://iam.googleapis.com/projects/-/
300
- # serviceAccounts/`service_account_id``: A Google Cloud service account. For
301
- # example, `principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-
302
- # account@iam.gserviceaccount.com`. * `principalSet://goog/group/`group_id``: A
303
- # Google group. For example, `principalSet://goog/group/admins@example.com`. * `
304
- # principalSet://goog/public:all`: A special identifier that represents any
305
- # principal that is on the internet, even if they do not have a Google Account
306
- # or are not logged in. * `principalSet://goog/cloudIdentityCustomerId/`
307
- # customer_id``: All of the principals associated with the specified Google
308
- # Workspace or Cloud Identity customer ID. For example, `principalSet://goog/
309
- # cloudIdentityCustomerId/C01Abc35`. * `principal://iam.googleapis.com/locations/
310
- # global/workforcePools/`pool_id`/subject/`subject_attribute_value``: A single
311
- # identity in a workforce identity pool. * `principalSet://iam.googleapis.com/
312
- # locations/global/workforcePools/`pool_id`/group/`group_id``: All workforce
313
- # identities in a group. * `principalSet://iam.googleapis.com/locations/global/
314
- # workforcePools/`pool_id`/attribute.`attribute_name`/`attribute_value``: All
315
- # workforce identities with a specific attribute value. * `principalSet://iam.
316
- # googleapis.com/locations/global/workforcePools/`pool_id`/*`: All identities in
317
- # a workforce identity pool. * `principal://iam.googleapis.com/projects/`
318
- # project_number`/locations/global/workloadIdentityPools/`pool_id`/subject/`
319
- # subject_attribute_value``: A single identity in a workload identity pool. * `
295
+ # The identities that are prevented from using one or more permissions on
296
+ # Google Cloud resources. This field can contain the following values: * `
297
+ # principal://goog/subject/`email_id``: A specific Google Account. Includes
298
+ # Gmail, Cloud Identity, and Google Workspace user accounts. For example, `
299
+ # principal://goog/subject/alice@example.com`. * `principal://iam.googleapis.com/
300
+ # projects/-/serviceAccounts/`service_account_id``: A Google Cloud service
301
+ # account. For example, `principal://iam.googleapis.com/projects/-/
302
+ # serviceAccounts/my-service-account@iam.gserviceaccount.com`. * `principalSet://
303
+ # goog/group/`group_id``: A Google group. For example, `principalSet://goog/
304
+ # group/admins@example.com`. * `principalSet://goog/public:all`: A special
305
+ # identifier that represents any principal that is on the internet, even if they
306
+ # do not have a Google Account or are not logged in. * `principalSet://goog/
307
+ # cloudIdentityCustomerId/`customer_id``: All of the principals associated with
308
+ # the specified Google Workspace or Cloud Identity customer ID. For example, `
309
+ # principalSet://goog/cloudIdentityCustomerId/C01Abc35`. * `principal://iam.
310
+ # googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
311
+ # subject_attribute_value``: A single identity in a workforce identity pool. * `
312
+ # principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
313
+ # group/`group_id``: All workforce identities in a group. * `principalSet://iam.
314
+ # googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
315
+ # attribute_name`/`attribute_value``: All workforce identities with a specific
316
+ # attribute value. * `principalSet://iam.googleapis.com/locations/global/
317
+ # workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
318
+ # principal://iam.googleapis.com/projects/`project_number`/locations/global/
319
+ # workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
320
+ # identity in a workload identity pool. * `principalSet://iam.googleapis.com/
321
+ # projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
322
+ # group/`group_id``: A workload identity pool group. * `principalSet://iam.
323
+ # googleapis.com/projects/`project_number`/locations/global/
324
+ # workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
325
+ # All identities in a workload identity pool with a certain attribute. * `
320
326
  # principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
321
- # workloadIdentityPools/`pool_id`/group/`group_id``: A workload identity pool
322
- # group. * `principalSet://iam.googleapis.com/projects/`project_number`/
323
- # locations/global/workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`
324
- # attribute_value``: All identities in a workload identity pool with a certain
325
- # attribute. * `principalSet://iam.googleapis.com/projects/`project_number`/
326
- # locations/global/workloadIdentityPools/`pool_id`/*`: All identities in a
327
- # workload identity pool. * `principalSet://cloudresourcemanager.googleapis.com/[
328
- # projects|folders|organizations]/`project_number|folder_number|org_number`/type/
329
- # ServiceAccount`: All service accounts grouped under a resource (project,
330
- # folder, or organization). * `principalSet://cloudresourcemanager.googleapis.
331
- # com/[projects|folders|organizations]/`project_number|folder_number|org_number`/
332
- # type/ServiceAgent`: All service agents grouped under a resource (project,
333
- # folder, or organization). * `deleted:principal://goog/subject/`email_id`?uid=`
334
- # uid``: A specific Google Account that was deleted recently. For example, `
335
- # deleted:principal://goog/subject/alice@example.com?uid=1234567890`. If the
336
- # Google Account is recovered, this identifier reverts to the standard
337
- # identifier for a Google Account. * `deleted:principalSet://goog/group/`
338
- # group_id`?uid=`uid``: A Google group that was deleted recently. For example, `
339
- # deleted:principalSet://goog/group/admins@example.com?uid=1234567890`. If the
340
- # Google group is restored, this identifier reverts to the standard identifier
341
- # for a Google group. * `deleted:principal://iam.googleapis.com/projects/-/
342
- # serviceAccounts/`service_account_id`?uid=`uid``: A Google Cloud service
343
- # account that was deleted recently. For example, `deleted:principal://iam.
344
- # googleapis.com/projects/-/serviceAccounts/my-service-account@iam.
345
- # gserviceaccount.com?uid=1234567890`. If the service account is undeleted, this
346
- # identifier reverts to the standard identifier for a service account. * `
347
- # deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
348
- # pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
349
- # workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
350
- # locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
327
+ # workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
328
+ # * `principalSet://cloudresourcemanager.googleapis.com/[projects|folders|
329
+ # organizations]/`project_number|folder_number|org_number`/type/ServiceAccount`:
330
+ # All service accounts grouped under a resource (project, folder, or
331
+ # organization). * `principalSet://cloudresourcemanager.googleapis.com/[projects|
332
+ # folders|organizations]/`project_number|folder_number|org_number`/type/
333
+ # ServiceAgent`: All service agents grouped under a resource (project, folder,
334
+ # or organization). * `deleted:principal://goog/subject/`email_id`?uid=`uid``: A
335
+ # specific Google Account that was deleted recently. For example, `deleted:
336
+ # principal://goog/subject/alice@example.com?uid=1234567890`. If the Google
337
+ # Account is recovered, this identifier reverts to the standard identifier for a
338
+ # Google Account. * `deleted:principalSet://goog/group/`group_id`?uid=`uid``: A
339
+ # Google group that was deleted recently. For example, `deleted:principalSet://
340
+ # goog/group/admins@example.com?uid=1234567890`. If the Google group is restored,
341
+ # this identifier reverts to the standard identifier for a Google group. * `
342
+ # deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/`
343
+ # service_account_id`?uid=`uid``: A Google Cloud service account that was
344
+ # deleted recently. For example, `deleted:principal://iam.googleapis.com/
345
+ # projects/-/serviceAccounts/my-service-account@iam.gserviceaccount.com?uid=
346
+ # 1234567890`. If the service account is undeleted, this identifier reverts to
347
+ # the standard identifier for a service account. * `deleted:principal://iam.
348
+ # googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
349
+ # subject_attribute_value``: Deleted single identity in a workforce identity
350
+ # pool. For example, `deleted:principal://iam.googleapis.com/locations/global/
351
+ # workforcePools/my-pool-id/subject/my-subject-attribute-value`.
351
352
  # Corresponds to the JSON property `deniedPrincipals`
352
353
  # @return [Array<String>]
353
354
  attr_accessor :denied_principals
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IamV2beta
18
18
  # Version of the google-apis-iam_v2beta gem
19
- GEM_VERSION = "0.19.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250213"
25
+ REVISION = "20250502"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-iam_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-02 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v2beta/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v2beta/v0.20.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v2beta
63
63
  rdoc_options: []
64
64
  require_paths:
@@ -67,14 +67,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
- version: '2.7'
70
+ version: '3.1'
71
71
  required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - ">="
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubygems_version: 3.6.5
77
+ rubygems_version: 3.6.8
78
78
  specification_version: 4
79
79
  summary: Simple REST client for Identity and Access Management (IAM) API V2beta
80
80
  test_files: []