turbot/microsoft365_compliance

Query: microsoft365_calendar_sharing_disabled

Usage

powerpipe query microsoft365_compliance.query.microsoft365_calendar_sharing_disabled

Steampipe Tables

SQL

select
id as resource,
case
when permissions @> '[{"isInsideOrganization":true}]' then 'ok'
else 'alarm'
end as status,
case
when permissions @> '[{"isInsideOrganization":true}]' then title || ' details sharing with external users disabled.'
else title || ' details sharing with external users enabled.'
end as reason,
tenant_id as tenant_id
from
microsoft365_my_calendar;

Controls

The query is being used by the following controls: