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-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class AccessPolicyRuleConditions
extends Object
implements Serializable
AccessPolicyRuleConditions
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionelCondition(AccessPolicyRuleCustomCondition elCondition) booleanGet deviceGet elConditionGet networkGet peopleGet platformGet riskScoreGet userTypeinthashCode()network(PolicyNetworkCondition network) people(PolicyPeopleCondition people) platform(PlatformPolicyRuleCondition platform) riskScore(RiskScorePolicyRuleCondition riskScore) voidvoidsetElCondition(AccessPolicyRuleCustomCondition elCondition) voidsetNetwork(PolicyNetworkCondition network) voidsetPeople(PolicyPeopleCondition people) voidsetPlatform(PlatformPolicyRuleCondition platform) voidsetRiskScore(RiskScorePolicyRuleCondition riskScore) voidsetUserType(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
-