Microsoft.SecurityInsights (preview:2024-10-01)

2025/01/09 • 1 new methods

Operations_List (new)
Description Lists all operations available Azure Security Insights Resource Provider.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.SecurityInsights/operations
{
api-version: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
display:
{
description: string ,
operation: string ,
provider: string ,
resource: string ,
}
,
name: string ,
origin: string ,
isDataAction: boolean ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}