Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.23 KB

Device.md

File metadata and controls

19 lines (15 loc) · 1.23 KB

Okta.Sdk.Model.Device

Properties

Name Type Description Notes
Created DateTimeOffset Timestamp when the device was created [optional] [readonly]
Id string Unique key for the device [optional] [readonly]
LastUpdated DateTimeOffset Timestamp when the device record was last updated. Updates occur when Okta collects and saves device signals during authentication, and when the lifecycle state of the device changes. [optional] [readonly]
Profile DeviceProfile [optional]
ResourceAlternateId string [optional] [readonly]
ResourceDisplayName DeviceDisplayName [optional]
ResourceId string Alternate key for the `id` [optional] [readonly]
ResourceType string [optional] [readonly] [default to "UDDevice"]
Status DeviceStatus [optional]
Links LinksSelfAndFullUsersLifecycle [optional]

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