SubscriptionPolicyAssignmentResourceSelectorSelector

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

Constructors

Types

Link copied to clipboard
object Companion

Properties

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

Specify the list of policy reference id values to filter in. Cannot be used with not_in.

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

Specify the list of policy reference id values to filter out. Cannot be used with in.