mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: add single tailnet support to moons (#8587)
This commit is contained in:
@@ -6919,6 +6919,22 @@ _None_
|
||||
| `username_or_id` | string | false | | For the following fields, if the AccessMethod is AccessMethodTerminal, then only AgentNameOrID may be set and it must be a UUID. The other fields must be left blank. |
|
||||
| `workspace_name_or_id` | string | false | | |
|
||||
|
||||
## wsproxysdk.AgentIsLegacyResponse
|
||||
|
||||
```json
|
||||
{
|
||||
"found": true,
|
||||
"legacy": true
|
||||
}
|
||||
```
|
||||
|
||||
### Properties
|
||||
|
||||
| Name | Type | Required | Restrictions | Description |
|
||||
| -------- | ------- | -------- | ------------ | ----------- |
|
||||
| `found` | boolean | false | | |
|
||||
| `legacy` | boolean | false | | |
|
||||
|
||||
## wsproxysdk.IssueSignedAppTokenResponse
|
||||
|
||||
```json
|
||||
|
||||
Reference in New Issue
Block a user