Authorize device
tailscale_authorize_deviceAuthorize or de-authorize a device (only relevant when device approval is enabled for the tailnet). Tailscale REST: POST /device/{deviceId}/authorized.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deviceId | Yes | The device id. | |
| authorized | Yes | True to authorize the device into the tailnet, false to de-authorize it. |