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: docs/data-sources/group_iam_binding.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,12 @@
3
3
page_title: "workbench_group_iam_binding Data Source - workbench"
4
4
subcategory: ""
5
5
description: |-
6
-
7
6
---
7
+
8
8
<!-- markdownlint-disable MD012 MD022 -->
9
9
10
10
# workbench_group_iam_binding (Data Source)
11
11
12
-
13
-
14
12
## Example Usage
15
13
16
14
```terraform
@@ -26,6 +24,7 @@ output "group_admin_member" {
26
24
```
27
25
28
26
<!-- schema generated by tfplugindocs -->
27
+
29
28
## Schema
30
29
31
30
### Required
@@ -35,25 +34,30 @@ output "group_admin_member" {
35
34
36
35
### Optional
37
36
38
-
-`organization` (String) Workbench organization ID, either UUID or UFID. If it is a UFID, it must be prefixed with a tilde (~).
37
+
-`organization` (String) Workbench organization ID, either UUID or UFID. If it is a UFID, it must
38
+
be prefixed with a tilde (~).
39
39
40
40
### Read-Only
41
41
42
-
-`principals` (Attributes List) List of principals (users, groups, or public) in the IAM binding. (see [below for nested schema](#nestedatt--principals))
42
+
-`principals` (Attributes List) List of principals (users, groups, or public) in the IAM binding.
43
+
(see [below for nested schema](#nestedatt--principals))
43
44
44
45
<aid="nestedatt--principals"></a>
46
+
45
47
### Nested Schema for `principals`
46
48
47
49
Optional:
48
50
49
-
-`group` (Attributes) Identifier of a group. (see [below for nested schema](#nestedatt--principals--group))
51
+
-`group` (Attributes) Identifier of a group. (see
52
+
[below for nested schema](#nestedatt--principals--group))
50
53
-`public` (Boolean) True if the group is public.
51
54
-`user` (String) Email of a user.
52
55
53
56
<aid="nestedatt--principals--group"></a>
57
+
54
58
### Nested Schema for `principals.group`
55
59
56
60
Read-Only:
57
61
58
62
-`group` (String) Name of the group.
59
-
-`organization` (String) UxID of the organization. If it is a UFID, it must be prefixed with a tilde (~).
Copy file name to clipboardExpand all lines: docs/data-sources/group_iam_policy.md
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,12 @@
3
3
page_title: "workbench_group_iam_policy Data Source - workbench"
4
4
subcategory: ""
5
5
description: |-
6
-
7
6
---
7
+
8
8
<!-- markdownlint-disable MD012 MD022 -->
9
9
10
10
# workbench_group_iam_policy (Data Source)
11
11
12
-
13
-
14
12
## Example Usage
15
13
16
14
```terraform
@@ -25,6 +23,7 @@ output "group_iams" {
25
23
```
26
24
27
25
<!-- schema generated by tfplugindocs -->
26
+
28
27
## Schema
29
28
30
29
### Required
@@ -33,33 +32,40 @@ output "group_iams" {
33
32
34
33
### Optional
35
34
36
-
-`organization` (String) Workbench organization ID, either UUID or UFID. If it is a UFID, it must be prefixed with a tilde (~).
35
+
-`organization` (String) Workbench organization ID, either UUID or UFID. If it is a UFID, it must
36
+
be prefixed with a tilde (~).
37
37
38
38
### Read-Only
39
39
40
-
-`iams` (Attributes Set) Workbench group user IAM policies (see [below for nested schema](#nestedatt--iams))
40
+
-`iams` (Attributes Set) Workbench group user IAM policies (see
41
+
[below for nested schema](#nestedatt--iams))
41
42
42
43
<aid="nestedatt--iams"></a>
44
+
43
45
### Nested Schema for `iams`
44
46
45
47
Read-Only:
46
48
47
-
-`principals` (Attributes Set) List of principals (user, group, or public) in the IAM binding. (see [below for nested schema](#nestedatt--iams--principals))
49
+
-`principals` (Attributes Set) List of principals (user, group, or public) in the IAM binding. (see
50
+
[below for nested schema](#nestedatt--iams--principals))
48
51
-`role` (String) Workbench IAM role of the member
49
52
50
53
<aid="nestedatt--iams--principals"></a>
54
+
51
55
### Nested Schema for `iams.principals`
52
56
53
57
Read-Only:
54
58
55
-
-`group` (Attributes) Identifier of a group. (see [below for nested schema](#nestedatt--iams--principals--group))
59
+
-`group` (Attributes) Identifier of a group. (see
60
+
[below for nested schema](#nestedatt--iams--principals--group))
56
61
-`public` (Boolean) True if the group is public.
57
62
-`user` (String) Email of a user.
58
63
59
64
<aid="nestedatt--iams--principals--group"></a>
65
+
60
66
### Nested Schema for `iams.principals.group`
61
67
62
68
Read-Only:
63
69
64
70
-`group` (String) Name of the group.
65
-
-`organization` (String) UxID of the organization. If it is a UFID, it must be prefixed with a tilde (~).
0 commit comments