Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.38 KB

File metadata and controls

29 lines (20 loc) · 1.38 KB

DeviceAssuranceAndroidPlatformAllOfScreenLockType

Properties

Name Type Description Notes
include List[ScreenLockType] [optional]

Example

from okta.models.device_assurance_android_platform_all_of_screen_lock_type import DeviceAssuranceAndroidPlatformAllOfScreenLockType

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

# convert the object into a dict
device_assurance_android_platform_all_of_screen_lock_type_dict = device_assurance_android_platform_all_of_screen_lock_type_instance.to_dict()
# create an instance of DeviceAssuranceAndroidPlatformAllOfScreenLockType from a dict
device_assurance_android_platform_all_of_screen_lock_type_from_dict = DeviceAssuranceAndroidPlatformAllOfScreenLockType.from_dict(device_assurance_android_platform_all_of_screen_lock_type_dict)

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