Class BasicAuthState
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 BasicAuthState : ResourceArgs
Constructors
View SourceBasicAuthState()
Declaration
public BasicAuthState()
Properties
View SourceAuthUrl
The URL of the authenticating site for this app.
Declaration
public Input<string> AuthUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AutoSubmitToolbar
Display auto submit toolbar
Declaration
public Input<bool> AutoSubmitToolbar { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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 of app.
Declaration
public Input<string> Name { 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> |
Status
Status of application.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Url
The URL of the sign-in page for this app.
Declaration
public Input<string> Url { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Users
Users associated with the application
Declaration
public InputList<BasicAuthUserGetArgs> Users { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<BasicAuthUserGetArgs> |