3.1.14 Ensure That 'Notify about alerts with the following severity' is Set to 'High'

1 votes

# Az PowerShell alternative

$(Invoke-RestMethod -Uri "https://management.azure.com/subscriptions/$subscriptionId/providers/Microsoft.Security/securityContacts?api-version=2020-01-01-preview" -Method Get -Headers @{Authorization = "Bearer $accessToken"; 'Content-Type' = 'application/json'}).properties.alertNotifications

Done Benchmark Community Suggestion Suggested by: Filip Jodoin Upvoted: 17 Feb, '25 Comments: 1

Comments: 1
OldestNewestMost likesFewest likes