A list of undefined but not matched policies and rules
| Name | Type | Description | Notes |
|---|---|---|---|
| policies | List[SimulateResultPoliciesItems] | [optional] |
from okta.models.simulate_policy_evaluations_undefined import SimulatePolicyEvaluationsUndefined
# TODO update the JSON string below
json = "{}"
# create an instance of SimulatePolicyEvaluationsUndefined from a JSON string
simulate_policy_evaluations_undefined_instance = SimulatePolicyEvaluationsUndefined.from_json(json)
# print the JSON string representation of the object
print(SimulatePolicyEvaluationsUndefined.to_json())
# convert the object into a dict
simulate_policy_evaluations_undefined_dict = simulate_policy_evaluations_undefined_instance.to_dict()
# create an instance of SimulatePolicyEvaluationsUndefined from a dict
simulate_policy_evaluations_undefined_from_dict = SimulatePolicyEvaluationsUndefined.from_dict(simulate_policy_evaluations_undefined_dict)