3.1.12 Ensure That 'All users with the following roles' is set to 'Owner'
# Az PowerShell SDK alternative
$accessToken = (Get-AzAccessToken).Token
$subscriptionId = (Get-AzContext).Subscription.Id
$(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.notificationsByRole
Comments: 1
Oldest
•
Newest
•
Most likes
•
Fewest likes
-
19 Feb, '25
Moderator AdminHighlighted comment
Hi Filip
Thanks for the suggestions that you have added. Unfortunately, this is not the forum for those - it would be the Benchmark specific Community on CIS Workbench.
You can access the list of Workbench Communities at https://workbench.cisecurity.org/communities/public. And then once you locate the community which has published the Benchmark, you can add a Discussion or Ticket regarding your specific suggestion.
I hope this helps.
Best regards
Chris