
docs.DeviceAccessPolicyRuleCondition.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of okta-sdk-api Show documentation
Show all versions of okta-sdk-api Show documentation
The Okta Java SDK API .jar provides a Java API that your code can use to make calls to the Okta
API. This .jar is the only compile-time dependency within the Okta SDK project that your code should
depend on. Implementations of this API (implementation .jars) should be runtime dependencies only.
# DeviceAccessPolicyRuleCondition
Specifies the device condition to match on
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**assurance** | [**DevicePolicyRuleConditionAssurance**](DevicePolicyRuleConditionAssurance.md) | | [optional] |
|**managed** | **Boolean** | Indicates if the device is managed. A device is considered managed if it's part of a device management system. | [optional] |
|**registered** | **Boolean** | 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] |
## Implemented Interfaces
* Serializable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy