Skip to content

Commit 7002472

Browse files
committed
update generated documentation for coder_external_auth
Adds documentation for the `optional` property
1 parent a5cc8a1 commit 7002472

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/data-sources/external_auth.md

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ Use this data source to require users to authenticate with an external service p
1919

2020
- `id` (String) The ID of a configured external auth provider set up in your Coder deployment.
2121

22+
### Optional
23+
24+
- `optional` (Boolean) Connecting to the external auth provider is not required, and can be skipped by users.
25+
2226
### Read-Only
2327

2428
- `access_token` (String) The access token returned by the external auth provider. This can be used to pre-authenticate command-line tools.

0 commit comments

Comments
 (0)