Show / Hide Table of Contents

Class ThreeFieldAppArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ThreeFieldAppArgs
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.Deprecated
Assembly: Pulumi.Okta.dll
Syntax
public sealed class ThreeFieldAppArgs : ResourceArgs

Constructors

View Source

ThreeFieldAppArgs()

Declaration
public ThreeFieldAppArgs()

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

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

ButtonSelector

Login button field CSS selector

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

ExtraFieldSelector

Extra field CSS selector

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

ExtraFieldValue

Value for extra form field

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

Groups

Groups associated with the application

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

Pretty name of app.

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

PasswordSelector

Login password field CSS selector

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

Status

Status of application.

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

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

UsernameSelector

Login username field CSS selector

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

Users

Users associated with the application

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