Class ThreeFieldArgs
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: Pulumi.Okta.App
Assembly: Pulumi.Okta.dll
Syntax
public sealed class ThreeFieldArgs : ResourceArgs
Constructors
View SourceThreeFieldArgs()
Declaration
public ThreeFieldArgs()
Properties
View SourceAccessibilityErrorRedirectUrl
Custom error page URL.
Declaration
public Input<string> AccessibilityErrorRedirectUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AccessibilitySelfService
Enable self service. By default it is false.
Declaration
public Input<bool> AccessibilitySelfService { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
AutoSubmitToolbar
Display auto submit toolbar.
Declaration
public Input<bool> AutoSubmitToolbar { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ButtonSelector
Login button field CSS selector.
Declaration
public Input<string> ButtonSelector { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ExtraFieldSelector
Extra field CSS selector.
Declaration
public Input<string> ExtraFieldSelector { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ExtraFieldValue
Value for extra form field.
Declaration
public Input<string> ExtraFieldValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Groups
Groups associated with the application. See okta.app.GroupAssignment for a more flexible approach.
Declaration
public InputList<string> Groups { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
HideIos
Do not display application icon on mobile app.
Declaration
public Input<bool> HideIos { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
HideWeb
Do not display application icon to users.
Declaration
public Input<bool> HideWeb { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Label
The display name of the Application.
Declaration
public Input<string> Label { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PasswordSelector
Login password field CSS selector.
Declaration
public Input<string> PasswordSelector { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
Status of application. By default it is "ACTIVE".
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Url
Login URL.
Declaration
public Input<string> Url { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UrlRegex
A regex that further restricts URL to the specified regex.
Declaration
public Input<string> UrlRegex { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UsernameSelector
Login username field CSS selector.
Declaration
public Input<string> UsernameSelector { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Users
The users assigned to the application. See okta.app.User for a more flexible approach.
Declaration
public InputList<ThreeFieldUserArgs> Users { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ThreeFieldUserArgs> |