Class SwaThreeFieldApplicationSettingsApplication
Represents a resource in the Okta API.
Inheritance
System.Object
SwaThreeFieldApplicationSettingsApplication
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class SwaThreeFieldApplicationSettingsApplication : ApplicationSettingsApplication, ISwaThreeFieldApplicationSettingsApplication, IApplicationSettingsApplication, IResource
Properties
ButtonSelector
Declaration
public string ButtonSelector { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExtraFieldSelector
Declaration
public string ExtraFieldSelector { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExtraFieldValue
Declaration
public string ExtraFieldValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LoginUrlRegex
Declaration
public string LoginUrlRegex { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PasswordSelector
Declaration
public string PasswordSelector { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TargetUrl
Declaration
public string TargetUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserNameSelector
Declaration
public string UserNameSelector { get; set; }
Property Value
Type | Description |
---|---|
System.String |