GetPolicyRuleFilter

data class GetPolicyRuleFilter(val blobTypes: List<String>, val matchBlobIndexTags: List<GetPolicyRuleFilterMatchBlobIndexTag>, val prefixMatches: List<String>)

Constructors

Link copied to clipboard
constructor(blobTypes: List<String>, matchBlobIndexTags: List<GetPolicyRuleFilterMatchBlobIndexTag>, prefixMatches: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of predefined values. Valid options are blockBlob and appendBlob.

Link copied to clipboard

A match_blob_index_tag block as defined below. The block defines the blob index tag based filtering for blob objects.

Link copied to clipboard

An array of strings for prefixes to be matched.