Okta.Sdk.Model.DeviceAccessPolicyRuleCondition
October 22, 2025 ยท View on GitHub
<x-lifecycle class="oie"> Specifies the device condition to match on
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Assurance | DevicePolicyRuleConditionAssurance | [optional] | |
| Managed | bool | Indicates if the device is managed. A device is considered managed if it's part of a device management system. | [optional] |
| Registered | bool | Indicates if the device is registered. A device is registered if the User enrolls with Okta Verify that's installed on the device. When the `managed` property is passed, you must also include the `registered` property and set it to `true`. | [optional] |