turbot/oci_insights

Query: filestorage_mount_targets_for_vcn_network_security_group

Usage

powerpipe query oci_insights.query.filestorage_mount_targets_for_vcn_network_security_group

SQL

select
id as mount_target_id
from
oci_file_storage_mount_target,
jsonb_array_elements_text(nsg_ids) as nid
where
nid = $1;