Class CreateSwaCustomApplicationOptions
Helper class for SWA custom application settings
Inheritance
System.Object
CreateSwaCustomApplicationOptions
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 CreateSwaCustomApplicationOptions
Properties
Activate
Gets or sets an activate flag value
Declaration
public bool Activate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AutoSubmitToolbar
Gets or sets an auto submit toolbar flag value
Declaration
public bool AutoSubmitToolbar { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Features
Gets or sets a features list
Declaration
public IList<string> Features { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
HideIOs
Gets or sets a hide IOs flag value
Declaration
public bool HideIOs { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HideWeb
Gets or sets a hide web flag value
Declaration
public bool HideWeb { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Label
Gets or sets a label
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LoginUrl
Gets or sets a login url
Declaration
public string LoginUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RedirectUrl
Gets or sets a redirect url
Declaration
public string RedirectUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |