Package com.okta.sdk.resource.model
Class DeviceAccessPolicyRuleCondition
java.lang.Object
com.okta.sdk.resource.model.DeviceAccessPolicyRuleCondition
- All Implemented Interfaces:
 Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class DeviceAccessPolicyRuleCondition
extends Object
implements Serializable
<x-lifecycle class=\"oie\"></x-lifecycle> Specifies the device condition to match on
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionassurance(DevicePolicyRuleConditionAssurance assurance) booleanGet assuranceIndicates if the device is managed.Indicates if the device is registered.inthashCode()registered(Boolean registered) voidsetAssurance(DevicePolicyRuleConditionAssurance assurance) voidsetManaged(Boolean managed) voidsetRegistered(Boolean registered) toString() 
- 
Field Details
- 
JSON_PROPERTY_ASSURANCE
- See Also:
 
 - 
JSON_PROPERTY_MANAGED
- See Also:
 
 - 
JSON_PROPERTY_REGISTERED
- See Also:
 
 
 - 
 - 
Constructor Details
- 
DeviceAccessPolicyRuleCondition
public DeviceAccessPolicyRuleCondition() 
 - 
 - 
Method Details
- 
assurance
 - 
getAssurance
Get assurance- Returns:
 - assurance
 
 - 
setAssurance
 - 
managed
 - 
getManaged
Indicates if the device is managed. A device is considered managed if it's part of a device management system.- Returns:
 - managed
 
 - 
setManaged
 - 
registered
 - 
getRegistered
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`.- Returns:
 - registered
 
 - 
setRegistered
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -