Package com.okta.sdk.resource.model
Class PostAuthSessionPolicyRuleAllOfActionsPostAuthSession
java.lang.Object
com.okta.sdk.resource.model.PostAuthSessionPolicyRuleAllOfActionsPostAuthSession
- 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 PostAuthSessionPolicyRuleAllOfActionsPostAuthSession
extends Object
implements Serializable
This object contains a `failureActions` array that defines the specific action to take when post auth
session evaluation detects a failure.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddfailureActionsItem
(PostAuthSessionFailureActionsObject failureActionsItem) boolean
failureActions
(List<PostAuthSessionFailureActionsObject> failureActions) An array of objects that define the action.int
hashCode()
void
setFailureActions
(List<PostAuthSessionFailureActionsObject> failureActions) toString()
-
Field Details
-
JSON_PROPERTY_FAILURE_ACTIONS
- See Also:
-
-
Constructor Details
-
PostAuthSessionPolicyRuleAllOfActionsPostAuthSession
public PostAuthSessionPolicyRuleAllOfActionsPostAuthSession()
-
-
Method Details
-
failureActions
public PostAuthSessionPolicyRuleAllOfActionsPostAuthSession failureActions(List<PostAuthSessionFailureActionsObject> failureActions) -
addfailureActionsItem
public PostAuthSessionPolicyRuleAllOfActionsPostAuthSession addfailureActionsItem(PostAuthSessionFailureActionsObject failureActionsItem) -
getFailureActions
An array of objects that define the action. It can be empty or contain two `action` value pairs.- Returns:
- failureActions
-
setFailureActions
-
equals
-
hashCode
public int hashCode() -
toString
-