select name, id, usersfrom gcp_compute_diskwhere users is null;
select name, id, zone_name, disk_encryption_key_typefrom gcp_compute_diskwhere disk_encryption_key_type = 'Google managed';
select name, retention_policy ->> 'retentionPeriod' as retention_periodfrom gcp_storage_bucketwhere retention_policy ->> 'retentionPeriod' < 604800 :: text;
Parameter | Description |
---|---|
SQL statement | The SQL statement we wish to use to query the resource. |
Output format | Representation of the output result. The possible options are “Table”, “CSV” or “JSON”. |
Was this page helpful?