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
-`login_type` (String) The type of login the user has.
54
54
-`name` (String) The username of the user.
55
55
-`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))
57
57
-`session_token` (String) Session token for authenticating with a Coder deployment. It is regenerated every time a workspace is started.
58
58
-`ssh_private_key` (String, Sensitive) The user's generated SSH private key.
59
59
-`ssh_public_key` (String) The user's generated SSH public key.