BlobInventoryPolicySchema Class

The storage account blob inventory policy rules.

All required parameters must be populated in order to send to Azure.

Inheritance
BlobInventoryPolicySchema

Constructor

BlobInventoryPolicySchema(*, enabled: bool, type: Union[str, azure.mgmt.storage.v2021_06_01.models._storage_management_client_enums.InventoryRuleType], rules: List[azure.mgmt.storage.v2021_06_01.models._models_py3.BlobInventoryPolicyRule], **kwargs)

Variables

enabled
bool

Required. Policy is enabled if set to true.

type
str or InventoryRuleType

Required. The valid value is Inventory. Possible values include: "Inventory".

rules
list[BlobInventoryPolicyRule]

Required. The storage account blob inventory policy rules. The rule is applied when it is enabled.