|
1 | 1 | --- |
2 | 2 | # generated by https://github.com/hashicorp/terraform-plugin-docs |
3 | | -page_title:"coder_workspace_owner Data Source -terraform-provider-coder" |
| 3 | +page_title:"coder_workspace_owner Data Source - coder" |
4 | 4 | subcategory:"" |
5 | 5 | description:|- |
6 | 6 | Use this data source to fetch information about the workspace owner. |
@@ -53,6 +53,7 @@ resource "coder_env" "git_author_email" { |
53 | 53 | -`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, Sensitive) 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 | +-`oidc_id_token` (String, Sensitive) A valid OpenID Connect ID 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 | 57 | -`rbac_roles` (List of Object) The RBAC roles of which the user is assigned. (see[below for nested schema](#nestedatt--rbac_roles)) |
57 | 58 | -`session_token` (String, Sensitive) Session token for authenticating with a Coder deployment. It is regenerated every time a workspace is started. |
58 | 59 | -`ssh_private_key` (String, Sensitive) The user's generated SSH private key. |
|