Class SecurePasswordStoreArgs
Inherited Members
Namespace: Pulumi.Okta.App
Assembly: Pulumi.Okta.dll
Syntax
public sealed class SecurePasswordStoreArgs : ResourceArgs
Constructors
View SourceSecurePasswordStoreArgs()
Declaration
public SecurePasswordStoreArgs()
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> |
CredentialsScheme
Application credentials scheme. Can be set to "EDIT_USERNAME_AND_PASSWORD", "ADMIN_SETS_CREDENTIALS", "EDIT_PASSWORD_ONLY", "EXTERNAL_PASSWORD_SYNC", or "SHARED_USERNAME_AND_PASSWORD".
Declaration
public Input<string> CredentialsScheme { 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> |
OptionalField1
Name of optional param in the login form.
Declaration
public Input<string> OptionalField1 { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OptionalField1Value
Name of optional value in the login form.
Declaration
public Input<string> OptionalField1Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OptionalField2
Name of optional param in the login form.
Declaration
public Input<string> OptionalField2 { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OptionalField2Value
Name of optional value in the login form.
Declaration
public Input<string> OptionalField2Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OptionalField3
Name of optional param in the login form.
Declaration
public Input<string> OptionalField3 { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OptionalField3Value
Name of optional value in the login form.
Declaration
public Input<string> OptionalField3Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PasswordField
Login password field.
Declaration
public Input<string> PasswordField { 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> |
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> |
UsernameField
Login username field.
Declaration
public Input<string> UsernameField { 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<SecurePasswordStoreUserArgs> Users { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<SecurePasswordStoreUserArgs> |