Skip to content

Commit 7e1e25c

Browse files
committed
fix: run make gen to update rbac_roles
1 parent eab8698 commit 7e1e25c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/data-sources/workspace_owner.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,15 @@ resource "coder_env" "git_author_email" {
5353
- `login_type` (String) The type of login the user has.
5454
- `name` (String) The username of the user.
5555
- `oidc_access_token` (String) A valid OpenID Connect access token of the workspace owner. This is only available if the workspace owner authenticated with OpenID Connect. If a valid token cannot be obtained, this value will be an empty string.
56-
- `rbac_roles` (List of Map) The RBAC roles and associated org ids of which the user is assigned.
56+
- `rbac_roles` (List of Object) The RBAC roles of which the user is assigned. (see [below for nested schema](#nestedatt--rbac_roles))
5757
- `session_token` (String) Session token for authenticating with a Coder deployment. It is regenerated every time a workspace is started.
5858
- `ssh_private_key` (String, Sensitive) The user's generated SSH private key.
5959
- `ssh_public_key` (String) The user's generated SSH public key.
60+
61+
<a id="nestedatt--rbac_roles"></a>
62+
### Nested Schema for `rbac_roles`
63+
64+
Read-Only:
65+
66+
- `name` (String)
67+
- `org_id` (String)

0 commit comments

Comments
 (0)