You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-iam/v2beta/2.0.0/com/google/api/services/iam/v2beta/model/GoogleIamV2betaDenyRule.java
+21-6Lines changed: 21 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -81,8 +81,13 @@ public final class GoogleIamV2betaDenyRule extends com.google.api.client.json.Ge
81
81
* kloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All identities in a
82
82
* workload identity pool with a certain attribute. * `principalSet://iam.googleapis.com/projects/
83
83
* {project_number}/locations/global/workloadIdentityPools/{pool_id}`: All identities in a
84
-
* workload identity pool. * `deleted:principal://goog/subject/{email_id}?uid={uid}`: A specific
85
-
* Google Account that was deleted recently. For example,
84
+
* workload identity pool. * `principalSet://cloudresourcemanager.googleapis.com/[projects|folders
85
+
* |organizations]/{project_number|folder_number|org_number}/type/ServiceAccount`: All service
86
+
* accounts grouped under a resource (project, folder, or organization). * `principalSet://cloudre
0 commit comments