Package com.okta.sdk.resource.model
Class OktaSignOnPolicyRuleConditions
java.lang.Object
com.okta.sdk.resource.model.OktaSignOnPolicyRuleConditions
- 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 OktaSignOnPolicyRuleConditions
extends Object
implements Serializable
OktaSignOnPolicyRuleConditions
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionauthContext
(PolicyRuleAuthContextCondition authContext) boolean
Get authContextGet identityProviderGet networkGet peopleint
hashCode()
identityProvider
(IdentityProviderPolicyRuleCondition identityProvider) network
(PolicyNetworkCondition network) people
(PolicyPeopleCondition people) void
setAuthContext
(PolicyRuleAuthContextCondition authContext) void
setIdentityProvider
(IdentityProviderPolicyRuleCondition identityProvider) void
setNetwork
(PolicyNetworkCondition network) void
setPeople
(PolicyPeopleCondition people) toString()
-
Field Details
-
JSON_PROPERTY_AUTH_CONTEXT
- See Also:
-
JSON_PROPERTY_NETWORK
- See Also:
-
JSON_PROPERTY_PEOPLE
- See Also:
-
JSON_PROPERTY_IDENTITY_PROVIDER
- See Also:
-
-
Constructor Details
-
OktaSignOnPolicyRuleConditions
public OktaSignOnPolicyRuleConditions()
-
-
Method Details
-
authContext
-
getAuthContext
Get authContext- Returns:
- authContext
-
setAuthContext
-
network
-
getNetwork
Get network- Returns:
- network
-
setNetwork
-
people
-
getPeople
Get people- Returns:
- people
-
setPeople
-
identityProvider
public OktaSignOnPolicyRuleConditions identityProvider(IdentityProviderPolicyRuleCondition identityProvider) -
getIdentityProvider
Get identityProvider- Returns:
- identityProvider
-
setIdentityProvider
-
equals
-
hashCode
public int hashCode() -
toString
-