Class CreateSwaNoPluginApplicationOptions
Helper class for SWA no-plugin application settings
Inheritance
System.Object
CreateSwaNoPluginApplicationOptions
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 CreateSwaNoPluginApplicationOptions
Properties
Activate
Gets or sets an activate flag value
Declaration
public bool Activate { 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 |
OptionalField1
Gets or sets an OptionalField1
Declaration
public string OptionalField1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OptionalField1Value
Gets or sets an OptionalField1 value
Declaration
public string OptionalField1Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OptionalField2
Gets or sets an OptionalField2
Declaration
public string OptionalField2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OptionalField2Value
Gets or sets an OptionalField2 value
Declaration
public string OptionalField2Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OptionalField3
Gets or sets an OptionalField3
Declaration
public string OptionalField3 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OptionalField3Value
Gets or sets an OptionalField3 value
Declaration
public string OptionalField3Value { 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 a 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 |