turbot/alicloud_insights

Query: ram_policy_std_for_ram_policy

Usage

powerpipe query alicloud_insights.query.ram_policy_std_for_ram_policy

Steampipe Tables

SQL

select
policy_document_std
from
alicloud_ram_policy
where
title = $1
limit
1;
-- alicloud managed policies will appear once for each connection in the aggregator, but we only need one...