turbot/oci_insights

Query: identity_customer_secret_key_24_hrs

Usage

powerpipe query oci_insights.query.identity_customer_secret_key_24_hrs

SQL

select
count(*) as value,
'< 24 hours' as label
from
oci_identity_customer_secret_key
where
lifecycle_state <> 'DELETED'
and time_created > now() - '1 days' :: interval;

Dashboards

The query is used in the dashboards: