Share via


PlaywrightWorkspaceProperties interface

Playwright workspace resource properties.

Properties

dataplaneUri

The workspace data plane service API URI.

localAuth

Enables the workspace to use local authentication through service access tokens for operations.

provisioningState

The status of the last resource operation.

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.

workspaceId

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