File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed
generated/google-apis-iam_v2beta
lib/google/apis/iam_v2beta Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-iam_v2beta
22
3+ ### v0.19.0 (2025-02-26)
4+
5+ * Regenerated from discovery document revision 20250213
6+ * Regenerated using generator version 0.16.0
7+
38### v0.18.0 (2024-12-02)
49
510* Regenerated from discovery document revision 20241114
Original file line number Diff line number Diff line change @@ -324,7 +324,13 @@ class GoogleIamV2betaDenyRule
324324 # attribute_value``: All identities in a workload identity pool with a certain
325325 # attribute. * `principalSet://iam.googleapis.com/projects/`project_number`/
326326 # locations/global/workloadIdentityPools/`pool_id`/*`: All identities in a
327- # workload identity pool. * `deleted:principal://goog/subject/`email_id`?uid=`
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=`
328334 # uid``: A specific Google Account that was deleted recently. For example, `
329335 # deleted:principal://goog/subject/[email protected] ?uid=1234567890`. If the 330336 # Google Account is recovered, this identifier reverts to the standard
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module IamV2beta
1818 # Version of the google-apis-iam_v2beta gem
19- GEM_VERSION = "0.18 .0"
19+ GEM_VERSION = "0.19 .0"
2020
2121 # Version of the code generator used to generate this client
22- GENERATOR_VERSION = "0.15.1 "
22+ GENERATOR_VERSION = "0.16.0 "
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20241114 "
25+ REVISION = "20250213 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments