Os Policy Assignment Os Policy Resource Group Resource Exec Args
data class OsPolicyAssignmentOsPolicyResourceGroupResourceExecArgs(val enforce: Output<OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceArgs>? = null, val validate: Output<OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateArgs>) : ConvertibleToJava<OsPolicyAssignmentOsPolicyResourceGroupResourceExecArgs>
Constructors
Link copied to clipboard
constructor(enforce: Output<OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceArgs>? = null, validate: Output<OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateArgs>)
Properties
Link copied to clipboard
What to run to bring this resource into the desired state. An exit code of 100 indicates "success", any other exit code indicates a failure running enforce. Structure is documented below.
Link copied to clipboard
What to run to validate this resource is in the desired state. An exit code of 100 indicates "in desired state", and exit code of 101 indicates "not in desired state". Any other exit code indicates a failure running validate. Structure is documented below.