Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.24 KB

File metadata and controls

30 lines (21 loc) · 1.24 KB

SimulatePolicyEvaluationsUndefined

A list of undefined but not matched policies and rules

Properties

Name Type Description Notes
policies List[SimulateResultPoliciesItems] [optional]

Example

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)

[Back to Model list] [Back to API list] [Back to README]