okta.deprecated.AuthLoginApp

Deprecated:

Deprecated. Use app.AutoLogin instead. This resource will be removed in version 4.0 of this provider.

Create AuthLoginApp Resource

new AuthLoginApp(name: string, args: AuthLoginAppArgs, opts?: CustomResourceOptions);
@overload
def AuthLoginApp(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,
                 app_settings_json: Optional[str] = None,
                 auto_submit_toolbar: Optional[bool] = None,
                 credentials_scheme: Optional[str] = None,
                 enduser_note: Optional[str] = None,
                 groups: Optional[Sequence[str]] = None,
                 hide_ios: Optional[bool] = None,
                 hide_web: Optional[bool] = None,
                 label: Optional[str] = None,
                 logo: Optional[str] = None,
                 preconfigured_app: Optional[str] = None,
                 reveal_password: Optional[bool] = None,
                 shared_password: Optional[str] = None,
                 shared_username: Optional[str] = None,
                 sign_on_redirect_url: Optional[str] = None,
                 sign_on_url: Optional[str] = None,
                 skip_groups: Optional[bool] = None,
                 skip_users: Optional[bool] = None,
                 status: 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,
                 users: Optional[Sequence[AuthLoginAppUserArgs]] = None)
@overload
def AuthLoginApp(resource_name: str,
                 args: AuthLoginAppArgs,
                 opts: Optional[ResourceOptions] = None)
func NewAuthLoginApp(ctx *Context, name string, args AuthLoginAppArgs, opts ...ResourceOption) (*AuthLoginApp, error)
public AuthLoginApp(string name, AuthLoginAppArgs args, CustomResourceOptions? opts = null)
public AuthLoginApp(String name, AuthLoginAppArgs args)
public AuthLoginApp(String name, AuthLoginAppArgs args, CustomResourceOptions options)
type: okta:deprecated:AuthLoginApp
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args AuthLoginAppArgs
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 AuthLoginAppArgs
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 AuthLoginAppArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args AuthLoginAppArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args AuthLoginAppArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

AuthLoginApp 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 AuthLoginApp resource accepts the following input properties:

Label string

Pretty name of app.

AccessibilityErrorRedirectUrl string

Custom error page URL

AccessibilityLoginRedirectUrl string

Custom login page URL

AccessibilitySelfService bool

Enable self service

AdminNote string

Application notes for admins.

AppLinksJson string

Displays specific appLinks for the app

AppSettingsJson string

Application settings in JSON format

AutoSubmitToolbar bool

Display auto submit toolbar

CredentialsScheme string

Application credentials scheme

EnduserNote string

Application notes for end users.

Groups List<string>

Groups associated with the application

Deprecated:

The direct configuration of groups in this app resource is deprecated, please ensure you use the resource okta_app_group_assignments for this functionality.

HideIos bool

Do not display application icon on mobile app

HideWeb bool

Do not display application icon to users

Logo string

Local path to logo of the application.

PreconfiguredApp string

Preconfigured app name

RevealPassword bool

Allow user to reveal password

SharedPassword string

Shared password, required for certain schemes.

SharedUsername string

Shared username, required for certain schemes.

SignOnRedirectUrl string

Post login redirect URL

SignOnUrl string

Login URL

SkipGroups bool

Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources

SkipUsers bool

Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources

Status string

Status of application.

UserNameTemplate string

Username template

UserNameTemplatePushStatus string

Push username on update

UserNameTemplateSuffix string

Username template suffix

UserNameTemplateType string

Username template type

Users List<AuthLoginAppUserArgs>

Users associated with the application

Deprecated:

The direct configuration of users in this app resource is deprecated, please ensure you use the resource okta_app_user for this functionality.

Label string

Pretty name of app.

AccessibilityErrorRedirectUrl string

Custom error page URL

AccessibilityLoginRedirectUrl string

Custom login page URL

AccessibilitySelfService bool

Enable self service

AdminNote string

Application notes for admins.

AppLinksJson string

Displays specific appLinks for the app

AppSettingsJson string

Application settings in JSON format

AutoSubmitToolbar bool

Display auto submit toolbar

CredentialsScheme string

Application credentials scheme

EnduserNote string

Application notes for end users.

Groups []string

Groups associated with the application

Deprecated:

The direct configuration of groups in this app resource is deprecated, please ensure you use the resource okta_app_group_assignments for this functionality.

HideIos bool

Do not display application icon on mobile app

HideWeb bool

Do not display application icon to users

Logo string

Local path to logo of the application.

PreconfiguredApp string

Preconfigured app name

RevealPassword bool

Allow user to reveal password

