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
{{ message }}
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
fromdatabricks_jobs.models.access_control_request_for_service_principalimportAccessControlRequestForServicePrincipal# TODO update the JSON string belowjson="{}"# create an instance of AccessControlRequestForServicePrincipal from a JSON stringaccess_control_request_for_service_principal_instance=AccessControlRequestForServicePrincipal.from_json(json)
# print the JSON string representation of the objectprintAccessControlRequestForServicePrincipal.to_json()
# convert the object into a dictaccess_control_request_for_service_principal_dict=access_control_request_for_service_principal_instance.to_dict()
# create an instance of AccessControlRequestForServicePrincipal from a dictaccess_control_request_for_service_principal_form_dict=access_control_request_for_service_principal.from_dict(access_control_request_for_service_principal_dict)