turbot/steampipe-mod-azure-compliance

Control: Authorize access to security functions and information

Description

CMA_0022 - Authorize access to security functions and information.

Usage

Run the control in your terminal:

powerpipe control run azure_compliance.control.authorize_access_to_security_functions_and_information

Snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe control run azure_compliance.control.authorize_access_to_security_functions_and_information --share

SQL

This control uses a named query:

select
id as resource,
'info' as status,
'Manual verification required.' as reason,
display_name as subscription
from
azure_subscription;

Tags