turbot/gitlab_insights

Query: group_2fa_enabled_count

Usage

powerpipe query gitlab_insights.query.group_2fa_enabled_count

Steampipe Tables

SQL

select
'Enabled' as label,
count(*) as value
from
gitlab_group
where
require_two_factor_authentication;

Dashboards

The query is used in the dashboards: