Specifies settings for the policy rule
| Name | Type | Description | Notes |
|---|---|---|---|
| Access | string | Indicates if a user is allowed to sign in | [optional] |
| FactorLifetime | int | Interval of time that must elapse before the user is challenged for MFA, if the factor prompt mode is set to `SESSION` > Note: Required only if `requireFactor` is `true`. | [optional] |
| FactorPromptMode | OktaSignOnPolicyFactorPromptMode | [optional] | |
| PrimaryFactor | OktaSignOnPolicyRuleSignonPrimaryFactor | [optional] | |
| RememberDeviceByDefault | bool | Indicates if Okta should automatically remember the device | [optional] [default to false] |
| RequireFactor | bool | Indicates if multifactor authentication is required | [optional] [default to false] |
| Session | OktaSignOnPolicyRuleSignonSessionActions | [optional] |