Skip to main content

vw_blob_inventory_policies

Creates, updates, deletes, gets or lists a vw_blob_inventory_policies resource.

Overview

Namevw_blob_inventory_policies
TypeView
Idazure.storage.vw_blob_inventory_policies

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
id as id,
name as name,
systemData as system_data,
type as type,
JSON_EXTRACT(properties, '$.lastModifiedTime') as "last_modified_time",
JSON_EXTRACT(properties, '$.policy') as "policy",
subscriptionId,
resourceGroupName,
accountName,
blobInventoryPolicyName
FROM azure.storage.blob_inventory_policies
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND accountName = 'replace-me';