1. Packages
  2. Okta
  3. API Docs
  4. app
  5. Swa
Okta v4.8.0 published on Saturday, Mar 2, 2024 by Pulumi

okta.app.Swa

Explore with Pulumi AI

okta logo
Okta v4.8.0 published on Saturday, Mar 2, 2024 by Pulumi

    This resource allows you to create and configure a SWA Application.

    During an apply if there is change in status the app will first be activated or deactivated in accordance with the status change. Then, all other arguments that changed will be applied.

    Example Usage

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Okta = Pulumi.Okta;
    
    return await Deployment.RunAsync(() => 
    {
        var example = new Okta.App.Swa("example", new()
        {
            ButtonField = "btn-login",
            Label = "example",
            PasswordField = "txtbox-password",
            Url = "https://example.com/login.html",
            UsernameField = "txtbox-username",
        });
    
    });
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-okta/sdk/v4/go/okta/app"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := app.NewSwa(ctx, "example", &app.SwaArgs{
    			ButtonField:   pulumi.String("btn-login"),
    			Label:         pulumi.String("example"),
    			PasswordField: pulumi.String("txtbox-password"),
    			Url:           pulumi.String("https://example.com/login.html"),
    			UsernameField: pulumi.String("txtbox-username"),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.okta.app.Swa;
    import com.pulumi.okta.app.SwaArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var example = new Swa("example", SwaArgs.builder()        
                .buttonField("btn-login")
                .label("example")
                .passwordField("txtbox-password")
                .url("https://example.com/login.html")
                .usernameField("txtbox-username")
                .build());
    
        }
    }
    
    import pulumi
    import pulumi_okta as okta
    
    example = okta.app.Swa("example",
        button_field="btn-login",
        label="example",
        password_field="txtbox-password",
        url="https://example.com/login.html",
        username_field="txtbox-username")
    
    import * as pulumi from "@pulumi/pulumi";
    import * as okta from "@pulumi/okta";
    
    const example = new okta.app.Swa("example", {
        buttonField: "btn-login",
        label: "example",
        passwordField: "txtbox-password",
        url: "https://example.com/login.html",
        usernameField: "txtbox-username",
    });
    
    resources:
      example:
        type: okta:app:Swa
        properties:
          buttonField: btn-login
          label: example
          passwordField: txtbox-password
          url: https://example.com/login.html
          usernameField: txtbox-username
    

    Create Swa Resource

    new Swa(name: string, args: SwaArgs, opts?: CustomResourceOptions);
    @overload
    def Swa(resource_name: str,
            opts: Optional[ResourceOptions] = None,
            accessibility_error_redirect_url: Optional[str] = None,
            accessibility_login_redirect_url: Optional[str] = None,
            accessibility_self_service: Optional[bool] = None,
            admin_note: Optional[str] = None,
            app_links_json: Optional[str] = None,
            auto_submit_toolbar: Optional[bool] = None,
            button_field: Optional[str] = None,
            checkbox: Optional[str] = None,
            enduser_note: Optional[str] = None,
            hide_ios: Optional[bool] = None,
            hide_web: Optional[bool] = None,
            label: Optional[str] = None,
            logo: Optional[str] = None,
            password_field: Optional[str] = None,
            preconfigured_app: Optional[str] = None,
            redirect_url: Optional[str] = None,
            status: Optional[str] = None,
            url: Optional[str] = None,
            url_regex: Optional[str] = None,
            user_name_template: Optional[str] = None,
            user_name_template_push_status: Optional[str] = None,
            user_name_template_suffix: Optional[str] = None,
            user_name_template_type: Optional[str] = None,
            username_field: Optional[str] = None)
    @overload
    def Swa(resource_name: str,
            args: SwaArgs,
            opts: Optional[ResourceOptions] = None)
    func NewSwa(ctx *Context, name string, args SwaArgs, opts ...ResourceOption) (*Swa, error)
    public Swa(string name, SwaArgs args, CustomResourceOptions? opts = null)
    public Swa(String name, SwaArgs args)
    public Swa(String name, SwaArgs args, CustomResourceOptions options)
    
    type: okta:app:Swa
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args SwaArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args SwaArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args SwaArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SwaArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SwaArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Swa Resource Properties

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

    Inputs

    The Swa resource accepts the following input properties:

    Label string
    The display name of the Application.
    AccessibilityErrorRedirectUrl string
    Custom error page URL.
    AccessibilityLoginRedirectUrl string
    Custom login page for this application.
    AccessibilitySelfService bool
    Enable self-service. By default, it is false.
    AdminNote string
    Application notes for admins.
    AppLinksJson string
    Displays specific appLinks for the app. The value for each application link should be boolean.
    AutoSubmitToolbar bool
    Display auto submit toolbar.
    ButtonField string
    Login button field.
    Checkbox string
    CSS selector for the checkbox.
    EnduserNote string
    Application notes for end users.
    HideIos bool
    Do not display application icon on mobile app.
    HideWeb bool
    Do not display application icon to users.
    Logo string
    Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
    PasswordField string
    Login password field.
    PreconfiguredApp string
    name of application from the Okta Integration Network, if not included a custom app will be created.
    RedirectUrl string
    Redirect URL. If going to the login page URL redirects to another page, then enter that URL here.
    Status string
    Status of application. By default, it is "ACTIVE".
    Url string
    The URL of the sign-in page for this app.
    UrlRegex string
    A regular expression that further restricts url to the specified regular expression.
    UserNameTemplate string
    Username template. Default: "${source.login}"
    UserNameTemplatePushStatus string
    Push username on update. Valid values: "PUSH" and "DONT_PUSH".
    UserNameTemplateSuffix string
    Username template suffix.
    UserNameTemplateType string
    Username template type. Default: "BUILT_IN".
    UsernameField string
    Login username field.
    Label string
    The display name of the Application.
    AccessibilityErrorRedirectUrl string
    Custom error page URL.
    AccessibilityLoginRedirectUrl string
    Custom login page for this application.
    AccessibilitySelfService bool
    Enable self-service. By default, it is false.
    AdminNote string
    Application notes for admins.
    AppLinksJson string
    Displays specific appLinks for the app. The value for each application link should be boolean.
    AutoSubmitToolbar bool
    Display auto submit toolbar.
    ButtonField string
    Login button field.
    Checkbox string
    CSS selector for the checkbox.
    EnduserNote string
    Application notes for end users.
    HideIos bool
    Do not display application icon on mobile app.
    HideWeb bool
    Do not display application icon to users.
    Logo string
    Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
    PasswordField string
    Login password field.
    PreconfiguredApp string
    name of application from the Okta Integration Network, if not included a custom app will be created.
    RedirectUrl string
    Redirect URL. If going to the login page URL redirects to another page, then enter that URL here.
    Status string
    Status of application. By default, it is "ACTIVE".
    Url string
    The URL of the sign-in page for this app.
    UrlRegex string
    A regular expression that further restricts url to the specified regular expression.
    UserNameTemplate string
    Username template. Default: "${source.login}"
    UserNameTemplatePushStatus string
    Push username on update. Valid values: "PUSH" and "DONT_PUSH".
    UserNameTemplateSuffix string
    Username template suffix.
    UserNameTemplateType string
    Username template type. Default: "BUILT_IN".
    UsernameField string
    Login username field.
    label String
    The display name of the Application.
    accessibilityErrorRedirectUrl String
    Custom error page URL.
    accessibilityLoginRedirectUrl String
    Custom login page for this application.
    accessibilitySelfService Boolean
    Enable self-service. By default, it is false.
    adminNote String
    Application notes for admins.
    appLinksJson String
    Displays specific appLinks for the app. The value for each application link should be boolean.
    autoSubmitToolbar Boolean
    Display auto submit toolbar.
    buttonField String
    Login button field.
    checkbox String
    CSS selector for the checkbox.
    enduserNote String
    Application notes for end users.
    hideIos Boolean
    Do not display application icon on mobile app.
    hideWeb Boolean
    Do not display application icon to users.
    logo String
    Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
    passwordField String
    Login password field.
    preconfiguredApp String
    name of application from the Okta Integration Network, if not included a custom app will be created.
    redirectUrl String
    Redirect URL. If going to the login page URL redirects to another page, then enter that URL here.
    status String
    Status of application. By default, it is "ACTIVE".
    url String
    The URL of the sign-in page for this app.
    urlRegex String
    A regular expression that further restricts url to the specified regular expression.
    userNameTemplate String
    Username template. Default: "${source.login}"
    userNameTemplatePushStatus String
    Push username on update. Valid values: "PUSH" and "DONT_PUSH".
    userNameTemplateSuffix String
    Username template suffix.
    userNameTemplateType String
    Username template type. Default: "BUILT_IN".
    usernameField String
    Login username field.
    label string
    The display name of the Application.
    accessibilityErrorRedirectUrl string
    Custom error page URL.
    accessibilityLoginRedirectUrl string
    Custom login page for this application.
    accessibilitySelfService boolean
    Enable self-service. By default, it is false.
    adminNote string
    Application notes for admins.
    appLinksJson string
    Displays specific appLinks for the app. The value for each application link should be boolean.
    autoSubmitToolbar boolean
    Display auto submit toolbar.
    buttonField string
    Login button field.
    checkbox string
    CSS selector for the checkbox.
    enduserNote string
    Application notes for end users.
    hideIos boolean
    Do not display application icon on mobile app.
    hideWeb boolean
    Do not display application icon to users.
    logo string
    Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
    passwordField string
    Login password field.
    preconfiguredApp string
    name of application from the Okta Integration Network, if not included a custom app will be created.
    redirectUrl string
    Redirect URL. If going to the login page URL redirects to another page, then enter that URL here.
    status string
    Status of application. By default, it is "ACTIVE".
    url string
    The URL of the sign-in page for this app.
    urlRegex string
    A regular expression that further restricts url to the specified regular expression.
    userNameTemplate string
    Username template. Default: "${source.login}"
    userNameTemplatePushStatus string
    Push username on update. Valid values: "PUSH" and "DONT_PUSH".
    userNameTemplateSuffix string
    Username template suffix.
    userNameTemplateType string
    Username template type. Default: "BUILT_IN".
    usernameField string
    Login username field.
    label str
    The display name of the Application.
    accessibility_error_redirect_url str
    Custom error page URL.
    accessibility_login_redirect_url str
    Custom login page for this application.
    accessibility_self_service bool
    Enable self-service. By default, it is false.
    admin_note str
    Application notes for admins.
    app_links_json str
    Displays specific appLinks for the app. The value for each application link should be boolean.
    auto_submit_toolbar bool
    Display auto submit toolbar.
    button_field str
    Login button field.
    checkbox str
    CSS selector for the checkbox.
    enduser_note str
    Application notes for end users.
    hide_ios bool
    Do not display application icon on mobile app.
    hide_web bool
    Do not display application icon to users.
    logo str
    Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
    password_field str
    Login password field.
    preconfigured_app str
    name of application from the Okta Integration Network, if not included a custom app will be created.
    redirect_url str
    Redirect URL. If going to the login page URL redirects to another page, then enter that URL here.
    status str
    Status of application. By default, it is "ACTIVE".
    url str
    The URL of the sign-in page for this app.
    url_regex str
    A regular expression that further restricts url to the specified regular expression.
    user_name_template str
    Username template. Default: "${source.login}"
    user_name_template_push_status str
    Push username on update. Valid values: "PUSH" and "DONT_PUSH".
    user_name_template_suffix str
    Username template suffix.
    user_name_template_type str
    Username template type. Default: "BUILT_IN".
    username_field str
    Login username field.
    label String
    The display name of the Application.
    accessibilityErrorRedirectUrl String
    Custom error page URL.
    accessibilityLoginRedirectUrl String
    Custom login page for this application.
    accessibilitySelfService Boolean
    Enable self-service. By default, it is false.
    adminNote String
    Application notes for admins.
    appLinksJson String
    Displays specific appLinks for the app. The value for each application link should be boolean.
    autoSubmitToolbar Boolean
    Display auto submit toolbar.
    buttonField String
    Login button field.
    checkbox String
    CSS selector for the checkbox.
    enduserNote String
    Application notes for end users.
    hideIos Boolean
    Do not display application icon on mobile app.
    hideWeb Boolean
    Do not display application icon to users.
    logo String
    Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
    passwordField String
    Login password field.
    preconfiguredApp String
    name of application from the Okta Integration Network, if not included a custom app will be created.
    redirectUrl String
    Redirect URL. If going to the login page URL redirects to another page, then enter that URL here.
    status String
    Status of application. By default, it is "ACTIVE".
    url String
    The URL of the sign-in page for this app.
    urlRegex String
    A regular expression that further restricts url to the specified regular expression.
    userNameTemplate String
    Username template. Default: "${source.login}"
    userNameTemplatePushStatus String
    Push username on update. Valid values: "PUSH" and "DONT_PUSH".
    userNameTemplateSuffix String
    Username template suffix.
    userNameTemplateType String
    Username template type. Default: "BUILT_IN".
    usernameField String
    Login username field.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    LogoUrl string
    Direct link of application logo.
    Name string
    Name assigned to the application by Okta.
    SignOnMode string
    Sign-on mode of application.
    Id string
    The provider-assigned unique ID for this managed resource.
    LogoUrl string
    Direct link of application logo.
    Name string
    Name assigned to the application by Okta.
    SignOnMode string
    Sign-on mode of application.
    id String
    The provider-assigned unique ID for this managed resource.
    logoUrl String
    Direct link of application logo.
    name String
    Name assigned to the application by Okta.
    signOnMode String
    Sign-on mode of application.
    id string
    The provider-assigned unique ID for this managed resource.
    logoUrl string
    Direct link of application logo.
    name string
    Name assigned to the application by Okta.
    signOnMode string
    Sign-on mode of application.
    id str
    The provider-assigned unique ID for this managed resource.
    logo_url str
    Direct link of application logo.
    name str
    Name assigned to the application by Okta.
    sign_on_mode str
    Sign-on mode of application.
    id String
    The provider-assigned unique ID for this managed resource.
    logoUrl String
    Direct link of application logo.
    name String
    Name assigned to the application by Okta.
    signOnMode String
    Sign-on mode of application.

    Look up Existing Swa Resource

    Get an existing Swa 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?: SwaState, opts?: CustomResourceOptions): Swa
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            accessibility_error_redirect_url: Optional[str] = None,
            accessibility_login_redirect_url: Optional[str] = None,
            accessibility_self_service: Optional[bool] = None,
            admin_note: Optional[str] = None,
            app_links_json: Optional[str] = None,
            auto_submit_toolbar: Optional[bool] = None,
            button_field: Optional[str] = None,
            checkbox: Optional[str] = None,
            enduser_note: Optional[str] = None,
            hide_ios: Optional[bool] = None,
            hide_web: Optional[bool] = None,
            label: Optional[str] = None,
            logo: Optional[str] = None,
            logo_url: Optional[str] = None,
            name: Optional[str] = None,
            password_field: Optional[str] = None,
            preconfigured_app: Optional[str] = None,
            redirect_url: Optional[str] = None,
            sign_on_mode: Optional[str] = None,
            status: Optional[str] = None,
            url: Optional[str] = None,
            url_regex: Optional[str] = None,
            user_name_template: Optional[str] = None,
            user_name_template_push_status: Optional[str] = None,
            user_name_template_suffix: Optional[str] = None,
            user_name_template_type: Optional[str] = None,
            username_field: Optional[str] = None) -> Swa
    func GetSwa(ctx *Context, name string, id IDInput, state *SwaState, opts ...ResourceOption) (*Swa, error)
    public static Swa Get(string name, Input<string> id, SwaState? state, CustomResourceOptions? opts = null)
    public static Swa get(String name, Output<String> id, SwaState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    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.
    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.
    AccessibilityLoginRedirectUrl string
    Custom login page for this application.
    AccessibilitySelfService bool
    Enable self-service. By default, it is false.
    AdminNote string
    Application notes for admins.
    AppLinksJson string
    Displays specific appLinks for the app. The value for each application link should be boolean.
    AutoSubmitToolbar bool
    Display auto submit toolbar.
    ButtonField string
    Login button field.
    Checkbox string
    CSS selector for the checkbox.
    EnduserNote string
    Application notes for end users.
    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.
    Logo string
    Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
    LogoUrl string
    Direct link of application logo.
    Name string
    Name assigned to the application by Okta.
    PasswordField string
    Login password field.
    PreconfiguredApp string
    name of application from the Okta Integration Network, if not included a custom app will be created.
    RedirectUrl string
    Redirect URL. If going to the login page URL redirects to another page, then enter that URL here.
    SignOnMode string
    Sign-on mode of application.
    Status string
    Status of application. By default, it is "ACTIVE".
    Url string
    The URL of the sign-in page for this app.
    UrlRegex string
    A regular expression that further restricts url to the specified regular expression.
    UserNameTemplate string
    Username template. Default: "${source.login}"
    UserNameTemplatePushStatus string
    Push username on update. Valid values: "PUSH" and "DONT_PUSH".
    UserNameTemplateSuffix string
    Username template suffix.
    UserNameTemplateType string
    Username template type. Default: "BUILT_IN".
    UsernameField string
    Login username field.
    AccessibilityErrorRedirectUrl string
    Custom error page URL.
    AccessibilityLoginRedirectUrl string
    Custom login page for this application.
    AccessibilitySelfService bool
    Enable self-service. By default, it is false.
    AdminNote string
    Application notes for admins.
    AppLinksJson string
    Displays specific appLinks for the app. The value for each application link should be boolean.
    AutoSubmitToolbar bool
    Display auto submit toolbar.
    ButtonField string
    Login button field.
    Checkbox string
    CSS selector for the checkbox.
    EnduserNote string
    Application notes for end users.
    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.
    Logo string
    Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
    LogoUrl string
    Direct link of application logo.
    Name string
    Name assigned to the application by Okta.
    PasswordField string
    Login password field.
    PreconfiguredApp string
    name of application from the Okta Integration Network, if not included a custom app will be created.
    RedirectUrl string
    Redirect URL. If going to the login page URL redirects to another page, then enter that URL here.
    SignOnMode string
    Sign-on mode of application.
    Status string
    Status of application. By default, it is "ACTIVE".
    Url string
    The URL of the sign-in page for this app.
    UrlRegex string
    A regular expression that further restricts url to the specified regular expression.
    UserNameTemplate string
    Username template. Default: "${source.login}"
    UserNameTemplatePushStatus string
    Push username on update. Valid values: "PUSH" and "DONT_PUSH".
    UserNameTemplateSuffix string
    Username template suffix.
    UserNameTemplateType string
    Username template type. Default: "BUILT_IN".
    UsernameField string
    Login username field.
    accessibilityErrorRedirectUrl String
    Custom error page URL.
    accessibilityLoginRedirectUrl String
    Custom login page for this application.
    accessibilitySelfService Boolean
    Enable self-service. By default, it is false.
    adminNote String
    Application notes for admins.
    appLinksJson String
    Displays specific appLinks for the app. The value for each application link should be boolean.
    autoSubmitToolbar Boolean
    Display auto submit toolbar.
    buttonField String
    Login button field.
    checkbox String
    CSS selector for the checkbox.
    enduserNote String
    Application notes for end users.
    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.
    logo String
    Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
    logoUrl String
    Direct link of application logo.
    name String
    Name assigned to the application by Okta.
    passwordField String
    Login password field.
    preconfiguredApp String
    name of application from the Okta Integration Network, if not included a custom app will be created.
    redirectUrl String
    Redirect URL. If going to the login page URL redirects to another page, then enter that URL here.
    signOnMode String
    Sign-on mode of application.
    status String
    Status of application. By default, it is "ACTIVE".
    url String
    The URL of the sign-in page for this app.
    urlRegex String
    A regular expression that further restricts url to the specified regular expression.
    userNameTemplate String
    Username template. Default: "${source.login}"
    userNameTemplatePushStatus String
    Push username on update. Valid values: "PUSH" and "DONT_PUSH".
    userNameTemplateSuffix String
    Username template suffix.
    userNameTemplateType String
    Username template type. Default: "BUILT_IN".
    usernameField String
    Login username field.
    accessibilityErrorRedirectUrl string
    Custom error page URL.
    accessibilityLoginRedirectUrl string
    Custom login page for this application.
    accessibilitySelfService boolean
    Enable self-service. By default, it is false.
    adminNote string
    Application notes for admins.
    appLinksJson string
    Displays specific appLinks for the app. The value for each application link should be boolean.
    autoSubmitToolbar boolean
    Display auto submit toolbar.
    buttonField string
    Login button field.
    checkbox string
    CSS selector for the checkbox.
    enduserNote string
    Application notes for end users.
    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.
    logo string
    Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
    logoUrl string
    Direct link of application logo.
    name string
    Name assigned to the application by Okta.
    passwordField string
    Login password field.
    preconfiguredApp string
    name of application from the Okta Integration Network, if not included a custom app will be created.
    redirectUrl string
    Redirect URL. If going to the login page URL redirects to another page, then enter that URL here.
    signOnMode string
    Sign-on mode of application.
    status string
    Status of application. By default, it is "ACTIVE".
    url string
    The URL of the sign-in page for this app.
    urlRegex string
    A regular expression that further restricts url to the specified regular expression.
    userNameTemplate string
    Username template. Default: "${source.login}"
    userNameTemplatePushStatus string
    Push username on update. Valid values: "PUSH" and "DONT_PUSH".
    userNameTemplateSuffix string
    Username template suffix.
    userNameTemplateType string
    Username template type. Default: "BUILT_IN".
    usernameField string
    Login username field.
    accessibility_error_redirect_url str
    Custom error page URL.
    accessibility_login_redirect_url str
    Custom login page for this application.
    accessibility_self_service bool
    Enable self-service. By default, it is false.
    admin_note str
    Application notes for admins.
    app_links_json str
    Displays specific appLinks for the app. The value for each application link should be boolean.
    auto_submit_toolbar bool
    Display auto submit toolbar.
    button_field str
    Login button field.
    checkbox str
    CSS selector for the checkbox.
    enduser_note str
    Application notes for end users.
    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.
    logo str
    Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
    logo_url str
    Direct link of application logo.
    name str
    Name assigned to the application by Okta.
    password_field str
    Login password field.
    preconfigured_app str
    name of application from the Okta Integration Network, if not included a custom app will be created.
    redirect_url str
    Redirect URL. If going to the login page URL redirects to another page, then enter that URL here.
    sign_on_mode str
    Sign-on mode of application.
    status str
    Status of application. By default, it is "ACTIVE".
    url str
    The URL of the sign-in page for this app.
    url_regex str
    A regular expression that further restricts url to the specified regular expression.
    user_name_template str
    Username template. Default: "${source.login}"
    user_name_template_push_status str
    Push username on update. Valid values: "PUSH" and "DONT_PUSH".
    user_name_template_suffix str
    Username template suffix.
    user_name_template_type str
    Username template type. Default: "BUILT_IN".
    username_field str
    Login username field.
    accessibilityErrorRedirectUrl String
    Custom error page URL.
    accessibilityLoginRedirectUrl String
    Custom login page for this application.
    accessibilitySelfService Boolean
    Enable self-service. By default, it is false.
    adminNote String
    Application notes for admins.
    appLinksJson String
    Displays specific appLinks for the app. The value for each application link should be boolean.
    autoSubmitToolbar Boolean
    Display auto submit toolbar.
    buttonField String
    Login button field.
    checkbox String
    CSS selector for the checkbox.
    enduserNote String
    Application notes for end users.
    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.
    logo String
    Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
    logoUrl String
    Direct link of application logo.
    name String
    Name assigned to the application by Okta.
    passwordField String
    Login password field.
    preconfiguredApp String
    name of application from the Okta Integration Network, if not included a custom app will be created.
    redirectUrl String
    Redirect URL. If going to the login page URL redirects to another page, then enter that URL here.
    signOnMode String
    Sign-on mode of application.
    status String
    Status of application. By default, it is "ACTIVE".
    url String
    The URL of the sign-in page for this app.
    urlRegex String
    A regular expression that further restricts url to the specified regular expression.
    userNameTemplate String
    Username template. Default: "${source.login}"
    userNameTemplatePushStatus String
    Push username on update. Valid values: "PUSH" and "DONT_PUSH".
    userNameTemplateSuffix String
    Username template suffix.
    userNameTemplateType String
    Username template type. Default: "BUILT_IN".
    usernameField String
    Login username field.

    Import

    Okta SWA App can be imported via the Okta ID.

    $ pulumi import okta:app/swa:Swa example &#60;app id&#62;
    

    Package Details

    Repository
    Okta pulumi/pulumi-okta
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the okta Terraform Provider.
    okta logo
    Okta v4.8.0 published on Saturday, Mar 2, 2024 by Pulumi