restorePolicy

@JvmName(name = "eqvjhahkncwikbmp")
suspend fun restorePolicy(value: Output<OrganizationPolicyRestorePolicyArgs>)
@JvmName(name = "psdeccmkmoxmqaxk")
suspend fun restorePolicy(value: OrganizationPolicyRestorePolicyArgs?)

Parameters

value

A restore policy is a constraint to restore the default policy. Structure is documented below.

Note: If none of `boolean_policy`, `list_policy`, `restore_policy` are defined the policy for a given constraint will effectively be unset. This is represented in the UI as the constraint being 'Inherited'.


@JvmName(name = "srrkedwxablhlech")
suspend fun restorePolicy(argument: suspend OrganizationPolicyRestorePolicyArgsBuilder.() -> Unit)

Parameters

argument

A restore policy is a constraint to restore the default policy. Structure is documented below.

Note: If none of `boolean_policy`, `list_policy`, `restore_policy` are defined the policy for a given constraint will effectively be unset. This is represented in the UI as the constraint being 'Inherited'.