Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.44 KB

File metadata and controls

29 lines (20 loc) · 1.44 KB

DeviceAssuranceAndroidPlatformAllOfDiskEncryptionType

Properties

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

Example

from okta.models.device_assurance_android_platform_all_of_disk_encryption_type import DeviceAssuranceAndroidPlatformAllOfDiskEncryptionType

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

# convert the object into a dict
device_assurance_android_platform_all_of_disk_encryption_type_dict = device_assurance_android_platform_all_of_disk_encryption_type_instance.to_dict()
# create an instance of DeviceAssuranceAndroidPlatformAllOfDiskEncryptionType from a dict
device_assurance_android_platform_all_of_disk_encryption_type_from_dict = DeviceAssuranceAndroidPlatformAllOfDiskEncryptionType.from_dict(device_assurance_android_platform_all_of_disk_encryption_type_dict)

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