Skip to content

Commit

Permalink
Add more descriptions in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Prete committed Feb 9, 2024
1 parent b556cb0 commit 99654b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ The following arguments are supported:
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
* **group:{emailid}**: An email address that represents a Google group. For example, [email protected].
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group.
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, [email protected].
* **user:{emailid}**: An email address that represents a specific Google account. For example, [email protected] or [email protected].

Expand Down

0 comments on commit 99654b3

Please sign in to comment.