Show / Hide Table of Contents

Class SecurePasswordStoreState

Inheritance
System.Object
InputArgs
ResourceArgs
SecurePasswordStoreState
Inherited Members
ResourceArgs.Empty
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 SecurePasswordStoreState : ResourceArgs

Constructors

View Source

SecurePasswordStoreState()

Declaration
public SecurePasswordStoreState()

Properties

View Source

AccessibilityErrorRedirectUrl

Custom error page URL.

Declaration
public Input<string> AccessibilityErrorRedirectUrl { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AccessibilitySelfService

Enable self service. By default it is false.

Declaration
public Input<bool> AccessibilitySelfService { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

AutoSubmitToolbar

Display auto submit toolbar.

Declaration
public Input<bool> AutoSubmitToolbar { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

CredentialsScheme

Application credentials scheme. Can be set to &quot;EDIT_USERNAME_AND_PASSWORD&quot;, &quot;ADMIN_SETS_CREDENTIALS&quot;, &quot;EDIT_PASSWORD_ONLY&quot;, &quot;EXTERNAL_PASSWORD_SYNC&quot;, or &quot;SHARED_USERNAME_AND_PASSWORD&quot;.

Declaration
public Input<string> CredentialsScheme { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

HideIos

Do not display application icon on mobile app.

Declaration
public Input<bool> HideIos { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

HideWeb

Do not display application icon to users.

Declaration
public Input<bool> HideWeb { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Label

The display name of the Application.

Declaration
public Input<string> Label { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

Name assigned to the application by Okta.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OptionalField1

Name of optional param in the login form.

Declaration
public Input<string> OptionalField1 { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OptionalField1Value

Name of optional value in the login form.

Declaration
public Input<string> OptionalField1Value { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OptionalField2

Name of optional param in the login form.

Declaration
public Input<string> OptionalField2 { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OptionalField2Value

Name of optional value in the login form.

Declaration
public Input<string> OptionalField2Value { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OptionalField3

Name of optional param in the login form.

Declaration
public Input<string> OptionalField3 { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OptionalField3Value

Name of optional value in the login form.

Declaration
public Input<string> OptionalField3Value { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PasswordField

Login password field.

Declaration
public Input<string> PasswordField { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RevealPassword

Allow user to reveal password.

Declaration
public Input<bool> RevealPassword { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

SharedPassword

Shared password, required for certain schemes.

Declaration
public Input<string> SharedPassword { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SharedUsername

Shared username, required for certain schemes.

Declaration
public Input<string> SharedUsername { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SignOnMode

Sign on mode of application.

Declaration
public Input<string> SignOnMode { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Status

Status of application. By default it is &quot;ACTIVE&quot;.

Declaration
public Input<string> Status { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Url

Login URL.

Declaration
public Input<string> Url { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UsernameField

Login username field.

Declaration
public Input<string> UsernameField { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UserNameTemplate

The default username assigned to each user.

Declaration
public Input<string> UserNameTemplate { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UserNameTemplateType

The Username template type.

Declaration
public Input<string> UserNameTemplateType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Users

The users assigned to the application. See okta.app.User for a more flexible approach.

Declaration
public InputList<SecurePasswordStoreUserGetArgs> Users { get; set; }
Property Value
Type Description
InputList<SecurePasswordStoreUserGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.