TemplateScratchSourceTag

data class TemplateScratchSourceTag(val resourceTags: Map<String, Any>, val resourceTypeFilters: List<String>? = null)

Constructors

Link copied to clipboard
fun TemplateScratchSourceTag(resourceTags: Map<String, Any>, resourceTypeFilters: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Source label. NOTE: A maximum of 10 source labels can be configured.

Link copied to clipboard

Source resource type filter list. If the resource type list is specified, it means to scan the resources of the specified resource type and in the specified resource group; Otherwise, it means to scan all resources in the specified resource group. NOTE: A maximum of 20 resource type filter can be configured.