Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.2 KB

File metadata and controls

17 lines (13 loc) · 1.2 KB

Okta.Sdk.Model.OktaSignOnPolicyRuleSignonActions

Specifies settings for the policy rule

Properties

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]

[Back to Model list] [Back to API list] [Back to README]