Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0b49c27

Browse files
committedAug 12, 2024··
fix: build docs
Signed-off-by: ffais <[email protected]>
1 parent 8147494 commit 0b49c27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎docs/data-sources/workspace_owner.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ resource "coder_env" "git_author_email" {
5252
- `id` (String) The UUID of the workspace owner.
5353
- `name` (String) The username of the user.
5454
- `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.
55+
- `oidc_refresh_token` (String) A valid OpenID Connect refresh token of the workspace owner. Can be used to refresh access token if expired This is only available if the workspace owner authenticated with OpenID Connect. If a valid refresh token cannot be obtained, this value will be an empty string.
5556
- `session_token` (String) Session token for authenticating with a Coder deployment. It is regenerated every time a workspace is started.
5657
- `ssh_private_key` (String, Sensitive) The user's generated SSH private key.
5758
- `ssh_public_key` (String) The user's generated SSH public key.

0 commit comments

Comments
 (0)
Please sign in to comment.