turbot/microsoft365_compliance

Query: azuread_group_not_public

Usage

powerpipe query microsoft365_compliance.query.azuread_group_not_public

Steampipe Tables

SQL

select
id as resource,
case
when visibility = 'Public' then 'alarm'
else 'ok'
end status,
case
when visibility = 'Public' then title || ' is public.'
else title || ' is not public.'
end reason,
tenant_id as tenant_id
from
azuread_group;

Controls

The query is being used by the following controls: