turbot/oci_insights

Query: kms_hsm_key_count

Usage

powerpipe query oci_insights.query.kms_hsm_key_count

Steampipe Tables

SQL

select
count(*) as "HSM Based Keys"
from
oci_kms_key
where
protection_mode = 'HSM'
and lifecycle_state <> 'DELETED';

Dashboards

The query is used in the dashboards: