turbot/ibm_insights

Query: ibm_is_volume_encryption_status

Usage

powerpipe query ibm_insights.query.ibm_is_volume_encryption_status

Steampipe Tables

SQL

select
case
when encryption = 'user_managed' then 'User Managed'
else 'Provider Managed'
end as "Encryption Type",
encryption_key as "Encryption Key"
from
ibm_is_volume
where
crn = $1;

Params

ArgsNameDefaultDescriptionVariable
$1crn

    Dashboards

    The query is used in the dashboards: