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-23T08:35:59.300824-05:00[America/Chicago]",
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionassurance
(DevicePolicyRuleConditionAssurance assurance) boolean
Get assuranceIndicates if the device is managed.Indicates if the device is registered.int
hashCode()
registered
(Boolean registered) void
setAssurance
(DevicePolicyRuleConditionAssurance assurance) void
setManaged
(Boolean managed) void
setRegistered
(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
-