SwaApp

Create a SwaApp Resource

new SwaApp(name: string, args: SwaAppArgs, opts?: CustomResourceOptions);
def SwaApp(resource_name, opts=None, accessibility_error_redirect_url=None, accessibility_self_service=None, auto_submit_toolbar=None, button_field=None, groups=None, hide_ios=None, hide_web=None, label=None, password_field=None, preconfigured_app=None, status=None, url=None, url_regex=None, username_field=None, users=None, __props__=None);
func NewSwaApp(ctx *Context, name string, args SwaAppArgs, opts ...ResourceOption) (*SwaApp, error)
public SwaApp(string name, SwaAppArgs args, CustomResourceOptions? opts = null)
name string
The unique name of the resource.
args SwaAppArgs
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 SwaAppArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args SwaAppArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

SwaApp Resource Properties

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

Inputs

The SwaApp resource accepts the following input properties:

Label string

Pretty name of app.

AccessibilityErrorRedirectUrl string

Custom error page URL

AccessibilitySelfService bool

Enable self service

AutoSubmitToolbar bool

Display auto submit toolbar

ButtonField string

Login button field

Groups List<string>

Groups associated with the application

HideIos bool

Do not display application icon on mobile app

HideWeb bool

Do not display application icon to users

PasswordField string

Login password field

PreconfiguredApp string

Preconfigured app name

Status string

Status of application.

Url string

Login URL

UrlRegex string

A regex that further restricts URL to the specified regex

UsernameField string

Login username field

Users List<SwaAppUserArgs>

Users associated with the application

Label string

Pretty name of app.

AccessibilityErrorRedirectUrl string

Custom error page URL

AccessibilitySelfService bool

Enable self service

AutoSubmitToolbar bool

Display auto submit toolbar

ButtonField string

Login button field

Groups []string

Groups associated with the application

HideIos bool

Do not display application icon on mobile app

HideWeb bool

Do not display application icon to users

PasswordField string

Login password field

PreconfiguredApp string

Preconfigured app name

Status string

Status of application.

Url string

Login URL

UrlRegex string

A regex that further restricts URL to the specified regex

UsernameField string

Login username field

Users []SwaAppUser

Users associated with the application

label string

Pretty name of app.

accessibilityErrorRedirectUrl string

Custom error page URL

accessibilitySelfService boolean

Enable self service

autoSubmitToolbar boolean

Display auto submit toolbar

buttonField string

Login button field

groups string[]

Groups associated with the application

hideIos boolean

Do not display application icon on mobile app

hideWeb boolean

Do not display application icon to users

passwordField string

Login password field

preconfiguredApp string

Preconfigured app name

status string

Status of application.

url string

Login URL

urlRegex string

A regex that further restricts URL to the specified regex

usernameField string

Login username field

users SwaAppUser[]

Users associated with the application

label str

Pretty name of app.

accessibility_error_redirect_url str

Custom error page URL

accessibility_self_service bool

Enable self service

auto_submit_toolbar bool

Display auto submit toolbar

button_field str

Login button field

groups List[str]

Groups associated with the application

hide_ios bool

Do not display application icon on mobile app

hide_web bool

Do not display application icon to users

password_field str

Login password field

preconfigured_app str

Preconfigured app name

status str

Status of application.

url str

Login URL

url_regex str

A regex that further restricts URL to the specified regex

username_field str

Login username field

users List[SwaAppUser]

Users associated with the application

Outputs

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

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

name of app.

SignOnMode string

Sign on mode of application.

UserNameTemplate string

Username template

UserNameTemplateType string

Username template type

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

name of app.

SignOnMode string

Sign on mode of application.

UserNameTemplate string

Username template

UserNameTemplateType string

Username template type

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

name of app.

signOnMode string

Sign on mode of application.

userNameTemplate string

Username template

userNameTemplateType string

Username template type

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

name of app.

sign_on_mode str

