Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.32 KB

File metadata and controls

29 lines (20 loc) · 1.32 KB

DeviceSecretsGetRecoveryLockPassword200Response

Properties

Name Type Description Notes
recovery_password str [optional]

Example

from kandji.models.device_secrets_get_recovery_lock_password200_response import DeviceSecretsGetRecoveryLockPassword200Response

# TODO update the JSON string below
json = "{}"
# create an instance of DeviceSecretsGetRecoveryLockPassword200Response from a JSON string
device_secrets_get_recovery_lock_password200_response_instance = DeviceSecretsGetRecoveryLockPassword200Response.from_json(json)
# print the JSON string representation of the object
print(DeviceSecretsGetRecoveryLockPassword200Response.to_json())

# convert the object into a dict
device_secrets_get_recovery_lock_password200_response_dict = device_secrets_get_recovery_lock_password200_response_instance.to_dict()
# create an instance of DeviceSecretsGetRecoveryLockPassword200Response from a dict
device_secrets_get_recovery_lock_password200_response_from_dict = DeviceSecretsGetRecoveryLockPassword200Response.from_dict(device_secrets_get_recovery_lock_password200_response_dict)

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