| Description | : List Account resources by subscription ID |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "Accounts_ListBySubscription",
"$responses": {
"200": {
"$properties": {
"value": {
"$properties": {
"properties": [
{
"#name": "localAuth",
"Description": {
"new": "When enabled, this feature allows the workspace to use local auth (through service access token) for executing operations.",
"old": "When enabled, this feature allows the workspace to use local auth(through access key) for authentication of test runs."
}
}
]
}
}
}
}
}
}
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.AzurePlaywrightService/accounts
{
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
dashboardUri:
string
,
regionalAffinity:
enum
,
scalableExecution:
enum
,
reporting:
enum
,
localAuth:
enum
,
provisioningState:
enum
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}