GroupPolicyAssignmentOverrideSelectorArgs

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

Constructors

fun GroupPolicyAssignmentOverrideSelectorArgs(ins: Output<List<String>>? = null, kind: Output<String>? = null, notIns: Output<List<String>>? = null)

Functions

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

Properties

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

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

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

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

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

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