Okta.Sdk.Model.OktaSignOnPolicyRuleSignonSessionActions

October 22, 2025 ยท View on GitHub

Properties governing the user's session lifetime

Properties

NameTypeDescriptionNotes
MaxSessionIdleMinutesintMaximum number of minutes that a user session can be idle before the session is ended[optional] [default to 120]
MaxSessionLifetimeMinutesintMaximum number of minutes (from when the user signs in) that a user's session is active. Set this to force users to sign in again after the number of specified minutes. Disable by setting to `0`.[optional] [default to 0]
UsePersistentCookieboolIf set to `false`, user session cookies only last the length of a browser session. If set to `true`, user session cookies last across browser sessions. This setting doesn't impact administrators who can never have persistent session cookies. This property is read-only for the default rule of the default global session policy.[optional] [default to false]

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