Class CreateSwaApplicationOptions
Helper class for a SWA application settings
Inheritance
System.Object
CreateSwaApplicationOptions
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 CreateSwaApplicationOptions
Properties
Activate
Gets or sets an activate flag value
Declaration
public bool Activate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ButtonField
Gets or sets a button field
Declaration
public string ButtonField { 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 |
PasswordField
Gets or sets a password field
Declaration
public string PasswordField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
Gets or sets an url
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UsernameField
Gets or sets a username field
Declaration
public string UsernameField { get; set; }
Property Value
Type | Description |
---|---|
System.String |