ThreeField

Creates an Three Field Application.

This resource allows you to create and configure an Three Field Application.

Create a ThreeField Resource

def ThreeField(resource_name, opts=None, accessibility_error_redirect_url=None, accessibility_self_service=None, auto_submit_toolbar=None, button_selector=None, extra_field_selector=None, extra_field_value=None, groups=None, hide_ios=None, hide_web=None, label=None, password_selector=None, status=None, url=None, url_regex=None, username_selector=None, users=None, __props__=None);
func NewThreeField(ctx *Context, name string, args ThreeFieldArgs, opts ...ResourceOption) (*ThreeField, error)
public ThreeField(string name, ThreeFieldArgs args, CustomResourceOptions? opts = null)
name string
The unique name of the resource.
args ThreeFieldArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args ThreeFieldArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args ThreeFieldArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

ThreeField Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The ThreeField resource accepts the following input properties:

ButtonSelector string

Login button field CSS selector.

ExtraFieldSelector string

Extra field CSS selector.

ExtraFieldValue string

Value for extra form field.

Label string

The display name of the Application.

PasswordSelector string

Login password field CSS selector.

Url string

Login URL.

UsernameSelector string

Login username field CSS selector.

AccessibilityErrorRedirectUrl string

Custom error page URL.

AccessibilitySelfService bool

Enable self service. By default it is false.

AutoSubmitToolbar bool

Display auto submit toolbar.

Groups List<string>

Groups associated with the application. See okta.app.GroupAssignment for a more flexible approach.

HideIos bool

Do not display application icon on mobile app.

HideWeb bool

Do not display application icon to users.

Status string

Status of application. By default it is "ACTIVE".

UrlRegex string

A regex that further restricts URL to the specified regex.

Users List<ThreeFieldUserArgs>

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

ButtonSelector string

Login button field CSS selector.

ExtraFieldSelector string

Extra field CSS selector.

ExtraFieldValue string

Value for extra form field.

Label string

The display name of the Application.

PasswordSelector string

Login password field CSS selector.

Url string

Login URL.

UsernameSelector string

Login username field CSS selector.

AccessibilityErrorRedirectUrl string

Custom error page URL.

AccessibilitySelfService bool

Enable self service. By default it is false.

AutoSubmitToolbar bool

Display auto submit toolbar.

Groups []string

Groups associated with the application. See okta.app.GroupAssignment for a more flexible approach.

HideIos bool

Do not display application icon on mobile app.

HideWeb bool

Do not display application icon to users.

Status string

Status of application. By default it is "ACTIVE".

UrlRegex string

A regex that further restricts URL to the specified regex.

Users []ThreeFieldUser

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

buttonSelector string

Login button field CSS selector.

extraFieldSelector string

Extra field CSS selector.

extraFieldValue string

Value for extra form field.

label string

The display name of the Application.

passwordSelector string

Login password field CSS selector.

url string

Login URL.

usernameSelector string

Login username field CSS selector.

accessibilityErrorRedirectUrl string

Custom error page URL.

accessibilitySelfService boolean

Enable self service. By default it is false.

autoSubmitToolbar boolean

Display auto submit toolbar.

groups string[]

Groups associated with the application. See okta.app.GroupAssignment for a more flexible approach.

hideIos boolean

Do not display application icon on mobile app.

hideWeb boolean

Do not display application icon to users.

status string

Status of application. By default it is "ACTIVE".

urlRegex string

A regex that further restricts URL to the specified regex.

users ThreeFieldUser[]

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

button_selector str

Login button field CSS selector.

extra_field_selector str

Extra field CSS selector.

extra_field_value str

Value for extra form field.

label str

The display name of the Application.

password_selector str

Login password field CSS selector.

url str

Login URL.

username_selector str

Login username field CSS selector.

accessibility_error_redirect_url str

Custom error page URL.

accessibility_self_service bool

Enable self service. By default it is false.

auto_submit_toolbar bool

Display auto submit toolbar.

groups List[str]

Groups associated with the application. See okta.app.GroupAssignment for a more flexible approach.

hide_ios bool

Do not display application icon on mobile app.

hide_web bool

Do not display application icon to users.

status str

Status of application. By default it is "ACTIVE".

url_regex str

A regex that further restricts URL to the specified regex.

users List[ThreeFieldUser]

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

Outputs

All input properties are implicitly available as output properties. Additionally, the ThreeField resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Name string

Name assigned to the application by Okta.

SignOnMode string

Sign on mode of application.

UserNameTemplate string

The default username assigned to each user.

UserNameTemplateType string

The Username template type.

Id string
The provider-assigned unique ID for this managed resource.
Name string

Name assigned to the application by Okta.

SignOnMode string

Sign on mode of application.

UserNameTemplate string

The default username assigned to each user.

UserNameTemplateType string

The Username template type.

id string
The provider-assigned unique ID for this managed resource.
name string

Name assigned to the application by Okta.

signOnMode string

Sign on mode of application.

userNameTemplate string

The default username assigned to each user.

userNameTemplateType string

The Username template type.

id str
The provider-assigned unique ID for this managed resource.
name str

Name assigned to the application by Okta.

sign_on_mode str

Sign on mode of application.

user_name_template str

The default username assigned to each user.

user_name_template_type str

The Username template type.

Look up an Existing ThreeField Resource

