Package com.okta.sdk.resource.model
Class AccessPolicyRuleConditions
java.lang.Object
com.okta.sdk.resource.model.AccessPolicyRuleConditions
- 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 AccessPolicyRuleConditions
extends Object
implements Serializable
AccessPolicyRuleConditions
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionelCondition
(AccessPolicyRuleCustomCondition elCondition) boolean
Get deviceGet elConditionGet networkGet peopleGet platformGet riskScoreGet userTypeint
hashCode()
network
(PolicyNetworkCondition network) people
(PolicyPeopleCondition people) platform
(PlatformPolicyRuleCondition platform) riskScore
(RiskScorePolicyRuleCondition riskScore) void
void
setElCondition
(AccessPolicyRuleCustomCondition elCondition) void
setNetwork
(PolicyNetworkCondition network) void
setPeople
(PolicyPeopleCondition people) void
setPlatform
(PlatformPolicyRuleCondition platform) void
setRiskScore
(RiskScorePolicyRuleCondition riskScore) void
setUserType
(UserTypeCondition userType) toString()
userType
(UserTypeCondition userType)
-
Field Details
-
JSON_PROPERTY_DEVICE
- See Also:
-
JSON_PROPERTY_EL_CONDITION
- See Also:
-
JSON_PROPERTY_NETWORK
- See Also:
-
JSON_PROPERTY_PEOPLE
- See Also:
-
JSON_PROPERTY_PLATFORM
- See Also:
-
JSON_PROPERTY_RISK_SCORE
- See Also:
-
JSON_PROPERTY_USER_TYPE
- See Also:
-
-
Constructor Details
-
AccessPolicyRuleConditions
public AccessPolicyRuleConditions()
-
-
Method Details
-
device
-
getDevice
Get device- Returns:
- device
-
setDevice
-
elCondition
-
getElCondition
Get elCondition- Returns:
- elCondition
-
setElCondition
-
network
-
getNetwork
Get network- Returns:
- network
-
setNetwork
-
people
-
getPeople
Get people- Returns:
- people
-
setPeople
-
platform
-
getPlatform
Get platform- Returns:
- platform
-
setPlatform
-
riskScore
-
getRiskScore
Get riskScore- Returns:
- riskScore
-
setRiskScore
-
userType
-
getUserType
Get userType- Returns:
- userType
-
setUserType
-
equals
-
hashCode
public int hashCode() -
toString
-