Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 1.96 KB

UserLoginStage.md

File metadata and controls

21 lines (17 loc) · 1.96 KB

UserLoginStage

Properties

Name Type Description Notes
pk UUID [readonly]
name String
component String Get object type so that we know how to edit the object [readonly]
verboseName String Return object's verbose_name [readonly]
verboseNamePlural String Return object's plural verbose_name [readonly]
metaModelName String Return internal model name [readonly]
flowSet [FlowSet] [optional]
sessionDuration String Determines how long a session lasts. Default of 0 means that the sessions lasts until the browser is closed. (Format: hours=-1;minutes=-2;seconds=-3) [optional]
terminateOtherSessions Bool Terminate all other sessions of the user logging in. [optional]
rememberMeOffset String Offset the session will be extended by when the user picks the remember me option. Default of 0 means that the remember me option will not be shown. (Format: hours=-1;minutes=-2;seconds=-3) [optional]
networkBinding NetworkBindingEnum Bind sessions created by this stage to the configured network * `no_binding` - No Binding * `bind_asn` - Bind Asn * `bind_asn_network` - Bind Asn Network * `bind_asn_network_ip` - Bind Asn Network Ip [optional]
geoipBinding GeoipBindingEnum Bind sessions created by this stage to the configured GeoIP location * `no_binding` - No Binding * `bind_continent` - Bind Continent * `bind_continent_country` - Bind Continent Country * `bind_continent_country_city` - Bind Continent Country City [optional]

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