PlaywrightWorkspaceUpdateProperties interface
The updatable properties of the PlaywrightWorkspace.
Properties
| local |
Enables the workspace to use local authentication through service access tokens for operations. |
| regional |
Controls the connection region for client workers to cloud-hosted browsers. When enabled, workers connect to browsers in the closest Azure region for lower latency. When disabled, workers connect to browsers in the Azure region where the workspace was created. |
Property Details
localAuth
Enables the workspace to use local authentication through service access tokens for operations.
localAuth?: string
Property Value
string
regionalAffinity
Controls the connection region for client workers to cloud-hosted browsers. When enabled, workers connect to browsers in the closest Azure region for lower latency. When disabled, workers connect to browsers in the Azure region where the workspace was created.
regionalAffinity?: string
Property Value
string