BlobInventoryPolicySchema Class

The storage account blob inventory policy rules.

Variables are only populated by the server, and will be ignored when sending a request.

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

Inheritance
azure.mgmt.storage._serialization.Model
BlobInventoryPolicySchema

Constructor

BlobInventoryPolicySchema(*, enabled: bool, type: str | _models.InventoryRuleType, rules: List[_models.BlobInventoryPolicyRule], **kwargs: Any)

Keyword-Only Parameters

Name Description
enabled

Policy is enabled if set to true. Required.

type

The valid value is Inventory. Required. "Inventory"

rules

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

Variables

Name Description
enabled

Policy is enabled if set to true. Required.

destination
str

Deprecated Property from API version 2021-04-01 onwards, the required destination container name must be specified at the rule level 'policy.rule.destination'.

type

The valid value is Inventory. Required. "Inventory"

rules

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