resourceGroups

@JvmName(name = "taqmgtmpuhbnsxdb")
suspend fun resourceGroups(value: Output<List<OsPolicyAssignmentOsPolicyResourceGroupArgs>>)
@JvmName(name = "xflkpvbxyrvcivys")
suspend fun resourceGroups(value: List<OsPolicyAssignmentOsPolicyResourceGroupArgs>)

Parameters

value

List of resource groups for the policy. For a particular VM, resource groups are evaluated in the order specified and the first resource group that is applicable is selected and the rest are ignored. If none of the resource groups are applicable for a VM, the VM is considered to be non-compliant w.r.t this policy. This behavior can be toggled by the flag allow_no_resource_group_match Structure is documented below.


@JvmName(name = "oblyxvcfmfdeylrm")
suspend fun resourceGroups(vararg values: Output<OsPolicyAssignmentOsPolicyResourceGroupArgs>)


@JvmName(name = "evxhnxlwvnoxcukr")
suspend fun resourceGroups(values: List<Output<OsPolicyAssignmentOsPolicyResourceGroupArgs>>)
@JvmName(name = "makvvppxlljnjxim")
suspend fun resourceGroups(vararg values: OsPolicyAssignmentOsPolicyResourceGroupArgs)

Parameters

values

List of resource groups for the policy. For a particular VM, resource groups are evaluated in the order specified and the first resource group that is applicable is selected and the rest are ignored. If none of the resource groups are applicable for a VM, the VM is considered to be non-compliant w.r.t this policy. This behavior can be toggled by the flag allow_no_resource_group_match Structure is documented below.


@JvmName(name = "qihrgdeupphllnaj")
suspend fun resourceGroups(argument: List<suspend OsPolicyAssignmentOsPolicyResourceGroupArgsBuilder.() -> Unit>)
@JvmName(name = "pvboixijtjjsqnil")
suspend fun resourceGroups(vararg argument: suspend OsPolicyAssignmentOsPolicyResourceGroupArgsBuilder.() -> Unit)
@JvmName(name = "tbsexeggyiicwwjr")
suspend fun resourceGroups(argument: suspend OsPolicyAssignmentOsPolicyResourceGroupArgsBuilder.() -> Unit)

Parameters

argument

List of resource groups for the policy. For a particular VM, resource groups are evaluated in the order specified and the first resource group that is applicable is selected and the rest are ignored. If none of the resource groups are applicable for a VM, the VM is considered to be non-compliant w.r.t this policy. This behavior can be toggled by the flag allow_no_resource_group_match Structure is documented below.