Sign on mode of application.

user_name_template str

Username template

user_name_template_type str

Username template type

Look up an Existing SwaApp Resource

Get an existing SwaApp 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?: SwaAppState, opts?: CustomResourceOptions): SwaApp
static get(resource_name, id, opts=None, accessibility_error_redirect_url=None, accessibility_self_service=None, auto_submit_toolbar=None, button_field=None, groups=None, hide_ios=None, hide_web=None, label=None, name=None, password_field=None, preconfigured_app=None, sign_on_mode=None, status=None, url=None, url_regex=None, user_name_template=None, user_name_template_type=None, username_field=None, users=None, __props__=None);
func GetSwaApp(ctx *Context, name string, id IDInput, state *SwaAppState, opts ...ResourceOption) (*SwaApp, error)
public static SwaApp Get(string name, Input<string> id, SwaAppState? 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

AutoSubmitToolbar bool

Display auto submit toolbar

ButtonField string

Login button field

Groups List<string>

Groups associated with the application

HideIos bool

Do not display application icon on mobile app

HideWeb bool

Do not display application icon to users

Label string

Pretty name of app.

Name string

name of app.

PasswordField string

Login password field

PreconfiguredApp string

Preconfigured app name

SignOnMode string

Sign on mode of application.

Status string

Status of application.

Url string

Login URL

UrlRegex string

A regex that further restricts URL to the specified regex

UserNameTemplate string

Username template

UserNameTemplateType string

Username template type

UsernameField string

Login username field

Users List<SwaAppUserArgs>

Users associated with the application

AccessibilityErrorRedirectUrl string

Custom error page URL

AccessibilitySelfService bool

Enable self service

AutoSubmitToolbar bool

Display auto submit toolbar

ButtonField string

Login button field

Groups []string

Groups associated with the application

HideIos bool

Do not display application icon on mobile app

HideWeb bool

Do not display application icon to users

Label string

Pretty name of app.

Name string

name of app.

PasswordField string

Login password field

PreconfiguredApp string

Preconfigured app name

SignOnMode string

Sign on mode of application.

Status string

Status of application.

Url string

Login URL

UrlRegex string

A regex that further restricts URL to the specified regex

UserNameTemplate string

Username template

UserNameTemplateType string

Username template type

UsernameField string

Login username field

Users []SwaAppUser

Users associated with the application

accessibilityErrorRedirectUrl string

Custom error page URL

accessibilitySelfService boolean

Enable self service

autoSubmitToolbar boolean

Display auto submit toolbar

buttonField string

Login button field

groups string[]

Groups associated with the application

hideIos boolean

Do not display application icon on mobile app

hideWeb boolean

Do not display application icon to users

label string

Pretty name of app.

name string

name of app.

passwordField string

Login password field

preconfiguredApp string

Preconfigured app name

signOnMode string

Sign on mode of application.

status string

Status of application.

url string

Login URL

urlRegex string

A regex that further restricts URL to the specified regex

userNameTemplate string

Username template

userNameTemplateType string

Username template type

usernameField string

Login username field

users SwaAppUser[]

Users associated with the application

accessibility_error_redirect_url str

Custom error page URL

accessibility_self_service bool

Enable self service

auto_submit_toolbar bool

Display auto submit toolbar

button_field str

Login button field

groups List[str]

Groups associated with the application

hide_ios bool

Do not display application icon on mobile app

hide_web bool

Do not display application icon to users

label str

Pretty name of app.

name str

name of app.

password_field str

Login password field

preconfigured_app str

Preconfigured app name

sign_on_mode str

Sign on mode of application.

status str

Status of application.

url str

Login URL

url_regex str

A regex that further restricts URL to the specified regex

user_name_template str

Username template

user_name_template_type str

Username template type

username_field str

Login username field

users List[SwaAppUser]

Users associated with the application

Supporting Types

SwaAppUser

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.