SharedPassword string

Shared password, required for certain schemes.

SharedUsername string

Shared username, required for certain schemes.

SignOnRedirectUrl string

Post login redirect URL

SignOnUrl string

Login URL

SkipGroups bool

Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources

SkipUsers bool

Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources

Status string

Status of application.

UserNameTemplate string

Username template

UserNameTemplatePushStatus string

Push username on update

UserNameTemplateSuffix string

Username template suffix

UserNameTemplateType string

Username template type

Users []AuthLoginAppUserArgs

Users associated with the application

Deprecated:

The direct configuration of users in this app resource is deprecated, please ensure you use the resource okta_app_user for this functionality.

label String

Pretty name of app.

accessibilityErrorRedirectUrl String

Custom error page URL

accessibilityLoginRedirectUrl String

Custom login page URL

accessibilitySelfService Boolean

Enable self service

adminNote String

Application notes for admins.

appLinksJson String

Displays specific appLinks for the app

appSettingsJson String

Application settings in JSON format

autoSubmitToolbar Boolean

Display auto submit toolbar

credentialsScheme String

Application credentials scheme

enduserNote String

Application notes for end users.

groups List<String>

Groups associated with the application

Deprecated:

The direct configuration of groups in this app resource is deprecated, please ensure you use the resource okta_app_group_assignments for this functionality.

hideIos Boolean

Do not display application icon on mobile app

hideWeb Boolean

Do not display application icon to users

logo String

Local path to logo of the application.

preconfiguredApp String

Preconfigured app name

revealPassword Boolean

Allow user to reveal password

sharedPassword String

Shared password, required for certain schemes.

sharedUsername String

Shared username, required for certain schemes.

signOnRedirectUrl String

Post login redirect URL

signOnUrl String

Login URL

skipGroups Boolean

Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources

skipUsers Boolean

Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources

status String

Status of application.

userNameTemplate String

Username template

userNameTemplatePushStatus String

Push username on update

userNameTemplateSuffix String

Username template suffix

userNameTemplateType String

Username template type

users List<AuthLoginAppUserArgs>

Users associated with the application

Deprecated:

The direct configuration of users in this app resource is deprecated, please ensure you use the resource okta_app_user for this functionality.

label string

Pretty name of app.

accessibilityErrorRedirectUrl string

Custom error page URL

accessibilityLoginRedirectUrl string

Custom login page URL

accessibilitySelfService boolean

Enable self service

adminNote string

Application notes for admins.

appLinksJson string

Displays specific appLinks for the app

appSettingsJson string

Application settings in JSON format

autoSubmitToolbar boolean

Display auto submit toolbar

credentialsScheme string

Application credentials scheme

enduserNote string

Application notes for end users.

groups string[]

Groups associated with the application

Deprecated:

The direct configuration of groups in this app resource is deprecated, please ensure you use the resource okta_app_group_assignments for this functionality.

hideIos boolean

Do not display application icon on mobile app

hideWeb boolean

Do not display application icon to users

logo string

Local path to logo of the application.

preconfiguredApp string

Preconfigured app name

revealPassword boolean

Allow user to reveal password

sharedPassword string

Shared password, required for certain schemes.

sharedUsername string

Shared username, required for certain schemes.

signOnRedirectUrl string

Post login redirect URL

signOnUrl string

Login URL

skipGroups boolean

Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources

skipUsers boolean

Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources

status string

Status of application.

userNameTemplate string

Username template

userNameTemplatePushStatus string

Push username on update

userNameTemplateSuffix string

Username template suffix

userNameTemplateType string

Username template type

users AuthLoginAppUserArgs[]

Users associated with the application

Deprecated:

The direct configuration of users in this app resource is deprecated, please ensure you use the resource okta_app_user for this functionality.

label str

Pretty name of app.

accessibility_error_redirect_url str

Custom error page URL

accessibility_login_redirect_url str

Custom login page URL

accessibility_self_service bool

Enable self service

admin_note str

Application notes for admins.

app_links_json str

Displays specific appLinks for the app

app_settings_json str

Application settings in JSON format

auto_submit_toolbar bool

Display auto submit toolbar

credentials_scheme str

Application credentials scheme

enduser_note str

Application notes for end users.

groups Sequence[str]

Groups associated with the application

Deprecated:

The direct configuration of groups in this app resource is deprecated, please ensure you use the resource okta_app_group_assignments for this functionality.

hide_ios bool

Do not display application icon on mobile app

hide_web bool

Do not display application icon to users

logo str

Local path to logo of the application.

preconfigured_app str

Preconfigured app name

reveal_password bool

Allow user to reveal password

