turbot/oci_insights

Query: kms_vault_tags

Usage

powerpipe query oci_insights.query.kms_vault_tags

Steampipe Tables

SQL

with jsondata as (
select
tags :: json as tags
from
oci_kms_vault
where
id = $1
)
select
key as "Key",
value as "Value"
from
jsondata,
json_each_text(tags);

Dashboards

The query is used in the dashboards: