Os Policy Assignment Os Policy Args
data class OsPolicyAssignmentOsPolicyArgs(val allowNoResourceGroupMatch: Output<Boolean>? = null, val description: Output<String>? = null, val id: Output<String>, val mode: Output<String>, val resourceGroups: Output<List<OsPolicyAssignmentOsPolicyResourceGroupArgs>>) : ConvertibleToJava<OsPolicyAssignmentOsPolicyArgs>
Properties
Link copied to clipboard
This flag determines the OS policy compliance status when none of the resource groups within the policy are applicable for a VM. Set this value to true
if the policy needs to be reported as compliant even if the policy has nothing to validate or enforce.
Link copied to clipboard
Policy description. Length of the description is limited to 1024 characters.
Link copied to clipboard
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.