ResourceGroupPolicyAssignmentResourceSelectorSelector

data class ResourceGroupPolicyAssignmentResourceSelectorSelector(val ins: List<String>? = null, val kind: String, val notIns: List<String>? = null)

Constructors

constructor(ins: List<String>? = null, kind: String, notIns: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ins: List<String>? = null
Link copied to clipboard

Specifies which characteristic will narrow down the set of evaluated resources. Possible values are resourceLocation, resourceType and resourceWithoutLocation.

Link copied to clipboard
val notIns: List<String>? = null