Class AutoLoginState
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 AutoLoginState : ResourceArgs
Constructors
View SourceAutoLoginState()
Declaration
public AutoLoginState()
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
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> |
CredentialsScheme
Application credentials scheme
Declaration
public Input<string> CredentialsScheme { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Groups
Groups associated with the application
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 Application's display name.
Declaration
public Input<string> Label { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name assigned to the application by Okta.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PreconfiguredApp
Tells Okta to use an existing application in their application catalog, as opposed to a custom application.
Declaration
public Input<string> PreconfiguredApp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RevealPassword
Allow user to reveal password
Declaration
public Input<bool> RevealPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
SharedPassword
Shared password, required for certain schemes.
Declaration
public Input<string> SharedPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SharedUsername
Shared username, required for certain schemes.
Declaration
public Input<string> SharedUsername { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SignOnMode
Sign on mode of application.
Declaration
public Input<string> SignOnMode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SignOnRedirectUrl
Post login redirect URL
Declaration
public Input<string> SignOnRedirectUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SignOnUrl
Login URL
Declaration
public Input<string> SignOnUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
The status of the application, by default it is "ACTIVE".
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserNameTemplate
Username template
Declaration
public Input<string> UserNameTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserNameTemplateType
Username template type
Declaration
public Input<string> UserNameTemplateType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Users
Users associated with the application
Declaration
public InputList<AutoLoginUserGetArgs> Users { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<AutoLoginUserGetArgs> |