Package com.okta.sdk.resource.model
Class PostAuthSessionPolicyRuleAllOfActions
java.lang.Object
com.okta.sdk.resource.model.PostAuthSessionPolicyRuleAllOfActions
- 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 PostAuthSessionPolicyRuleAllOfActions
extends Object
implements Serializable
The action to take in response to a failure of the reevaluated global session policy or authentication polices.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get postAuthSessionint
hashCode()
postAuthSession
(PostAuthSessionPolicyRuleAllOfActionsPostAuthSession postAuthSession) void
setPostAuthSession
(PostAuthSessionPolicyRuleAllOfActionsPostAuthSession postAuthSession) toString()
-
Field Details
-
JSON_PROPERTY_POST_AUTH_SESSION
- See Also:
-
-
Constructor Details
-
PostAuthSessionPolicyRuleAllOfActions
public PostAuthSessionPolicyRuleAllOfActions()
-
-
Method Details
-
postAuthSession
public PostAuthSessionPolicyRuleAllOfActions postAuthSession(PostAuthSessionPolicyRuleAllOfActionsPostAuthSession postAuthSession) -
getPostAuthSession
Get postAuthSession- Returns:
- postAuthSession
-
setPostAuthSession
public void setPostAuthSession(PostAuthSessionPolicyRuleAllOfActionsPostAuthSession postAuthSession) -
equals
-
hashCode
public int hashCode() -
toString
-