Skip to content

Commit 262d348

Browse files
Add missing special member identifiers (#11473) (#8540)
[upstream:8d59d24f49f10bc1116d5fbef781bae10427efb2] Signed-off-by: Modular Magician <[email protected]>
1 parent 522e561 commit 262d348

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changelog/11473.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

website/docs/r/bigquery_dataset_iam.html.markdown

+4-1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ The following arguments are supported:
9191
* **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.
9292
* **group:{emailid}**: An email address that represents a Google group. For example, [email protected].
9393
* **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).
94+
* **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
95+
* **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
96+
* **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
9497
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, [email protected].
9598
* **user:{emailid}**: An email address that represents a specific Google account. For example, [email protected] or [email protected].
9699

@@ -177,4 +180,4 @@ The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/c
177180

178181
```
179182
$ terraform import google_bigquery_dataset_iam_policy.default projects/{{project_id}}/datasets/{{dataset_id}}
180-
```
183+
```

0 commit comments

Comments
 (0)