You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Potential savings possible for the current policy violation
resources
int
Number of resources affected by the policy violation
Example
fromonelens_backend_client.models.get_single_policy_violations_responseimportGetSinglePolicyViolationsResponse# TODO update the JSON string belowjson="{}"# create an instance of GetSinglePolicyViolationsResponse from a JSON stringget_single_policy_violations_response_instance=GetSinglePolicyViolationsResponse.from_json(json)
# print the JSON string representation of the objectprint(GetSinglePolicyViolationsResponse.to_json())
# convert the object into a dictget_single_policy_violations_response_dict=get_single_policy_violations_response_instance.to_dict()
# create an instance of GetSinglePolicyViolationsResponse from a dictget_single_policy_violations_response_form_dict=get_single_policy_violations_response.from_dict(get_single_policy_violations_response_dict)