Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7e1e25c

Browse files
committed
fix: run make gen to update rbac_roles
1 parenteab8698 commit7e1e25c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

‎docs/data-sources/workspace_owner.md

Lines changed: 9 additions & 1 deletion
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 ofMap) The RBAC rolesand associated org idsof which the user is assigned.
56+
-`rbac_roles` (List ofObject) 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+
<aid="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)

[8]ページ先頭

©2009-2025 Movatter.jp