turbot/oci_insights

Query: filestorage_snapshots_for_filestorage_file_system

Usage

powerpipe query oci_insights.query.filestorage_snapshots_for_filestorage_file_system

SQL

select
id as snapshot_id
from
oci_file_storage_snapshot
where
file_system_id = $1;