| Name | Type | Description | Notes |
|---|---|---|---|
| third_party_signal_providers | DeviceAssuranceChromeOSPlatformAllOfThirdPartySignalProviders | [optional] |
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)