Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.24 KB

File metadata and controls

29 lines (20 loc) · 1.24 KB

DeviceAssuranceChromeOSPlatform

Properties

Name Type Description Notes
third_party_signal_providers DeviceAssuranceChromeOSPlatformAllOfThirdPartySignalProviders [optional]

Example

from okta.models.device_assurance_chrome_os_platform import DeviceAssuranceChromeOSPlatform

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

# convert the object into a dict
device_assurance_chrome_os_platform_dict = device_assurance_chrome_os_platform_instance.to_dict()
# create an instance of DeviceAssuranceChromeOSPlatform from a dict
device_assurance_chrome_os_platform_from_dict = DeviceAssuranceChromeOSPlatform.from_dict(device_assurance_chrome_os_platform_dict)

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