shared_password str

Shared password, required for certain schemes.

shared_username str

Shared username, required for certain schemes.

sign_on_redirect_url str

Post login redirect URL

sign_on_url str

Login URL

skip_groups bool

Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources

skip_users bool

Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources

status str

Status of application.

user_name_template str

Username template

user_name_template_push_status str

Push username on update

user_name_template_suffix str

Username template suffix

user_name_template_type str

Username template type

users Sequence[AuthLoginAppUserArgs]

Users associated with the application

Deprecated:

The direct configuration of users in this app resource is deprecated, please ensure you use the resource okta_app_user for this functionality.

label String

Pretty name of app.

accessibilityErrorRedirectUrl String

Custom error page URL

accessibilityLoginRedirectUrl String

Custom login page URL

accessibilitySelfService Boolean

Enable self service

adminNote String

Application notes for admins.

appLinksJson String

Displays specific appLinks for the app

appSettingsJson String

Application settings in JSON format

autoSubmitToolbar Boolean

Display auto submit toolbar

credentialsScheme String

Application credentials scheme

enduserNote String

Application notes for end users.

groups List<String>

Groups associated with the application

Deprecated:

The direct configuration of groups in this app resource is deprecated, please ensure you use the resource okta_app_group_assignments for this functionality.

hideIos Boolean

Do not display application icon on mobile app

hideWeb Boolean

Do not display application icon to users

logo String

Local path to logo of the application.

preconfiguredApp String

Preconfigured app name

revealPassword Boolean

Allow user to reveal password

sharedPassword String

Shared password, required for certain schemes.

sharedUsername String

Shared username, required for certain schemes.

signOnRedirectUrl String

Post login redirect URL

signOnUrl String

Login URL

skipGroups Boolean

Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources

skipUsers Boolean

Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources

status String

Status of application.

userNameTemplate String

Username template

userNameTemplatePushStatus String

Push username on update

userNameTemplateSuffix String

Username template suffix

userNameTemplateType String

Username template type

users List<Property Map>

Users associated with the application

Deprecated:

The direct configuration of users in this app resource is deprecated, please ensure you use the resource okta_app_user for this functionality.

Outputs

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

Id string

The provider-assigned unique ID for this managed resource.

LogoUrl string

URL of the application's logo

Name string

Name of the app.

SignOnMode string

Sign on mode of application.

Id string

The provider-assigned unique ID for this managed resource.

LogoUrl string

URL of the application's logo

Name string

Name of the app.

SignOnMode string

Sign on mode of application.

id String

The provider-assigned unique ID for this managed resource.

logoUrl String

URL of the application's logo

name String

Name of the app.

signOnMode String

Sign on mode of application.

id string

The provider-assigned unique ID for this managed resource.

logoUrl string

URL of the application's logo

name string

Name of the app.

signOnMode string

Sign on mode of application.

id str

The provider-assigned unique ID for this managed resource.

logo_url str

URL of the application's logo

name str

Name of the app.

sign_on_mode str

Sign on mode of application.

id String

The provider-assigned unique ID for this managed resource.

logoUrl String

URL of the application's logo

name String

Name of the app.

signOnMode String

Sign on mode of application.

Look up Existing AuthLoginApp Resource

