Management Policy Filter Response
data class ManagementPolicyFilterResponse(val blobIndexMatch: List<TagFilterResponse>? = null, val blobTypes: List<String>, val prefixMatch: List<String>? = null)
Filters limit rule actions to a subset of blobs within the storage account. If multiple filters are defined, a logical AND is performed on all filters.