Okta.Sdk.Model.SwaApplicationSettingsApplication

October 22, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
ButtonFieldstringCSS selector for the Sign-In button in the sign-in form (for SWA apps with the `template_swa` app name definition)
ButtonSelectorstringCSS selector for the Sign-In button in the sign-in form (for three-field SWA apps with the `template_swa3field` app name definition)[optional]
ExtraFieldSelectorstringEnter the CSS selector for the extra field (for three-field SWA apps with the `template_swa3field` app name definition).[optional]
ExtraFieldValuestringEnter the value for the extra field in the form (for three-field SWA apps with the `template_swa3field` app name definition).[optional]
LoginUrlRegexstringA regular expression that further restricts targetURL to the specified regular expression[optional]
PasswordFieldstringCSS selector for the Password field in the sign-in form (for SWA apps with the `template_swa` app name definition)
PasswordSelectorstringCSS selector for the Password field in the sign-in form (for three-field SWA apps with the `template_swa3field` app name definition)[optional]
TargetURLstringThe URL of the sign-in page for this app (for three-field SWA apps with the `template_swa3field` app name definition)[optional]
UrlstringThe URL of the sign-in page for this app (for SWA apps with the `template_swa` app name definition)
UsernameFieldstringCSS selector for the Username field in the sign-in form (for SWA apps with the `template_swa` app name definition)
UserNameSelectorstringCSS selector for the Username field in the sign-in form (for three-field SWA apps with the `template_swa3field` app name definition)[optional]

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