Get an existing ThreeField resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: ThreeFieldState, opts?: CustomResourceOptions): ThreeField
static get(resource_name, id, opts=None, accessibility_error_redirect_url=None, accessibility_self_service=None, auto_submit_toolbar=None, button_selector=None, extra_field_selector=None, extra_field_value=None, groups=None, hide_ios=None, hide_web=None, label=None, name=None, password_selector=None, sign_on_mode=None, status=None, url=None, url_regex=None, user_name_template=None, user_name_template_type=None, username_selector=None, users=None, __props__=None);
func GetThreeField(ctx *Context, name string, id IDInput, state *ThreeFieldState, opts ...ResourceOption) (*ThreeField, error)
public static ThreeField Get(string name, Input<string> id, ThreeFieldState? state, CustomResourceOptions? opts = null)
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.

The following state arguments are supported:

AccessibilityErrorRedirectUrl string

Custom error page URL.

AccessibilitySelfService bool

Enable self service. By default it is false.

AutoSubmitToolbar bool

Display auto submit toolbar.

ButtonSelector string

Login button field CSS selector.

ExtraFieldSelector string

Extra field CSS selector.

ExtraFieldValue string

Value for extra form field.

Groups List<string>

Groups associated with the application. See okta.app.GroupAssignment for a more flexible approach.

HideIos bool

Do not display application icon on mobile app.

HideWeb bool

Do not display application icon to users.

Label string

The display name of the Application.

Name string

Name assigned to the application by Okta.

PasswordSelector string

Login password field CSS selector.

SignOnMode string

Sign on mode of application.

Status string

Status of application. By default it is "ACTIVE".

Url string

Login URL.

UrlRegex string

A regex that further restricts URL to the specified regex.

UserNameTemplate string

The default username assigned to each user.

UserNameTemplateType string

The Username template type.

UsernameSelector string

Login username field CSS selector.

Users List<ThreeFieldUserArgs>

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

AccessibilityErrorRedirectUrl string

Custom error page URL.

AccessibilitySelfService bool

Enable self service. By default it is false.

AutoSubmitToolbar bool

Display auto submit toolbar.

ButtonSelector string

Login button field CSS selector.

ExtraFieldSelector string

Extra field CSS selector.

ExtraFieldValue string

Value for extra form field.

Groups []string

Groups associated with the application. See okta.app.GroupAssignment for a more flexible approach.

HideIos bool

Do not display application icon on mobile app.

HideWeb bool

Do not display application icon to users.

Label string

The display name of the Application.

Name string

Name assigned to the application by Okta.

PasswordSelector string

Login password field CSS selector.

SignOnMode string

Sign on mode of application.

Status string

Status of application. By default it is "ACTIVE".

Url string

Login URL.

UrlRegex string

A regex that further restricts URL to the specified regex.

UserNameTemplate string

The default username assigned to each user.

UserNameTemplateType string

The Username template type.

UsernameSelector string

Login username field CSS selector.

Users []ThreeFieldUser

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

accessibilityErrorRedirectUrl string

Custom error page URL.

accessibilitySelfService boolean

Enable self service. By default it is false.

autoSubmitToolbar boolean

Display auto submit toolbar.

buttonSelector string

Login button field CSS selector.

extraFieldSelector string

Extra field CSS selector.

extraFieldValue string

Value for extra form field.

groups string[]

Groups associated with the application. See okta.app.GroupAssignment for a more flexible approach.

hideIos boolean

Do not display application icon on mobile app.

hideWeb boolean

Do not display application icon to users.

label string

The display name of the Application.

name string

Name assigned to the application by Okta.

passwordSelector string

Login password field CSS selector.

signOnMode string

Sign on mode of application.

status string

Status of application. By default it is "ACTIVE".

url string

Login URL.

urlRegex string

A regex that further restricts URL to the specified regex.

userNameTemplate string

The default username assigned to each user.

userNameTemplateType string

The Username template type.

usernameSelector string

Login username field CSS selector.

users ThreeFieldUser[]

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

accessibility_error_redirect_url str

Custom error page URL.

accessibility_self_service bool

Enable self service. By default it is false.

auto_submit_toolbar bool

Display auto submit toolbar.

button_selector str

Login button field CSS selector.

extra_field_selector str

Extra field CSS selector.

extra_field_value str

Value for extra form field.

groups List[str]

Groups associated with the application. See okta.app.GroupAssignment for a more flexible approach.

hide_ios bool

Do not display application icon on mobile app.

hide_web bool

Do not display application icon to users.

label str

The display name of the Application.

name str

Name assigned to the application by Okta.

password_selector str

Login password field CSS selector.

sign_on_mode str

Sign on mode of application.

status str

Status of application. By default it is "ACTIVE".

url str

Login URL.

url_regex str

A regex that further restricts URL to the specified regex.

user_name_template str

The default username assigned to each user.

user_name_template_type str

The Username template type.

username_selector str

Login username field CSS selector.

users List[ThreeFieldUser]

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

Supporting Types

ThreeFieldUser

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Id string
Password string
Scope string
Username string
Id string
Password string
Scope string
Username string
id string
password string
scope string
username string
id str
password str
scope str
username str

Package Details

Repository
https://github.com/pulumi/pulumi-okta
License
Apache-2.0
Notes
This Pulumi package is based on the okta Terraform Provider.