BlobInventoryPolicySchema Class

The storage account blob inventory policy rules.

Constructor

BlobInventoryPolicySchema(*args: Any, **kwargs: Any)

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.

Attributes

destination

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

destination: str | None

enabled

Policy is enabled if set to true. Required.

enabled: bool

rules

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

rules: list['_models.BlobInventoryPolicyRule']

type

The valid value is Inventory. Required. "Inventory"

type: str | _models.InventoryRuleType