PlaywrightWorkspaceProperties interface
Playwright workspace resource properties.
Properties
| dataplane |
The workspace data plane service API URI. |
| local |
Enables the workspace to use local authentication through service access tokens for operations. |
| provisioning |
The status of the last resource operation. |
| 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. |
| workspace |
The workspace ID in GUID format. |
Property Details
dataplaneUri
The workspace data plane service API URI.
dataplaneUri?: string
Property Value
string
localAuth
Enables the workspace to use local authentication through service access tokens for operations.
localAuth?: string
Property Value
string
provisioningState
The status of the last resource operation.
provisioningState?: 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
workspaceId
The workspace ID in GUID format.
workspaceId?: string
Property Value
string