ActionRuleSuppressionScope

data class ActionRuleSuppressionScope(val resourceIds: List<String>, val type: String)

Constructors

Link copied to clipboard
constructor(resourceIds: List<String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of resource IDs of the given scope type which will be the target of action rule.

Link copied to clipboard

Specifies the type of target scope. Possible values are ResourceGroup and Resource.