Class CreateSwaThreeFieldApplicationOptions
Helper class for SWA 3 field application settings
Inheritance
System.Object
CreateSwaThreeFieldApplicationOptions
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 CreateSwaThreeFieldApplicationOptions
Properties
Activate
Gets or sets an activate flag value
Declaration
public bool? Activate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
ButtonSelector
Gets or sets a button selector
Declaration
public string ButtonSelector { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExtraFieldSelector
Gets or sets an extra field selector
Declaration
public string ExtraFieldSelector { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExtraFieldValue
Gets or sets an extra field value
Declaration
public string ExtraFieldValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Label
Gets or sets a label
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LoginUrlRegex
Gets or sets a login url regex
Declaration
public string LoginUrlRegex { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PasswordSelector
Gets or sets a password selector
Declaration
public string PasswordSelector { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TargetUrl
Gets or sets a target url
Declaration
public string TargetUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserNameSelector
Gets or sets a username selector
Declaration
public string UserNameSelector { get; set; }
Property Value
Type | Description |
---|---|
System.String |