Okta.Sdk.Model.SwaApplicationSettingsApplication
October 22, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ButtonField | string | CSS selector for the Sign-In button in the sign-in form (for SWA apps with the `template_swa` app name definition) | |
| ButtonSelector | string | CSS selector for the Sign-In button in the sign-in form (for three-field SWA apps with the `template_swa3field` app name definition) | [optional] |
| ExtraFieldSelector | string | Enter the CSS selector for the extra field (for three-field SWA apps with the `template_swa3field` app name definition). | [optional] |
| ExtraFieldValue | string | Enter the value for the extra field in the form (for three-field SWA apps with the `template_swa3field` app name definition). | [optional] |
| LoginUrlRegex | string | A regular expression that further restricts targetURL to the specified regular expression | [optional] |
| PasswordField | string | CSS selector for the Password field in the sign-in form (for SWA apps with the `template_swa` app name definition) | |
| PasswordSelector | string | CSS selector for the Password field in the sign-in form (for three-field SWA apps with the `template_swa3field` app name definition) | [optional] |
| TargetURL | string | The URL of the sign-in page for this app (for three-field SWA apps with the `template_swa3field` app name definition) | [optional] |
| Url | string | The URL of the sign-in page for this app (for SWA apps with the `template_swa` app name definition) | |
| UsernameField | string | CSS selector for the Username field in the sign-in form (for SWA apps with the `template_swa` app name definition) | |
| UserNameSelector | string | CSS selector for the Username field in the sign-in form (for three-field SWA apps with the `template_swa3field` app name definition) | [optional] |