ManagementPolicyRuleFiltersMatchBlobIndexTagArgs

data class ManagementPolicyRuleFiltersMatchBlobIndexTagArgs(val name: Output<String>, val operation: Output<String>? = null, val value: Output<String>) : ConvertibleToJava<ManagementPolicyRuleFiltersMatchBlobIndexTagArgs>

Constructors

fun ManagementPolicyRuleFiltersMatchBlobIndexTagArgs(name: Output<String>, operation: Output<String>? = null, value: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): ManagementPolicyRuleFiltersMatchBlobIndexTagArgs

Properties

Link copied to clipboard
val name: Output<String>

The filter tag name used for tag based filtering for blob objects.

Link copied to clipboard
val operation: Output<String>? = null

The comparison operator which is used for object comparison and filtering. Possible value is ==. Defaults to ==.

Link copied to clipboard
val value: Output<String>

The filter tag value used for tag based filtering for blob objects.