Get an existing AuthLoginApp 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?: AuthLoginAppState, opts?: CustomResourceOptions): AuthLoginApp
@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,
        app_settings_json: Optional[str] = None,
        auto_submit_toolbar: Optional[bool] = None,
        credentials_scheme: Optional[str] = None,
        enduser_note: Optional[str] = None,
        groups: Optional[Sequence[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,
        preconfigured_app: Optional[str] = None,
        reveal_password: Optional[bool] = None,
        shared_password: Optional[str] = None,
        shared_username: Optional[str] = None,
        sign_on_mode: Optional[str] = None,
        sign_on_redirect_url: Optional[str] = None,
        sign_on_url: Optional[str] = None,
        skip_groups: Optional[bool] = None,
        skip_users: Optional[bool] = None,
        status: 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,
        users: Optional[Sequence[AuthLoginAppUserArgs]] = None) -> AuthLoginApp
func GetAuthLoginApp(ctx *Context, name string, id IDInput, state *AuthLoginAppState, opts ...ResourceOption) (*AuthLoginApp, error)
public static AuthLoginApp Get(string name, Input<string> id, AuthLoginAppState? state, CustomResourceOptions? opts = null)
public static AuthLoginApp get(String name, Output<String> id, AuthLoginAppState 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 URL

AccessibilitySelfService bool

Enable self service

AdminNote string

Application notes for admins.

AppLinksJson string

Displays specific appLinks for the app

AppSettingsJson string

Application settings in JSON format

AutoSubmitToolbar bool

Display auto submit toolbar

CredentialsScheme string

Application credentials scheme

EnduserNote string

Application notes for end users.

Groups List<string>

Groups associated with the application

Deprecated:

The direct configuration of groups in this app resource is deprecated, please ensure you use the resource okta_app_group_assignments for this functionality.

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.

Logo string

Local path to logo of the application.

LogoUrl string

URL of the application's logo

Name string

Name of the app.

PreconfiguredApp string

Preconfigured app name

RevealPassword bool

Allow user to reveal password

SharedPassword string

Shared password, required for certain schemes.

SharedUsername string

Shared username, required for certain schemes.

SignOnMode string

Sign on mode of application.

SignOnRedirectUrl string

Post login redirect URL

SignOnUrl string

Login URL

SkipGroups bool

Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources

SkipUsers bool

Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources

Status string

Status of application.

UserNameTemplate string

Username template

UserNameTemplatePushStatus string

Push username on update

UserNameTemplateSuffix string

Username template suffix

UserNameTemplateType string

Username template type

Users List<AuthLoginAppUserArgs>

Users associated with the application

Deprecated:

The direct configuration of users in this app resource is deprecated, please ensure you use the resource okta_app_user for this functionality.

AccessibilityErrorRedirectUrl string

Custom error page URL

AccessibilityLoginRedirectUrl string

Custom login page URL

AccessibilitySelfService bool

Enable self service

AdminNote string

Application notes for admins.

AppLinksJson string

Displays specific appLinks for the app

AppSettingsJson string

Application settings in JSON format

AutoSubmitToolbar bool

Display auto submit toolbar

CredentialsScheme string

Application credentials scheme

EnduserNote string

Application notes for end users.

Groups []string

Groups associated with the application

Deprecated:

The direct configuration of groups in this app resource is deprecated, please ensure you use the resource okta_app_group_assignments for this functionality.

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.

Logo string

Local path to logo of the application.

LogoUrl string

URL of the application's logo

Name string

Name of the app.

PreconfiguredApp string

Preconfigured app name

RevealPassword bool

Allow user to reveal password

SharedPassword string

Shared password, required for certain schemes.

SharedUsername string

Shared username, required for certain schemes.

SignOnMode string

Sign on mode of application.

SignOnRedirectUrl string

Post login redirect URL

SignOnUrl string

Login URL

SkipGroups bool

Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources

SkipUsers bool

Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources

Status string

Status of application.

UserNameTemplate string

Username template

UserNameTemplatePushStatus string

Push username on update

UserNameTemplateSuffix string

Username template suffix

UserNameTemplateType string

Username template type

Users []AuthLoginAppUserArgs

Users associated with the application

Deprecated:

The direct configuration of users in this app resource is deprecated, please ensure you use the resource okta_app_user for this functionality.

accessibilityErrorRedirectUrl String

Custom error page URL

accessibilityLoginRedirectUrl String

Custom login page URL

accessibilitySelfService Boolean

Enable self service

adminNote String

Application notes for admins.

appLinksJson String

Displays specific appLinks for the app

appSettingsJson String

Application settings in JSON format

autoSubmitToolbar Boolean

Display auto submit toolbar

credentialsScheme String

Application credentials scheme

enduserNote String

Application notes for end users.

groups List<String>

Groups associated with the application

Deprecated:

The direct configuration of groups in this app resource is deprecated, please ensure you use the resource okta_app_group_assignments for this functionality.

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.

logo String

Local path to logo of the application.

logoUrl String

URL of the application's logo

name String

Name of the app.

preconfiguredApp String

Preconfigured app name

revealPassword Boolean

Allow user to reveal password

sharedPassword String

Shared password, required for certain schemes.

sharedUsername String

Shared username, required for certain schemes.

signOnMode String

Sign on mode of application.

signOnRedirectUrl String

Post login redirect URL

signOnUrl String

Login URL

skipGroups Boolean

Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources

skipUsers Boolean

Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources

status String

Status of application.

userNameTemplate String

Username template

userNameTemplatePushStatus String

Push username on update

userNameTemplateSuffix String

Username template suffix

userNameTemplateType String

Username template type

users List<AuthLoginAppUserArgs>

Users associated with the application

Deprecated:

The direct configuration of users in this app resource is deprecated, please ensure you use the resource okta_app_user for this functionality.

accessibilityErrorRedirectUrl string

Custom error page URL

accessibilityLoginRedirectUrl string

Custom login page URL

accessibilitySelfService boolean

Enable self service

adminNote string

Application notes for admins.

appLinksJson string

Displays specific appLinks for the app

appSettingsJson string

Application settings in JSON format

autoSubmitToolbar boolean

Display auto submit toolbar

credentialsScheme string

Application credentials scheme

enduserNote string

Application notes for end users.

groups string[]

Groups associated with the application

Deprecated:

The direct configuration of groups in this app resource is deprecated, please ensure you use the resource okta_app_group_assignments for this functionality.

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.

logo string

Local path to logo of the application.

logoUrl string

URL of the application's logo

name string

Name of the app.

preconfiguredApp string

Preconfigured app name

revealPassword boolean

Allow user to reveal password

sharedPassword string

Shared password, required for certain schemes.

sharedUsername string

Shared username, required for certain schemes.

signOnMode string

Sign on mode of application.

signOnRedirectUrl string

Post login redirect URL

signOnUrl string

Login URL

skipGroups boolean

Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources

skipUsers boolean

Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources

status string

Status of application.

userNameTemplate string

Username template

userNameTemplatePushStatus string

Push username on update

userNameTemplateSuffix string

Username template suffix

userNameTemplateType string

Username template type

users AuthLoginAppUserArgs[]

Users associated with the application

Deprecated:

The direct configuration of users in this app resource is deprecated, please ensure you use the resource okta_app_user for this functionality.

accessibility_error_redirect_url str

Custom error page URL

accessibility_login_redirect_url str

Custom login page URL

accessibility_self_service bool

Enable self service

admin_note str

Application notes for admins.

app_links_json str

Displays specific appLinks for the app

app_settings_json str

Application settings in JSON format

auto_submit_toolbar bool

Display auto submit toolbar

credentials_scheme str

Application credentials scheme

enduser_note str

Application notes for end users.

groups Sequence[str]

Groups associated with the application

Deprecated:

The direct configuration of groups in this app resource is deprecated, please ensure you use the resource okta_app_group_assignments for this functionality.

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.

logo str

Local path to logo of the application.

logo_url str

URL of the application's logo

name str

Name of the app.

preconfigured_app str

Preconfigured app name

reveal_password bool

Allow user to reveal password

shared_password str

Shared password, required for certain schemes.

shared_username str

Shared username, required for certain schemes.

sign_on_mode str

Sign on mode of application.

sign_on_redirect_url str

Post login redirect URL

sign_on_url str

Login URL

skip_groups bool

Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources

skip_users bool

Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources

status str

Status of application.

user_name_template str

Username template

user_name_template_push_status str

Push username on update

user_name_template_suffix str

Username template suffix

user_name_template_type str

Username template type

users Sequence[AuthLoginAppUserArgs]

Users associated with the application

Deprecated:

The direct configuration of users in this app resource is deprecated, please ensure you use the resource okta_app_user for this functionality.

accessibilityErrorRedirectUrl String

Custom error page URL

accessibilityLoginRedirectUrl String

Custom login page URL

accessibilitySelfService Boolean

Enable self service

adminNote String

Application notes for admins.

appLinksJson String

Displays specific appLinks for the app

appSettingsJson String

Application settings in JSON format

autoSubmitToolbar Boolean

Display auto submit toolbar

credentialsScheme String

Application credentials scheme

enduserNote String

Application notes for end users.

groups List<String>

Groups associated with the application

Deprecated:

The direct configuration of groups in this app resource is deprecated, please ensure you use the resource okta_app_group_assignments for this functionality.

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.

logo String

Local path to logo of the application.

logoUrl String

URL of the application's logo

name String

Name of the app.

preconfiguredApp String

Preconfigured app name

revealPassword Boolean

Allow user to reveal password

sharedPassword String

Shared password, required for certain schemes.

sharedUsername String

Shared username, required for certain schemes.

signOnMode String

Sign on mode of application.

signOnRedirectUrl String

Post login redirect URL

signOnUrl String

Login URL

skipGroups Boolean

Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources

skipUsers Boolean

Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources

status String

Status of application.

userNameTemplate String

Username template

userNameTemplatePushStatus String

Push username on update

userNameTemplateSuffix String

Username template suffix

userNameTemplateType String

Username template type

users List<Property Map>

Users associated with the application

Deprecated:

The direct configuration of users in this app resource is deprecated, please ensure you use the resource okta_app_user for this functionality.

Supporting Types

AuthLoginAppUser

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 string
password string
scope string
username string
id str
password str
scope str
username str
id String
password String
scope String
username String

Package Details

Repository
Okta pulumi/pulumi-okta
License
Apache-2.0
Notes

This Pulumi package is based on the okta Terraform Provider.